﻿/*  -------------- Search ------------  */
.cDivSiteSearch .cTbx {
	background: url(../Images/bgsitesearch-inp.png) no-repeat center top;
	border: none;
	padding: 4px 9px;
	width: 166px;
	float: right;
}
input.cBtnSearch {
	width: 34px;
	height: 25px;
	float: left;
	margin-right: 3px;
	font-size: 0px;
	border: none;
	cursor: pointer;
	background: url(../Images/bgsitesearch-bt.png) no-repeat center top;
}
.cDivSiteSearch {
	height: 32px;
	margin: -3px auto 0;
	max-width: 225px;
	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 */
.cDivSearchResult { padding: 7px 10px 22px; }
.cDivResultTitle { float: right; }
.cDivAboutFound {
	color: #777777;
	float: left;
	font-size: 11px;
}
.cDivFoundAbout { float: right; }
.cDivSearchTime { float: left; }
