body {
	background-color:white;
	margin:0;
	padding:0 0 55px 0; /*fixed firefox footer hiding stuffs*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
}

form {
	padding:0;
	margin:0;
}

.loginPortal {
	background:url(/img/portal-bg.jpg) no-repeat top center black;
}

a { outline: none; }
:focus { -moz-outline-style: none; }

a img {
	border:0;
}

h1, h2, .h1 {
	font-size:18px;
	font-weight:normal;
	color:#555;
	margin:6px 0 12px 0;
}

h3 {
	padding:6px 0 8px 0;
	color:#777;
	font-size:16px;
}

h3 span {
	padding-left:6px;
	font-size:14px;
	font-weight:normal;
}

#header {
	background:url(/img/header-bg.gif) repeat-x top left #636363;
	height:62px;
}

#header .logo {
	height:61px;
	float:left;
}

#header .addr {
	text-align:center;
	position:relative;
	margin:5px 50px;
	font-size:11px;
	width:350px;
	display:none;
}

#header b {
	font-size:12px;
}

#header .addr .top {
	position:absolute;
	top:0;
	left:0;
}

#header .addr .bottom {
	position:absolute;
	top:1px;
	left:1px;
	color:black;
}

#header .topBox {
	margin:3px 2px 0 2px;
	border:1px solid #999;
	font-size:11px;
	float:right;
	padding:2px 6px;
	background-image:url(/img/topbox-bg.gif);
	height:47px;
	white-space:nowrap;
	color:#fff;
}

.topBox a.hbtn, .hbtn a {
	display:block;
	color:#fff;
	margin-top:8px;
	padding:1px 4px;
	float:right;
	text-decoration:none;
	border:1px solid #777;
	margin-right:4px;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
	border-bottom-width:2px;
	border-right-width:2px;

}

.topBox a.hbtn:hover, .hbtn a:hover {
	border-color:black;
	background-color:white;
	color:black;
}

#topPersistent {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	height:110px;
	z-index:99;
}

#mainContainer {
}

#logoBox {
	background:url(/img/logo-header.png) no-repeat top left !important;
	margin-left:25px;
	width:319px;
	height:62px;
	display:block;
	text-decoration:none;
}

#topNav {
	border-top:1px solid #7A7A7A;
	background:url(/img/nav-bg.gif) repeat-x top left white;
	color:black;
}

#topNav td {
	padding:0 0 6px 0;
	font-size:11px;
}

#topNav a {
	text-decoration:none;
	color:gray;
	display:block;
	padding:6px 6px 0 13px;
	height:21px;
}

#topNav a.on {
	color:white;
	font-weight:bold;
}

#topNav a:hover {
	color:#d1e751;
}


#topNav .sm {
	font-size:11px !important;
}

#subnav {
	/*background:url(/img/black40.png);*/
	background-color:#333333;
	padding:6px 6px;
	border:1px solid #333333;
	text-align:left;
	line-height:normal;
	font-size:11px;
	width:100px;
}

#subnav a {
	color:white;
	padding:3px 6px;
	margin:0;
	height:auto;
}

#subnav a:hover {
	text-decoration:none;
}

#subnav a.on {
	text-decoration:underline;
}

#subnav a.on:hover {
	color:black;
}


#bodyMain {
	background-color:white;
	color:black;
	font-size:14px;
	padding:0 20px 0 20px;
	margin-top:110px; 
	margin-bottom:75px;
}

#bodyMain .padder {
	padding:20px 16px;
}

.padder2 {
	padding:10px 20px;
}

.padder3 {
	padding:4px 8px;
}


#footer {
	white-space:nowrap;
	background-color:white;
	height: 55px;
	text-align: center;
	font-size:11px;
	color:#A9A9A9;
	width: 100%;
	position:fixed; left:0px; bottom:0px; 
}

#footer .shadow {
	background:url(/img/footer-top-bg.gif) repeat-x top center;
}

#footer a {
	color:white;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .buttons { 
	height: 22px;
	padding:5px 10px;
	background:url(/img/foot-action-bg.gif) repeat-x top left white;
	border-top:1px solid #ababab;
	border-bottom:1px solid #ababab;
}

#footer .buttons a, .button2 {
	background:url(/img/button-footer-bg.gif) repeat-x top left #CFD0D1;
	float:left;
	color:#333;
	font-size:12px;
	padding:2px 6px;
	border:1px solid #3F3F3F;
	margin-right:4px;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
	border-bottom-width:2px;
	border-right-width:2px;
}

#footer .buttons a.right {
	float:right;
}

#footer .buttons div {
	float:left;
	color:#333;
	font-size:12px;
	padding:2px 6px;
	margin-right:4px;
}

#footer .buttons div.right {
	float:right;
}

#footer .buttons a:hover, .button2:hover {
	border-color:#2f2f2f;
	background-image:none;
	background-color:#ffff99;
	color:black;;
	text-decoration:none;
}

#footer .info {
	background-image:url(/img/topbox-bg.gif);
	padding:4px;
}

.button, .buttonspan a {
	background:url(/img/button-footer-bg.gif) repeat-x top left #CFD0D1;
	color:#333;
	text-decoration:none;
	font-size:12px;
	padding:2px 6px;
	border:1px solid #3F3F3F;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
	border-bottom-width:2px;
	border-right-width:2px;
}

.button:hover, .buttonspan a:hover {
	border-color:#2f2f2f;
	background-image:none;
	background-color:#ffff99;
	color:black;
}

.whiteHover:hover {
	background-color:white !important;
}

.lilButton {
	background:url(/img/button-lil-bg.gif) repeat-x top left #EDEDED;
	-moz-border-radius: 2px;
   -webkit-border-radius: 2px;
	font-size:11px;
	text-decoration:none;
	padding:1px 4px;
	min-width:40px;
	border:1px solid #B6B6B6;
	border-top-color:#D5D5D5;
	display:block;
	float:left;
	text-align:center;
	margin-right:4px;
}

.lilButton:hover {
	background-image:none;
	background-color:#ffffaa;
	color:black;
	border-color:black;
}

.bigButtons {
}

.bigButtons a {
	background:url(/img/btn-big-bg.gif) repeat-x top left #e8e8e8;
	width:200px;
	display:block;
	color:#333;
	font-size:16px;
	text-decoration:none;
	padding:8px 16px;
	border:1px solid #888;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
	border-bottom-width:2px;
	border-right-width:2px;
}

.bigButtons a:hover {
	border-color:#2f2f2f;
	background-image:none;
	background-color:#ffff99;
	color:black;;
}


.bigButtons a.b2 {
	background:url(/img/btn-big-bg2.gif) repeat-x top left #d0d0d0;
}

.bigButtons a.b2:hover {
	background-image:none;
	background-color:#ffdd55;
}

.floatLeft {
	float:left;
	margin-right:5em;
	display:block;
}

#tireFinder {
	background:url(/img/tire-finder-bg.jpg) top left no-repeat;
	height:168px;
	width:229px;
	overflow:hidden;
	border:1px solid #444;
	margin:0 0 14px 7px;
	float:right;
	font-size:11px;
	color:white;
	font-family:Arial, helvetica, sans-serif;
}

#tireFinder div {
	padding:35px 10px 0 12px;
}

#tireFinder select{
	width:205px;
	font-size:13px;
	border:1px solid black;
	margin-top:5px;
}


#tireFinder .inactive, .tfMini .inactive {
	background-color:#ccc;
	color:#666;
}


.tfMini {
	background-color:#222;
	padding:10px 0;
}

.tfMini select {
	width:200px;
	font-size:13px;
	border:1px solid black;
	margin:0 0 5px 0;
}

button {
	padding:2px 10px;
	font-size:14px;
}

.coupon {
	/* border:1px solid #444444; */
	margin:0 7px 14px 0;
	float:left;
}

.tireResults {
	margin:20px 40px 20px 0;
	color:white;
	float:left;
	width:300px;
}

.tireResults td {
	padding:3px 12px 3px 12px;
	border-bottom:1px solid #555;
	color:#ddd;
}

.tireResults .left {
	text-align:right;
	border-bottom:0;
	color:#bbb;
	width:100px;
}

.tireResults .bg td {
	font-size:18px;
}

.tireResults .sm td {
	font-size:10px;
}

.tireResults .tireId {
	background-color:black;
	font-weight:bold;
	border-bottom:0;
	color:white;
}

.tireResults .last, .tireResults .last td {
	border-bottom:0;
}

.tireResults .comments {
	border-bottom:0;
	color:white;
}

#printLogo {display:none;}

a.bbtn, .bbtn { max-width:600px;
	height:44px;
	background:url(/img/btn-big-left.gif) no-repeat top left;
	overflow:hidden;
	display:block;
	float:left;
	color:#D8D8D8;
	text-decoration:none;
	font-size:16px;
	padding-left:5px;
	margin:0 5px 7px 0;
}

a.bbtn span, .bbtn span {
	display:block;
	float:left;
	background:url(/img/btn-big-right.gif) no-repeat top right;
	padding:10px 15px 10px 10px;
	height:24px;
	overflow:hidden;
}

a.bbtn:hover, .bbtn hover {
	background-position:bottom left;
	color:white;
}

a.bbtn:hover span, .bbtn:hover span {
	background-position:bottom right;
}


#ProductsTable a.bbtn span {
	width:200px;
	text-align:center;
}

a.sbtn {
	height:23px;
	line-height:0;
	background:url(/img/btn-s-left.gif) no-repeat top left;
	overflow:hidden;
	display:block;
	float:left;
	color:black;
	text-decoration:none;
	font-size:12px;
	padding-left:5px;
	margin:0 0 7px 5px;
}

a.sbtn span {
	display:block;
	float:left;
	background:url(/img/btn-s-right.gif) no-repeat top right;
	padding:11px 10px 10px 5px;
	height:2px;
	overflow:hidden;
	cursor:hand;
}

a.sbtn:hover {
	background-position:bottom left;
}

a.sbtn:hover span{
	background-position:bottom right;
	color:black;
}

#aboutNav {
	padding:20px 20px 200px 20px;
	width:180px;
	background:url(/img/bg-body.gif) repeat-x 0px -200px #171717;
}

.jobListing {
	padding:10px 20px;
	background-color:#3f3f3f;
	border:1px solid #555;
	color:white;
}

.jobListingDetail {
	padding:10px 20px;
	background-color:#2f2f2f;
	border:1px solid #444;
}

.jobListing h4 {
	margin-bottom:8px;
}

#aboutNav a.bbtn span {
	width:150px;
	text-align:center;
}

#homeNews {
	line-height:150%;
	padding:15px 15px 150px 20px;
	width:196px;
	margin:0 0 20px 10px;
	background:url(/img/bg-body.gif) repeat-x 0px -100px #171717;
	float:right;
	font-size:11px;
}

#homeNews b {
	font-size:12px;
}

#homeNews a {
	color:orange;
	font-size:10px;
	text-decoration:none;
}

#homeNews a span {
	border-bottom:1px dotted #9F9DC5;
}

#homeNews a:hover {
	color:yellow;
}

#homeNews h2 {
	width:160px;
	margin-top:0;
	padding-top:0;
}

.ProductList {
	background-color:#eee; 
	margin:5px 0 0 0;
	font-size:11px;
/*	width:670px; */
}

.ProductList .compare {
	border:1px solid #ccc; 
	border-right:none;
}

.ProductList .pict, .ProductList .details, .ProductList .info {
	border:1px solid #ccc; 
	border-left:none; border-right:none; 
}

.ProductList .fet {
	border:1px solid #ccc; 
	border-left:none; border-top:none;	
	color:#888;
	text-align:right;
	padding-right:5px;
}

.ProductList .price {
	border:1px solid #ccc; 
	border-left:none; border-right:none; border-bottom:none;	
}

.ProductList .bCorner {
	background-color:white; 
	border:none;
}

.ProductList .quantityAvailable {
	border:1px solid #ccc; 
	border-left:none; border-right:none;
}

.ProductList .quantityOrder {
	border:1px solid #ccc; 
	border-left:none;
}


.ProductList .quantityAvailable span {
	display:block;
	font-size:13px;
	padding:1px 2px;
	border:1px solid #ddd;
	background-color:#f5f5f5;
	color:#777;
}

.condensed {
	width:605px !important;
	margin-bottom:8px;
}

.ProductList td {
	padding:2px;
}

.ProductList img {
	border:1px solid blue;
	margin:3px;
}

.ProductList:hover img {
	border:1px solid black;
}

.ProductList .info {
	font-size:14px;
	padding-right:15px;
	width:125px;
}

.ProductList .rimsInfo {
	width:150px !important;
}

.ProductList .info b {
	font-size:14px;
	display:block;
}

.ProductList .info i {
	font-size:12px;
	font-style:normal;
	display:block;
}


.ProductList .details th {
	padding-top:6px;
	text-align:left;
	font-weight:normal;
	border-bottom:1px solid white;
	font-size:10px;
	color:#777;
}

tr.small th {
	padding-top:12px;
	text-align:left;
	font-weight:normal;
	color:#888;
	font-size:10px;
	background:url(/img/shadow-top.gif) repeat-x top left;
}

tr.small th a {
	text-decoration:none;
}

tr.small th a:hover {
	background-color:#ffff99;
	color:black;
}

.ProductList .details td {
	padding:0 10px 8px 0;
	font-size:12px;
}

.gbtn {
	color:blue;
	background:url(/img/pagination-bg.gif) repeat-x top left #ebecec;
	text-decoration:none;
	display:block;
	float:left;
	margin:0 2px 2px 0;
	border:1px solid #aaa;
	font-size:10px;
	padding:2px 5px;
}

.ProductList .details a {
	font-weight:bold;
	text-decoration:none;
}

.gbtn:hover {
	color:black;
	border-color:black;
	background-color:#ffffaa;
	background-image:none;
}

.ProductList .details a:hover {
	color:black;
	text-decoration:underline;
	background-color:#ffffaa;
}

.ProductList .price {
	padding:0 5px 0 2px;
}

.ProductList .price table .priceInt {
	font-size:20px;
	font-weight:normal;
}

.ProductList .price table .currency {
	padding:3px 0 0 0;
	text-align:right;
	font-style:italic;
}

.ProductList .price table .priceDcm {
	padding:3px 4px 0 0;
	text-decoration:underline;
}

.ProductList .price .fet {
	font-size:9px;
	color:#888;
	display:block;
	padding-bottom:4px;
	text-align:left;
}


/* Product GRID */
/* ------------ */

.ProductGrid {
	width:580px;
}

.ProductGrid td {
	margin:0;
	font-size:10px;
	padding:2px 4px 2px 2px;
	white-space:nowrap;
	border-bottom:1px solid #ccc;
}

.ProductGrid input {
	font-size:10px !important;
}

.ProductGrid tr.alt1 {
	background-color:#eee;
}

.ProductGrid tr.alt2 {
	
}

.ProductGrid tr.alt1:hover, .ProductGrid tr.alt2:hover {
	background-color:#ffffaa !important;
}

.ProductGrid .manufacturer {
}

.ProductGrid .model {
}

.ProductGrid th {
	white-space:nowrap;
	padding:2px;
	text-align:left;
	font-weight:normal;
	background:url(/img/shadow-top.gif) repeat-x bottom left;
	color:#888;
	font-size:10px;
}

.ProductGrid th .left {
}

.ProductGrid th .right {
}

.ProductGrid th a {
	color:blue;
	text-decoration:none;
}

.ProductGrid th a:hover {
	background-color:#ffffaa;
	color:black;
}

.ProductGrid a {
	color:blue;
}

.ProductGrid a:hover {
	color:black;
}

.ProductGrid .price {
}

.ProductGrid .fet {
}

.devnote {
	display:block;
	float:left;
	text-align:left;
	font-size:10px;
	padding:2px 10px;
	color:#aaa;
	border:1px dotted #333;
}

.devnote u {
	color:#555;
	display:block;
}


.xtraInfo th {
	border-bottom:1px solid #5f5f5f;
	color:#5f5f5f;
	font-size:9px;
	padding:0 5px;
}

.xtraInfo td {
	padding:0 5px;
}


/* tab table */
.tabs {
	margin-bottom:6px;
}

.tabs h2 {
	background:none;
	margin:0;
	padding:0;
}

.tabs td {
	border-bottom:1px solid #ABABAB;
	font-size:11px;
}

.tabs .off {
	border:1px solid #ABABAB;
	background:url(/img/tab-bg.gif) repeat-x top center #eaebeb;
	color:blue;
}

.tabs .on {
	border:1px solid #ABABAB;
	border-bottom:0;
}

.tabs .space {
}

.tabs a {
	display:block;
	padding:4px 6px;
	text-decoration:none;
	color:blue;
}

.tabs .off a:hover {
	color:black !important;
	background-color:#ffffaa;
}

.tabs .on a {
	color:#555;
}

.pagination {
	padding:0.8em 0;
	font-size:12px;
	color:#333;
}

.pagination span {
	color:#555;
}

.pagination a {
	color:blue;
	text-decoration:none;
	-moz-border-radius-bottomleft:0.25em;
	-moz-border-radius-bottomright:0.25em;
	-moz-border-radius-topleft:0.25em;
	-moz-border-radius-topright:0.25em;
	background:url(/img/pagination-bg.gif) top center #ebecec;
	padding:0.2em 0.4em;
	border:1px solid #D2D2D2;
}

.pagination a:hover {
	background-color:#ffffaa;
	background-image:none;
	border-color:#555;
	color:black;
}


a.blnk, .blnk a, a.blnk2, .blnk2 a {
	-moz-border-radius-bottomleft:0.25em;
	-moz-border-radius-bottomright:0.25em;
	-moz-border-radius-topleft:0.25em;
	-moz-border-radius-topright:0.25em;
	background:#333 repeat scroll 0 0;
	color:yellow;
	margin-left:-0.2em;
	margin-right:-0.2em;
	margin-top:-0.3em;
	padding:0.2em 0.25em;
	text-decoration:none;
}

a.blnk2, .blnk2 a {
	background-color:#333;
	padding:4px;
}

a.blnk:hover, .blnk a:hover, a.blnk2:hover, .blnk2 a:hover {
	background:#555 none repeat scroll 0 0;
	border-color:#555;
	color:white;
	text-decoration:none;
}

.slnk, .slnk a, #productSubnav ul li a {
	text-decoration:none;
	color:#bbb;
	border-bottom:1px solid #444;
}

.newsArticle p, .newsArticles p {
	margin-bottom:1em;
}

.newsArticles {
	padding-bottom:1.2em;
}

.newsArticle a {
	text-decoration:none;
	color:white;
	border-bottom:1px solid #555;
}

.pnav-current {
	font-size:11px;
	color:blue;
	font-weight:bold;
	text-decoration:underline;
}

.slnk:hover, .slnk a:hover, #productSubnav a:hover, .newsArticle a:hover, .trigger:hover {
	color:black;
}

#productSubnav ul li a:hover {
	border-bottom:1px solid #777;
}

.pBrowse {
	padding-left:15px;
	width:580px;
}

.pBrowse .ProductList {
	margin:0 0 3px 0;
	width:580px;
}

/** BEGIN COMPARE **/

.compare {
	padding:28px 0 0 2px !important;
	font-size:10px;
}

.Gcompare {
	width:10px;
}

.compareBox {
	padding:5px 17px 5px 0;
}

#compareTable td {
	color:#444;
	padding:2px 6px 4px 6px;
	font-size:12px;
	border-right:1px solid #ccc;
	background-color:white;
	border-bottom:1px solid #ccc;
}

#compareTable tr:nth-child(even) td {
	background-color:#eee;
	border-bottom:1px solid #ccc;
}

#compareTable th {
	border-right:1px solid #ccc;
	font-size:10px;
	text-align:right;
	padding-right:5px;
	color:#666;
	font-weight:normal;
	border-bottom:1px solid #ccc;
}

#compareTable .img img {
	border:1px solid #aaa;
	-moz-box-shadow: 0px 0px 3px #777;
	-webkit-box-shadow: 0px 0px 3px #777;
	box-shadow: 0px 0px 3px #777;	
	margin:3px;
	height:72px;
}

#compareTable .img img:hover {
	border-color:#777;
}

#compareTable .img td {
}

#compareTable .model td {
	color:black;
	font-weight:bold;
}

#compareTable .partnum td {
	font-size:10px;
}

#compareTable .price td {
	color:black;
	font-size:15px;
}

/** END COMPARE **/

.newsTitle {
	font-size:20px;
	color:white;
}

.soft {
	color:#999;
}

.article {
	padding-bottom:6px;
}

.small {
	font-size:10px !important;
	color:#888;
}

#contactForm .small {
	color:#666;
}

.underLined {
	border-bottom:1px solid #333;
	line-height:normal;
	padding:2px;
}

.cake-sql-log {
	display:block;
	margin:50px;
	font-size:10px;
	color:#777;
}

.note {
	font-size:0.85em;
	padding:0.2em 1em;
}


em {
	font-weight:normal;
	color:#dd8800;
	font-style:normal;
}

input.shaded {
	background:url(/img/input-bg.gif) top left repeat-x #ECECEC;
	border:1px solid #393939;
}

.topBox .shaded {
	margin:2px 0;
	font-size:12px;
	height:15px;
}

#header .help {
	vertical-align:center;
	padding:0 8px 0 8px;
	text-align:center;
	line-height:22px;
}

#header .help a {
	color:#E5E5E5;
	font-size:10px;
	display:block;
}

#header .help a:hover {
	color:white;
}


#quickAdder .entry {
	background-color:#FFFF80;
	font-size:10px;
}

#quickAdder .entry input {
	font-size:18px;
	border:2px solid #CEA500;
	padding:1px 3px;
	margin-bottom:4px;
}

#quickAdder table {
	border-top:1px solid #D6AB00;
	border-bottom:1px solid #D6AB00;
}

#quickAdder table td {
	padding:4px 16px;
}

#quickAdder .entry input.inactive {
	background-color:#FFFFC0;
	bordercolor:#E7E7A8
}

.homeAcctInfo {
	font-size:16px;
	border:2px solid #aaa;
	padding:30px 50px;
	background-color:#f0f0f0;
}

.homeAcctInfo .small {
	text-align:right;
	padding-right:20px;
}

.homeAcctInfo td {
	padding:5px;
}

.indented {
	padding:0 40px 18px 12px;
}

.little {
	font-size:11px;
	line-height:17px;
}

.topShadow {
	background:url(/img/shadow-top.gif) repeat-x top left; 
}

.bottomShadow {
	margin-top:8px;
	background:url(/img/shadow-bottom.gif) repeat-x top left;
}

.header_row th {
	font-size:10px !important;
	color:#888;
	font-weight:normal;
	text-align:left;
	padding-top:12px
}

.headerRow th {
	font-size:10px !important;
	color:#888;
	font-weight:normal;
	text-align:left;
}

.order_row {
	border-top:1px solid #ccc;
	font-size:12px;
}

.order_row a {
	font-weight:bold;
}

.orderTotals {
	padding-right:20px;
}

.orderTotals .popup {
	width:240px;
	font-size:11px;
}

.alt table tr, tr.alt {
	background-color:#ECECEC;
}

.alt2 table tr, tr.alt2 {
	background-color:white !important;
}

.bottomTots {
	float:right;
	margin-right:10px;
}

.bottomTots table {
}

.bottomTots th {
	font-weight:normal;
	padding:0 8px 4px 8px;
}

.bottomTots td {
	text-align:center;
	padding:2px 2px 8px 2px;
}

.bottomTots b {
	color:black;
	font-size:12px;
}

.bottomTots .note {
	text-align:left;
	border-top:1px dotted #CACACA;
	padding-top:12px;
	padding-left:6px;
}

.custHistory {
	font-size:12px;
	min-width:500px;
	border-bottom:1px solid #ccc;
	margin-bottom:16px;
}

.custHistory a {
	text-decoration:none;
}

.custHistory a:hover {
	background-color:#ffffaa;
	color:black;
}

.custHistory td, .custHistory th {
	padding:1px 6px;
}

.custHistory th {
	background-image:none !important;
}

.custHistory td {
	border-top:1px solid #ccc;
	border-collapse:collapse;
}

#HistoryDiv {
	padding-left:20px;
}

.shaded {
	background-color:#eee;
}

.dShaded {
	background-color:#ddd;
}

.shadeColor {
	color:#aaa;
	font-weight:bold;
}

#CCTable td {
	font-size:12px;
	padding:2px 6px !important;
}

.topLine {
	border-top:1px solid #ccc;
}

.botLine, .botLine td {
	padding-bottom:5px !important;
	border-bottom:1px solid #ccc;
}

.CCdetailTable {
	margin:5px 0 20px 10px;
}

.CCdetailTable th {
	padding:1px 6px;
	border-bottom:1px solid #ccc;
}

.CCdetailTable td {
	padding-right:12px !important;
}


#loadingBar {
	position:absolute;
	z-index:100;
	top:25%;
	left:45%;
	border:1px solid #ddd;
}

#sendingBar {
	position:absolute;
	z-index:100;
	top:25%;
	left:45%;
	border:1px solid #ddd;
}


#topNavWholesaleSearchForm {
	padding-top:4px;
}

#quoteform td {
	padding:2px 3px;

}

.pn_col a:hover {
	color:black;
	background-color:#ffffaa;
}

.order_row tr:hover {
	background-color:#ffffaa;
}

.cellsPadded td, .cellsPadded th  {
	padding:2px;
}

.typeTotals {
	margin-top:8px;
}

.typeTotals td {
	color:#666;
	padding:1px 30px 1px 0;
}

.typeTotals .total td {
	border-top:1px solid #ccc;
	color:black;
}


#searchBar {
	background-color:#EBEBEB;
	padding:6px;
}

#filters {
	background-color:#E1E1E1;
	padding:6px;
}

#productSubnav {
	font-size:12px;
}


.productFilter .selected {
}

.productFilter a {
	padding:1px 9px;
	background:url(/img/icon-check.gif) no-repeat bottom left;
}

.productFilter .selected a {
	background-position:top left;
	text-decoration:none;
	color:black;
	font-weight:bold;
}

#tirePopUp .small {
	text-align:right;
	padding-right:8px;
}


#countbox {
	font-size:9px;
	padding-top:4px;
	height:50px;
	overflow:hidden;
}

#countbox b {
	display:block;
	text-decoration:underline;
	font-size:10px;
}

#contactMap {
	float:right; 
	padding:0 0 20px 60px;
	font-size:11px;
}

#contactMap iframe {
	border:1px solid blue;
}

#contactMap a {
	text-decoration:none;
}

#contactMap a:hover {
	color:black;
	text-decoration:underline;
	background-color:#ffffaa;
}



.cake-sql-log {
	display:none;
}

.cake-debug {
	border:2px solid red;
	position:absolute;
	top:500px;
	left:500px;
	width:420px;
	height:120px;
	color:white;
	line-height:normal;
	font-size:9px;
	padding:2px 6px;
	background-color:#ffdddd;
	color:black;
	font-family:arial;
	overflow:auto;
}

.ie1topPad {
	padding-top:0px;
	padding-bottom:1px;
}


/*OrderQtys are used everywhere*/
.orderQty {width: 38px;}


/* footer update */

#footer {
	background:url(/shared_img/footer-dlx-bg.gif) repeat-x top right #C9C9C9;
	border:0;
	color:#8d8d8d;
}

#footer .buttons {
	background:none transparent;
	border:0;
	padding:8px 10px 0px 10px;
}

#footer .info {
	padding:0;
	background:none transparent;
	color:#8d8d8d;
}

#footer .footLinks {
	color:#777;
	width:100%;
}

#footer .footLinks a {
	color:#CFCFCF;
	text-decoration:none;
}

#footer .footLinks a:hover  {
	text-decoration:underline;
	color:white;
}

#footer .footLinks, #footer .company {
	padding:5px 0 2px 0;
}

#footInfo td {
	white-space:nowrap;
}

.powered_by_TCS {
	padding:0 5px 2px 0;
	color:blue;
}

.powered_by_TCS a {
	color:blue !important;
}

#footer .buttons div {
	color:white;
}

.productTopMessage {
	font-size:12px;
	margin:0 0 18px 12px;
	padding:2px 5px;
	display:block;
	background-color:#ffffdd;
	border:1px solid #ffff99;
}
