body{
	font-family: /*"Segoe UI",*/ "verdana", "arial";
	background-color: #fdfdfd /*#E8EAEF*/;
	margin-top: 10px;
	margin-left: 20px;
	color: #575757;
	font-size:13px;
	background-color:#FFFFFF;
}

img{
	border:0px;
	vertical-align: top;
}

input{
	font-family: Arial, Helvetica;
	font-size:12px;
}
/* new added --*/
#container {
	width: 100%;
	margin:auto;
	text-align: center;
}

#content {
	margin:15px auto;
	padding: 20px;
	width:700px;
	text-align:justify;
	border:3px solid #EEE;
	background:#FFF;
}
#content h1 {
	font-size: 22px;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding-bottom:8px
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding: 0 0 3px 0;
	margin:0;
}

/* new added --*/

.search
{
	width:100%;
}

.search_header
{
	width:100%;
	padding:2px 0px 0px 0px;
	border-bottom:solid 1px #CCCCCC;
	white-space:nowrap;
}

.search_header_bar
{
	/*position:absolute;*/
	/*top:18px;*/
	/*left:220px;*/
	left:20px;
}

.search_header_types
{
	position:absolute;
	top:-18px;
	left:0px;
	/*display:none;*/
}

.search_header_types_default
{
	display:inline;
	padding:1px 3px 1px 3px;
	border-left:solid 1px #999999;
}

.search_header_types_first
{
	display:inline;
	padding:1px 3px 1px 3px;
	border-left:solid 0px #FFFFFF;
}

.search_header_types_a
{
	text-decoration:underline;
	border-left:solid 1px #999999;
	padding:1px 3px 1px 3px;
}

.search_header_types_first_a
{
	text-decoration:underline;
	border-left:solid 0px #FFFFFF;
	padding:1px 3px 1px 3px;
}

.search_header_types_a:hover, .search_header_types_first_a:hover
{
	background-color:#CCCCCC;
}

.search_title
{
	background:#ecf5fa;
	color:#3F5771;
	padding:3px 0px;
	margin-bottom:13px;
	width:100%;
}

.search_title_left 
{
	font-size: 12px;
	background-color: #ecf5fa;
	color:#3F5771;
	float: left;
	width:50%;
	height:14px;
	font-weight: bold;
}

.search_title_right
{
	font-size: 12px;
	background-color: #ecf5fa;
	color:#3F5771;
	float:right;
	width: 50%;
	text-align:right;
	height:14px;
}

.search_results
{
	width:100%;
}

.search_column_results
{
	float:left;
	width:100%;
	padding:0px 15px 0px 0px;
}

.search_results_item
{
	margin: 2px 0px 2px 3px;
	padding: 3px 0px 3px 5px;
}

.search_results_item:hover{
background-color:#ecf5fa;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
}

.search_results_item_title
{
	font-size:17px;
	
}

.search_results_item_title:hover
{
	color:#ff2b06;
	
}

.search_results_item_link
{
	font-size:12px;
	color:#777777;
	text-decoration: none;
	padding-bottom:12px;
}

..search_results_item .search_result_desc a{
	font-size:12px;
	color:#000000;;
	text-decoration: none;
}


.search_numberpager
{
	clear:both;
	font-size:14px;
	padding:15px 0px 0px 0px;
	text-align:center;
}

.search_numberpager h3
{
	font-size:14px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
}

.search_numberpager a
{
	color:Blue;
}

.search_numberpager_nextprev, .search_numberpager_nextprev a
{
	font-size:16px;
	font-weight:bold;
	color:Blue;
}


.search_footer
{
	text-align:center;
	border-bottom:solid 1px #CCCCCC;
	background:#ecf5fa;
	margin:20px 0px 0px 0px;
	padding:20px 0px 10px 0px;
	white-space:nowrap;
}

a:link, a:visited,a:hover{
	color: blue;
	text-decoration: underline;
}

.spotitle{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin-bottom:6px;
  }
  
input.field {
    width: 300px;
    font-size: 14px;
    font-family: Arial, Helvetica;
}

#searchBoxbg{
	width:365px;
	height:19px;
	border:1px solid #a5acb2 /*#9DA2AD*/;
	padding:0 0 0 5;
	margin:0;
	vertical-align:middle;
	background-image: url(../images/field_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#searchBox{
	width:365px;
	height:17px;
	border:1px solid #a5acb2 /*#9DA2AD*/;
	padding:10 0 0 5;
	margin:0;
	vertical-align:middle;
	background-image: url(../images/field_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	
input.submit_button {
    font-size: 12px;
    font-family: Arial, Helvetica,clean,sans-serif
}

.submit_button {
    width:76px;
	background-position: left top;
	height:21px;
	border:0px none;
	padding:0;
	margin:0;
	cursor:pointer;
	vertical-align:middle;
	background-image: url(../images/btn_searchsmall.gif);
}


/* TOP SEARCHES=======*/

.tt2{
font-family:Georgia, 'Times New Roman', Times, serif;
font-size:21px;
margin-bottom:5px;
color:#333333;
}

.category_div{
margin-left:15px;
border-left:1px solid #CCCCCC;
}

.category_item {
padding-top:8px;
}

.category_item a{
text-decoration:none;
}

.category_item a:hover{
text-decoration:underline;
}

.topsearchdiv{
	padding-left:10px;
}

/* menu header web/images/videos */
.selectedSearchType{
	font-weight:bold;
	color:#000000;
}
.unSelectedSearchType{
	color:#4800DE;
}

#searchTypeLinks {
	padding: 120px 0 0 0;
	font-size: 14px;
}

#searchTypeLinks a,#searchTypeLinks a:VISITED,#searchTypeLinks a:HOVER
	{
	font-size: 14px;
	color: #4800DE;
	font-family: arial, sans-serif;
	text-decoration: none;
}

#searchTypeLinks a.selected {
	font-weight: bold;
	text-decoration: none;
	color: #000000 !important;
}

#searchtype a:visited, #searchtype a:active, .q:active, .q:visited {
	color:/*#1D75CC*/#00c;
}
#searchtype {
	height:15px;
	margin-left:110px;
}
#searchtype a {
	margin:5px;
	font-size: 13px;
	text-decoration: underline;
}
