body {
	margin: 0;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/whiteoutdoor/images/sub-bg.gif);
	background-repeat: repeat-y;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border: 0;
}
a {
	color: #000;
}
a:hover {
	color: #880029;
}
a:visited {
	color: #333333;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 20px 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #9A012F;
	margin: 10px 0 10px 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #6B6B6B;
}

div#mast {
	height: 72px;
	width: 772px;
	margin: 0;
	background-image: url(/whiteoutdoor/images/bg-mast.gif);
	background-repeat: repeat-y;
	background-color: #880029;
}
div#mast img {
	float: left;
}
div#nav{
	width: 275px;
	padding: 20px 15px 0 0;
	float: right;
	color: #F4F0CC;
	text-align: right;
}
div#nav a{
	color: #D6D6C8;
}
div#nav a:hover{
	color: #FFF;
}
div#nav a:visited{
	color: #D2BBC2;
}

div#homefooter {
	height: 66px;
	width: 772px;
	margin: 0;
	background-color: #880029;
}
div#homefooter img{
	margin-top: 10px;
	float: right;
}

div#footnav{
	width: 520px;
	margin: 20px 35px 0 0;
	float: right;
	color: #F4F0CC;
	text-align: center;
}
div#footnav a{
	color: #D6D6C8;
}
div#footnav a:hover{
	color: #FFF;
}
div#footnav a:visited{
	color: #D2BBC2;
}
div#submast {
	height: 67px;
	width: 772px;
	margin: 0;
	clear: both;
	background-color: #E80026;
	background-image: url(/whiteoutdoor/images/bg-mast.gif);
	background-repeat: repeat-x;
}
div#submast img {
	float: left;
	margin: 0;
}
div#subnav{
	width: 360px;
	margin: 20px 10px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #F4F0CC;
	text-align: right;
}
div#subnav a{
	color: #F4F0CC;
}
div#subnav a:hover{
	color: #FFF;
}
div#subnav a:visited{
	color: #FFE6EA;
}
div#content {
	width: 772px;
	border: solid 1px black;

}
div#copy {
	width: 546px;
	padding: 0 0 0 40px;
	float: left;
}
div#sidebar {
	width: 172px;
	float: left;
}
#sidenav{
	display: none;
	visibility: hidden;
}

/* start sub */
	#productnav { 
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width: 182px;
		font-size: 12px;
		font-weight: bold;	
		font-family: "Gill Sans", "Gill Sans Std", GillSans, Calibri, Trebuchet, sans-serif;		
	}
	#productnav li { 
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 182px;
	}

	#productnav li a {
		width: 164px;
		display : block;
		color : #FFF;
		font-weight : normal;
		text-decoration : none;
		background-image: url(/whiteoutdoor/images/sidebarnav1.gif);
		background-repeat: no-repeat;
		padding : 14px 10px 14px 22px;
	}
	#productnav li a:hover {	
		background-image: url(/whiteoutdoor/images/sidebarnav1o.gif);
		background-repeat: no-repeat;		
	}
	#content {
		margin-left : 12em;
	}
	#sidenav { 
		clear: both;	
	}


	#sidenav, #sidenav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width: 186px;
		border-bottom: 1px solid #FFF;
	}
	#sidenav{
		background-image: url(/whiteoutdoor/images/subnavbg2.jpg);
		background-repeat: no-repeat;
		background-color: #E5E5E5;

	}
	#sidenav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 186px;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	
	#sidenav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 186px;
		background-image: url(/whiteoutdoor/images/subnavbg2.jpg);
		background-repeat: no-repeat;
		margin-top : -25px;
	}
	
	#sidenav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#sidenav li a {
		width: 164px;
		display : block;
		color : #000;
		font-weight : normal;
		text-decoration : none;
		padding : 6px 10px 6px 12px;
	}
	
	#sidenav li a:hover {
		color : #000;
		background-color : #FFF;
	}
	
	#sidenav li:hover ul ul, #sidenav li:hover ul ul ul, #sidenav li.sfhover ul ul, #sidenav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#sidenav li:hover ul, #sidenav li li:hover ul, #sidenav li li li:hover ul, #sidenav li.sfhover ul, #sidenav li li.sfhover ul, #sidenav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}


/*end sub */

div#footer {
	width: 772px;
	clear: both;
}
div#footer .left{
	float: left;
	width: 192px;
}
div#footer .right{
	float: left;
	width: 580px;
	text-align: center;
	padding-top: 50px;
}
#productdetail ul {
	list-style:  disc;
	border: 0;
}

#productdetail li {
	font-size: 10px;
	list-style-type: disc;
}
#attachments ul {
	list-style:  url(none) none;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}
#attachments li {
	font-size: 10px;
	border-bottom: 1px solid #EAE9EA;
	margin: 0;
}
#attachments li a {
	display: block;
	padding: 5px 2px 5px 30px;
	color: #000;
	text-decoration: none;
	width: 100%;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 5px;
}

#attachments li a {
	width: auto;
}
#attachments li a:hover {
	color: #A20132;
	background-color: #F7F7F7;
}
#productheading {
	font-size: 18px;
	font-weight: bold;
	color: #6B6B6B;
	padding: 5px 0 5px 13px;
	background-color: #EAE9EA;
}
#productheading small{
	font-size: 12px;
	font-weight: bold;
	color: #626262;
	display: block;
	padding: 4px;
	background-color: #EAE9EA;;
}
#breadcrumb {
	font-size: 11px;
	color: #000000;
	margin: 10px 0px 7px 0px;
}

#breadcrumb a {
	color: #000;
}
#breadcrumb a:hover {
	color: #880029;
}
#breadcrumb a:visited {
	color: #666666;
	text-decoration: underline;	
}

#contentleft{
	width: 250px;
	float: left;
}
#contentright{
	width: 270px;
	float: right;
}
#productshot{
	width: 360px;
	float: left;
	text-align: left;
	margin: 0;
}
#productbullets{
	width: 180px;
	float: left;
}
#productbullets h3{
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 2px 0;
}
#productbullets ul {
	list-style:  url(none) none;
	margin: 0;
	padding: 0;
	border: 0;
}
#productbullets li {
	font-size: 10px;
	border-bottom: 1px solid #EAE9EA;
	margin: 0;
}
#productbullets li a {
	display: block;
	padding: 5px 2px 5px 24px;
	color: #000;
	text-decoration: none;
	width: 100%;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#productbullets li a {
	width: auto;
}
#productbullets li a:hover {
	color: #000;
	background-color: #F7F7F7;
}
#btnwtp{
	display: block;
	margin: 5px 0 0 0;
}
#btnhtc{
	display: block;
	margin: 5px 0 0 0;
}
#specifications{
	clear: both;
	padding-top: 1px;
}
#specifications strong{
	font-weight: normal;
}
#specifications h2{
	background-color: #EAE9EA;
	color: #6B6B6B;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
	height: 14px;
	maring: 0;
}
#specifications h2 .left{
	width: 265px; 
	float: left;
}
#specifications h2 .right{
	width: 265px; 
	float: left;
	font-size: 11px;
	text-align: right;
}

#specifications .column{
	width: 273px;
	float: left;
}
#specifications ul {
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: 1em;
	padding-left: .5em;

}
#specifications li {
	padding-top: 5px;
	font-size: 11px;
	margin: 0;
}
#specifications .first{
	padding-top: 0;
}
#badges{
	width: 270px;
	float: right;
	margin: 5px 0 5px 0;
	text-align: right;
}
.icons{
	float: left;
	width: 33%;
	height: 100px;
	text-align: center;
	font-size: 10px;
}
#printpage{
	margin: 0 0 0 50px;
	padding-top: 25px;
	clear: both;
}
#printpage img {
	border: 0;
}
div#disclaimer {
	clear: both;
	text-align: center;
}
#warrantyhdr {
	background-image: url(/whiteoutdoor/images/warranty-header.jpg);
	width: 522px;
	height: 284px;
}
#warranty{
	text-align: center; 
	padding-top: 5px;
}

.error {
	font-weight: bold;
	color: #FF0000;
}
div#important{
	border: 1px dashed red;
	background-color: #F6F6F6;
	padding: 5px;
}
div#homecontent {
	width: 320px;
	height: 213px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 5px 0 0;
	float: right;
	text-align: center;
	vertical-align: baseline;
}
dt {
	color: #880029;
	font-weight: bold;
}
dd {
	padding-bottom: 20px;
}
.votebox {
	border: solid 1px #E5E5E5;
	background-color: #E80026;
	color: #FFF;
	width: 174px;
	height: 42px;
	text-align: center;
}
.voteimg {
	margin-bottom: 5px;
}
.votebtn {
	margin-top: 5px;
}
hr {
	color: #9A012F;
}
.productsubheading{
	font-size: 12px;
	font-weight: bold;
	color: #626262;
	padding: 4px;
	background-color: #EAE9EA;;
}
#snowfeature td{
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
#snowfeature strong{
	color: #000;
	font-size: 12px;
}
#snowfeature a{
	color: #FFF;
}
#snowfeature .black{
	background-color: #000;
}
#snowfeature .maroon{
	background-color: #a83333;
}
#snowfeature .dkbeige{
	background-color: #878271;
}
#snowfeature .ltbeige{
	color: #000;
	background-color: #d7d4cb;
}
#feature a{
	color: #880029;
	text-decoration: none;
}
#feature a:hover{
	color: #000;
}
#feature .black{
	background-color: #000;
	color: #fff;|
}
#feature .maroon{
	background-color: #a83333;
	color: #fff;|
}
#feature .dkbeige{
	background-color: #878271;
	color: #fff;|
}
#feature .ltbeige{
	color: #000;
	background-color: #d7d4cb;
}

#htctable td{
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	background-color: #F7F7F7;
}

#htctable .dkbeige{
	color: #FFF;
	background-color: #878271;
}
#htctable .ltbeige{
	background-color: #d7d4cb;
}


.LF_Header {
	background-color:#878271;
	color:#FFFFFF;
}
.LF_Row_Even {
	background-color:#d7d4cb;
}
#whiteoutdoor{
	width: 215px;
	padding: 9px 0 0 12px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background-image: url(/whiteoutdoor/images/lg08/sub_logobg.png);
	background-repeat: no-repeat;
}
#whiteoutdoor{
	width: 151px;
	padding: 9px 0 0 12px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background-image: none;
}

#navigation{
	width: 450px;
	position: absolute;
	top: 80px;
	right: 0;
	text-transform: uppercase;
	font-size: 14px;
}
#navigation .l1{
	padding: 0 18px 3px 0;
	text-align: right;
}
#navigation .l2{
	text-align: right;
	padding-right: 36px;
}

#canada{
	vertical-align: baseline;
	padding: 0 18px 0 12px;
}	
.homebg{
	background-image: url(images/lg08/homebg.png);
	background-repeat: repeat-y;
}
#masthead{
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	clear: both;
	float: none;
	position: relative;
	background-color: #e7e7e7;
	background-image: url(images/lg09/masthead_bg.png);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	width: 772px;
	font-family: "Gill Sans", "Gill Sans Std", GillSans, Calibri, Trebuchet, sans-serif;
	font-size: 13px;
	}
	#masthead a{
		color: #838282;
		text-decoration: none;
	}
	#masthead a:hover{
		color: #882929;
	}
#language{
	width: 190px;
	background-color: #7a7a7a;
	background-image: url(images/lg09/language_bg.png);
	background-repeat: repeat-y;
	padding-top: 3px;
	padding-left: 40px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	padding-bottom: 3px;
}
	#language a, #language:visited{
		color: #fff;
	}
	#language a:hover{
		color: #e7e7e7;
	}
#logo{
	padding-bottom: 24px;
}	
	
	
#warrantybanner{
	background-color: #a83333; 
	color: #fff; 
	padding: 30px 10px 30px 120px; 
	line-height: 20px;
}
	.lg{
		background-image: url(/whiteoutdoor/images/warranty_ballcap.png); 
		background-repeat: no-repeat;
	}
	.fw{
		background-image: url(/whiteoutdoor/images/warranty_toque.png); 
		background-repeat: no-repeat;
	}

	#warrantybanner .small{
		font-size: 10px;
	}
	#warrantybanner .large{
		font-size: 18px; 
		font-weight: bold;
		text-transform: uppercase;
	}
.wtplogo{
	width: 172px; height: 150px; float: left; text-align: center; padding-right: 10px;
}
.wtplogo img{
	border: solid 1px #e5e5e5;
}
.product_powermore{ text-align: center; }
