﻿/*  -------------- Search ------------  */
.cDivSiteSearch .cTbx{
	background:url(../Images/input_text.gif) no-repeat center top;
	border:none;
	padding: 4px 9px;
    width: 207px;
	float:left;
	color:#fff;
}
input.cBtnSearch {
	width: 38px;
	height: 27px;
	float:right;
	margin-left:3px;
	font-size:0px;
	border: none;
	cursor: pointer;
	background:url(../Images/input_btn.gif) no-repeat center top;
}
.cDivSiteSearch{
	height:27px;
	text-align:right;
	margin-top:5px;
	max-width:266px;
}
.cDivPageContent{
	color: #555;
	text-align: justify;
}
.cSearchMark{
	font-weight: bold;
}
/*---------Search---------*/
.cDivUlLi {
	background: url("../Images/bg-block4.gif") repeat-x scroll center bottom #EFF1EC;
    border: 1px solid #76c044;
    clear: both;
    padding: 15px;
}
.cDivUlLi ul {
	list-style-type: none;
}
.cDivUlLi ul li {
	list-style-type: none;
	color: #009933;
	margin-bottom: 7px;
	font: 11px tahoma;
	border: 1px solid #76c044;
	padding:5px;
}
.cDivUlLi ul li:hover {
	background-color:#fff;
}

.cDivUlLi ul li a {
	color: #033c0d;
	font: bold 11px tahoma;
}
.cDivUlLi ul li a:hover {
	color: #056B1E;
	font: bold 11px tahoma;
}
.ddlImage{
	background-color:#fff !important;
	font:11px tahoma;
	float:left;
}
/* --- info */
.cDivSearchResult{
	padding: 7px 10px 22px;
}
.cDivResultTitle{
	float: left;
}
.cDivAboutFound{
	color: #777777;
	float: right;
	font-size: 11px;
}
.cDivFoundAbout{
	float: left;
}
.cDivSearchTime{
	float: right;
}