﻿/*

Most the content colors are in the 'a' tag since most of the 
content is links but there are specific elements that have their own color styles

*/

@font-face {
    font-family: 'dejavu_sanscondensed_bold';
    src: url('fonts/DejaVuSansCondensed-Bold-webfont.eot');
    src: url('fonts/DejaVuSansCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DejaVuSansCondensed-Bold-webfont.woff') format('woff'),
         url('fonts/DejaVuSansCondensed-Bold-webfont.ttf') format('truetype'),
         url('fonts/DejaVuSansCondensed-Bold-webfont.svg#dejavu_sanscondensed_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'segoeui';
    src: url('fonts/seguisb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body
{
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    line-height: 16px;
    font-family: "Verdana", "Tahoma", "Arial", "Helvetica", sans-serif;
	background-color: #61779a;
	/*background-color: #F8F7F6;*/
    /* background: url('../Images/background-tan-left.png') top left repeat-y, url('../Images/background-tan-right.png') top right repeat-y; background-attachment:fixed; */
	/* background-color: #818286; 
	background-image: url(../Images/black-gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;	*/
	
}

h1, h2, h3, h4, h5, h6
{
    /* Color here*/
    color: #000000;
    font-family: "Verdana", "Tahoma", "Arial", "Lucida Grande", "Helvetica", "Segoe UI", sans-serif;
    font-weight: normal;
    text-decoration: none;
    padding: 0;
    margin: 5px 0 5px 0;
}

.gradient
{
	background-image: url(../Images/gradient-blue.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-right: 0;
	padding: 0px;
	text-align: left;
}

img
{
    border: none;
}

h2
{
    font-size: 22px;
    line-height: 26px;
}

h3
{
    font-size: 18px;
	text-align: center;
    line-height: 28px;
}

a
{
    font-family: "Helvetica" , "Arial" , "Verdana" ,sans-serif;
    text-decoration: none;
    color: #26459C;
    /* Link Color here*/
}

a:hover
{
    text-decoration: underline;
}

ul
{
    list-style-type: circle;
    display: block;
    margin: 0;
    padding-left: 20px;
}

div#Page
{
    width: 1020px;
	/* START - Aded by Manny 3/2/12 */
	/* position: absolute; 
	top: 27px;*/
	/* END */
	background: none repeat scroll 0% 0% #FFF;
	/*border-left: 1px solid #000;*/
	/*border-right: 1px solid #000;*/
    margin: 0 auto;
    padding: 0px;
    position: relative;
}
div#PageSub
{
  width: 1020px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  padding-bottom: 1px;
}
div#Content
{
    /*background: #ededed;*/
    width: 100%;
    position: relative;
    display: inline-block;
}
div#itemContent
{
    background: #ffffff;
    width: 100%;
    position: relative;
    display: inline-block;
}
div#Content1{
    background: #ffffff;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: -20px;
	/*padding-left:20px;
	padding-right:20px;*/
}

div#Header
{
    position: relative;
    background: #ffffff;
    width: 100%;
}

div#HeaderContainer
{
    margin: 0 auto;
    width: 1020px;
}

/*

Header Layout

 */

/* input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351;
}  */
/* Sign In pop up */
#login-box a { 
	text-decoration:none; 
	color:#005594;
}

#login-box h1 {
	font: 4em normal Arial, Helvetica, sans-serif;
	padding: 20px;	margin: 0;
	text-align:center;
}

#login-box h1 small{
	font: 0.2em normal  Arial, Helvetica, sans-serif;
	text-transform:uppercase; letter-spacing: 0.2em; line-height: 5em;
	display: block;
}

#login-box h2 {
    color:#bbb;
    font-size:3em;
	text-align:center;
	text-shadow:0 1px 3px #161616;
}

#content { width: 100%;}

.post { margin: 0 auto; padding-bottom: 50px; float: left; width: 960px; }

.btn-sign {
	width:460px;
	margin-bottom:20px;
	margin:0 auto;
	padding:20px;
	border-radius:5px;
	background: -moz-linear-gradient(center top, #00c6ff, #018eb6);
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#018eb6));
	background:  -o-linear-gradient(top, #00c6ff, #018eb6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#018eb6');
	text-align:center;
	font-size:36px;
	color:#fff;
	text-transform:uppercase;
}

.btn-sign a { color:#fff; text-shadow:0 1px 2px #161616; }

#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}

.login-popup{
	display:none;
	background: #fff;
	padding: 10px; 	
	border: 2px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

img.btn_close {
	float: right; 
	margin: -28px -28px 0 0;
}

fieldset { 
	border:none; 
}

form.signin .textbox label { 
	display:block; 
	padding-bottom:7px; 
}

form.signin .textbox span { 
	display:block;
}

form.signin p, form.signin span { 
	color:#000; 
	font-size:14px; 
	line-height:18px;
	font-weight: bold; 
} 

form.signin .textbox input { 
	background:#fff; 
	/*border-bottom:1px solid #333;
	border-left:1px solid #000;
	border-right:1px solid #333;
	border-top:1px solid #000;*/
	border: 1px solid #888888;
	color:grey; 
	/*border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;*/
	font:13px Arial, Helvetica, sans-serif;
	padding:6px 6px 4px;
	width:200px;
}
.textbox input:focus {
	border-color:#9ECAED;
	box-shadow:#9ECAED 0 0 10px;
	outline:none;
} 
form.signin input:-moz-placeholder { 
	color:#bbb; 	
	/*text-shadow:0 0 2px #000;*/ 
	font-weight: bold; 
}
form.signin input::-webkit-input-placeholder { 
	color:#bbb; 
	/*text-shadow:0 0 2px #000; */
	font-weight: bold; 
	}
#login-box .button { 
	background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
	background:  -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
	border-color:#000; 
	border-width:1px;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	color:#333;
	cursor:pointer;
	display:inline-block;
	padding:6px 6px 4px;
	margin-top:10px;
	font:12px; 
	width:214px;
	font-weight: bold;
	line-height:18px;
}

.button:hover { background:red; }

/* Sign in pop up End */


div#TopContainer
{
    margin: 0 auto;
    width: 1020px;
    position: relative;
}

div#TopBar
{
    /* The background here is used in many places, not just the topBar*/
    padding: 0;
    height: 28px;
    z-index:1000;/* Braun Added 3/1/2012 */
    width: 100%;/* Braun Added 3/1/2012 */	
	background-color: #f4f1ec;
}

div#TopBarSub
{
 	width: 1020px; 
 	margin: auto;
}

div#HeaderAd 
{
	padding-top: 5px;
}
div#bgContainer
{
    float: left;   
}

div.bgPic
{
    margin-top: 4px;
    cursor: pointer;
    float: left;
    margin-left: 10px;
       
}

div#TopLinks
{
    float: right;
    position: relative;
    margin: 0;
}

div#SocialMedia
{
    float: right;
    width: 100px;
}

/*

Header Specifics

 */

.socialMediaIcon
{
    position: relative;
    padding-right: 2px;
    width: 22px;
    padding-top: 3px;
    float: right;
}

.imageButton
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.imageButton:hover
{
    opacity: 0.8;
    filter: alpha(opacity=50);
    cursor: pointer;
}


tnav { margin:100px auto; width:auto; }

tnav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	display:block;
	}
	
tnav ul li {
	float:left;
	display:list-item;
	list-style: none; 
	}

tnav ul li a {
	display:block;
	padding:7px 10px;	
	color:#000000;
	font-size:12px;
	line-height: 12px;
	font-weight: bold;
	text-decoration:none;
	font-family: "Verdana";
}

tnav ul li:hover a{ 
	background-color: #FFFFFF; 
/*	border-left: 1px solid #000000; 
	border-right: 1px solid #000000; */
}

	
/* Change this in order to change the Dropdown symbol */
/*
tnav ul li > a:after { content: ''; } 
tnav ul li > a:only-child:after { content: ''; } 
*/ 	
	
	
/* The Dropdown Styles */
/* =================== */

/* Hide Dropdowns by Default */
tnav ul ul {
	display: none;
	position: absolute; top: 26px;
}
	
/* Display Dropdowns on Hover */
tnav ul li:hover > ul {
	display:list-item;
	/*border: 1px solid black;*/
}
	
/* Fisrt Tier Dropdown */
tnav ul ul li {
	width:170px;
	float:none;
	position: relative;
	z-index: 99999;
	background-color: white;
	border-bottom:none;
}

/* Second, Third and more Tiers	*/
tnav ul ul ul li {
	position: absolute relative;
	top:-58px; 
	left:170px;
}


ul#TopNav li
{
    float: left;
    padding-right: 15px;
}

ul#TopNav
{
    margin: 4px 0 0 0;
}

ul#TopNav li a
{
    /* Top Bar Text */
    color: #000;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 3px 3px 0;
    text-decoration: none;
	font-weight: bold;
}

ul#TopNav li a:hover
{
    /* Top Bar Hover Text */
    color: #CCC;
}

.MainHeaderWrap {
	 width: 1020px; 
	 position: relative; 
	 margin-left: auto; 
	 margin-right: auto; 
	 background: #FFFFFF;
}
.HeaderWrap {
	width:100%;
	height:145px;
	/*height:145px !important;*/
	/*border-bottom: 1px rgb(192,192,192) solid;*/
}
#Logo {
	/*position: absolute;
	 left: 5px; */
	top: 5px;
    /*width: 215px; */
    float: left;
	width:250px;
}

#Logo a img {
	
}
#LeaderAd {
	position: relative;
	float:right;
}
#LogoAd {
    height: 140px;
    background: white;
    position: relative;
	float:right;
}
#LeaderAd {
	position:relative;
    width: 750px;
	float: right;
	left: 1px;
	height: 100px;
	display:block;
	clear:both;
}
.HeaderAd2{
	width: 75%;
	float: right;
	height: 100px !important;
}
#LeaderAd img {
    width: 765px;
}

/*Category CSS*/

/#categ {
  border-bottom-color:#DDDDDD;
  border-bottom-style:solid;
  border-bottom-width:1px;
  margin:0 15px 25px;
  padding-bottom:10px;
}
#categ li {
  padding:10px 0 0 5px;
}
#categ td {
  padding:0 10px 15px;
  vertical-align:top;
  width:200px;
}
#categ.override td{
  width:25%;
}
#categ .categ-gap {
  padding:0;
  width:10px;
}
#categ.override .categ-gap-sm {
  padding:0;
  width:0px;
}
#categ h3 {
  display:block;
  margin:0;
  padding:15px 0 0;
}
#categ h3.categ-parent {
  font-family:Helvetica, Arial;
  padding-top:30px;
  text-align:left;
}
#categ h3, #categ h3 a {
  color:#333333;
  font-size:14px;
  font-weight:bold;
}
#categ h3.innerheader a {
  color:#333333;
  font-size:16px;
  font-weight:bold;
}
#categ h3 a {
  position:relative;
}
.gh-oldDT #categ h3 a {
  margin-right:-10px;
}
#categ h3 a:hover {
  color:#0654BA !important;
  text-decoration:underline;
}
#categ h3:first-child {
  padding-top:0;
}
#categ a {
  color:#555555;
  font-size:12px;
}
#categ a:hover {
  color:#0654BA;
}
.seemmorecat {
text-align:right;
}
#morecatToolTip {
	z-index:9999; 
	position:relative;
	top:-45px;
	left:440px;
	display:none;
	height:0px;
}
#tipText{
	position:relative;
	z-index:9999;
	top:-50px;
	left: 500px;
	height:0px;
	display:none;
	font-size:12px;
	color:black;
	font-weight:bolder;
}

#categ #categmain-see-all {
  bottom:20px;
  color:#0654BA !important;
  font-size:14px !important;
  position:absolute;
}
#categmain-see-all .categ-h3i, .categ-parent:hover .categ-h3i {
  background-position:-24px -73px;
}
#categmain{
width:85px;
margin:-3px 7px 0px 5px;
*z-index:9999;
float:left;
text-decoration:none !important;
color:#a1a1a1;
}
.categmain-a{
display:block;
/*height:60px;*/
color:#a1a1a1;
*margin-top:1px;
z-index:999;
margin-bottom:-2 px;
border:1px solid transparent;
border-width:2px 1px 0;
position:relative;
top:-2px;
text-decoration:none;
white-space:nowrap;
padding:5px 5px 6px 8px;
font-size:14px;
text-decoration:none !important;
cursor: pointer; 
}
.categmain-a.onclick
{
	border: 1px solid #ddd;
	border-top: #005594;
	border-bottom: #fff;
	background:#fff;
}
.apply-hover a:hover {
z-index: 9999;
background: #fff;
border: 1px solid #ddd;
padding: 5px 3px 10px 6px;
/*-moz-box-shadow: 8px 8px 10px rgba(0,0,0,0.4);
box-shadow: 8px 8px 10px rgba(0,0,0,0.4);
-moz-border-radius: 0 0 2px 2px;*/
border-radius: 0 0 3px 3px;
}
/*.categmain-a a:hover {
/*background: #fff;
border: 1px solid #ddd;*/
/*z-index: 9999;
background: #fff;
border: 1px solid #ddd;
padding: 5px 3px 10px 6px;
-moz-box-shadow: 8px 8px 10px rgba(0,0,0,0.4);
box-shadow: 8px 8px 10px rgba(0,0,0,0.4);
-moz-border-radius: 0 0 2px 2px;
border-radius: 0 0 3px 3px;

}*/
#categmain-ei{
background:url(/images/spr9.png) 0 -72px;
display:inline-block;
height:7px;
margin-left:4px;
position:relative;
top:-7px;
width:13px;
*vertical-align:middle;
*margin-top:3px;
*font-size:7px;
}
.categmain-active #categmain-ei,#categmain-a:hover #categmain-ei{
background-position:0 -79px;
text-decoration: none;
}
.categmain-active #categmain-a,#categmain-a:hover{
color:#0654ba;
}
#categ-o{
position:absolute;
/*left:122px;
top:200px;*/
*top:81px;
*padding:20px 0;
*padding-top:5px;
z-index:100;
*background-color:white;
background: #fff;
border: 1px solid #ddd;
padding: 5px 3px 10px 6px;
-moz-box-shadow: 8px 8px 10px rgba(0,0,0,0.4);
box-shadow: 8px 8px 10px rgba(0,0,0,0.4);
-moz-border-radius: 0 0 2px 2px;
border-radius: 0 0 3px 3px;
margin-top: -3px;
}
.gh-oldDT #categ-o{
top:83px;
}
.categ-h3i{
background:url(/images/spr9.png) no-repeat;
}
#categ #categmain-see-all{
color:#0654ba!important;
position:absolute;
bottom:20px;
font-size:14px!important;
}
#categ{
margin:0 15px 25px;
padding-bottom:10px;
border-bottom:1px solid #ddd;
}
#categ li{
padding:10px 0 0 5px;
}
#categ td{
width:200px;
vertical-align:top;
padding:0 10px 15px;
}
#categ .categ-gap{
width:10px;
padding:0;
}
#categ h3{
margin:0;
padding:15px 0 0;
display:block;
}
#categ h3.categ-parent{
font-family:Helvetica,Arial;
padding-top:30px;
*padding-top:15px;
}
#categ h3,#categ h3 a{
font-weight:bold;
font-size:14px;
color:#333;
}#categ h3 a{
position:relative;
}
.gh-oldDT #categ h3 a {
margin-right:-10px;
}
#categ h3 a:hover{
text-decoration:underline;
color:#0654BA !important;
}
#categ h3:first-child{
padding-top:0;
}
#categ a{
font-size:12px;
color:#555;
}
#categ a:hover{
color:#0654BA;
}
#categ #categmain-see-all{
color:#0654ba !important;
position:absolute;
bottom:20px;
font-size:14px !important;
}
.categ-h3i{
background-position:-16px -73px;
height:7px;
width:4px;
display:block;
position:absolute;
right:0;
bottom:4px;
}
.gh-oldDT .categ-h3i{
display:none;
}
#categmain-see-all .categ-h3i,.categ-parent:hover .categ-h3i{
background-position:-24px -73px;
}
#categmain-see-all .categ-h3i{
bottom:3px;
}
/* style*/

/*Category Dropdown*/
 
 
/* CSS FOR SEARCH SELECT*/

.customSelect {
/* Styles For Your Select Box */
position: relative;
color:red;
position:relative;
top:-20px;
}
.customSelect.changed {
/* You can use this if you want a different style after user has made a selection */
 -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.customSelectFocus {
/* You can use this if you want a different style after user has made a selection */
 -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.customSelectOpen {
/* You can use this if you want a different style after user has made a selection */
 -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}


/* We can style the inner box, too */
.customSelectInner {
	background:url(../images/customSelect-arrow.gif) no-repeat center right;
	 -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

/* END CSS FOR SEARCH SELECT*/

/*

Mid Navigation Layout

 */


#MidNav
{
    width: 1016px;
    margin-top: 10px;
    position: relative;
    height: 37px;
    margin: 0 auto;
}

/*

Mid Navigation Specifics

 */

div#MidNav ul#mainMenu li.categoryNav
{
	background: url('../Images/MainNavRed.png') repeat-x;
	float: left;
	margin: 0 auto;
	display: table-cell;
	border-right: 1px solid black;
	padding: 10px 10px 0px 10px;
	text-align: center;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	height: 26px;
	width: 12.0%;
	color: white;
	position: relative;
}


div#MidNav ul#mainMenu li.categoryNav:hover
{
     /* Mid Navigation button hover background */
    background: url('../Images/MainNavRed-Hover.png') repeat-x;
}

div#MidNav ul#mainMenu li.categoryNav a
{
     /* Mid Navigation button text background */
    color: #FFFFFF;
    font-family: "Helvetica" , "Georgia" , "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , "Arial" , "Verdana" ,sans-serif;
    vertical-align: middle;
}

div#MidNav ul#mainMenu li.categoryNav a:hover
{
     /* Mid Navigation button hover text style */
    text-decoration: none;
}

div.menuPopup
{
    visibility: hidden;
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 36px;
	/* width: 981; */
    width: 1016px;
    height: 210px;
    background: url('../images/footerbar.png') repeat;
    padding-top: 20px;
    float: left;
}

div.menuPopup div.left
{
    float: left;
    min-width: 120px;
    margin-left: 50px;
}

div.menuPopup div.left li
{
    padding: 5px 0 5px 0px;
    cursor: auto;
    text-align: left;
}

div.menuPopup div.left li h4
{
    /* Legislative Alerts Colors */
    font-size: 14px;
    color: #dddddd;
    border-bottom: 1px solid white;
    font-weight: bold;
}

div.menuPopup div.left li a
{
    padding-left: 5px;
}

div.menuPopup div.left li:hover a
{
    border-left: 1px solid white;
}

/* ul#mainMenu li:hover div.menuPopup
{
    display: block;
    visibility: visible;
}
*/

/*
Scrolling options
*/
.scrollLeft
{
    background: url('../Images/leftarrow.png') no-repeat;
    margin: 0px 5px 0px 5px;
    top: 50px;
    float: left;
    height: 30px;
    width: 30px;
    position: relative;
    cursor: pointer;
}

.scrollRight
{
    background: url('../Images/rightarrow.png') no-repeat;
    margin: 0px 5px 0px 5px;
    top: 50px;
    float: left;
    height: 30px;
    width: 30px;
    position: relative;
    cursor: pointer;
}

.scrollingItem
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin: 5px 5px 20px 50px;
    padding: 2px;
    width: 150px;
    position: relative;
    z-index: 1;
}

.scrollingItem img
{
    position: relative;
    z-index: 0;
}

.scrollingItem:hover div.hidden
{
    visibility: visible;
}

.hidden
{
    /* Hover over scrolling divs */
    background: url('../Images/footerBar.png') repeat;
    visibility: hidden;
     position: relative; 
	/* stuff I added */
	/* position: absolute;
	left:100px;
	top:150px; */
	/* end stuff I added */
    width: 140px;
    padding: 5px;
    color: #dddddd;
    opacity: .8;
    filter: alpha(opacity=80);
    top: -120px;
    z-index: 2;
    max-height: 45px;
    overflow: hidden;
    font-size: 12px;
    line-height: 14px;
}

.hidden h3
{
    /* Text within the hidden div*/
    font-size: 15px;
    color: White;
}

/*SearchBox */

.SearchText ac_input {
 width:100% !important;
}

.SearchText
{
	height: 32px;
	/*background-color: #000;*/
	/*width:570px !important;*/
	width:570px;
	font-size: large;
	font-weight: bold;
    border: 1px solid #888888;
	padding-left:5px;
	line-height:30px;
}
.SearchText::placeholder{
	color:#a1a1a1;
}
.SearchText:focus{ 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
div #SearchBox select{
	/*vertical-align: top;
    margin: 0px 0 0 10px;
    border: 1px solid #888888;
    color: #666666;
	font-size: 13px;
    height: 26px;
    width: 255px;
    /* padding: 4px 2px; */
	position: absolute;
	left: 200px;
	max-width: 800px;
	float:right !important;
}
#SearchBox.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
option {color:#6666;font-weight:bold; padding:5px}

option:hover {color:red}

option {border:1px solid green}

option {
	padding:7px 7px; 
	/*border:1px solid #e7dab0;*/
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px 5px; 
}

span.customStyleSelectBox { 
	font-size:11px;
	/*background-color: #f5f0de;*/
	color:#7c7c7c;
	padding:7px 7px; 
	/*border:1px solid #e7dab0;*/
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px 5px; 
	max-height:20px;
	float: right !important;
	left: 435px;
	top:3px;
	width: 150px;
	margin-right: 0; 
	margin-left: -10px; 
	text-align: center;
	position:absolute;
}

input#ak.SearchText.ac_input {
	background-color: white; 
	width: 200px;
	margin-right: 0; 
	margin-left: 0; 
	float: left;
	color:grey;
	padding-left:5px;
}
select#abx.t1n {
	opacity: 0;
	max-height:24px;
	float: right !important;
	right: 80px;
	top:5px;
	width: 263px;
	margin-right: 0; 
	margin-left: 0; 
	float: left; 
	height: 35px;
	text-align: center;
	z-index:1;
	margin-top: 5px;
}
select#abx.t1n [value] {
	/*margin-left: -186px;
	margin-top: 5px;
	padding:10px;*/
	border:none;
}
#abx.t1n option {
	/*margin-left: -186px;
	margin-top: 5px;
	padding:10px;*/
	border:none;
}
.searchwhole {
	width: 770px;
	position: relative;
	float:right;
    /*margin: 0 auto;
    padding-top: 0px;
    height: 35px;
	float:left;*/
}

/*#SearchBox
{
    width: 600px;
    /*margin: 0 auto;*/
    /*padding-top: 0px;
    height: 35px;
	margin:0px;
	float:right;
}*/

#SearchContainer
{
	position: absolute
    /*left: 270px;*/
	height: 34px;
	/*top: 130px;*/
	width:660px;
	/*margin-top:12px;*/
	float:right;
}

#SearchEnd123
{
	position: absolute;
	/*left: 852px;
	top: 143px;*/
	font-size: small;	
}

#SearchBox img
{
    position: relative;
    top: 8px;
    margin-left: 5px;
    border: none;
}

#SearchBox a
{
    color: #000000;
    font-size: 12px;
}

#SearchBox a:hover
{
    color: #555555;
    font-size: 12px;
    text-decoration: none;
}

/* Search */

div#SearchButtonEnd123
{
	position: absolute;
	right: 319px;
	top: 0px
}

div#SearchBox input.textBox
{
    padding: 3px 0 3px 2px;
    height: 26px;
    width: 100%;
}

#SearchButton
{
     /* Search button background and text colors */
    background: url('/Images/search-icon.png') no-repeat; /*background: #1F4283;*/
	position: absolute;
    cursor: pointer;
    height: 36px;
    width: 36px;
    color: White;
	left: 240px;
	background-size: 100%;
	border-width: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#SearchButton:hover
{
    /* Search button background hover */
	/* background: url('/Images/MainNavRed-Hover.png') repeat-x;*/
    /* background: url('../Images/btnbg2hover.png') repeat-x; */
}

#SearchButtonAdvanced
{
     /* Search button background and text colors */
    background: url('/Images/MainNavRed.png') repeat-x; /*background: #1F4283;*/
	/*position: absolute;*/
	margin: 0px 5px 0px 5px;	
	/*left: 465px;
	top: 221px;	*/
    display: table-cell;
    border-right: 1px solid black;
	padding: 5px 10px 5px 10px;	
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    height: 25px;
    width: 120px;
    color: White;
}

#SearchButtonAdvanced:hover
{
    /* Search button background hover */
	background: url('/Images/MainNavRed-Hover.png') repeat-x;
    /* background: url('../Images/btnbg2hover.png') repeat-x; */
}


/* START JORDAN SELECT*/

span.customStyleSelectBox.changed 
{ 
	/*background-color: #f0dea4; */
}

.customStyleSelectBoxInner 
{ 
	background:url(/images/customSelect-arrow.gif) no-repeat center right; 
	cursor: pointer;
}
/* END JORDAN SELECT*/



/*

/*

Left Panel (SEARCH)

 */

div#LeftContent
{
    position: relative;
    float: left;
    width: 180px;
    margin: 0px 0 0 0;
    padding: 0 0 0 5px;
    /*background: lightgray;*/
}
#AE, #AD {
	width: 165px;
	height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#AH, #AI {
	height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#SearchResults
{
    width: 800px;
    background: #ffffff;
	box-shadow: 10px 10px 5px rgba(209, 209, 209, 1);
}

.pgrt
{   
    padding-top: 5px;
}
.searchLink{
    text-decoration:none;
    color:black;
}
#AR_2 {
    float: right;
}
.nextItemsLinks{
    width: 50%;
    display: inline;
}
.scolumnheader {
	font-weight: bold;
}
.selected {
	text-decoration: underline !important;
	font-weight: bold;
	color: black;
}
.tree ul {
    list-style: none outside none;
}
.tree li a {
    line-height: 25px;
    text-decoration: none;
}
.tree > ul > li > a {
    color: #3B4C56;
    display: block;
    font-weight: normal;
    position: relative;
    text-decoration: none;
	cursor: pointer;
}
.tree li.parent > a {
    padding: 0 0 0 10px;
	font-weight: bold;
	cursor: pointer;
    text-decoration: none;
}
.tree li.parent > a:before,.tree li.parent > label:before {
    background-position: 25px center;
    content: "\2b"; 
    height: 100%;
    left: 0;
    top: 2px;
	display: inline-block;
	padding-right: 6px;
}
.tree ul li.active > a:before {
    background-position: 0 center;
	content: "\2212";
	display: inline-block;
	height: 100%;
	padding-right: 6px;
}
.tree ul li ul {
    border-left: 1px solid #D9DADB;
    display: none;
    margin: 0 0 0 0px;
    overflow: hidden;
    padding: 0 0 0 25px;
}
.tree ul li ul li {
    position: relative;
}

.tree ul li ul li:before {
    border-bottom: 1px dashed #E2E2E3;
    content: "";
    left: -20px;
    position: absolute;
    top: 12px;
    width: 15px;
}
#MRightContent h1 {
	padding-top: 6px;
	cursor: pointer;
}
#MRightContent h1.show:before {
	content: "\2212"; 
	display: inline-block;
	height: 100%;
	font-size: 16px;
	vertical-align: 10%;
	padding-right: 3px;
}
#MRightContent h1:before {
	content: "\2b"; 
	display: inline-block;
	height: 100%;
	font-size: 16px;
	vertical-align: 10%;
	padding-right: 3px;
}
#ReviewCount
{
    position: fixed;
	bottom: 0px;
	right: 54px;
	width: 200px;
	text-align: center;
	font-size: 14pt;
	height: 50px;
	background: #cccccc;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 3px 9px 15px black;
}
#clickReviewText
{
	font-size:12pt;
	margin-top: 5px;
}
#currentReviewCount
{
   display: inline;
}
.tree ul li > a:hover{
	text-decoration: underline;
	color: black;
}
#breadcrumbs {
	padding-top: 5px;
}
/* End Search*/

ul.LeftColumnLinks
{
	margin: 5px;
}

div#ShopBySpecialty
{
	width: 175px;
	/*border-color: #EDEBE8;
	border-width: 3px;
	border-style: solid;*/
	text-align:left;
	display: inline;
	/* style="width:199px;border-color:#EDEBE8;border-width:3px;border-style:solid;text-align:left;" */
}

div#ShopBySpecialty .header
{
    /* Background color for Specialty 
    background: RGB(209, 98, 103);*/
	background: -webkit-linear-gradient(rgba(0, 101, 252, 0.73), rgba(44, 61, 192, 1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0, 101, 252, 0.73), rgba(44, 61, 192, 1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0, 101, 252, 0.73), rgba(44, 61, 192, 1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0, 101, 252, 0.73), rgba(44, 61, 192, 1)); /* Standard syntax */
	line-height: 40px;
}

div#ShopBySpecialty h3
{
    color: black;
    font-family: "Lucida Grande" , "Segoe UI" , "Arial" , "Helvetica" , "Verdana" ,sans-serif;
	font-weight: bold;
    text-decoration: none;
    padding: 0;
    margin: 5px 0 5px 0;
}

div#TopTenSearches .header
{
    /* Background color for TopTenSearches */
    background: #005594;
}
/*

Left Panel Specifics

 */

ul.LeftColumnLinks li
{
    padding: 2px;
    margin-top: 3px;
}

ul.LeftColumnLinks a
{
    font-size: 14px;
    line-height: 10px;
	padding: 0px;
}

ul.LeftColumnLinks a:hover
{
    font-weight: bold;
    margin-left: 3px;
	background-color: lightgray;
}

#LeftSocialMedia
{
    width: 100%;
}

.ImageHalfSize
{
    float: left;
    position: relative;
    width: 48%;
    margin-left: 3px;
    border: none;
}

.ImageFullSize
{
    float: left;
    position: relative;
    width: 100%;
    margin-left: 3px;
    border: none;
}

#NRAad
{
    width: 100%;
}

#NRAad img
{
    width: 100%;
}

#CustomerService
{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

/* 

Right Panel

*/

div#RightContent
{
    background: #FFFFFF;
	width: 820px; 
	height: 1300px; 
	float:right; 
	padding: 8px 0px 0px 0px;
}

/* fixed height above will not work for search results -mw 3/22/12 */

div#MRightContent
{
    width: 820px;
    float: right;
    /*background: #EDEDED;*/
}


#imagerotator
{
    margin: 0 auto;
    width: 775px;
    height: 130px;
}

/* Braun Added 3/1/2012 */
#LandingFeature
{	
	display: none;
	width: 614px;
	height: 350px;
	margin-top: 15px;
	float: left;
}

#landingPic
{
    width: 95%;
    margin: 0 auto;
}

#landingPic img
{
    width: 100%;
    height: 250px;
}

.staffItemPick
{
    width: 135px;
    height: 190px;
    float: left;
    position: inherit;
	vertical-align:middle;
	padding-left:10px;
	text-align: center;
}

.staffItemPick a
{
    font-family:   "Verdana", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 10px;
    color: #26459C;
    /* Link Color here*/
}

.staffItemPick a:hover
{
    text-decoration: underline;
}

.staffItemPick img
{
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 110px;
	max-height: 110px;
	
} 
.staffItemPick .image
{
	width: 143px;
	height: 115px;
	vertical-align: middle;
	display: table-cell;
}
#StaffPicks /* This part of the style was taken from the featured.cfm page; also the id StaffPick has been uncommented out so that it can be included into this page the sites.css*/
{
    /*margin: 10px 7px 0px 7px;
    width: 300px;
    height: 100%;
    position: relative;
    float: left;*/
	margin: 0px 7px 0px 7px; 
	width: 615px; height: 1000px; 
	position: relative; 
	float: left; 
	/*padding-left:0px; 
	border-color: #EDEBE8; 
	border-style:solid; 
	border-width: 3px;*/
}  
/* This section has been also modified*/
#StaffPicks h3
{
    text-align: center;
	/* Braun Changed 3/1/2012 */
    color: #005594;
    font-family: "Georgia","Helvetica" , "Lucida Grande" , "Segoe UI" , "Arial" , "Helvetica" , "Verdana" ,sans-serif;
	font-weight: bold;
    text-decoration: none;
    padding: 0px;
    margin: 0px 0px 0px 0px;
	background-repeat:repeat-y;
	vertical-align:middle;
	font-size: 2em;
}

 #Community
{
    background: #eeeeee;
}

#CommunityImage
{
    margin: 0 auto;
    width: 80%;
}

/* Braun Changed 3/1/2012 */
#Community h3
{
    text-align: center;
    text-align: center;
    color: #ffffff;
    font-family: "Helvetica" , "Lucida Grande" , "Segoe UI" , "Arial" , "Helvetica" , "Verdana" ,sans-serif;
	font-weight: bold;
    text-decoration: none;
    padding: 0;
    margin: 5px 0 5px 0;
    background: none repeat scroll 0 0 #005594;
}
/* This section has been uncommented to display the rightadspace properly on the site 20120814 Changed by Matthew Barnes*/
 #RightAdSpace
{
	position: relative;
    top: -2px;
    margin-right: 2px;
	width: 160px;
	float: left;
	margin-top: 5px;
	margin-left: 7px;
	top: 0px;
/*somebody overwrote this whole section was overwritten with inline - mw*/
/*	
    margin-top: -3px; 
	margin-left: 0px;
	margin-bottom:10px; 
*/
}
    /* Braun Added 3/1/2012 */
    /* top: -365px; */ /* This is the temporary variable for when the LandingFeature div is being used, delete or comment otherwise */
/* }
/* This section has been commented out and will not be used 20120814 changed by Matthew Barnes*/
/* #RightAdSpace img
{
    width: 100%;
}

/*

Footer

 */

div#Footer
{
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	/* float: left; */
	position: relative;
	background: #EDEDED;
}

div.footerColumn
{
    float: left;
    width: 20%;
}
div.footerColumn h4
{
    /* Footer columns Header Color */
    font-weight: bold;
    color: blue;
}

div.footerColumn ul li
{
    padding-top: 3px;
}

div.footerColumn ul li a
{

}
div.footerColumn2
{
    float: left;
    width: 32%;
}
div.footerColumn2 h4
{
    /* Footer columns Header Color */
    font-weight: bold;
    color: blue;
}

div.footerColumn2 ul li
{
    padding-top: 3px;
}

div.footerColumn2 ul li a
{

}
/*

 CCLogos Box

*/

div#CCLogos
{
    margin-top: 20px;
    float: left;
}

/*

Legislative Box

 */
#redBar {
	height: 2px;
	width: 100%;
	background-color: red;
	margin-bottom: 5px;
}
#footerContainer {
	position: relative;
	display: block;
	width: 85%;
	margin-left: auto;
}

div#LegislativeAlerts
{
    width: 540px;
	margin: 0px auto;
	height: 40px;
	position: absolute;
	top: 150px;
	right: -50px;
}
div#LegislativeAlerts_2
{
    /* Legislative Alerts Colors */
    width: 540px;
   /* border: 1px solid #ffffff;*/
    margin: 0 auto;
    /*padding: 10px;*/
    height: 40px;
    position: absolute;
    top: 150px;
	right: -20px;
}

div#LegislativeAlerts h4
{
    font-weight: bold;
}

div.legislativeColumn
{
    width: 25%;
    position: relative;
    float: left;
}

div.legislativeColumn ul li a
{
    color: #26459C;
}

/*

Search Page

/*

/* tabs start */
div.motb {height:33px; width:800px; margin-bottom:0px; font-size:13.5px;}
div.mmtb {height:21px;padding:8px 15px 6px 15px;background-color:#eeeeee;border:#E3E3E3 1px solid;border-bottom:#eeeeee 1px solid;float:left;margin-right:2px;text-align:center;}
div.mmtb a {color:black;text-decoration:underline;}
div.mntb {height:21px;padding:6px 15px 4px 15px;background-color:#f5f5f5;border:#E3E3E3 1px solid;float:left;margin-right:2px;text-align:center;}
div.mntb:hover {height:21px;padding:6px 15px 4px 15px;background-color:#E3E3E3;border:#393939 1px solid; border:#E3E3E3 1px solid;}
div.mntb:hover a {color:#393939;text-decoration:none;}
/* tabs end */

div#options {background-color:#eeeeee;border:#E3E3E3 1px solid; margin-top: 2px; padding: 10px; margin-right:10px; }

/* subcategories start */
div.scc {margin:10px 0 10px 10px;}
div.scs a {font-weight:bold;}
div.scl a { }
/* subcategories end */

br.clear{clear:both;}
tr.lrr{height:70px;}
tr.lrr a{font-size: 13px;}
tr.lrr a:hover{text-decoration:underline;}
tr.lrr a:visited{color:purple;}

tr.lrh{height:70px;background-color:#FFFF00;}
tr.lrh a{font-size: 13px;}
tr.lrh a:hover{text-decoration:underline;}
tr.lrh a:visited{color:purple;}

/* link color options start inherit tr.lrr & tr.lrh */
a.lred {color:red;}
a.lbred {color:red; font-weight:bold;}
a.lgrn {color:green;}
a.lbgrn {color:green; font-weight:bold;}
a.lblu {color:blue;}
a.lbblu {color:blue; font-weight:bold;}
a.lblk {color:black;}
a.lbblk {color:black; font-weight:bold;}
/* link color options end */

td.tm 
{
	text-align:right; 
	padding-right:10px;
}

/*thumbnail*/
img.thb 
{
	margin:5px 10px 5px 5px;
}
img.thbb 
{
	width:100px; 
	max-height: 110px; 
	margin:5px 10px 5px 5px;
}
/*thumbnail end */

/*pager start*/
div.pgrt
{
   margin-top: 20px;
   margin-bottom: 10px;
   position: relative;
   padding-bottom: 15px;
   padding-right: 5px;
   padding-top: 8px;
}
span.pg {border:solid 1px #cccccc; padding: 5px;}
span.pg:hover {background: #26459C;}
span.pg:hover a{ color: White; text-decoration:none;}
span.pgs {border: none; }
span.pgs:hover{background: #FFFFFF;}
span.pgs:hover a{ cursor: default; color:Black; }
/*pager end*/

/*.scroll {margin-top: 10px;}*/

/*

Search Options

*/

div#SearchOptions
{
    width: 100%;
}

div#SearchHelp
{
    float: right;
}

div#SearchResultsCount
{
}

/*

Search Listings

 */

div#SearchResults
{
    margin-top: 20px;
}

table#SearchListings
{
   /* border-top: 1px solid #cccccc; */
    padding-right: 10px;
    width: 100%;
    border-spacing: 0;
}

.trSearchHeader
{
    /* Header Backgrounds on Search and Item Listing page */
    background: url('../Images/topBarBg2.jpg') repeat-x;
    font-size: 12px;
    color: White;
}

.trSearchHeader a
{   font-size: 12px;
    color: White;
    padding: 3px;
}


table#SearchListings th
{
    text-align: center;
}

table#SearchListings td
{
    border-bottom: 1px solid #cccccc;
    padding: 0; 
    margin: 0;
    /*text-align: center;*/
}

/*
.listinglineheight
{
    height: 100px;
}
*/

.listingdesc
{
    color: #000000;
    font-size: 10px;
}

div#SearchFilter
{
    width: 100%;
    padding: 25px 0px 20px 0px;
}

.highBid
{
    font-weight: bold;
}
.nextItemsLinks div
{
    width: 300px;
}


.nextItemsLinks a
{
    padding: 10px;
}




/*

Listing Page

*/

#listingmain
{
    width: 96%;
    padding: 10px 2% 10px 2%;
    float: left;
    position: relative;
}

.graysm
{
    color: #959595;
    font-size: 12px;
}

.listingamount
{
    /* Bid Color */
    color: #0000FF;
    font-size: 35px;
    font-weight: bold;
}

.auctionclosed
{
    /* Bid Color */
    color: red;
    font-size: 25px;
    font-weight: bold;
}

.breadCrumbs
{
    float: left;
    padding-left: 5px;
    text-align: left;
    width: 50%;
}

.listingheader
{
    color: #000000;
    font-size: 14px;
}

.headerblkmdsans
{
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}

.tdHeader
{
    padding: 5px 0px 5px 10px;
    vertical-align: middle;
    background: url('../Images/topBarBg2.jpg') repeat-x;
    height: 25px;
    width: 100%;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

div.moreFromSeller
{
    height: 185px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 11px;
    display: inline-block;
    text-align: center;
}

div.countdown
{
    width: 23%;
}

div#ItemListingRightColumn div.countdown div.countdownBox
{
    height: 50px;
    width: 32%;
    background: #E9EBF7;
    color: #1A4288;
    float: left;
    position: relative;
    margin-left: 1px;
}

div.countdownBox h3
{
    text-align: center;
    font-size: 2.7em;
    font-weight: bold;
    color: #1A4288;
}

div.countdownBox h4
{
    text-align: center;
    font-size: 12px;
    color: #1A4288;
}

div.countdownBRIGHT
{
    width: 23%;
}

div#ItemListingRightColumn div.countdownBRIGHT div.countdownBoxBRIGHT
{
    height: 50px;
    width: 32%;
    background: YELLOW;
    color: BLACK;
    float: left;
    position: relative;
    margin-left: 1px;
}

div.countdownBoxBRIGHT h3
{
    text-align: center;
    font-size: 2.7em;
    font-weight: bold;
    color: RED;
}

div.countdownBoxBRIGHT h4
{
    text-align: center;
    font-size: 12px;
    color: RED;
}

div#ItemListingRightColumn
{
    float: right;
    width: 23%;
    display: inline;
    text-align: left;
}

div#ItemListingRightColumn div
{
    padding-bottom: 10px;
    width: 100%;
    font-size: 12px;
    position: relative;
    float: left;
}

span.bold
{
    font-weight: bold;
}

.bidColor
{
    /* Bid Color */
    color: #0000FF;
}

/* Braun Added 3/1/2012 */
.bidBox
{
    height: 28px;
    background-color: #fbd67d;
    width: 130px;
    font-size:large;
    font-weight:bold;
}

.buyitnowColor
{
    /* BuyItNow Color */
    color: #16850D;
}

/* This is the shopping cart widget*/
.shoppingcontainer {
	top: 0px;
	left: 50px;
/*
	background-color: #F8F7F6;
    border-color: #EDEBE8;
    border-style: solid;
    border-width: 4px;
*/
    margin: 0px 0px 0;
    position: relative;
    width: 900px;
	bottom:10px;
	top: 40px;
	position:relative;
	padding-bottom:20px;
		
}
.innerheader{
background-color: #F8F7F6 !important;
text-align: left !important;
font-size:16px !important;
}
#shpcrt {
	bottom:20px;
}
.shoppingcontainer h3 {
background-color: #005594;
    background-repeat: repeat-y;
    color: #FFFFFF;
    font-family: "Helvetica","Lucida Grande","Segoe UI","Arial","Helvetica","Verdana",sans-serif;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	}
div#Shoppingcart
{
    float: right;
    width: 100px;
}
.shoppingcarticon
{
    position: relative;
    padding-right: 2px;
    width: 22px;
    padding-top: 3px;
    float: right;
}
ul#Shoppingcartid li
{
    /* Top Bar Text */
    color: #ffffff;
    font-size: 14px;
    line-height: 12px;
    padding-top: 6px;
	padding-right: 8px;
    text-decoration: none;
	position: relative;
	float:right;

}
.shoppingcart {
	background-color: #F8F7F6;
	border-color: #EDEBE8;
	width: 1020px;
	position: relative;
	top: 27px;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
}
.shoppingcart  ul {
	margin: 0 auto;
    padding: 0px;
    
}
.shoppingcartinfo  ul {
	margin: 0 auto;
    
}
.shoppingcartinfo {
	margin: 0 auto;
	padding-top: 15px;
    padding-left: 100px;
    
}

.shoppingcartsubmit {
	margin: 0 auto;
    padding-left: 100px;
    
}
#itemcount 
{
	color: black;
    font-size: 13px;
    line-height: 11px;
    padding-top: 9px;
	padding-right: 8px;
    text-decoration: none;
	position: relative;
	float:right;
	font-weight: bold;
}
.itemcount
{
	color: #ffffff;
    font-size: 14px;
    line-height: 12px;
    padding-top: 9px;
	padding-right: 8px;
    text-decoration: none;
	position: relative;
	float:right;
}
/* End of the shopping cart widget*/

/* Start of the LiveBid widget */
.livebidbox {
	background-color: #F8F7F6;
	border-color: #EDEBE8;
	width: 1020px;
	position: relative;
	top: 27px;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
}

.bidcontainer {
	top: 0px;
	left: 50px;
	background-color: #F8F7F6;
    border-color: #EDEBE8;
    border-style: solid;
    border-width: 4px;
    margin: 0px 0px 0;
    position: relative;
    width: 900px;
	bottom:10px;
	position:relative;
	padding-bottom:20px;	
}

.bidContent {
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
/* End of the LiveBid widget */

.fffbanner {
	margin: 0px 0px 0px 10px;
}

.container {
	background-color: #F8F7F6;
	border-color: #EDEBE8;
	width: 794px;
	position: relative;
	top: 5px;
    margin: 0px 0px 0px 10px;
    padding-bottom: 10px;
    position: relative;
	overflow: hidden;
}

/* NEW NAVIGATION BAR -- JORDAN (START)*/

.newnav{
	
	font-family:"Helvetica","Georgia","Helvetica Neue","Lucida Grande","Segoe UI","Arial","Verdana",sans-serif;
	font-size:15px;
	color: #fff;
	text-transform:uppercase;
	overflow-x:no-display;
	vertical-align:left;
	zoom: 1;
}
ul.oe_menu{
	list-style:none;
	position:relative;
	margin:0px 0px 0px 0px;
	width:1020px;
	float:left;
	clear:both;
	height:35px;	
}
ul.oe_menu > li{
	width:145px;
	height:50px;
	padding-bottom:2px;
	float:left;
	position:relative;
	display:block;
	float:left;	
}
ul.oe_menu > li > a{
	display:block;
	background:url('../images/MainNavRed.png') repeat-x;
	/*background-color:#101010;*/
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	width:130px;
	height:15px;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 1px #000;
	/* opacity:0.8; */
	text-align:center;
	float:left;
	list-style: none;
	}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	background:url('../images/MainNavRed-Hover.png') repeat-x;
	background-color:blue;
	color:#fff;
	opacity:1.0;
}
/* NEW NAVIGATION BAR - JORDAN (END) */

/* NEW AUTOCOMPLETE - JORDAN (START) */
.ac_input {
	width: 200px;
}
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	/*filter:mask();*/
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.ac_loading {
	background : url('../images/loading.gif') right center no-repeat;
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
/*Search Bar CSS*/
.searchwrapper-border {
	padding: 0!important;
	height: 34px;
	width: 100%!important;
	_width: 100%;
	position: relative;
	}
.searchwrapper-inner {
	height: 32px!important;
	background: #fff;
	border: 1px solid #7590f5;
	border-radius: 2px;
	position: absolute;
	left: 0;
	right: 92px;
	_width: 402px;
}
#search-form {
	 margin:70px 0 100px 170px;
	 width:690px;
	 overflow:hidden;
 } 
 #search-page-border { 
	 border:1px solid #dbdbdb;
	 border-radius:4px;
	 padding:7px; 
	 float:left; 
 } 
 .search-terms { 
	 font-size:26px; 
	 border:none; 
 } 
 #search-which { 
	 margin:0 10px; 
	 padding-left:8px; 
	 border-left:1px solid #dbdbdb; 
 } 
 #search-which, select option { 
	
 } 
 #search-submit { 
	 padding:12px 30px; 
	 margin-left:20px; 
	 font-size:20px; 
	 float:left; 
	 color:#333333; 
	 background:#cccccc;
	 border:none; 
	 border-radius: 3px;
 } 
 .accessibly-hidden {
	 left: -999em;
	 position: absolute;
 } 
 
 cloudflare-app[app="social-icons"] {margin: unset !important;}

/*End Search Bar CSS*/
/* Jordan Start - Faster Loading of home page */

/* End */den {
	 left: -999em;
	 position: absolute;
 } 

/*End Search Bar CSS*/
/* Jordan Start - Faster Loading of home page */

/* End */

/* MOBILE PORTRAIT */
/* @media only screen and (max-width: 736px) and (orientation: portrait){ */
 @media only screen and (max-width: 480px){ 	
 	div#TopBar{display: none;}
	div#LeftContent{display: none;}	
	div#Page{width: 100%;}
	div#PageSub{width: 100%;}		
	div#MRightContent{width: 100%;}
	div#SearchResults{width: 100%; box-shadow: none; margin-top: 10px;}
	div#Footer{display: none;}
	div#breadcrumbs{padding-left: 5%; line-height: 30px; font-size: 12pt;}		
	div.pgrt{margin-top: 0px;}	
	.HeaderWrap{display: none;}
	.SearchHeaderItemNum{display: none;}	
	.SearchHeaderTimeLeft{display: none;}
	.SearchTimeLeft{display: none;}
	.SearchTitle{width: 15%;}	
	.SearchBids{text-align: center;}
	.SearchHigh{text-align: center;}
	h1{padding-left: 5%;}
	img.thbb{width: 80px;} 
	#AR_2{margin-top: 10px;}
	#searchitemnum{display: none;}
	table#SearchListings{padding-right: 0px;}		
  }
  
/* TABLETS AND MOBILE LANDSCAPE */
/* @media only screen and (max-width: 736px) and (orientation: landscape){ */
 @media only screen and (min-width: 481px) and (max-width: 768px) {
 	div#TopBar{display: none;}
	div#TopBarSub{width: inherit;} 	
	div#LeftContent{display: none;}	
	div#Page{width: 100%;}
	div#PageSub{width: 100%;}		
	div#MRightContent{width: 100%;}
	#SearchContainer{width: 300px;float: left;}
	#categmain{display: none;}
	div#SearchResults{width: 100%; box-shadow: none; margin-top: 10px;}
	div#SearchButtonEnd123{right: none; padding-top: 7px;}	
	.SearchText{width: 335px;}
	span.customStyleSelectBox{left: 195px;}	
	.customStyleSelectBoxInner{padding-top: 6px;}
	div#Footer{display: none;}
	div#Logo{width: 96px;}		
	div#Logo a img{width: 100%;}	
	div#breadcrumbs{padding-left: 5%; line-height: 30px; font-size: 12pt;}		
	div.pgrt{margin-top: 0px; padding-left: 10px;}
	.HeaderWrap{height: 1px !important;}	
	.HeaderAd2{display: none;}
	.searchwhole{float:left; width: 330px; padding-top: 1%;	padding-left: 1%;}
	.SearchTimeLeft{text-align: center;}
	.SearchHeaderItemNum{display: none;}		
	.SearchTitle{width: 40%;}
	.SearchBids{text-align: center;}
	.SearchHigh{text-align: center;}
	h1{padding-left: 5%;}
	img.thbb{width: 80px;} 
	#AR_2{margin-top: 10px;}
	#SearchButton{left: 345px; height: 35px; width: 35px;}	
	#searchitemnum{display: none;}			
	select#abx.t1n{width: 150px; right: -10px; top: 5px;}  
	table#SearchListings{padding-right: 0px;}	
	div#TopContainer {width: 100%;}
  }