#site_search {
	color:#3A5366;
}
#site_search h4 {
	color: #0072bc;
	font-weight:bold;
	font-size:14px;
}
#contentContainer h2 {	/* No margins above <h2> tags */
	margin-top:0px;
}
#mainContainer {
	margin:0 20px 0 20px;
	text-align:left;
	padding:20px;
	border:1px solid #ccc;
	background-color: #FFF;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	background: url(../../images/box-bg.gif) repeat-x left top;

}
#contentContainer {
	padding:0;
	width:545px;
	min-height:480px;
}
#contentContainer .openingText {
	color:#3A5366;
}
#search_item_header {
	font-size:14px;
	color: #0072bc;
	margin:15px 15px 15px 15px;
}
#search_item_header strong {
	font-size:16px;
	color: #0072bc;
}
#itemListContainer {	/* <ul> container for item list */
	height:42px;
	margin: 15px 15px 0 20px;
}
.itemList {
	margin:0px;
	padding:2px;
}
.itemList li {	/* General layout item in list */	                                 
	margin-left: 1px;	                                 	                                 
	margin-bottom: 1px;	                                 	                                 
	margin-right: 1px;	                                 	                                 
	margin-top: 4px;	                                 	                                 
	border-style: none;	                                 
	list-style-type:none;
	background-color: #0072bc;
	padding:4px 6px 0 6px;
	color:#FFFFFF;
	cursor:pointer;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	height:33px;
	float: left;
	min-width:50px;
}
.itemList li.itemMouseOver {	/* Mouse over item in list - layout */	                                      
	color: #b6b6b6;
}
.itemList li.itemClick {	/* Active item in list - layout */	                                  
	margin-top: 4px;	                                  	                                  
	background-color: #ececec;
	color: black;
}
.clear {
	clear:both;
}
/* display search results */
.site_search_result {
	padding:15px;
	color: #0072bc;
	border-bottom:#CEE3F5 solid 3px;
	height:auto;
}
.site_search_result p {
	padding:0;
	margin:0;
}
.site_search_result .title a {
	font-weight: bold;
	PADDING: 0px;
	font-size:14px;
	color: #0072bc;
	text-decoration:none;
}
.site_search_result .desc a {
	font-size:12px;
	color:#3A5366;
	text-decoration:none;
}
.site_search_result small {
	color:#CCCCCC;
}
.pageList {
	float:right;
	margin-top:10px;
	font-size:12px;
	margin-bottom:10px;
}
.pageList a {
	margin-top:10px;
	text-decoration:none;
	color: #0072bc;
}
.pageList a:hover {
	color: #bababa;
}
.selected a {
	color: black;
	border-bottom: solid 1px #3A5366;
	font-size:14px;
	font-weight:bold;
}

