
/* -------------------------------------------------------------- 
	Resets default browser CSS.   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; }
body { line-height: 1.5; margin: 0px; }
/*table { border-collapse: collapse; border-spacing: 0; }*/
caption, th, td { font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }

.smallwrap {height: 1px !important;}
.DNNEmptyPane {display: none !important; visibility: hidden !important;}
/* -------------------------------------------------------------- 
	Basic Font Settings 
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 75%; background-color: #e1e1e1; }

html { background-color: #e1e1e1; }

/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Helvetica, Arial, sans-serif; }



/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color:#000000;}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }
ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

a { font-size:12px; color: #0e4476; text-decoration: none; }
a:link {font-size:12px; color: #0e4476; text-decoration:underline;  }
a:hover {font-size:12px; color: #1c6db5; text-decoration:underline; }
a:active {font-size:12px; color: #0e4476; text-decoration: underline; }
a:visited {font-size:12px; color: #0e4476 ;text-decoration: underline; }

A.CommandButton:link {font-size:12px; color: #0e4476;text-decoration: underline;}
A.CommandButton:visited {font-size:12px; color: #0e4476;text-decoration: underline;}
A.CommandButton:hover {font-size:12px; color: #1c6db5;text-decoration: underline;}
A.CommandButton:active {font-size:12px; color: #0e4476;text-decoration: underline;}

/* -------------------------------------------------------------- 
	Skin Styling - Start Editing Here
-------------------------------------------------------------- */

body {
	background-color: #e1e1e1;	
}

/* Page
-------------------------------------------------------------- */

#page_background {
	background: #004890;
}

#page { 
	margin: 0 auto; 
	width: 991px;
	padding-top: 9px;
 }


/* Header
-------------------------------------------------------------- */

#header { 
	height: 138px;
	margin: 0 auto;
	background: url('img/sprite.jpg') no-repeat;
}
#header .right { float: right; display: inline; text-align: right; margin: 5px 10px 0px 0px; }
#header .left { float: left; display: inline; }
#dnn_dnnSEARCH_ClassicSearch {
    float: right;
    display: inline;  
	margin: 102px 151px 0px 0px;
}

#dnn_dnnSEARCH_ClassicSearch input {
	border: 0px;
	background: transparent;
	padding: 3px;
	float: left;
	display: inline;
	margin-top: 2px;
	width: 163px;
}
#header .right a {
	color: #000000 !important;
	font-weight: bold;
}
#header .right a:hover {
	color: #1c6db5 !important;
	font-weight: bold;
}
.top_cart {
	float: right;
	display: inline;
	margin: 95px 20px 0px 0px;
}
.top_cart a { color: #000000; }
/* Menu
-------------------------------------------------------------- */

#menu {
	height: 36px;
	width: 991px;
	padding-left: 10px;
	background: url('img/sprite.jpg') no-repeat;
	background-position: 0px -138px;
}

#menu .right { float: right; display: inline; margin: 5px 20px 0px 0px; }
#menu .right a { color: #fff; font-family: Arial; }

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: none;
}
/* Second Menu */
ul, li { list-style-type: none !important; }
#HouseMenuNav, #HouseMenuNav ul {
background-color:#EEF1F8;
line-height:1;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
#HouseMenuNav a {
border-right:1px solid #dea700;
color:#202020;
display:block;
font-family:Arial;
font-weight: bold;
line-height:26px;
padding:6px 10px 4px 10px;
text-decoration:none;
text-transform:uppercase;
}
#HouseMenuNav a:hover {
color:#0A1B46;
}
#HouseMenuNav li:hover {
cursor:pointer;
}
#HouseMenuNav li:hover span, #HouseMenuNav li.sfhover1 span {
color:#FFFFFF;
}
#HouseMenuNav li {
float:left;
font-size:12px;
border-right: 1px solid #e8e8e8;
}
#HouseMenuNav li ul {
border-color:#597CA9;
border-style:solid;
border-width:0 1px 1px;
left:-999em;
margin-top:0;
position:absolute;
width:188px;
z-index:10;
}
#HouseMenuNav li li {
font-weight:normal;
}
#HouseMenuNav li:hover ul, #HouseMenuNav li.sfhover1 ul {
left:auto;
}
#HouseMenuNav li ul li {
border: 0px;
}
#HouseMenuNav li ul li a {
background-image:none !important;
color:#000000;
font-size:12px;
line-height:20px;
padding:0 20px;
width:148px;
border: 0px;
}
#HouseMenuNav li ul li a {
}
#HouseMenuNav li ul li a:hover {
background:#FFFFFF none repeat scroll 0 0;
}
#HouseMenuNav li ul ul {
border-width:1px;
margin:-21px 0 0 188px;
}
#HouseMenuNav li:hover ul ul, #HouseMenuNav li.sfhover1 ul ul {
left:-999em;
}
#HouseMenuNav li:hover ul, #HouseMenuNav li li:hover ul, #HouseMenuNav li.sfhover1 ul, #HouseMenuNav li li.sfhover1 ul {
left:auto;
}
#HouseMenuNav li:hover, #HouseMenuNav li.hover {
position:static;
}

/* Body
-------------------------------------------------------------- */

#body {
	width: 991px;
	background: url(img/content-background.jpg) repeat-y;	
	padding: 0px 18px 0px 11px;
}

/* Home Page Tire Size Finder */

#find-tire-bar{background-image:url("/DesktopModules/TFindTireSize/Templates/960-Transparent/find-your-tire-size.png");background-repeat:no-repeat; height:32px; margin-left:10px;}
#find-tire-bar a{color:#FFFFFF;}
#TireSizeFinder{width:800px; position:relative; top:5px; left:80px;}

/* Home Page Tire Size Finder TOP IE6 Fix*/
#TireLinkDiv{height:32px; width:900; margin-left:10px;}
#TireLinkDiv a{color:#FFFFFF; font-weight:bold; position:relative; top:5px; left:80px;}
#TireLinkDiv span{color:#FFFFFF; font-weight:bold;}
_div#find-tire-bar {display:none !important;}
_div#TireLinkDiv {display:block !important;}


#SliderPane {
	border-bottom: 2px solid #ff2a49;
}

/* Footer
-------------------------------------------------------------- */
#footer_background {

}
#footer {
	width: 991px;
	margin: 0 auto;
	background: url(img/footer.jpg) no-repeat;
	height: 115px;
}

#footer h1 {display: none;}


#footer p.quiet { color: #ccc; }

#sub_footer {
	width: 991px;
	margin: 0 auto; 
	text-align: center;
}

/* Windows
-------------------------------------------------------------- */
#LeftWindow {
	width: 50%; 
	float: left; 
	display: inline;
}

#RightWindow {
	width: 50%;
	float: left; 
	display: inline; 
}

#LeftHomeWindow {
	width: 607px; 
	float: left; 
	display: inline;
	margin-right: 10px;
}

#RightHomeWindow {
	width: 300px;
	float: left; 
	display: inline; 
}

.ColWindow {
	float: left; 
	display: inline; 
	width: 33.3%;
}
#SliderPane {
	height: 188px;
}
/* Panes
-------------------------------------------------------------- */
#LeftPane, #ContentPane, #BottomContent, #HeaderPane {
	margin: 0px 5px;
}

#HeaderPane {
	text-align: right;
}

#HeaderPane a {
	color: #5ca038;
}
#ContentWindow {
	padding-top: 5px;
}

#FooterPane {
	padding: 10px 0px;
}


#sub_footer {
	margin-top: 10px;
}
#sub_footer a {
	color: #222;
}

.sub_login {
	float: left;
	display: inline;
	margin-left: 15px;
	color: #ffffff !important;
}

.sub_login a { color: #ffffff !important;}
.sub_login a:hover { text-decoration: underline;}


#dnn_LeftPane {
	float: left;
	width: 300px;
	margin-right: 10px;
}

.right-elements {
	float: left;
	width: 650px;
}
/* -------------------------------------------------------------- 
	LocalFocal 
-------------------------------------------------------------- */

.powered_by {
	float: right;
	display: inline;
	margin: 0px 15px 0px 0px;
}

.powered_by a img {
	opacity: 0.4;
	filter: alpha(opacity=40); 
	border: 0px;
}

.powered_by a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* -------------------------------------------------------------- 
	DNN 
-------------------------------------------------------------- */

.ControlPanel {
	margin: 0 auto;
	width: 920px;
	background: #fff;
	border: 1px solid #e8eaf0;
	margin-bottom: 5px;
	padding: 5px 0px;
	
}
.ControlPanel table { }
.SkinObject {color: #ffffff; font-family:Helvetica,Arial,sans-serif; font-size:12px; font-weight:bold; text-decoration:none; }
.SkinObject:link {  }
a.SkinObject:link {  }
.Head { color:#000000; font-family:Helvetica,Arial,sans-serif;font-size:20px;font-weight:normal;}
.SubHead { color:#000000; font-family:Helvetica,Arial,sans-serif;font-size:12px; font-weight:bold;}
.SubSubHead  { }
.Normal, .NormalDisabled {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
}
.NormalBold { }
.NormalRed { }
.NormalTextBox { }

#dnn_TireBrandsPane { margin: 0px 0px -3px 13px;}
#dnn_TireBrandsPane img {float: left;}

#button-row img { float: left; margin-left: 9px;}

/** Used for Sliders **/
#slider {
    width: 630px; /* important to be same as image width */
    height: 215px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1, #slider2 {
    width: 630px; /* important to be same as image width */
    height: 215px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent, #slider1Content, #slider2Content {
    width: 630px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image, .slider2Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 630px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span, .slider2Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 600px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none !important;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 14px;
}
.sliderImage span {
	visibility: hidden;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}



.QuoteCartTable { 
width: 100%;
border: 1px solid #000;
}
.QuoteCartTable td {
padding: 4px;
}
.QuoteCartHead td {
background-color: #4d89bf;
font-weight: bold;
}
.QuoteCartAlternateRow td {
background-color: #f5f5f5;
}
.footer-locations {
	margin-top: 0px;
	padding: 0px 5px;
}

.footer-location {
	float: left;
	width: 110px;
	margin-right: 8px;
	text-align: center;
	line-height: 1.2em;
	color: #ffffff;
	text-shadow: #000000 0px 0px 5px;
	font-weight: bold;
}

#dnn_TireFinderPane {
	background: url(img/sprite.jpg) no-repeat;
	background-position: 0px -174px;
	height: 33px;
}

.shop-location {
	float: left;
	width: 280px;
	padding: 12px;
	border-right: 1px solid #808285;
}

.shop-location span {

}

.shop-location img {
	border: 1px solid #124e91;
	margin-right: 5px;
	float: left;
}

/** New Tire Catalog **//** New Tire Catalog **/

#Search{position:relative;width:618px;height:45px;overflow:hidden;font-size:10px;}
#Search span{position:relative;color:#000000;}
#Search a.CommandButton{position:relative;top:1px;left:45px;width:71px;height:26px;display:block;background:url(template_images/tire_catalog_narrow/SearchButton.png);text-indent: -12000px;outline:none;}

#RefineSearch{ margin-top: 0px; position:relative; width:618px;height:91px;overflow:hidden;font-size:10px; background: url(template_images/tire_catalog_narrow/RefineSearch.png); color: #ffffff;}
#RefineSearch input{margin-top:0;}
#RefineBrand{position:absolute;top:10px;left:225px;}
#RefineBrand span{color:#ffffff;}
#RefineSpeedRating{position:absolute;top:40px;left:55px;overflow:hidden;}
#RefineSpeedRating span{color:#ffffff;}
#RefineSpeedRating label{color:#ffffff;}
#RefineSpeedRating input{float:left;width:13px;height:13px;margin:0 3px;}
#RefineSpeedRating td td{padding-bottom:2px;}
#RefinePrice{position:absolute;top:32px;left:78px;overflow:hidden;}
#RefinePrice span{color:#ffffff;}
#RefinePrice label{color:#ffffff;}
#RefinePrice input{float:left;width:13px;height:13px;margin:0 3px;}
#RefinePrice td td{padding-bottom:2px;}
#RefineRunFlat{position:absolute;top:10px;left:212px;overflow:hidden;}
#RefineRunFlat span{color:#ffffff;}
#RefineRunFlat label{color:#ffffff;}
#RefineRunFlat input{width:13px;height:13px;margin:0 3px;}
#RefineSearch a.NewResultsButton{position:absolute;right:65px;bottom:9px;width:111px;height:28px;display:block;background:url(template_images/tire_catalog_narrow/NewResultsButton.png);text-indent:-100000px;outline:none;}

#SearchResults{padding:0px; width:618px;}
.SRItemDetails1{padding:10px;border-left:1px #CCC9C4 solid; background: #ffffff;}
.SRItemDetails2{padding:10px;border-left:1px #CCC9C4 solid; background: #ffffff;}
.SRItemActions{width:142px;background:url(template_images/tire_catalog_narrow/TireActionBg.jpg);}
.SRItemActions td{border:1px #FFFFFF solid;color:#FFFFFF;text-align:center;font-weight:bold; background-color: #000000 !important;}
.SRItemActions a{font-weight:bold;}
.SRItemActions a:link{color:#ffffff;text-decoration:none;}
.SRItemActions a:visited{color:#CCCCCC;text-decoration:none;}
.SRItemActions a:hover,
.SRItemActions a:active{color:#FFFFFF;text-decoration:underline;}
.SearchPager{position:relative;background:url(template_images/tire_catalog_narrow/SearchPager.png);width:618px;height:47px;overflow:hidden;font-size:10px;}
.SearchPager table{margin:7px 0 0 10px;width:590px;padding-right:15px;}
.SearchPager td{color:#FFFFFF;}
.SearchPagerBottom{position:relative;background:url(template_images/tire_catalog_narrow/SearchPager.png);width:618px;height:47px;overflow:hidden;font-size:10px;}
.SearchPagerBottom td{padding:11px 0 0 20px;}

.NavLinks{margin-bottom:4px;padding:0;list-style:none;background:url(template_images/tire_catalog_narrow/Itemheader.png);height:35px;overflow:hidden;font-size:10px;width:618px;}
.NavLinks li{margin: 0 0 2px 20px;padding:0;list-style:none;float:left;line-height:3;}
.NavLinks li.first{margin-left:20px;}
.NavLinks a:link,
.NavLinks a:visited{color:#FFFFFF;text-decoration:none;}
.NavLinks a:hover,
.NavLinks a:active{color:#FFFFFF;text-decoration:underline;}

.TireItem{padding:0px;}
.TireItemHeader{background:url(template_images/tire_catalog_narrow/ItemHeader.png); width:618px;}
.TireItemHeader td{ margin:0px;color:#FFFFFF;padding-left:20px;padding-right:20px;font-weight:bold; }
.TireItemHeader a:link,
.TireItemHeader a:visited{color:#FFFFFF;text-decoration:none;}
.TireItemHeader a:hover,
.TireItemHeader a:active{color:#FFFFFF;text-decoration:underline;}
.TireItemHeader h2{color:#FFFFFF;margin:0;font-weight:normal;font-size:12px;}
.TireItemBody{width: 618px; border:solid #CCC9C4;border-width:0 1px 1px;margin-bottom:10px;}
.TireItemBody td {background-color:#ffffff;}
.TireImage{border-right:1px #CCC9C4 solid;padding:10px;width:1%;}
.ItemDetails1{padding:5px;font-size:10px;}
.ItemDetails1 td{padding-bottom:5px; margin:0px;}

.ItemDetails2{padding:5px;border-left:1px #CCC9C4 solid;font-size:10px;}
.ItemDetails2 td{padding-bottom:5px;}
.ItemDetails3{padding:5px;border-left:1px #CCC9C4 solid;font-size:10px;}
.ItemDetails3 td{padding-bottom:5px;}
.ItemActions{background:url(template_images/tire_catalog_narrow/TireActionBg.jpg);}
.ItemActions td{background:#000000; border:1px #FFFFFF solid;color:#FFFFFF;text-align:center;font-weight:bold;width:140px;}
.ItemActions a:link,
.ItemActions a:visited{color:#FFFFFF;text-decoration:none;}
.ItemActions a:hover,
.ItemActions a:active{color:#FFFFFF;text-decoration:underline;}

.FeaturesBenefits{width:100%;border-collapse:collapse;padding:0;border:0;}
.FeaturesBenefits th{font-size:12px;font-weight:bold;padding:5px 10px;text-align:left;border-right:1px solid #CCC9C4;border-bottom:1px solid #CCC9C4;}
.FeaturesBenefits td{vertical-align:top;width:50%;padding:5px 10px;border-bottom:1px solid #CCC9C4;}
.FeaturesBenefits td.feature{border-right:1px solid #CCC9C4;}
.FeaturesBenefits tr.last td{border-bottom:0;}

.Reviews{padding:10px 5px;border-top:1px #CCC9C4 solid;}
.ReviewSummaryTable td,
.ReviewDD td{background:#CCC9C4;color:#000;text-align:center;font-size:10px;width:14%;}
.ReviewThanks{display:block;padding:10px;}
.ReviewThanks *{color:#FF0000;}
.ReviewItem{padding-bottom:10px;}
.ReviewItemHead{padding:5px;background:#CCC9C4;font-weight:bold;}
.ReviewItemText{padding:5px;}
.ReviewItemFooter{padding:5px;font-size:10px;}
.ReviewItemName{font-weight:bold;}
.ReviewItemDate{font-weight:bold;}

.TireResult { background-color: #ffffff; border: 1px solid #424242; margin-bottom: 10px; }
.TireResult .photo { width: 125px; float: left; text-align: center; border-right: 1px solid #CCC9C4;position: relative;}
.TireResult .enlarge { position: absolute; bottom: 0; left: 0; }
.TireResult .details {	float: left;}
.TireResult .tire-details {	width: 335px;	float: left;}
.TireResult .tire-details table {	float: left;	width: 160px;}
.TireResult .tire-details table td {	padding: 5px;}
.TireResult .actions {	width: 155px;	float: left;	background: url("template_images/tire_catalog_narrow/TireActionBg.jpg") repeat scroll 0 0 transparent;	height: 134px;}
.TireResult .bottom-actions {	border-top: 1px solid #CCC9C4;	padding: 10px 5px;}
.TireResult .bottom-actions a {    display: block;    float: left; position:relative; top:5px; left:30px;}
.TireResult .actions a {background-color:#000000 !important;	border:1px solid #FFFFFF;	color:#FFFFFF;	font-weight:bold;	text-align:center;	padding: 3px 5px;	display: block;}
.TireResult .left-details {	border-right: 1px dotted #cccccc;}
.TireResult h3 {margin: 0px;background: url("template_images/tire_catalog_narrow/ItemHeader.png") repeat scroll 0 0 transparent;	padding: 13px 10px;	font-weight: bold;	color: #ffffff;}

.aqFinalizeQuote, .aqUpdateQuantities {
	display: block;
	background-attachment:scroll;
	background-color:transparent !important;
	background-image:url("http://assets.netdrivenwebs.com/img/interface/buttons/grey.png");
	background-position:0 0;
	background-repeat:repeat;
	border:0 none;
	color:#555555;
	font-size:13px !important;
	height:27px;
	margin:0;
	padding:8px 0 0;
	text-decoration:none !important;
	font-weight: bold;
	text-align: center;
	text-shadow:1px 1px #FFFFFF;
	width:155px;
}

.aqFinalizeQuote { 
	margin: 15px 0px 20px 0px !important;
	font-size: 16px !important;
	padding: 6px 0 0;
	background-image:url("http://assets.netdrivenwebs.com/img/interface/buttons/red.png");
	color: #ffffff !important;
	text-shadow:1px 1px #000000;
}

.aqFinalizeQuote:hover {color: #efefef !important;}
.aqContinueShopping {clear: both;}
.aqContinueShopping {clear: both; display: block;}

.aqContinueShopping span a {
	background:url("http://assets.netdrivenwebs.com/img/icons/gear.png") no-repeat scroll 11px 50% #EFEFEF;
	border:1px solid #CCCCCC;
	color:#222222 !important;
	display:inline;
	font-size:12px !important;
	font-weight:bold;
	margin-bottom:10px;
	padding:3px 0 2px 40px;
	text-decoration:none !important;
	width:116px;

	margin-right: 10px;
	float:left;
}

#patty{float:right; position:relative; left:-172px; top:13px;}
#acc{color:#004890; font-weight:bold; font-size:14px; line-height:normal; width:400px; font-family:"Arial Black", Arial, sans-serif; position:relative; top:32px; left:292px; float:left;}
