﻿/*  BASIC ELEMENTS  */
html{
	margin: 0;
	padding: 0;
}
body{
	font: .8em Verdana,Arial,'Times New Roman';
	color: #444;
	margin: 0;
	padding: 0;
	background: #fff;
}

/*  FONT CLASSES  */
h1{
	font: bold 32px;
	color: #6eb4f9; 
	margin: 0 0 20px 0;
	padding-top: 20px;
	text-align: left;
}	
h2{
	font: bold 24px;
	color: #6eb4f9; 
	margin: 10px 0;
}
h3{
	font-family: Arial;
	color: #333;
	font-size: 1.5em;
}
h4{
	font-size: 14px;
	font-weight: bold;
}
.h3blue{
	color: #3F8AD7;
	font-size: 1.4em;
}
.h3_lightblue{
	font: bold 1.2em;
	color: #6eb4f9;	
}
.h3_red{	
	font: normal 1.2em;
	color: #f33;	
}
.h3green{
	font: bold 2em;
	color: #98c93c
}
.h3_bold{
	font: bold 1em;
	color: #222;
}
.h4_lightblue{
	color: #6eb4f9;	
}
p, ul, ol, dd{
	line-height: 1.5em;
}
.watermark,.qsearchWatermark{
	color: #aaa;
	font-style: italic;
}

/*  Link Elements  */

a{
	color: #3F8AD7;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/** GENERAL CONTENT CONTAINERS ***/
.content{
	width: 960px;
	margin: 0 auto;
	padding: 0 0px;
}
.resultcount{
	/*background-color:#c3e0fe;*/
	font: bold 14px;
	margin: 10px 0;
}
#contentexp{
	min-height: 300px;
}
.maincontent{
	width: 720px;
	float: right;
}

/*  USERNAV  */
#usernav{
	font: 14px Arial, Verdana;
	float: right;
	padding: 5px 0 10px 10px;
}
#usernav a:link, #usernav a:visited{
	color: #444;
}
.usernavline{
	color: #ccc;
}
#signup a:link, #signup a:visited{
	color: #fff; 
	text-decoration: none;
}
#signup a:hover{
	text-decoration: underline;
}
#signup{
	width: 90px;
	font-size: 18px;
	background: #ffc323;
	display: inline;
	text-align: center;
	padding: 8px;
	margin-right: 10px;
}

/*  QUICKSEARCH   */
#quicksearch{
	float: right;
}
.qsearchButton{
	margin-left: 5px;
}

/** FOOTER **/
#footer{
	background: #DAFF92;
	border-top: solid 1px #addc4f;
	margin-top: 50px;
	padding: 15px 0 5px;
}
#footer ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footerlinks1, #footerlinks2{
	height: 80px;
	width: 200px;
	float: left;
}
#footer a:link, #footer a:visited{
	color: #666; 
	text-decoration: none;
	white-space: nowrap;
}
#footer a:hover{
	text-decoration: underline;
}
#footer_copyright{  
	height: 12px;
	text-align: center;
	color: #666;
	font-size: 10px;
	clear: both;
}
.footer_paypal{
	height: 100px;
	width: 110px;
	background: #c5fa5c url(images/footerpaypal.gif) no-repeat;
	display: block;
	float: right;
}


/*  CONTENT CLASSES  */
#header{
	border-bottom: solid 4px #abd5ff;
	height: 130px;
}
#headertop{
	height: 90px;
}
#logo, #logo a{
	height: 60px;
	width: 250px;
}
#logo{
	background: url(images/logo.gif) no-repeat top left;
	float: left;
	position: relative;
	margin-top: 10px;
}
#logo a{
	position: absolute;
}	
#nav{
	height: 40px;	
}	
.sitenav{
	margin: 0;
	padding: 0;
	display: inline;
	z-index: 100;
	position: relative;
}
.sitenav ul{
	padding: 0;
	margin: 0;
}
.sitenav li{
	float: left;
	position: relative;
	display: block;
}
.sitenav li ul{
	position: absolute;
	display: none;
	border: solid 1px #6eb4f9;
	border-top: 0;
}
.sitenav li:hover ul{
	display: block;
}
.sitenav ul li{
	background: #fff;
	color: #444;
	border: none;
}
.sitenav a{
	display: block;
	text-decoration: none;
	color: #444;
	font: 18px Arial;
	padding: 11px 15px;
}
.sitenav a:hover{
	background: #3f8ad7;
	color: #fff;
}
.sitenav ul li a{
	background: #fff;
	color: #444;
	font-size: 14px;
	border-bottom: dashed 1px #ddd;
}
.sitenav ul li a:hover{
	display: block;
	text-decoration: none;
	color: #fff;
}
#sitenavProducts,#sitenavProducts li{
	width: 164px;
}
#sitenavKb, #sitenavKb li{
	width: 163px;
}
#sitenavCommunity, #sitenavCommunity li{
	width: 117px;
}
#sitenavKb_lastitem, #sitenavProducts_lastitem, #sitenavCommunity_lastitem{
	border-bottom: 0;
	padding-bottom: 8px;
}
li.topLevel{
	height: 40px;
	font-size: 12px;
	background: url(images/arrownav_sprite1.png) no-repeat top left;
}
.ddArrow{
	font-size: 12px;
	margin-left: 5px;
}
.error_message /* styling for error message displayed when user enters incorrect zip format into zip search */
{
	padding-right: 10px;
}	
.viewcontrol{
	font-size: 1em;
}
.caption, .captionlink a:link, .caption a:visited{
	font-size: .7em;
}
.captionlink a:hover{
	text-decoration: underline;
}
.nobullets{
	list-style-type: none;
}	
.center{
	text-align: center;
}	
.lesspadding{
	padding-left: 15px;
}
#subscriptionbenefits{
	width: 480px;
	margin-top: 30px;
	border: solid 1px #ddd;
	padding: 15px 10px 10px;
}
.floatleft{
	float: left;	
}
.floatright{
	float: right;
}
.clearboth{
	clear: both;
}
.noshow{
	display: none;	
}
.mleft20{
	margin-left: 20px;
}


/*  KB AND MYACCOUNT CLASSES  */
#myaccountcontent{
	width: 720px;
	float: left;
}
.sidenav{
	width: 206px;    
	float: left;
	margin: 0 30px 0 0;
}
.sidenavbot{
	height: 30px;
    width: 206px;
    background: url(images/sidenavbot.png) no-repeat;
}
.sidenavcontent{
	border-right: solid 2px #abd5ff;
	padding-top: 20px;
}
.sidenav img{
	border: 0;
}
.sidenav_treeview{       
	font-size: 14px;
	padding-bottom: 2px;
}
.sidenav_treeview a{
	color: #444;
    display: block;
    width: 184px;
    padding: 10px;    
}
.sidenav_treeview a:hover{
    text-decoration: none;
	background: #daecff;
}
#ctl00_TreeView_Nav span{
	font-weight: bold;
	padding: 0 0 0 12px;
	color: #6eb4f9;	
}
#ctl00_TreeView_Navn0Nodes, #ctl00_TreeView_Navn4Nodes{
	margin-bottom: 25px;
	padding-bottom: 20px;	
}


/*   SEARCH PAGE   */
#searchresults{
	text-align: left;
    margin-bottom: 30px;
}
.viewcontrol{
	overflow: hidden;
	font-size: 12px;
}
.viewcontrol th{
	white-space: nowrap;
}                       
.filter{
    font-size: 14px; 
    width: 93%;
    margin: 0px 0;
    padding: 20px;
}
.filterPrice, .filterAucDate, .filterRecDate, .filterPubDate{
	height: 50px;
    text-align: left;
    float: left;
    margin: 0 25px 10px 0;
}
.filtertitle{
	font-family: Arial;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
}
.filter_element{   
	float: left;
    padding-right: 5px;
    display: inline;    
} 
.filter_topitems,.filter_topitems1{
	height: 30px;
	margin-bottom: 10px;
}
#ctl00_ContentPlaceHolder_Sidenav_TabContainer1_TabPanel_filter_topitems, #ctl00_ContentPlaceHolder_Sidenav_TabContainer1_TabPanel2_filter_topitems1
{
	height: 30px;	
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
#filter_bottomitems,#filter_bottomitems1{
    padding: 0;  
    clear: both;
}    
.dropdown_state{
	height: 25px;
	width: 80px;
	font-size: 14px;
}
.dropdown_city, .dropdown_county{
	height: 25px;
	width: 140px;
	font-size: 14px;
}
.filterbuttonsCont{
    height: 25px;
    text-align: left;
    clear: both;
}
.filter_buttons{
	height: 30px;
    width: 80px;
    float: left;
}                   
.textbox{
	width: 70px;
    text-align: left;
}
.srHeader, .srHeader th{
	text-align:left;
}
.pagerstyle
{
	font-size: 14px;
}
.pagerstyle table
{
	margin-top: 10px;
}
.pagerstyle tbody td
{
	border-right: solid 2px white;
}
.pagerstyle tbody td a
{
	border: solid 1px #CCC;
	padding: 3px 4px;
	display: block;
}
.pagerstyle tbody td a:hover
{
	background: #CCC;      
}      
.Button_ExportExcel{
}

/*  PRODUCTS  */
.featbord{
	margin: 30px 0 10px;
	border-top: dotted 1px #ccc;
}

/*  BUTTONS  */
#btnsignup a{
	height: 48px;
	width: 139px;
	background: url(images/signup.gif) no-repeat top left;
	display: block;
}
#btnsignup a:hover{
	background-position: top right;
}
#btnsubscribe a{
	height: 48px;
	width: 167px;
	background: url(images/subscribe.gif) no-repeat top left;
	display: block;
	margin-top: 15px;
}
#btnsubscribe a:hover{
	background-position: top right;
}

/* SEARCH PAGE TAB CONTAINER STYLES*/
#ctl00_ContentPlaceHolder_Sidenav_TabContainer1_body
{
	border: solid 2px #D3D3D3;
}
.errorMsg
{
	color: #f33;
	border: solid 2px #f33;
	display: block;
	margin-top: 10px;
	padding: 5px 40px;
}
.NewsTab .ajax__tab_header
{
	/*color: #aa976b;*/
	font: bold 13px Arial;
	margin-left: 5px;
}
.NewsTab .ajax__tab_outer
{
	margin-left: 5px;
}
.NewsTab .ajax__tab_outer
{
	border: solid 2px #D3D3D3;
	border-width: 2px 2px 0;
}
.NewsTab .ajax__tab_inner
{
	padding: 6px;
	color: #222;
}
.NewsTab .ajax__tab_hover .ajax__tab_inner
{
	background-color: #3f8ad7;
	color: white;
}
.NewsTab .ajax__tab_active .ajax__tab_outer
{
	border: solid 2px #BBB;
	border-width: 2px 2px 0;
}
.NewsTab .ajax__tab_active .ajax__tab_inner
{
	background-color: silver;
	color: White;
}
.disclaimer
{
	font-style: italic;
	font-size: 11px;
}

/*** QSEARCH ***/
#qsearch{
	float: right;
	display:inherit;
	z-index: 100;
	position:relative;
	margin: 0;
	padding: 0;
}
.qsearchtxt, .qsearchWatermark
{
	height: 20px; 
	width: 287px;
	font-size: 16px;
}
.btnqsearch
{
	height: 27px; 
	vertical-align: bottom;
}
