
/* -------------------------------------------------------------- 
	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: 100%; font-family: inherit; }
body { line-height: 1.5; background: #f5f5f5; 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; }
.DNNEmptyPane { display: none !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%; }


/* 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:link {font-size:12px; color: #075899; text-decoration:underline;  }
a:hover {font-size:12px; color: #BF0B40; text-decoration:underline; }
a:active {font-size:12px; color: #075899; text-decoration: underline; }
a:visited {font-size:12px; color: #075899 ;text-decoration: underline; }

A.CommandButton:link {font-size:12px; color: #075899;text-decoration: underline;}
A.CommandButton:visited {font-size:12px; color: #075899;text-decoration: underline;}
A.CommandButton:hover {font-size:12px; color: #BF0B40;text-decoration: underline;}
A.CommandButton:active {font-size:12px; color: #075899;text-decoration: underline;}


/* -------------------------------------------------------------- 
	Skin Styling
-------------------------------------------------------------- */

body {
	background-color: #f5f5f5;	
}

/* Page
-------------------------------------------------------------- */

#page { 
	margin: 0 auto; 
	width: 1000px;
 }


/* Header
-------------------------------------------------------------- */

#header { 
	background-image: url('img//backgrounds/sprites.png');
	background-repeat: no-repeat;
	height: 152px;
	width: 1000px;
	margin: 0 auto;
}

#dnn_dnnSEARCH_ClassicSearch {
    float: right;
    display: inline;
    margin: 127px 160px 0 0;  
}

#dnn_dnnSEARCH_ClassicSearch input {
	border: 1px solid #0067a5; 
	background-color: #f9fdff;
	width: 170px;
}


/* Menu
-------------------------------------------------------------- */

#menu {
	background-image: url('img/backgrounds/sprites.png');
	background-position: 0px -152px;
	background-repeat: no-repeat;
	height: 44px;
	width: 960px;
	padding: 0px 20px;
}


.find_tire_size {
	/*background-image: url('img/backgrounds/find_tire_size.png');
	background-repeat: no-repeat;*/
	height: 30px;
}
/* Body
-------------------------------------------------------------- */

#body {
	width: 960px;
	background-image: url('img//backgrounds/main.png');
	background-repeat: repeat-y;
	min-height: 400px;
	padding: 0px 20px 0px 20px;
	
}

.ibody { padding: 10px 20px 0px 20px !important; }

#introduction { float: left; width: 280px; margin-right: 130px; }

#resources { float: left; width: 230px; }
#resources h3 { color: #888; }
#resources ul, #resources ol { color: #888; }
#resources ul a { color: #555; }

/* RoundedBox
-------------------------------------------------------------- */
.roundedBox { width:265px; margin: 0 auto; }
.corners {width:265px; height: 7px; background-image:url('img//rounded_sprites.png'); background-repeat: no-repeat;}
.roundedContainer { width: 265px; background-image:url('img//rounded_background.png'); background-repeat: repeat-y; padding: 0px 0px; }
.roundedContent { margin: 0px 7px; }
.top {background-position: 0px 0px; background-repeat: no-repeat;}
.bottom {background-position: 0px -8px; background-repeat: no-repeat;}
.roundedBox h1, .roundedBox h2, .roundedBox h3 {
	color: #5ca038;
	margin: 0px;
}

/* Footer
-------------------------------------------------------------- */
#footer {
	background-image: url('img//backgrounds/sprites.png');
	background-position: 0px -200px;
	background-repeat: no-repeat;
	height: 25px;
	width: 960px;
	padding: 0px 20px 60px 20px;
}

#footer h1 {display: none;}


#footer .tabs { width: 405px; border-top: 3px solid #eee; }
#footer .tabs a { padding: 10px 30px 10px 0; color: #666; text-decoration: none; }

#footer p.quiet { color: #ccc; }

#sub_footer {
	margin: 0 auto; 
	width: 1000px;
	text-align: center;
}

/* Windows
-------------------------------------------------------------- */
#LeftWindow {
	width: 50%; 
	float: left; 
	display: inline;
}

#RightWindow {
	width: 50%;
	float: left; 
	display: inline; 
}

#LeftHomeWindow {
	width: 310px; 
	float: left; 
	display: inline;
}

#RightHomeWindow {
	width: 645px;
	float: left; 
	display: inline; 
}

.ColWindow {
	float: left; 
	display: inline; 
	width: 33.3%;
}
/* Panes
-------------------------------------------------------------- */
#LeftPane, #ContentPane, #BottomContent, #HeaderPane {
	margin: 0px 5px;
}

#HeaderPane {
	text-align: right;
}

#HeaderPane a {
	color: #5ca038;
}


#FooterPane {
	padding: 0px 5px;
}


#sub_footer {
	width: 1000px;
	margin: 0 auto;
}
#sub_footer a {
	color: #222;
}

.sub_login {
	float: left;
	display: inline;
	margin-left: 20px;
}

.sub_login a { color: #075899 !important;}
.sub_login a:hover { color:#BF0B40 !important;}


/* -------------------------------------------------------------- 
	LocalFocal 
-------------------------------------------------------------- */

.powered_by {
	float: right;
	display: inline;
	margin: 5px 20px 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);
}

/* -------------------------------------------------------------- 
	House Of Nuke Menu (minified)  
-------------------------------------------------------------- */
#HouseMenuNav, #HouseMenuNav
ul{padding:0;margin:0;border:0;list-style:none;white-space:nowrap;position:relative;z-index:99999}
#HouseMenuNav
li{position:relative;display:inline;float:left;margin:1px;border:0;padding:0}
#HouseMenuNav li
li{z-index:11113}
#HouseMenuNav
a{display:block;margin:0;border:0;padding:0}
#HouseMenuNav li li
a{margin:0;border:0;padding:0}
#HouseMenuNav li a:hover{margin:0;border:0;padding:0}
#HouseMenuNav li li a:hover{margin:0;border:0;padding:0}#HouseMenuNav li
ul{position:absolute;margin:0;border:0;padding:0;z-index:11112}
#HouseMenuNav li ul
ul{margin:0;border:0;padding:0}
#HouseMenuNav li:hover ul ul,
#HouseMenuNav li:hover ul ul ul,
#HouseMenuNav li.sfhover ul ul,
#HouseMenuNav li.sfhover ul ul
ul{left: -9999px;display:block}
#HouseMenuNav li:hover ul,
#HouseMenuNav li li:hover ul,
#HouseMenuNav li li li:hover ul,
#HouseMenuNav li.sfhover ul,
#HouseMenuNav li li.sfhover ul,
#HouseMenuNav li li li.sfhover
ul{left:auto;z-index:99999;display:block}
#HouseMenuNav iframe { position: absolute; left: 0; top: 0; z-index: 0; filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); display: none; }
.ArrowPointer{cursor:default}#HouseMenuNav, #HouseMenuNav
ul{width:100%;height:44px;_height:42px}#HouseMenuNav
li{width:144px;/*\*/width: auto;_width:1px;/**/}
#HouseMenuNav li
li{height:auto}
#HouseMenuNav
a{text-transform:uppercase;font-family:Arial;font-weight:bold;color:#fff;font-size:14px;background-color:transparent;background-image:url('img/menu_line.png');background-repeat:no-repeat;background-position:top right;text-decoration:none;
padding:10px 5px;margin-top:0px;width:auto;/*\*/_width: 100%;/**/}

#HouseMenuNav li li
a{color:#333;background-image:none;padding:4px;display:block;width:157px;_width:165px}
#HouseMenuNav li a:hover{text-decoration:underline;margin-top:0px;padding:10px
5px}#HouseMenuNav li li a:hover{color:#ffffff;background-color:#000066;padding:4px;display:block;width:190px;_width:200px}
#HouseMenuNav li
ul{width:200px;left: -9999px;border-left: 1px solid #000066;border-right: 1px solid #000066;border-bottom: 1px solid #000066;/*\*/margin: 0;/**/margin-top: 0px;line-height:12px;background-color: #D7E1FF;height:auto}#HouseMenuNav li ul
ul{margin: -21px 0 0 165px;_margin: -21px 0 0 173px;border:solid 1px #000066;line-height:12px;background-color:#ccc}
#HouseMenuNav #houseMenuParentItem
a{background-color:transparent;text-decoration:none}
#HouseMenuNav
a#houseMenuParentLink{background-color:transparent;text-decoration:none}
#HouseMenuNav
a#houseMenuCurrentLink{padding:5px;color:#fff;background-color:#630;text-decoration:none}


/* -------------------------------------------------------------- 
	DNN 
-------------------------------------------------------------- */

.ControlPanel {
	width: 1000px;
	margin: 0 auto;
 	background-image: url('img/backgrounds/main.png');
	background-repeat: repeat-y;
	border: 0px;
}
.ControlPanel table {
}

.SkinObject {color: #000000; font-size:12px; font-weight:bold; text-decoration:none; }
.SkinObject:link { color: #333333; font-size:12px; font-weight:bold; text-decoration:none; }
a.SkinObject:link { color: #333333; font-size:12px; font-weight:bold; text-decoration:none; }

/* default style for container titles */
.Head { font-size: 18px; font-weight: normal; color: #000000;}

.SubHead { color:#000000; font-size:12px; font-weight:bold;}

.SubSubHead  { }

.Normal { font-size: 12px; }

.NormalDisabled { }

.NormalBold { }

.NormalRed { }

.NormalTextBox { }

.small {font-size:8.5px;}

/** New Tire Catalog **/
#Search{position:relative;width:640px;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:640px;height:91px;overflow:hidden;font-size:10px; background: url(http://assets.netdrivenwebs.com/img/templates/TireCatalog/Sandone/RefineSearch.png); color: #ffffff;}
#RefineSearch input{margin-top:0;}
#RefineBrand{position:absolute;top:10px;left:55px;}
#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:640px;}
.SRItemDetails1{padding:10px;border-left:1px #CCC9C4 solid; background: #ffffff;}
.SRItemDetails2{padding:10px;border-left:1px #CCC9C4 solid; background: #ffffff;}
.SRItemActions{width:174px;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:640px;height:47px;overflow:hidden;font-size:10px;}
.SearchPager table{margin:7px 0 0 10px;width:615px;padding-right:15px;}
.SearchPager td{color:#FFFFFF;}
.SearchPagerBottom{position:relative;background:url(template_images/tire_catalog_narrow/SearchPager.png);width:640px;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:640px;}
.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(http://assets.netdrivenwebs.com/img/templates/TireCatalog/Sandone/ItemHeader.png); width:640px;}
.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: 640px; 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;}

/** New Tire Catalog. Will be swapped out and revised when finished. Comments will be removed.**/
.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: 177px;
	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;
	margin: 5px 0px 0px 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 #ccc;
}

.TireResult h3 {
	margin: 0px;
	background: url("http://assets.netdrivenwebs.com/img/templates/TireCatalog/Sandone/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;
}