/* global */
body {
	margin: 0;
	padding: 0;
	font-family: "helvetica", "Bitstream Vera Sans", "Arial", sans-serif;
	color:black;
}

div#content_wrapper{
	margin: 0 1.75em;
	min-width: 915px;
}	
img{
	border:none;	
}
a.img_link, a.img_link:hover{
	background: none;
	text-decoration: none;
}
input[type=text],input[type=password],select,textarea {
	border: 1px solid #AAA;
	padding: 0.1em;
}

input[type=text],input[type=password],textarea {
	padding: 0.2em;
}

input[type=text]:focus,input[type=password]:focus,select:focus,textarea:focus{
	border-color: #666;
}

/* Search box home page */

#body_wrapper {
	clear: both;
	margin: 5em 0;
	text-align: center;
	margin: 0;
	padding: 0;	
}

#searchlogo {
	background: url("/images/logo.png") no-repeat top right;
	width: 276px;
	height: 85px;
	margin: 0 auto;
	margin-bottom: 1em;
	padding-left: 2em;
}

#search_wrapper {
	width: 600px;
	margin: 0 auto;
}

div#querybox_wrapper{
	background: url("/images/search-box-results-bottom.png") no-repeat bottom;
	width: 599px;
	overflow:hidden;
	clear:both;
	height: 117px;
}

div#querybox{
	clear:both;
	background: url("/images/search-box-results-top.png") no-repeat top;
	padding-top: 2.25em;
	width: 599px;		
}

form#home_search input#search-btn{
	margin-left: -1em;;	
}	

div#categories_wrapper{
	background: white;
}

ul#categories {
	position:relative;
	left:9px;
	top:5px;
	list-style-type:none;
	margin:0;
	padding:0;
	padding-bottom:1px;
}

ul#categories li {
	background-image:url("/images/tab-right.png");
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
	height:1.7em;
	margin:0 2px 0 0;
	padding:0;
	overflow:hidden;
}
ul#categories li.selected {
	background-image:url("/images/tab-right-selected.png");
	bottom: -1px;
	position:relative;
}
ul#categories li a {
	background-image:url("/images/tab-left.png");
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	float:left;
	font-size:90%;
	font-weight:bold;
	height:2em;
	line-height:2em;
	padding:0 8px;
	text-decoration:none;
	color: #5F5F5F;
}
ul#categories li a:hover{
	color:black;
}
ul#categories li.selected a {
	color: white;
	background-image:url("/images/tab-left-selected.png");
}

input#q {
	font-size: 1.1em;
	margin: 0;
	margin-left: 1em;
	float: left;
	background: white url("/images/shade-small.png") top repeat-x;
	border: none;
	height: 26px;
	font-family: "helvetica", "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", "Verdana", "Arial", sans-serif;	
	width:450px;
}

input#q{
	border:1px solid yellow;
}	

span#loading{
	background:url("/images/loading.gif") no-repeat right bottom;
	margin-left:-39px;
	margin-top:10px;
	padding:12px;
	position:absolute;
	display:none;
	z-index: 999;	
}	

input#search-btn{
	width:48px;
	height:48px;
	border:none;
	background: url("/images/search-btn.png") no-repeat top left;
	cursor:pointer;	
}

input#search-btn:active{
	background: url("/images/search-btn-hover.png") no-repeat top left;
}	
	
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  z-index: 1000;
  overflow:visible;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb !important;}
div.autocomplete ul li {
  text-align:left;
  list-style-type:none;
  display:block;
  margin:0;
  padding: 2px 0 !important;
  padding-left:8px !important;
  height:20px;
  font-size:medium;
  cursor:pointer;
}
div.autocomplete ul li.suggest_first{
    background: url("/images/sugg.png") top right no-repeat;
}
div.autocomplete ul li.close{
    background: url("/images/sugg_close.png") top right no-repeat;
} 
div.autocomplete ul li span.x_uid{
	display:block;
	float:left;
	width: 110px;
}
div.autocomplete ul li span.x_fn{
	
}	
/** Search box results page top **/

div#search_box_top_wrapper{
	margin: 0;
	padding:0;
	margin-top: .5em;
	margin-bottom: 3em;
	text-align:left;
	height: 105px;
	clear:both;
	position:relative;
	z-index:999;		
}			

div#search_box_top{
	width:600px;
	height: 105px;
	float:left;
	margin-left:-0.5em;
}

div#resultpagelogo{
	float:right;
	width: 276px;
	height: 85px;
	position:relative;
	top:1em;
}

div#query_box_top_wrapper{
	background: url("/images/search-box-results-bottom.png") no-repeat bottom;
	width: 599px;
	overflow:hidden;
	clear:both;
	height: 117px;
}	

div#query_box_top{
	clear:both;
	background: url("/images/search-box-results-top.png") no-repeat top;
	padding-top: 2.25em;
	width: 599px;				
}

div#query_box_top input#q{
 margin-left: 1em;	
}	

form#results_search_top input#search-btn{
	margin-left: 2em;	
}	

/** Go Results **/
div#go_results_wrapper{
	background: url("/images/go-results-bottom.png") no-repeat bottom;	
	overflow:hidden;
	width: 600px;
	margin-left:-0.5em;
}	

div#go_results{
	background: url("/images/go-results-top.png") no-repeat 0 0;
	color: black;
	margin: 0;
	margin-bottom: .5em;
	padding: 1em .5em;
	clear:both;
}

div#go_logo{
	width: 140px;
	height: 36px;
	float:right;
	background: url("/images/go-logo-text.png") no-repeat;
	margin-right:5px;
}

a#go_logo_link{
	width: 140px;
	line-height: 36px;
	cursor:pointer !important;
	padding: 10px 0;
	padding-left: 140px;
	text-decoration:none;
}

div#go_results ul{
	margin:0;
	padding-left:.5em;
	padding-bottom:.75em;
	list-style-type: none;
}

div#go_results ul li{
	margin:0;
	margin-bottom: .25em;
	padding:0;
	clear:left;
}	

div#go_results ul li div.title{
	font-size: 1.1em;	
}	

div#go_results ul li div.url{
	color: #004F00;	
}	

div#go_results a{
	color: 	#0063DC;
}	


/** Spelling Suggestion **/

div#spelling_suggestion{
	margin-top: .5em;
	width:600px;
	clear:both;	
}	

span#spell_text{
	font-weight: bold;	
}	

span#suggestion a{
	font-weight: bold;
	font-style: italic;
	color: 	#0063DC;
}	

/** Results info bar **/	

div#result_info_bar{
	width:600px;
	padding: 1.5em 0;
	float:left;		
}

span#slow_query{
	margin-left: 1em;
	font-size:xx-small;
	cursor:	default;
}	

div#result_count{
	float:right;
	font-size: .9em;
	color:#6F6F6F;
}

div#result_thumb{
	float:left;
	font-size: .9em;
	color:#6F6F6F;
}

div#right_col_results{
	padding: .5em 0;
	float:right;
	width:270px;
}
/** sponsor div **/
div#sponsor_results{
	padding: .5em 0;
	float:left;
	margin: 0;
	width:600px;
	clear:left;
}
div#sponsor_results ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
div#sponsor_results ul li{
	padding: 0;	
}
div#sponsor_results ul li.first{
    background: url("/images/sponsor.png") top right no-repeat;
}

div#view_controls{
/*	padding-left: 1em;
	background: #EFEFEF;	*/
}	

div#view_controls a{
	color: black;
	font-size:small;
}
/* filter box accordian*/
div#filters{
	width:302px;
	background: url("/images/box_wrapper.png") repeat-y 0 0; 
}
div#filters h2{
	background: url("/images/box_top.png") no-repeat 0 0; 
	color:white;
	font-size:small;
	height: 29px;
	margin:0;
	padding:0 2px;
	position:relative;
}
div#filters h2 span{
	display:block;
	padding-left: 15px;
	position:absolute;
	top: 0.5em;	
}
div#filters ul.filter_items, div#filters ul.filter_items li{
	padding:0; 
	margin:0;
}
div#filters ul.filter_items{
	list-style-type:none;	
	background: url("/images/box_bottom.png") no-repeat left bottom;
}	
div#filters li.filter_item{
	display:inline;		
}
div#filters li.filter_item span.item_bar, div#filters li.filter_item span.item_open{
	background:transparent url("/images/tile_body.png") no-repeat scroll 0 0;
	color:#676767;
	display:block;
	font-size:small;
	font-weight:bold;
	height:28px;
	margin:0;
	padding:0 17px;
	position:relative;
	width:268px;	
	cursor: pointer;	
}
div#filters li.filter_item span.item_open{
	background:transparent url("/images/tile_body_open.png") no-repeat scroll 0 0;
	color:#222222;
	font-weight:bold;
}
div#filters li.filter_item span.item_last{
	height:30px;
	background:transparent url("/images/tile_bottom.png") no-repeat 0 0;	
}		
div#filters li.filter_item span.item_title{
	height:28px;
	line-height:28px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	vertical-align:middle;
	width:268px;	
}
div#filters div.item_content ul{
	list-style-type:none;
	margin:0;
	padding:0;
	padding-left: .5em;
	font-size:small; 
}
div#filters div.item_content ul li span{
	padding-left: 16px;
	background-repeat: no-repeat; 
}	
span.ctype{
	font-size:xx-small;
	color: gray; 	
}
span.gray{
	margin:0 !important;
	padding:0 !important;
	color: gray;
}
/** Search Results**/

table#main_results{
	margin: 0;
	width:600px !important;
	clear:left;
}

table#main_results a{
	color: 	#0063DC;
}
	
table#main_results td{
	padding-bottom: .5em;
	vertical-align:top;
}

table#torrent_results{
margin: 0;
margin-top: 2em;
width:685px !important;
clear:left;
}

table#torrent_results td{
padding-bottom: .5em;
vertical-align:top;
}

div.descr, div.url{
	font-size: .90em;
	line-height:1.25em;	
}

div#engine{
	font-size: small;
	line-height:1.25em;
        color: #AAAAAA; 
}

div#engine a{
	color: #AAAAAA; 
}

div#engine a.quick{
	color: #62B2CC;
}

div.title{
	color: #1861F6;
	font-size: 1.05em;	
}

span.doctype{
	padding-left: 10px;
	background-position: left 2px;
	background-repeat: no-repeat;	
}	

span.pdf, .pdf span.doctype{
	background-image: url("/images/icon_pdf.gif");
}
span.word, .word span.doctype{
	background-image: url("/images/icon_doc.gif");
}
span.excel, .excel span.doctype{	
	background-image: url("/images/icon_xls.gif");
}
span.text, .text span.doctype, .rtf, .rtf span.doctype{
	background-image: url("/images/icon_txt.gif");
}
span.ppt, .ppt span.doctype{	
	background-image: url("/images/icon_ppt.gif");
}
span.zip, .zip span.doctype{
	background-image: url("/images/icon_zip.gif");
}
span.xml, .xml span.doctype{
	background-image: url("/images/icon_xml.gif");
}
span.rss, .rss span.doctype{
	background-image: url("/images/icon_feed.gif");
}
span.visio, .visio span.doctype{
	background-image: url("/images/icon_visio.gif");
}
span.html, .html span.doctype{
	background-image: url("/images/icon_html.gif");
}


div.url{
	float:left;	
}	

div.url{
	color: 	#008000;
}

div.title span.highlight{
	font-weight: bold;	
}

div.descr span.highlight{
	font-weight: bold;	
}

div.descr {
	line-height: .95em;	
}	

div.result-right{
	padding-left: .5em;
	color:#6F6F6F;
	font-size: .8em;
	line-height: 1.5em;	
}	

div.detail {
	clear:both;
	color:#6F6F6F;
	font-size: .8em;	
}	

div.detail div {
	float:left;
	margin-right: .75em;	
}

/* search result preview */
div.iframe{
	clear:both;
	float:left;
	width:600px;
	height: 300px;
	background: url("/images/loading.gif") no-repeat center;	
}	

iframe.preview{
	display:none;
	width:600px;
	height: 300px;
	border: 2px solid #D7D7D7;
	background:white;	
}	

div.preview a.preview{
	margin-left: 10px;
	padding-left: 10px;
	background-position: left 4px;
	background-repeat: no-repeat;
	background-image: url("/images/preview_add.png");
	text-decoration:none;	
}

div.preview a.preview_remove{
	margin-left: 10px;
	padding-left: 10px;
	background-position: left 4px;
	background-repeat: no-repeat;
	background-image: url("/images/preview_remove.png");
	text-decoration:none;	
}

/** Prev, Next Nav Buttons **/

div#nav_bar{
	margin-top: 1em;
}

a#next_btn, a#prev_btn{
	display:block;
	width: 48px;
	height: 48px;
	text-decoration: none;
	float: left;
	margin-right: 1em;
}

a#next_btn{
	background: url("/images/next.png") no-repeat top;
}

a#prev_btn{
	background: url("/images/previous.png") no-repeat top;	
}	

/** Search box bottom **/
div#search_box_bottom_wrapper{
	clear: both;
	height: 20px;
	padding: 0 1em;
	padding-top:45px;
	margin-top: 2em;
	background: url("/images/bottom_bar.jpg") repeat-x top;
	min-width:900px;
}
div#search_box_bottom{
	float:left;	
}
div#copyright{
	font-size: .7em;
	padding-top: .75em;
	clear:both;
	color: gray;
}
div#copyright a{
	color: #0063DC;
}
div#results_footer_left{
	min-width:600px;	
}
div#results_footer_mid{
	padding-left: 4em;
	font-size:small;
	float:left;
}
.clear{
	clear:both;
}	
div#results_footer_mid a, div#results_footer_mid a:visited{
	color:#0063DC;
}
div#search_box_footer{
	float:right;
	display:inline;	
}	
/* Right box ads */
div#help_box{
	font-size:0.9em;
	margin-left:1em;
	margin-top:5em;
	padding-left:25px;
	background: url("/images/right-shade.png") left no-repeat;
}
div#help_box a{
	color: #0063DC;
}
div#help_box ul{
	list-style-type:none;
	padding:0;
        margin:0;
}
div#help_box ul li{
	padding: .5em 0;
}
div#help_box ul li.first{
    background: url("/images/sponsor.png") top right no-repeat;
}
div#help_box ul li.truveo{
    background: url("/images/truveo.png") top right no-repeat;
} 

/* Header */
#header_container {
	margin-bottom: 2em;
}

#header_container * {
	font-family: "Trebuchet MS", "Lucida Grande", "Verdana", "Bitstream Vera Sans", "Arial", sans-serif;
	margin: 0;
	padding: 0;
	font-size:xx-small;
}

#header_container a,#header_container a:hover {
	border: none;
}

#header_center {
	position:relative;
	margin-left: 40px;
	margin-right: 32px;
	background: url("/images/hdr-mid-shd.png") transparent repeat-x bottom;
	height: 35px;
	color: white;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 40px;
	margin-right: 40px;
}

html>body #header_center {
	margin-left: 40px;
	margin-right:40px;
}

#header_left {
	position: absolute;
	background: url("/images/hdr-left-shd.png") transparent no-repeat left bottom;
	padding-left: 20px;
	top: 0;
	left: 20px;
	height: 35px;
}

#header_right {
	background: url("/images/hdr-right-shd.png") transparent right bottom no-repeat;
	padding-right: 20px;
	position: absolute;
	height: 35px;
	top: 0;
	right: 20px !important;
	right: 19px;
}

.divider {
	border-left: 1px solid gray;
	margin-left: 10px;
	margin-right: 5px;
	height: 20px;
}

#hdr_left_content ul {
	list-style: none;
	margin: 0;
	width: auto;
	float: left;
}

#hdr_left_content ul li {
	float: left;
	padding: 2px 10px 2px 2px;
	color: #E0DFE3;
}

#hdr_left_content a {
	color: #E0DFE3;
	font-size: 10px;
	text-decoration: none;
	background: none;
}

#hdr_left_content a:hover {
	color: white;
	text-decoration: underline;
	background: none;
}

#hdr_left_content a+img {
	text-decoration: none;
}

#hdr_left_content img {
	border: none;
}

#hdr_my_home_li {
	line-height: 10px;
	margin-top: 5px;
}
	
#hdr_right_content {
	font-family: "Trebuchet MS", "Lucida Grande", "Verdana", "Bitstream Vera Sans", "Arial", sans-serif;
        margin: 0;
        font-size: xx-small;
	width: auto;
        padding-right: 20px;
	position: absolute;
	top: 5px;
        right: 10px;
	float: right;
	color: gray;
}

#hdr_right_content ul {
	list-style: none;
	margin: 0;
        width: auto;
	float: left;
}

#hdr_right_content ul li {
	float: left;
	padding: 2px 10px 2px 2px;
        color: #E0DFE3;
}


#hdr_search_input_li {
       line-height: 10px;
}

#hdr_right_content img {
	border: none;
}

#hdr_search_input {
	color: #3F3F3F;
	background: #E9EAEC;
	font-size: 10px;
	height: 15px;
}

#hdr_mid_content {
	position: absolute;
	top: 0px;
	margin-left: 40%;
	padding-top: 3px;
	text-align: center;
	color: white;
	height: 28px;
}

#sitemap_btn {
	display: block;
	width: 22px;
	height: 20px;
	text-decoration: none;
	background: url("/images/sitemap.png") transparent no-repeat;
	cursor: pointer;
}

#help_btn {
	display: block;
	width: 14px;
	height: 21px;
	text-decoration: none;
	background: url("/images/help.png") transparent no-repeat;
	cursor: pointer;
}

img {
	border: none;
}

li#hdr_username{
	margin-top: .3em !important;
}

/** Footer **/

#footer_wrapper {
	clear: both;
	margin-top: 2em;
	text-align: center;
}

#footer img {
	border: none;
}

#footer {
	background: white;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	font-size: .7em;
	clear: both;
	color: gray;
}

div#footer p a {
	color: #0063DC;
	text-decoration: none;
}

div#footer p a:link,#footer p a:visited {
	text-decoration: none;
}

div#footer p a:hover {
	text-decoration: underline;
}

p.plugin a{
	color: 	#0063DC;
	font-size:.8em;
        text-decoration:none;
}

div#header_container, div#search_wrapper_top, div#search_box_bottom{
	/* display:none; */
}

img{
	border:none;
}

div#search_box_bottom_wrapper{
	margin-top: 2em;
}

table#main_results{
	margin-top: 2em;
}

div#query_time{
	float:right;
}

#extab
{	margin: 0;
	padding: 0;
	z-index: 30
}

#extab li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	white-space: nowrap;
}
#extab li a
{	display: block;
	color: #E0DFE3;
	text-decoration: none;
}
#extab li a:hover
{	
}
#extab div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
        background: #000;
        z-index: 1000;
        border: 1px solid #DDDDDD
}

#extab div a
{      position: relative;
       display: block;
       margin: 0;
       padding: 5px 10px;
       white-space: nowrap;
       text-align: left;
       text-decoration: none;
       color: #E0DFE3;
       z-index: 1000;
       font: 11px verdana;
}
#extab div a:hover
{     text-decoration: underline;
      z-index: 1000;
}

