/*  -------------- 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 10px;
	width: 180px;
	float: left;
	margin-top: 13px;
	margin-bottom: 5px;
	position: relative;
	height: 28px;
	border-radius: 10px;
	left: 30px;
	outline: none;
	font-family:  parsdata-ir;
	color: #fff;
	background: #a9bf04;
	border: 2px solid #fff;
	top: 35px;
}
input.cBtnSearch {
	width: 21px;
	height: 24px;
	margin-top: 13px;
	/* float: right; */
	margin-right: 0px;
	transition: all .2s ease-in-out;
	font-size: 0px;
	border: none;
	left: 34px;
	outline:  none;
	cursor: pointer;
	position: absolute;
	top: 40px;
	/* border: 1px solid #c1b19a; */
	background: url(../Images/search-btn.png) no-repeat right center;
	border-radius: 5px 0 0 5px;
	border-right: none;
	height: 38px;
}
.cDivSiteSearch {
	height: 32px;
	margin: 10px 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;*/
	border: 1px solid #eee;
	padding: 10px;
	box-sizing:  border-box;
	border-radius:  15px;
	box-shadow: 0 1px 25px 0px rgba(0,0,0,0.1);
}
.cDivUlLi ul { list-style-type: none; }
.cDivUlLi ul li {
	/* list-style-type: none; */
	/* color: #009933; */
	/* margin-bottom: 7px; */
	/* font: 11px tahoma; */
	margin-bottom:  20px;
	clear:  both;
	display:  block;
	width:  100%;
	padding:  10px;
	border: 1px solid #DDD;
	border-radius:  15px;
	border-right: 2px solid #2196F3;
	font-family:  parsdata-ir;
}
.cDivUlLi ul li a {
	color: #1122CC;
	/* font: bold 11px tahoma; */
	font-size:  13px;
	text-decoration:  none;
	color: #2196F3;
	font-weight: 600;
}
.cDivPageContent {
	color: #555;
	text-align: justify;
}
.cSearchMark { font-weight: bold; }
/* --- info */
.cDivResultTitle {float: right;padding:  10px;display:  block;}
.cDivAboutFound {
	color: #777777;
	float: left;
	font-size: 11px;
	font-family:  parsdata-ir;
	padding:  10px;
}
.cDivResultTitle {float: right;/* font-family: parsdata-yekan; */color: #0278B2;}

.cDivFoundAbout {float: right;color: #333;/* font-family: parsdata-yekan; */}
.cDivSearchTime {float: left;color: #333;font-weight: normal;/* font-family: parsdata-yekan,parsdata-yekan-numbers; */}

input.cBtnSearch:hover {
    opacity: .7;
}