/*  -------------- Search ------------  */
.cDivSiteSearch .cTbx {
	/* background: url(../Images/bgsitesearch-inp.png) no-repeat center top; */
	border: none;
	padding: 1px 8px;
	width: 129px;
	float: right;
	color: #000;
	/* border: 1px solid #d8d8d8; */
	height: 24px;
}
.cDivSiteSearch .cTbx {
	/* background: url(../Images/search-tbx.png) no-repeat right center; */
	border: none;
	padding: 1px 4px;
	width: 195px;
	float: right;
	margin-top: 13px;
	margin-bottom: 5px;
	color: #000;
	border: 1px solid #c1b19a;
	position: relative;
	/* top: 13px; */
	border-left: none;
	height: 38px;
	border-radius: 0 5px 5px 0;
	right: 22px;
}
input.cBtnSearch {
	width: 30px;
	height: 24px;
	margin-top: 13px;
	float: left;
	margin-right: 0px;
	transition: all .2s ease-in-out;
	font-size: 0px;
	border: none;
	/* right: 1px; */
	cursor: pointer;
	position: relative;
	/* top: 13px; */
	border: 1px solid #c1b19a;
	background: url(../Images/search-btn.jpg) no-repeat right center;
	border-radius: 5px 0 0 5px;
	border-right: none;
	height: 38px;
}
.cDivSiteSearch {
	height: 32px;
	margin: -3px auto 0;
	max-width: 247px;
	text-align: left;
}
.cDivPageContent {
	color: #555;
	text-align: justify;
}
.cSearchMark { font-weight: bold; }
/*---------Search---------*/
.cDivUlLi {
	background: url(../Images/bg-block4.gif) repeat-x scroll left top #e5e5e5;
	padding: 15px;/*border-radius: 5px;*/
}
.cDivUlLi ul { list-style-type: none; }
.cDivUlLi ul li {
	list-style-type: none;
	color: #009933;
	margin-bottom: 7px;
	font: 11px tahoma;
}
.cDivUlLi ul li a {
	color: #1122CC;
	font: bold 11px tahoma;
}
.cDivPageContent {
	color: #555;
	text-align: justify;
}
.cSearchMark { font-weight: bold; }
/* --- info */
.cDivResultTitle { float: right; }
.cDivAboutFound {
	color: #777777;
	float: left;
	font-size: 11px;
}
.cDivResultTitle { float: right;font-family: parsdata-yekan;color: #0278B2;}

.cDivFoundAbout { float: right;color: #ccc;font-family: parsdata-yekan;}
.cDivSearchTime { float: left;color: #CCC;font-weight: normal;font-family: parsdata-yekan,parsdata-yekan-numbers;}

input.cBtnSearch:hover {
    opacity: .7;
}