/********************************/
/****	  DROPDOWN STYLING   ****/
/********************************/
#TS_vehicle, #TS_size,#vehicleSearchForm, #tireSearchForm{
	width: 563px;
	height: auto;
	margin: 15px 0 0;
	position: relative;
	font-family:"Trebuchet MS", Verdana, Arial;
}
#vehicleSearchForm{
padding: 0;
margin: 0;
}
#tireSearchForm{
margin: 40px 0 0 ;
padding: 0;
height: 150px;
}
#TS_size{margin-top: 5px; /* CLEAR PRIOR SEARCH */}
#TS_vehicle h1, #TS_size h1{
	background: url(../../assetsCustom/images/bg_title.jpg) no-repeat;
	padding: 9px 0 8px 14px;
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #DFDFDF;
	text-align: left;
	display: block;
}
#TS_vehicle .labelFormat, #tireSearchForm .labelFormat{
	text-align: right;
	width: 80px;
	display: block;
	float: left;
	margin: 0 0 15px 10px;
	color: #f4f4f4;
	padding: inherit;
}


#TS_vehicle select.styled, #tireSearchForm select.styled{
	margin: 2px 0 0;
	padding: 4px;
	border: none;
	font-size: 15px;
	color: #4f4f4f;
	float: left;
	background: none;
	display:inherit;
	border: none;
}

#year{
margin: inherit;
}
#makeSelect, #makeSelect, #modelSelect, #chassisSelect, #optionSelect{
margin: inherit;
}

option{
	background: #f3f2f2;
	border: none;
	outline: none;
}
span.leftCap, span.rightCap{
	margin: 0 0 0 10px;
	display: block;
	float: left;
	height: 27px;
	width: 6px;
	background: url(../../assetsCustom/images/select_left.jpg) no-repeat;
}


#vehicleSearchForm span.fill, #tireSearchForm span.fill{
	margin: 0;
	padding: 0;
	width: auto;
	background: url(../../assetsCustom/images/select_fill.jpg) repeat-x;
	height: 27px;
	float: left;
}	
#vehicleSearchForm span.rightCap, #tireSearchForm span.rightCap{
	margin:0;
	background: url(../../assetsCustom/images/select_right.jpg) no-repeat right;
}
#vehicleSearchForm input#findTires, #tireSearchForm #findTires{
	width:148px;
	height:54px;
	margin:0px;
	background:url(../../assetsCustom/images/button_findTires.jpg) no-repeat left -147px;
	display:block;
	position: absolute;
	left: 100px;
	top: auto;
}
#vehicleSearchForm input#findTires:hover, #tireSearchForm input#findTires:hover{background-position: left top;}




/********************************/
/****	      Layout         ****/
/********************************/
.pod{width: 580px}
#TSresults{
	width: 100%;
	background: #000;
}
.result{
	float: left;
	text-align: left;
	border:7px solid #c33;
	background-color:#eee;
	background-image: none;
	position: relative;
	width: 570px;
	margin: 5px 0 5px 0;
	padding: 5px;
	color: #000000;
	min-height: 170px
}
.result h3{
	color:#990000;
	font-size:16px;
	margin:0;
	padding:0;
	font-weight: bold;
	text-transform:uppercase;
}
.result h3 span{color: #000; font-size: 14px;padding: 0 0 4px}
.result h2{
	color: #000;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
	border: none;
}
.result a.buyNow{
	padding: 0;
	display: block;
	width: 114px;
	height: 21px;
	text-decoration:none;
	background: url(../SharedImages/selectors/btn_Dark_addToCart.gif) no-repeat;
}





.result table{
clear: left;
	font-size: 12px;
	padding: 0;
	margin:0 0 20px;
}
.result .thumb{
	position: absolute;
	right: 0;
	top: 5px;
}
.result .thumb img{
	border: none;
}

.result .panel{
	font-size: 10px;
	position: absolute;
	top:85px;
	right: 5px;
	padding: 2px;
	text-align: center
}
.panel .price{
font: bold 18px Verdana, Arial, Helvetica, sans-serif;
color: #000;
letter-spacing: normal;
padding: 0;
}


.panel input{vertical-align: middle}
.result .description{
	font-size: 10px;
	clear: both;
	padding: 0 100px 0 0;
	margin-bottom: 20px;
}
.dataTitle{
font-weight: bold;
}

#contentArea{
/*background: #ccc;*/
width: 95%;
color: #000000;
padding: 2px;

}



/********************************/
/****	   Navigation        ****/
/********************************/
ul#navigation{
	list-style-type: none;
	margin: 0;
	padding: .5em 0;
	border-top: 1px solid #666;
}
ul#navigation li a{
	display: block;
	width: 5em;
	color: #FFF;
	background-color: #036;
	padding: .2em 0;
	text-align: center;
	text-decoration: none;
}
ul#navigation li a:hover{
	color: #FFF;
	background-color: #69C;
}

ul#navigation .left { float: left; }
ul#navigation .right { float: right; }
/********************************/
/****	       Hacks         ****/
/********************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/********************************/
/****	   Miscellaneous     ****/
/********************************/
.alert {
	background: #fff6bf url(http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.info {
	background:#F8FAFC url(http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/information.png) no-repeat scroll 15px 50%;
	border-bottom:2px solid #B5D4FE;
	border-top:2px solid #B5D4FE;
	padding:5px 20px 5px 45px;
	text-align:left;
}


/*   IMPORTED FROM DEFAULT   */


.alertMessage h2{color: #c30}
#showDealers {
color: #000000;
background: #f5f5f5;
padding: 4px;
border: 1px solid #cc3433;
}
#showDealers h4{color: #000;font-size: 14px;font-weight: bold}
#showDealers table tr td input#submit{

}

#summary {
color: #000000;
background: #f5f5f5;
padding: 2px;
width: 100%;
border: 1px solid #cc3433;
}
#checkoutSummary {
color: #000000;
background: #f5f5f5;
padding: 2px;
width: 100%;
border: 1px solid #cc3433;
}
#review {
color: #000000;
background: #f5f5f5;
padding: 2px;
width: 100%;
border: 1px solid #cc3433;
}
#customerInfo {
color: #000000;
background: #f5f5f5;
padding: 2px;
width: 100%;
border: 1px solid #cc3433;
}

#wrapperModelDetail {
color: #000000;
background: #f5f5f5;
padding: 2px;
width: 100%;
border: 1px solid #cc3433;
}
.alertMessage{ 
margin: 20px auto;
width: 80%;
background: #eaeaea;
border: 2px solid #ccc;
text-align: center;
padding: 10px;
}
.alertMessage h2{
background:#F8FAFC url(images/info.png) no-repeat scroll -50px 50%;
border:2px solid #B5D4FE;
padding :20px 10px 20px 60px;
}
html{
height: 100%;
}
body{
background: #000 url(../../assetsCustom/skin/images/bg_body.gif) repeat-y center center;
margin: 0;
padding: 0;
font: 12px normal Arial, Helvetica, sans-serif;
}
#leftRow{
width: 260px;
text-align: center;
}

#BBcontentArea{
color: #fff;
background-color: transparent;
vertical-align: top;
padding: 10px 0;
}
#footTable{
width: 879px;
margin: 0;
padding: 0;
text-align: center;
}
#footRow{

color:#fff;
text-align: center;
background: url(../../assetsCustom/skin/images/bg_footer.gif) no-repeat center bottom;
padding: 10px 0 0;
}
#footRow a{color: #fff;}
#footRow a:hover, #footRow a:visited{color: #999}
#BBlogin{
position: absolute;
right: 10px;
bottom: 15px;
width: 100px;
text-align: right;
}
form#loginform table, form#formOrders table{
color: #000;
background: #F9F9F9;
padding: 10px;
border: 2px solid #eee;
}
form#formOrders table h3, #showDealers h3{color: #c30}
div#sizeResults h1{color: #c30;font-weight: bold;font-size: 18px}

/********************************/
/****	     CHECKOUT        ****/
/********************************/
table#checkoutTable{
font:11px normal Arial, Helvetica, sans-serif;
width: 585px;
position: relative;
color: #000000;
background-color:#FFFFFF;
text-align:left;
}
table#checkoutTable tr{
line-height: 26px;
}
table#checkoutTable tr#coHeader td{
height: 42px;
/*background: #fff url(images/bg_podcontrols.gif) no-repeat;*/
font-size: 22px;
font-weight: bold;
color: #eee;
padding: 0 0 5px 40px;
color: #000000;
}
#checkoutTable tr td input, #checkoutTable tr td select{
margin-left: 5px;
}
.coCCinfo{
background: #F9F9F9
}
#coDisclaimer{
text-align: center;
color: #999999;
line-height: normal;
background: #fff;
}


table#checkoutTable tr th{
height: 20px;
background: #ffffff;
color: #666;
font-size: 14px
}
.coRow{
height: 80px;
}
.coRow > td:first-child{font-size: 20px;font-weight: bold; text-decoration: underline}
.coRow td{
border-bottom: 1px dotted #d3d3d3;
}
.coCount{
font-weight: bold;
font-size: 20px;
letter-spacing: -1px;
font-stretch:narrower;
color: #ddd;
}
.coQty{
text-align: left;
}
.coItemPrice, .coRowPrice{
text-align: left;
}
.coRowPrice{
font-size: 12px;
font-weight: bold;
color: #f30
}
table#checkoutTable tr td{
padding: 2px;
margin: 2px;
}
.coRow img{
display: block;
margin: 0 auto;
}
table#checkoutSummaryTable{
background: #F9F9F9
}
table#checkoutSummaryTable tr td{
border: 0;
}
#coDisclaimer{
text-align: center;
color: #999999;
}
table#checkoutTable tr#coHeader td{
height: 42px;
/*background: #fff url(images/bg_podcontrols.gif) no-repeat;*/
font-size: 22px;
font-weight: bold;
color: #990000;
padding: 0 0 5px 10px;
}
/* The hint to Hide and Show */
#customerInfo{
position: relative
}
.hint {
   	display: none;
    position: absolute;
    right: -250px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc url(../../assetsCustom/images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../../assetsCustom/images/pointer.gif) left top no-repeat;
}
/*  hide editable forms  */
#checkout_summary_edit, #customerTable_edit, #billingTable_edit{
display: none;
}
table.checkoutTable{
font:11px normal Arial, Helvetica, sans-serif;
width: 590px;
position: relative;
margin-bottom: 15px;
background-color:#FFFFFF;
text-align: left;
}
table.checkoutTable tr{
line-height: 14px;
}
.coRow{
height: 80px;
}
.coRow td{
border-bottom: 1px dotted #d3d3d3;
}
.coQty{
text-align: center
}
.co_update{
padding: 4px 0 4px 20px;
background: #fff url(../../assetsCustom/images/add.png) no-repeat left center;
}
.co_delete{
padding: 4px 0 4px 20px;
background: #fff url(../../assetsCustom/images/delete.png) no-repeat left center;
}
.coItemPrice, .coRowPrice{
text-align: center;
}
.coRowPrice{
font-size: 12px;
font-weight: bold;
color: #f30
}
#coDisclaimer{
text-align: center;
color: #999999;
line-height: normal;
background: #fff;
}
table.checkoutTable tr.reviewHeading{
font-weight: bold;
font-size: 20px;
letter-spacing: -1px;
color: #777;
line-height: 30px;
}

table.checkoutTable tr.reviewHeading td{
border-bottom: 1px dotted #d3d3d3;
background: #fff;
padding-left: 10px
}

tr.edit td{
background: #711C1C !important;
color: #000;
}
.coRow img{
display: block;
margin: 0 auto;
}
table.checkoutSummaryTable{
background: #F9F9F9
}
table.checkoutSummaryTable tr td{
border: 0;
}
#checkoutTotal{
font-weight: bold;
font-size: 18px;
}
#checkoutTable{
margin-bottom: 20px;
}
#checkoutTotal span{
color: #03c;
}
/*a#btnCompletePurchase{
display: block;
font-weight: bold;
font-size: 14px;
background: #ccc;
border: 2px solid #ddd;
padding: 6px 10px;
}
a#btnCompletePurchase:hover{
background: #bbb;
}
a.btnModify, a.btnUpdate{
display: block;
width: 180px;
text-align: center;
font-weight: bold;
font-size: 12px;
background: #ccc;
border: 2px solid #ddd;
padding: 3px 4px;
margin: 2px;
}
a.btnUpdate{
background: #711C1C;
color: #fff;
}
a.btnModify:hover{
background: #bbb;
}
a.btnUpdate:hover{
background: #FF0000;
color: #000;
}*/
.result a.buyNow{
display: block;
width: 68px;
height: 24px;
background: url(../../assetsCustom/images/btn_buyNow.gif) no-repeat;
}
.result a.btn_viewDetails{
	padding: 0;
	margin: 4px 0 0;
	display: block;
	width: 83px;
	height: 24px;
	text-decoration:none;
	background: url(../../assetsCustom/images/btn_viewDetail.gif) no-repeat;
}
a.btn_ChooseDate{
display: block;
background: url(../../assetsCustom/images/btn_chooseDate.gif) no-repeat;
width: 166px;
height: 24px;
margin: 0 0 10px;
}
td#appointmentDisclaimer{
background: url(../../assetsCustom/images/bg_disclaimer.gif) no-repeat;
padding: 4px 0 4px 10px;
}
/* cart */
#cartStatus{
color: #c30;
width: 578px;
margin: 0 auto;
text-align: center;
font-size: 12px;
font-weight: bold;
background: #ddd url(../../assetsCustom/images/22.png) no-repeat 0 50%;
border: 2px solid #ccc;
display: none
}
#cartStatus a{
color: #000;
font-size: 14px;
}
#cartStatus a span{color:#000066;text-decoration: underline}
button#btn_searchWheels{
float: right;
margin: 0 5px 5px 0;
display: block;
height: 30px;
}
#dlrLogin{
position: absolute;
right: 15px;
top: 5px;
}
#dlrLogin a{color:#fff;}
#dlrLogin a:hover{color: #999}

/* cart buttons */
#btn_emptyCart, #btn_chkout{
cursor: pointer;
}




/*********  TOTAL OVERRIDES    **************/


/********************************/
/****	  Breadcrumb Nav    ****/
/********************************/
div.breadCrumb{
width: 99%;
/*background:#CCCCCC;*/
margin: 0 0 0 0;
padding: 10px 3px;
text-align: left;
color: #990000;
}
div.breadCrumb b{color: #fff;padding-left:30px;}
div.breadCrumb span{color: #ccc;}

div.breadCrumb a{
border: 1px solid #909090;
background-image:url('../images/nav_bar.gif');
background-position:bottom;
margin-right:3px;
padding:2px 7px;
text-decoration: none;
color: #990000;		
}
div.breadCrumb a:hover, div.breadCrumb a:active{
border: 1px solid #fff;
color: #fff;
background-image:url('../images/nav_invbar.gif');
background-color:#404040;
}
div.breadCrumb span.current {
margin-right:3px;
padding:2px 5px;
border: 1px solid #fff;
background-color: #606060;
color: #ffffff;
}
div.breadCrumb span.disabled {
margin-right:3px;
padding:2px 5px;
border: 1px solid #606060;
color: #808080;
}
/********************************/
/****	  Numbered Nav    ****/
/********************************/
div.numberNav_Black{
clear: left;
padding: 10px 3px;
margin:0;
text-align:right;
color:#a0a0a0;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
div.numberNav_Black a {
border: 1px solid #909090;
margin-right:3px;
padding:2px 5px;
background-image:url('../images/nav_bar.gif');
background-position:bottom;
text-decoration: none;
color: #c0c0c0;		
}
div.numberNav_Black a:hover, div.numberNav_Black a:active {
border: 1px solid #fff;
background-image:url('../images/nav_invbar.gif');
background-color:#404040;
color: #ffffff;
}
div.numberNav_Black span.current {
margin-right:3px;
padding:2px 5px;
border: 1px solid #fff;
font-weight: bold;
background-color: #606060;
color: #ffffff;
}
div.numberNav_Black span.disabled {
margin-right:3px;
padding:2px 5px;
border: 1px solid #606060;
color: #808080;
}


#vehicleSearchForm, #tireSearchForm, #brandSearchForm{background-image: none;}
#vehicleSearchForm .capShadow, #tireSearchForm .capShadow{display: none}
.breakLine{display: none}
.result .blCorner, .result .brCorner, .result .tlCorner{display: none;}
#searchResults_Tires{
width: 578px;
padding: 15px 0 0;
}
form#formSearchInfo{
margin: 0;
padding: 0;
}
#cartStatus{
margin-bottom: 10px;
}
#statusOfCart{
text-align: center;
color: #000;
}
#statusOfCart a#btn_checkout{
	width: 72px;
	height: 24px;
	background: url(../images/btn_checkout.gif) no-repeat right center;
	padding: 12px 36px
}
#statusOfCart a#btn_checkout:hover,#statusOfCart a#btn_emptyCart:hover{color: #fff}
#statusOfCart a#btn_emptyCart,img#btn_emptyCart{
	margin-left: 5px;
	padding: 12px 42px;
	width: 72px;
	height: 24px;
	background: url(../images/btn_emptyCart.gif) no-repeat right center;
}
img#btn_emptyCart{
margin: 0;
padding: 0;
	width: 83px;
	height: 24px;
	background: url(../images/btn_emptyCart.gif) no-repeat right center;
}
.podControls{text-align: left;}

button#btn_beginChkout {
background: url(../images/btn_checkout.gif) no-repeat;
cursor:pointer;
height:24px;
width:72px;
}
#BrandsBody table tr td, #SpeedsBody table tr td, #PriceBody table tr td{
text-align: left;
}

/*   Styling for WholeSaler Info panel in result pods */

.result .wholeSalerPanel{
position:absolute;
right:170px;
top:26px;
font-style:normal;
font-weight: bold
}
.wholeSalerPanel .wholesalerHeader{font-size: 16px; border-bottom: 2px solid #222}
.wholesalerCityBad{color: #999; font-weight: bold}
.wholesalerCityGood{color: #039; font-weight: bold}
.wholesalerCount{font-size: 16px}
#controlPanel{background-color: #fff}
#controlPanel h2{color: #222; font-size: 20px}