@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------
 * Global Styles
 ------------------------------------------------------------- */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}
 
#pageContent{
 	margin:0px auto;
	width:1000px;
	background:#ffffff url(../assets/images/pageBase.jpg) top left no-repeat;
	min-height:600px;
}
/* -- fix FF padding issue -- */
#pageContent, x:-moz-any-link, x:default {
	margin-top:-10px;
}

#printPageTop{display:none;}

.clearB{
	clear:both;
	height:0px;
	padding:0;
	margin:0;
	line-height:0px;
	font-size:0px;
}

.displayNone{
	display:none;
}

.displayBlock{
	display:block;
}

a {outline:none;}

/* ---------------------------------------------------------------------*/
#header{
	/*overflow:hidden;*/
	margin-bottom:10px;
	margin-top:0;
}

#headerContainer{
	margin:0 30px;
}

#header li.headerCol{
	display:block;
	float:left;
	/*margin-bottom: -100px;
	padding-bottom: 100px;*/
	height:165px;
}

/* ---------------------------------------------------------------------*/

#header #menuArea{
	width:620px;
	margin-right:10px;
}

#header #menuArea .logoImg{
	float:left;
	display:block;
}

#header #menuArea #textMenu{
	float:right;
	text-align: right;
	font-size:11px;
	font-weight:bold;
	margin-top:75px;
}

#header #menuArea #textMenu a{
	color:#1a1918;
	text-decoration:none;
	margin-left:10px;
	padding-left:12px;
	background:transparent url(../assets/images/linkArrow.gif) left center no-repeat;
}

#header #menuArea #textMenu a:hover{
	color:#bc7512;
}

#header #menuArea #menuBottom li.menuBtn{
	float:left;
	display:block;
	margin-left:8px;
	position:relative;
	z-index:20;
}
#header #menuArea #menuBottom li.menuBtnFirst{
	margin-left:0px;
}

#menuBottom div.menuDrop{
	display:block;
	width:201px;
	position:absolute;
	background-color:#e4be41;
	top:60px;
	left:0px;
	display:none;
	z-index:50;
}

#header #menuArea #menuBottom li.menuBtn:hover div.menuDrop{
	display:block;
}

#menuBottom div.menuDrop ul{
	background-color:#ffffff;
	margin:3px 4px 0px 4px;
}
#menuBottom div.menuDrop ul li{
	border-bottom:#dddddd 1px solid;
	margin-left:3px;
	width:187px;
}

#menuBottom div.menuDrop ul li a{
	display:inline-block;
	padding:5px 0 5px 12px;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	color:#1a1918;
	text-decoration:none;
	/*margin-left:10px;*/
	width:175px;
	background:transparent url(../assets/images/linkArrow.gif) left center no-repeat;
}

#menuBottom div.menuDrop ul li a:hover{
	background-color:#dddddd;
}


/* ---------------------------- discontinued ----------------------------*/
.pdDiscon {
	background: #8D8C8C;
	width: 630px;
}

.pdDiscon img {
	margin: 0px;
	padding: 0px;
}

.rsMiddle {
	background: #ccc;
	border-left: solid 1px #ccc;
}
 .DiscontinuedCountDiv {
	position: relative;
	width: 159px;
	height: 82px;
	/*
	margin: 16px; 
	margin: 0px -10px -20px -10px;
	*/
	border-right: solid 1px #bbb;
	cursor: pointer;
}

 .discontinuedAreaSingle {
	background: transparent url(/assets/images/products/discontinuedBackSingle.jpg) top left no-repeat;
}

 .discontinuedArea {
	background: transparent url(/assets/images/products/discontinuedBack.jpg) top left no-repeat;
}

 .DiscontinuedCountDiv .discontinuedNumberContainer {
	position: absolute;
	top: 28px;
	left: 45px;
	width: 60px;
	text-align: center;
}

.searchDiscon {
	background: transparent url(/assets/images/products/searchDisconBack.gif) -1px 0 no-repeat;
	position: relative;
	width: 630px;
	height: 35px;
	margin: 0;
	padding: 0;
}

.searchDiscon .searchDisconText {
	position: absolute;
	bottom: 7px;
	left: 275px;
	font-size:9pt;
}

.searchDiscon .searchDisconText a {
	color: #666;
}

.searchDiscon .searchDisconHide {
	position: absolute;
	bottom: 6px;
	right: 9px;
}

.searchDiscon .searchDisconHide a {
	font-size: 10px;
	color: #666;
	background: transparent url(/assets/images/interface/linkArrowGrey.gif) no-repeat scroll 0px 4px;
	display: block;
	padding: 1px 0px 1px 10px;
}

 .DiscontinuedCountDiv .discontinuedNumberContainer div.discontinuedNumber {
	color: #111;
	font-size: 13px;
	font-weight: bold;
}


/* ---------------------------------------------------------------------*/

#header #searchArea {
	width:170px;
	background:transparent url(../assets/images/searchBackground.png) bottom left no-repeat;
}

#header #searchArea fieldset{
	margin-left:9px;
	margin-top:60px;
}

#header #searchArea fieldset legend{
	font-size:11px;
	color:#c2c0bb;
	text-transform:uppercase;
	margin-bottom:8px;
}

#header #searchArea fieldset select{
	font-size:11px;
	color:#c7990b;
	width:150px;
	border:1px solid #b9b9b9;
	margin-bottom:8px;
}

#header #searchArea fieldset #searchFieldContainer{
	margin:0px;
	padding:0px;
	height:23px;
}
#header #searchArea fieldset input.searchField{
	font-size:11px;
	color:#c7990b;
	background:transparent url(../assets/images/searchFieldBackground.gif) top left no-repeat;
	border:none;
	height:23px;
	display:block;
	float:left;
	padding-top:5px;
	padding-left:5px;
	width:122px;
	margin:0;
}

* html #header #searchArea fieldset input.searchField{
	margin-right:-1px;
}

#header #searchArea fieldset input.searchButton{
	margin:0 0 0 -2px;
	padding:0px;
}

* html #header #searchArea fieldset input.searchButton{
	margin-left: -3px;
}

#header #searchArea fieldset input.searchField:focus {
	outline: none;
}

/* ---------------------------------------------------------------------*/

#header #userArea {
	width:130px;
}

#header #userArea #userShowLogin{
	margin-top:99px;
	margin-left:10px;
}

#header #userArea #regUsers{
	margin-top:10px;
	margin-left:2px;
}

#header #userArea #regUsers p{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:11px;
	color:#cccccc;
	margin-bottom:1px;
}

#header #userArea #regUsers h4{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin-bottom:5px;
}

#header #userArea #regUsers ul li {
	height:30px;
	border-bottom:1px solid #d3d3d3;
	font-size:10px;
	/*margin-left:-10px;*/
}

#header #userArea #regUsers ul li a {
	font-size:10px;
	padding:15px 10px 2px 110px;
	display:inline-block;
	color:#000000;
	text-decoration:none;
}

#regUsers .profileBtns{
	/*margin-left:-7px;*/
	width: 140px;
	text-align:center;
}

*:first-child+html #regUsers .profileBtns {
	width:132px;
}

* html #regUsers .profileBtns {
	width:132px;
}

#regUsers .profileBtns input{
	display:inline-block;
	border:none;
	float:left;
}

#regUsers .registerBtn{
	/*margin-left:-5px;*/
}

#regUsers #myWishListBtn{
	background:#ffffff url(../assets/images/header_wishlist.gif) top left no-repeat;
}
#regUsers #myWishListBtn:hover{
	background:#ffffff url(../assets/images/header_wishlist_over.gif) top left no-repeat;
}

#regUsers #myOwnedBtn{
	background:#ffffff url(../assets/images/header_ownedlist.gif) top left no-repeat;
}
#regUsers #myOwnedBtn:hover{
	background:#ffffff url(../assets/images/header_ownedlist_over.gif) top left no-repeat;
}

#regUsers #myPreferredBtn{
	background:#ffffff url(../assets/images/header_prefDealers.gif) top left no-repeat;
}
#regUsers #myPreferredBtn:hover{
	background:#ffffff url(../assets/images/header_prefDealers_over.gif) top left no-repeat;
}

/* ---------------------------------------------------------------------*/
#mainBody{
	margin:0 30px 10px;
}

/* ---------------------------------------------------------------------*/
#footer{
	margin-left:30px;
	margin-right:30px;
	background:#000000 url(../assets/images/footerBackground.gif) top left repeat-x;
	height:34px;
	margin-bottom:60px;
	overflow:hidden;
	text-align:right;
}

#footer #footerNavLeft li.footList{
	display:block;
	float:left;
	background:transparent url(../assets/images/footerLeftMenuBG.gif) top left repeat-x;
	height:34px;
}

#footer .siteInfoLinks{
	margin-right:10px;
}

#footer #footerNavLeft li.footList a,
#footer .siteInfoLinks a{
	color:#ffffff;
	font-size:10px;
	text-transform:uppercase;
	padding-left:10px;
	padding-right:10px;
	display:block;
	margin-top:12px;
	text-decoration:none;
	letter-spacing:-1px;
}

#footer .siteInfoLinks a{
	display: inline-block;
}

#footer #footerNavLeft li.footList a:hover,
#footer .siteInfoLinks a:hover
{
	color:#e9c75d;
	text-decoration:underline;
}
/* ------------------------------------------------------------
 * Generic Page Layout
 ------------------------------------------------------------- */
#mainBody #pageHeader{
	background: #8d8b8c;
	border-bottom: solid 5px #1a1917;
}

#mainBody #pageHeader .pageHeadLeft{
	float: left;
	width: 630px;
}

#mainBody #pageHeader .pageHeadRight{
	float: left;
	width: 295px;
}

#mainBody #pageBodyWrapper{
	/*
	position:relative;
	*/
	overflow: hidden;
}

#mainBody #pageBodyWrapper #leftCol{
	float: left;
	width: 630px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	min-height:400px;
}

#mainBody #pageBodyWrapper #rightCol{
	float: left;
	width: 310px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#mainBody a{
	text-decoration: none;
}

#mainBody a:hover{
	text-decoration: underline;
}

#pageHeader h1,
#pageHeader2 h1{
	color: #ffffff;
	font-size: 20px;
	margin-left: 10px;
	padding-top:5px;
	margin-bottom: 5px;
}

/* ---------------------------------------------------------------------*/

#mainBody #rsTop{
	background:#cccccc url(../assets/images/grayShadowCorner.gif) top left no-repeat;
	border-left:1px solid #cccccc;
	padding:20px 10px;
}
#mainBody #rsBottom{
	background:#f3f2f2 url(../assets/images/diagLinesBG.gif) top left repeat-y;
	border:1px solid #cccccc;
}

/* ------------------------------------------------------------
 * Home Page Layout
 ------------------------------------------------------------- */

 #homeFMA {
 	background-color:#a2a2a2;
	position:relative;
	padding-bottom:115px;
 }

 ul#homeSubFMA {
 	position:absolute;
	z-index:20;
	top:302px;
	left:0px;
	margin:0;
	padding:0;
 }
 
  * html ul#homeSubFMA {
	left:-10px;
 }

  ul#homeSubFMA li.smallFMA{
	float:left;
	display:block;
	height:180px;
	width:300px;
	margin-left:10px;
	background:transparent url(../assets/images/homeSmallFMABG.png) top left no-repeat;
  }
  
  ul#homeSubFMA li.smallFMA img{
  	margin:31px 0 8px 8px;
  }
  
  
  /* ------------------------------------------------------------
 * Search Results Layout
 ------------------------------------------------------------- */
 
 .searchResults .pageHeadLeft{
	margin: 4px 0;
	border-right: 1px solid #bcbabb;
}

.searchResults .pageHeadLeft h1{
	float: left;
}

.searchResults .pageHeadLeft .viewAll{
	/* width: 120px; */
	float: right;
	text-align: right;
	margin-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 15px;
}

.searchResults .pagination .viewAll {
	float: right;
	text-align: right;
	margin-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
}

.searchResults .pagination .viewAll a {
	text-decoration: none;
	color: #e8c75c;
}

.searchResults .pagination .viewAll a.viewAllActive {
	text-decoration: none;
	color: #ccc;
}

.searchResults .pagination .viewAll a.viewAllActive:hover {
	text-decoration: none;
	color: #ccc;
}

/*

.searchResults .pageHeadLeft .viewAll a {
	text-decoration: none;
	color: #e8c75c;
}

#mainBody.searchResults .pageHeadLeft .viewAll a.viewAllActive {
	text-decoration: none;
	color: #ccc;
}

#mainBody.searchResults .pageHeadLeft .viewAll a.viewAllActive:hover {
	text-decoration: none;
	color: #ccc;
}
*/

.searchResults .pagination{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #49423c;
}

.searchResults .pagination a {
	margin-left: 10px;
	padding-bottom: 3px;
	color: #e3af04;
	line-height:16px;
}

.searchResults .pagination a.currentPageNum {
	color: #49423c;
	border-bottom: 2px solid #49423c;
}

/*-------------------------------------------------------------------------*/
.searchResults #pageBodyWrapper #productGrid{
	padding-top: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.searchResults #pageBodyWrapper #productGrid li.productBox{
	display: block;
	float: left;
	width: 200px;
	height: 275px;
	margin: 0 8px 9px 0;
	border: 1px solid #e6e6e6;
}

.searchResults #pageBodyWrapper #productGrid li.productBox:hover {
	background-color:#000000;
}

.searchResults #pageBodyWrapper #productGrid li.productBox div.productBoxInner {
	height:260px;
	margin:6px;
	border:1px solid #b3b3b3;
	background-color:#ffffff;
	position:relative;
	z-index:0;
}
/*-------- show list buttons ---------*/
.searchResults #productGrid li.productBox div.listBtns{
	position:relative;
	z-index:20;
	height:140px;
	margin-bottom:-140px;
	display:none;
}
.searchResults #productGrid li.productBox div.listBtns div.listBtnsTop{
	text-align:center;
	color:#ffffff;
	height:120px;
	background:#000000;
	opacity:0.5;
}
.searchResults #productGrid li.productBox div.listBtns div.listBtnsTab{
	text-align:center;
	color:#000000;
	padding-top:10px;
	font-size:10px;
}


.searchResults #pageBodyWrapper #productGrid li.productBox div.productBoxInner img{
	display:block;
	margin:36px 38px;
}

.searchResults #pageBodyWrapper #productGrid li.productBox .productInfo{
	height:77px;
	border-top:1px solid #b3b3b3;
	background:#e4be41 url(../assets/images/resultsGridItemBottom.gif) top left repeat-x;
}

.searchResults #pageBodyWrapper #productGrid li.productBox h3{
	height:40px;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
	color:#1a1918;
	display:block;
	border-bottom:1px solid #ffffff;
	padding:0 10px 5px 10px;
}

.searchResults #pageBodyWrapper #productGrid li.productBox .price{
	width:80px;
	font-weight:bold;
	font-size:11px;
	padding-left:10px;
	float:left;
}

.searchResults #pageBodyWrapper #productGrid li.productBox a.learnMore{
	width:80px;
	padding-right:10px;
	text-align:right;
	text-transform:uppercase;
	font-size:10px;
	display:block;
	float:right;
	color:#ffffff;
}

.searchResults #pageBodyWrapper #productGrid li.productBox a.learnMore:hover{
	text-decoration:none;
}

/*----------------------------------------------------------------------------------*/

 .searchResults .pageHeadRight {
	font-size: 12px;
	margin-top: 19px;
	padding-left:10px;
	color:#ffffff;
 }
 
 

.searchResults #rightCol{
}


ul#rightColFMA {
	margin-bottom:20px;
 }

ul#rightColFMA li.smallFMA{
	height:151px;
	width:294px;
	margin-left:5px;
	margin-bottom:10px;
	background-color:#ffffff;
	border:1px solid #cccccc;
}

ul#rightColFMA li.smallFMA img{
	margin:5px;
}
  
.searchResults #rsTop .srRefineItem{
	margin-bottom:10px;
}

.searchResults #rsTop .srRefineItem label{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:14px;
font-weight:bold;
display:block;
margin-bottom:5px;
text-transform:uppercase;
color:#333333;
letter-spacing:-1px;
}

.searchResults #rsTop .srRefineItem label.inlineLabel{
	display:inline;
	margin-right:5px;
}

.searchResults #rsTop .srRefineItem input.textfield, .searchResults #rsTop .srRefineItem select{
	width:270px;
	border:1px solid #999999;
	background-color:#EFEFEF;
	font-size:10px;
	padding:3px;
}

.searchResults #rsTop .srRefineItem input {
	margin-right:10px;
}

.searchResults #rsTop .refineSubmit {
	text-align:right;
}

/*** extra styles for checkboxes *****/
.cboxWrapper {
	margin: 0px;
}

.cboxWrapper .cboxBox {
	margin: 0px;
	padding: 0px;
}

.cboxWrapper .cboxLabel {
	padding: 3px 0px 0px 0px;
	margin: 0px;
}

.cboxWrapper input.searchCbox {
	width: auto;
	margin: 0px;
	padding: 0px;
}

.cboxWrapper label {
	width: auto;
	padding: 0px;
	margin: 0px;
}


/* ------------------------------------------------------------
 * Product Detail
 ------------------------------------------------------------- */
.productDetail #leftCol .productName{
	background-color:#8d8c8c;
	padding-left:10px;
	padding-bottom:10px;
}

.productDetail #leftCol .productName h1{
	color: #ffffff;
	font-size: 18px;
	font-weight:bold;
	padding-top:8px;
	margin-bottom: 1px;
}

.productDetail #leftCol .productName h3{
	color:#171615;
	font-size:13px;
}

.productDetail #leftCol #prodTabs{
	background:#1a1918 url(../assets/images/productTabsBG.gif) top right no-repeat;
	height:43px;
}

.productDetail #leftCol #prodTabs a{
	display:inline-block;
	margin-top:7px;
	margin-right:1px;
	padding-top:10px;
	width:198px;
	height:36px;
	color:#4a4a4a;
	font-size:12px;
	text-align:center;
	background:transparent url(../assets/images/prodTab.gif) top left no-repeat;
}

.productDetail #leftCol #prodTabs a.selectedTab{
	background:transparent url(../assets/images/prodTab_selected.gif) top left no-repeat;
}

.productDetail #leftCol #prodTabs a:hover{
	color:#ffffff;
	text-decoration:none;
}

.productDetail #leftCol #prodTabs a.selectedTab:hover{
	color:#4a4a4a;
	text-decoration:none;
}

* html .productDetail #leftCol #prodTabs a{
	padding-top:10px;
	height:26px;
}

.productDetail #leftCol #prodDetailContent{
	background:#ffffff url(../assets/images/productContentBG.gif) top right repeat-y;
	border-bottom:6px solid #e4be41;
	border-left:1px solid #c7c7c7;
	min-height:400px;
}

.productDetail #leftCol #prodDetailContent .detailHeaderBar{
	background:transparent url(../assets/images/productContentHeaderBG.gif) top left repeat-x;
	height:9px;
	margin:0 -3px 10px -10px;
}

/*----------------------------------------------------------------------------------*/
.productDetail #leftCol #prodDetailContent #prodDetail,
.productDetail #leftCol #prodDetailContent #prodDownloads,
.productDetail #leftCol #prodDetailContent #prodFixtures
{
	margin:0 10px 10px 10px;
	min-height:646px;
}

*:first-child+html .productDetail #leftCol #prodDetailContent #prodDetail,
*:first-child+html .productDetail #leftCol #prodDetailContent #prodDownloads,
*:first-child+html .productDetail #leftCol #prodDetailContent #prodFixtures{
	min-height:659px;
} 

.productDetail #leftCol #prodDetailContent h2 {
	margin-bottom:5px;
	margin-left:10px;
	font-size:15px;
	font-weight:bold;
	color:#171615;
	text-transform:uppercase;
}

/*----------------------------------------------------------------------------------*/
.productDetail #leftCol #prodDetail .detailLeft{
	float:left;
	width:342px;
	min-height:624px;
	border:1px solid #d3d3d3;
	position:relative;
}

* html .productDetail #leftCol #prodDetail .detailLeft{
	position:static;
}

.productDetail #leftCol #prodDetail .detailLeft img.mainProdImg{
	margin:5px;
}

.productDetail #leftCol #prodDetail .detailLeft .largeImage{
	position:relative;
}

.productDetail #leftCol #prodDetail .detailLeft .zoomIcon{
	display:block;
	position:absolute;
	top:10px;
	right:10px;
}

.productDetail #leftCol #prodDetail .detailLeft h4{
	background-color:#d3d3d3;
	padding:3px 10px;
	color:#4a4a4a;
	font-size:11px;
	text-transform:uppercase;
	margin-bottom:10px;
}

.productDetail #leftCol #prodDetail .detailLeft ul{
	display:block;
	margin-left:10px;
	margin-bottom:10px;
}

.productDetail #leftCol #prodDetail .detailLeft ul li{
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.productDetail #leftCol ul.prodImages li a{
	display:block;
	padding:0;
	margin:0;
}

.productDetail #leftCol ul.prodImages li a.selectedImg img{
	border:1px solid #000000;
}

.productDetail #leftCol ul.prodImages li a img{
	width:55px;
	height:55px;
	border:1px solid #959494;
}

.productDetail #leftCol #prodDetail .detailRight{
	float:left;
	width:265px;
}
.productDetail #leftCol #prodDetail .detailRight ul.prodFeatures {
	margin-left:10px;
	margin-bottom:10px;
}

.productDetail #leftCol #prodDetail .detailRight ul.prodFeatures li {
	color:#656565;
	font-size:12px;
	line-height:16px;
	padding-left:10px;
	background:transparent url(../assets/images/prodListBullet.gif) top left no-repeat;
	background-position:0px 3px;
}

.productDetail #leftCol #prodDetail .detailRight .detailRightBottom {
	margin-top:20px;
	border-top:1px solid #d3d3d3;
	background:#ffffff url(../assets/images/shadow_topLeft_white.jpg) top left no-repeat;
	min-height:150px;
	padding-top:10px;
}

* html .productDetail #leftCol #prodDetail .detailRight .detailRightBottom {
	height:100px;
}

.productDetail #leftCol #prodDetail .detailRight ul.prodColors {
	margin:10px;
}

.productDetail #leftCol #prodDetail .detailRight ul.prodColors li{
	display:block;
	float:left;
	margin-right:3px;
	position:relative;
}

.productDetail #leftCol #prodDetail .detailRight ul.prodColors li img{
	width:25px;
	height:25px;
	border:1px solid #bbbbbb;
}

.productDetail #leftCol #prodDetail .detailRight ul.prodColors li div.swatchDetail{
	display: none;
	width:96px;
	height:98px;
	background:transparent url(/assets/images/swatchDetailBG.png) top left no-repeat;
	position:absolute;
	top:-92px;
	left:-36px;
	z-index:20;
}

.productDetail #leftCol #prodDetail .detailRight ul.prodColors li div.swatchDetail img{
	margin-top:9px;
	margin-left:9px;
	margin-bottom:13px;
	width:76px;
	height:76px;
	display:block;
}


/*----------------------------------------------------------------------------------*/

.productDetail #leftCol #prodDetailContent #prodFixtures h3,
.productDetail #leftCol #prodDetailContent #prodDownloads h3
{
	margin-left:10px;
	margin-bottom:5px;
	font-size:13px;
	font-weight:bold;
}

.productDetail #leftCol #prodDetailContent #prodFixtures ul,
.productDetail #leftCol #prodDetailContent #prodDownloads ul{
	margin-left:20px;
}

.productDetail #leftCol #prodDetailContent #prodFixtures ul li{
	padding-left:12px;
	font-size:11px;
	line-height:14px;
	padding-bottom:5px;
	color:#656565;
	background:transparent url(../assets/images/linkArrow.gif) top left no-repeat;
	background-position:0 3px;
}

.productDetail #leftCol #prodDetailContent #prodFixtures ul.subList li{
	padding-left:0;
	list-style-type:disc;
	list-style-position:inside;
	background-image:none;
}

/*----------------------------------------------------------------------------------*/

.productDetail #leftCol #prodDetailContent #prodDownloads ul li{
	padding-left:20px;
	font-size:11px;
	line-height:14px;
	padding-bottom:5px;
	color:#656565;
	background-position:0 center;
}

.productDetail #leftCol #prodDetailContent ul li.discLI {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: -13px;
	padding-left: 3px;
}

.productDetail #leftCol #prodDetailContent #prodDownloads ul li.pdfIcon{
	background: transparent url(../assets/images/pdfIcon.gif) no-repeat;
}

.productDetail #leftCol #prodDetailContent #prodDownloads ul li.dwgIcon{
	background: transparent url(../assets/images/dwgIcon.gif) no-repeat;
}
.productDetail #leftCol #prodDetailContent #prodDownloads ul li.pdH3{
	padding-left:0;
	margin-top:5px;
	margin-bottom:5px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
.productDetail #leftCol #prodDetailContent #prodDownloads ul li a{
	color:#c7990b;
	font-weight:bold;
}

.productDetail #leftCol #prodDetailContent #prodDownloads ul li a:hover{
	color:#000000;
}	

/*----------------------------------------------------------------------------------*/

.productDetail #rightCol .userBtns{
	height:94px;
	background:transparent url(../assets/images/ProductDetailRtColBG.gif) top left no-repeat;
}

.productDetail #rightCol .userBtns a{
	display:inline-block;
	margin-top:45px;
	margin-left:10px;
}

*:first-child+html .productDetail #rightCol .userBtns{
	background-position-y:-1px;
	height:93px;
} 
* html .productDetail #rightCol .userBtns{
	background-position-y:-1px;
	height:93px;
}

.productDetail #rightCol .relatedContent {
	background:#f8f8f8 url(../assets/images/shadow_topLeft_ltgray.jpg) top left no-repeat;
	/*border-left:1px solid #cccccc;*/
	padding:20px 10px 20px 10px;
}

.productDetail #rightCol .relatedContent h4{
	font-size:13px;
	font-weight:bold;
	color:#6b655a;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px solid #dfdcd9;
}

.productDetail #rightCol .relatedContent ul{
	margin:0 10px 10px 10px;
	font-size:11px;
	line-height:14px;
}

.productDetail #rightCol .relatedContent ul li{

}

.productDetail #rightCol .relatedContent ul li a{
	color:#c7990b;
	font-weight:bold;
}

.productDetail #rightCol .relatedContent ul li a:hover{
	color:#000000;
}
/*----------------------------------------------------------------------------------*/
.productDetail #rightCol #rsBottom {
	min-height:500px;
}

.productDetail #rightCol .relatedProducts{
/*position:relative;*/
margin:-15px 5px 10px 5px;
border:1px solid #cccccc;
background:#ffffff;
}

.productDetail #rightCol .relatedProducts div.related,
.productDetail #rightCol .relatedProducts div.similar
{
	float:left;
	width:50%;
	margin-top:5px;
}

.productDetail #rightCol .relatedProducts div.related ul li {
	display:block;
	background:#8d8c8c;
	margin:0 2px 5px 5px;
	color:#ffffff;
}

.productDetail #rightCol .relatedProducts div.similar ul li {
	display:block;
	background:#e2e2e2;
	margin:0 5px 5px 2px;
	color:#8d8c8c;
}

.productDetail #rightCol .relatedProducts ul a{
	display:inline-block;
	margin:4px;
	background:#ffffff;
	border:1px solid #8d8c8c;	
}

.productDetail #rightCol .relatedProducts ul a:hover{
	border:1px solid #000000;	
}

.productDetail #rightCol .relatedProducts ul img{
	margin:10px;
}

.productDetail #rightCol .relatedProducts ul li.header span{
	display:inline-block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding:10px 0 5px 10px;
}

/* ------------------------------------------------------------
 * Dealer Locator
 ------------------------------------------------------------- */
 .dealerLocator #pageBodyWrapper #dealerLeft{
	float:left;
	width:309px;
	min-height:500px;
	border-right:1px solid #cccccc;
 }
.dealerLocator #pageBodyWrapper #dealerLeft .menardsLogo {
	margin:40px 0 10px 10px;
}
 
.dealerLocator #pageBodyWrapper #dealerLeft p {
	font-size:11px;
	line-height:14px;
	color:#8d8c8c;
	margin:0 15px 20px 10px;
}

.colSearchBox {
	background-color:#ffffff;
	border:1px solid #cccccc;
	margin-bottom:15px;
	margin-right:15px;
	padding-bottom:10px;
	background-color:white;
}

.colSearchHighlite{
	background-color:#cccccc;
}

.colSearchBox h3{
	padding:5px 10px;
	color:#f1f0f0;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
	background-color:#1a1918;
	margin-bottom:10px;
}

.colSearchBox label{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#171615;
	display:block;
	margin-bottom:2px;
}

.colSearchBox .colSearchBoxLeft {
	float:left;
	margin-left:10px;
}

* html .colSearchBox .colSearchBoxLeft {
	float:left;
	margin:5px;
}

.colSearchBox .searchZip, .colSearchBox .searchCity {
	background-color:#e7e6e6;
	border:1px solid #969696;
	font-size:11px;
	padding:1px;
}

.colSearchBox select{
	background-color:#e7e6e6;
	border:1px solid #969696;
	font-size:11px;
}

.colSearchBox .searchZip{
	width:75px;
}

.colSearchBox .searchCity{
	width:150px;
}

.colSearchBox .searchState{
	width:108px;
}

.colSearchBox .searchBtn{
	margin-right:10px;
	text-align:right;
	margin-top:10px;
}

/*----------------------------------------------------------------------------------*/

  .dealerLocator #pageBodyWrapper #dealerRight{
  	float:left;
	width:630px;
	min-height:500px;
	background: transparent url(../assets/images/diagLinesOnWhiteBG.gif) top left no-repeat;
  }
  
  .dealerLocator #pageBodyWrapper #dealerRight img{
  	margin:10px 0 0 10px;
  }
 
 /* ------------------------------------------------------------
 * Dealer Locator Results
 ------------------------------------------------------------- */
 
 .dealerLocatorResults a{
	color:#e4ae06;
	font-weight:bold;
}

.dealerLocatorResults a:hover{
	color:#666666;
}
 
 .dealerLocatorResults #pageBodyWrapper {
 	/* overflow:hidden; */
 }
 
 .dealerLocatorResults #pageBodyWrapper h2{
	color:#8d8c8c;
	font-size:14px;
	font-weight:normal;
 }
 
.dealerLocatorResults .dlrColumn2 p, .dealerLocatorResults .dlrColumn3 p{
	font-size:12px;
	line-height:14px;
	margin-top:10px;
	color:#464138;
}
 
 .dealerLocatorResults #pageBodyWrapper .dlrColumn1, 
 .dealerLocatorResults #pageBodyWrapper .dlrColumn2, 
 .dealerLocatorResults #pageBodyWrapper .dlrColumn3,
 .loginPage #pageBodyWrapper .dlrColumn1, 
 .loginPage #pageBodyWrapper .dlrColumn2, 
 .loginPage #pageBodyWrapper .dlrColumn3{
 	float:left;
	width:312px;
	min-height:400px;
 }
 
.dealerLocatorResults #pageBodyWrapper .dlrColumn1{
  
}
  
/*--------------------------------------------------------*/

.dealerLocatorResults .dlrColumn1 .menardsLogo {
	margin:40px 0 10px 10px;
}
 
.dealerLocatorResults .dlrColumn1 p {
	font-size:11px;
	line-height:14px;
	color:#8d8c8c;
	margin:0 15px 20px 10px;
}
/*---------------------------------------------------------*/

.dealerLocatorResults #pageBodyWrapper .dlrColumn2,
.loginPage #pageBodyWrapper .dlrColumn2{
  	border-left:1px solid #cccccc;
	background: transparent url(../assets/images/shadow_topLeft_white.jpg) top left no-repeat;
	width:315px;
}

.dealerLocatorResults .dlrColumn2 ul.locationsList{
	margin:0 5px;
}

.dealerLocatorResults .dlrColumn2 ul.locationsList .location{
	margin-bottom:10px;
	border-bottom: 1px solid #cccccc;
	padding:5px;
}
.dealerLocatorResults .dlrColumn2 ul.locationsList .locationSelected{
	border:1px dotted #000000;
	background-color:#f8f8f8;
}

.dealerLocatorResults h4{
	color:#464138;
	font-size:14px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:-1px;
}

.dealerLocatorResults .dlrColumn2 h2{
	margin:40px 10px 10px 10px;
}

.dealerLocatorResults .distance{
	color:#8d8c8c;
	display:inline-block;
	width:150px;
	border-right:1px solid #cccccc;
	margin-right:20px;
}

/*------------------------------------------------------------*/

.dealerLocatorResults .dlrColumn3 .locationTop {
	background:#f8f8f8 url(../assets/images/shadow_topLeft_ltgray.jpg) top left no-repeat;
	border-left:1px solid #cccccc;
	padding:20px 10px 0 10px;
	display: none;
	/*
	position: relative;
	*/
}

.dealerLocatorResults .dlrColumn3 h2{
		margin:20px 0 10px 0;
}

.dealerLocatorResults .dlrColumn3 h4, .dealerLocatorResults .dlrColumn3 p{
	margin-left:20px;
}

.dealerLocatorResults .dealerMap {
	display:block;
	width:290px; 
	height:290px;
	margin-top:20px;
	border:1px solid #666666;
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	*/
}

.dealerLocatorResults .dlrColumn3 .mapInfo{
	padding-bottom:10px;
}

.validationMessage {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #f00;
}

 /* ------------------------------------------------------------
 * Generic 2col content page
 ------------------------------------------------------------- */
 .genericPage #leftCol {
 color:#333333;
 padding-top:20px;
 }
 .genericPage #leftCol h2{}
 .genericPage #leftCol h3{
 	font-size:14px;
	font-weight:bold;
	line-height:18px;
	margin:0 10px 5px 10px;
	text-transform:uppercase;
 }
 .genericPage #leftCol h4{}
 
 .searchNoResults{
 	margin-top:20px;
 }
 
 .genericPage #leftCol p,
 .searchNoResults p
 {
 	font-size:12px;
	line-height:16px;
	color:#666666;
 	margin:0 10px 10px 10px;
 }
 
 .genericPage #leftCol a,
 .listsPage #leftCol a{
 	color:#C7990B;
	font-weight:bold;
 }
 
 .genericPage #leftCol a:hover,
 .listsPage #leftCol a:hover
 {
 	color:#8D8B8C;
 }
 
 .genericPage #rightCol h3,
 .loginPage .dlrColumn3 h3
 {
  	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding:5px 10px 5px 10px;
	margin:0 0 5px 0;
	border-top:1px dotted #1A1917;
	border-bottom:1px dotted #1A1917;
	background-color:#8D8B8C;
	color:#ffffff;
  }
  
 .genericPage #rightCol p,
 .loginPage .dlrColumn3 p
 {
 	font-size:12px;
	line-height:16px;
 	margin:0 10px 10px 20px;
 }
 
 .genericPage #rightCol h4,
 .loginPage .dlrColumn3 h4
 {
 	font-size:14px;
	line-height:16px;
 	margin:0 20px 10px 20px;
 }
 
 .genericPage #rightCol #rsBottom,
 .loginPage .dlrColumn3 #rsBottom
 {
 	height:95px;
 }
 
 .genericPage #rightCol .genericTop,
 .loginPage .dlrColumn3 .genericTop {
	background:#f8f8f8 url(../assets/images/shadow_topLeft_ltgray.jpg) top left no-repeat;
	border-left:1px solid #cccccc;
	padding:20px 0;
	color:#333333;
}

.genericPage .colSearchBox .forgotPW {
	margin:10px auto;
}

.genericPage .colSearchBox .forgotPW input{
	margin-right:10px;
}

.genericPage .colSearchBox h3{
	margin:0px !important;
}

 /* ------------------------------------------------------------
 * login/registration styles
 ------------------------------------------------------------- */
.loginPage #pageBodyWrapper .dlrColumn1, 
 .loginPage #pageBodyWrapper .dlrColumn2, 
 .loginPage #pageBodyWrapper .dlrColumn3{
	min-height:385px;
 }

.loginPage .dlrColumn1,
.loginPage .dlrColumn2
{
	padding-top:20px;
}

.loginPage .dlrColumn2 .colSearchBox{
	margin-left:10px;
}

.loginPage .loginWrapper,
.loginPage .registrationFormTable{
	margin:0 auto;
}

input.loginRegFields {
	font-family: Arial;
	font-size: 8pt;
	color: #777;
	margin-bottom:10px;
	/* margin-right:15px; */
	padding: 2px 1px 2px 3px;
	border: solid 1px #969696;
}

.regValidator {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	margin-top: -10px;
	margin-bottom: 10px;
}

.registrationFormTable input.short {
	width:103px;
}

.registrationFormTable input.long {
	width:223px;
}

.registrationFormTable .checkBox {
	margin:0px;
	display:block;
	float:left;
	border:none;
	padding:0;
}

#regOptInLabel {
	float:left;
	width: 85px;
	font-size:10px;
	margin-left:9px;
	color:#777777;
}

.loginFields {
	width: 158px;
}

.loginMessage {
	background-color: #e3af04;
	border: 1px solid #000000;
	text-align: center;
	padding: 10px;
	color: #ffffff;
}

.loginMessage h4{
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 5px;
}

.loginMessage p{
	font-size: 11px;
	line-height:14px;
	margin-bottom: 5px;
}

.loginMessage a{
	color: #000000;
	text-transform: uppercase;
}

.loginMessage a:hover{
	color: #ffffff;
	text-transform: uppercase;
}

 /* ------------------------------------------------------------
 * sitemap
 ------------------------------------------------------------- */

.sitemap .sitemapLeft,
.sitemap .sitemapRight{
	width:300px;
}
.sitemap .sitemapRight {
	padding-left:10px;
}
.sitemap .sitemapLeft{
	border-right:1px solid #cccccc;
}

.sitemap ul{
	margin-left:10px;
}

.sitemap ul li a {
	padding:5px 0 5px 12px;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	color:#1a1918;
	text-decoration:none;
	background:transparent url(../assets/images/linkArrow.gif) left center no-repeat;
}

.sitemap .sitemapBottom{
	padding-top:20px;
}

 /* ------------------------------------------------------------
 * Wishlist and Owned List
 ------------------------------------------------------------- */
.listsPage #printHeader{
	display: none;
}
 
#mainBody #pageHeader2{
	background: #8d8b8c;
	height:57px;
	border-bottom: solid 10px #1a1917;
}
#mainBody #pageHeader2 h1{
	padding-top:20px;
}

.listsPage h2.emptyList{
	margin-top:20px;
	margin-left:20px;
	font-size:14px;
	font-weight:bold;
}

.listsPage #leftCol .listSecHead{
	padding-bottom:5px;
	border-bottom:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	font-size:12px;
	font-weight:bold;
	color:#8d8c8c;
	padding-top:10px;
}
.listsPage .wishListItemRow,
.listsPage .wishListItemRowAlt{
	border-bottom:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
	padding-bottom:10px;
}

.listsPage .wishListItemRowAlt{
	background:#f9f9f9;
}

.listsPage .listRowLeft{
	float:left;
	width:50%;
}

.listsPage .listRowLeft .prodThumb{
	margin:10px;
	float:left;
	display:block;
	border:1px solid #8d8c8c;
}

.listsPage .listRowLeft h2{
	margin:10px 0px 20px 0px;
	font-weight:bold;
	font-size:14px;
}

.listsPage .listRowLeft p{
	font-size:11px;
	font-weight:normal;
	color:#8d8c8c;
	margin-bottom:5px;
}

.listsPage .listRowLeft .removeItem{
	color:#ec1000 !important; 
	font-size:11px;
	font-weight:normal !important; 
	text-transform:uppercase;
	padding-right:20px;
	background:transparent url(../assets/images/smallRedX.png) center right no-repeat;
}

.listsPage .listRowLeft .removeItem:hover{
	color:#666666 !important;
	background:transparent url(../assets/images/smallRedX_over.png) center right no-repeat;
}

.listsPage .listRowRight{
	float:left;
	width:300px;
}

.listsPage .listRowRight h4{
	font-size:11px;
	font-weight:bold;
	color:#1a1918;
	margin:10px 0 2px 10px;
}

.listsPage .listRowRight ul{
	margin-left:10px;
}

.listsPage .listRowRight ul li{
	font-size:11px;
	font-weight:normal;
	color:#6b655a;
	line-height:14px;
	padding-left:12px;
	background:transparent url(../assets/images/linkArrow.gif) top left no-repeat;
	background-position:0 3px;
}

.listsPage #rightCol .userBtns{
	height:67px;
	background:transparent url(../assets/images/listsRtColBG.gif) top left no-repeat;
}

.listsPage #rightCol .userBtns .btnLeft,
.listsPage #rightCol .userBtns .btnRight,
.listsPage #rightCol .userBtns .btnLeft_off,
.listsPage #rightCol .userBtns .btnRight_off
{
	margin:16px 0 0 12px;
	display:inline-block;
}
.listsPage #rsBottom{
	height:50px;
}
/* -------------- all profile pages right column ---------------*/

#rightCol .profileDetails {
	background:#f8f8f8 url(../assets/images/shadow_topLeft_ltgray.jpg) top left no-repeat;
	/*border-left:1px solid #cccccc;*/
	padding:20px 10px 20px 10px;
}

#rightCol .profileDetails h4{
	font-size:13px;
	font-weight:bold;
	color:#6b655a;
	padding-bottom:3px;
	margin-bottom:2px;
	border-bottom:1px solid #dfdcd9;
}

#rightCol .profileDetails a.viewAllBtn,
#rightCol .profileDetails a.viewEditBtn{
	display:block;
	float:right;
	margin-top:-2px;
}

#rightCol .profileDetails ul.listCategories{
	margin:0 10px 20px 0;
}

#rightCol .profileDetails ul.listCategories li{
	font-size:22px;
	line-height:26px;
	color:#1a1918;
	font-family:Georgia, Times, serif;
	border-bottom:1px solid #dfdcd9;
	padding-left:10px;
	font-style:italic;
}

#rightCol .profileDetails ul.listCategories li a{
	margin-left:5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}

#rightCol .profileDetails a{
	color:#c7990b;
	font-weight:bold;
}

#rightCol .profileDetails a:hover{
	color:#666666;
}

#rightCol .profileDetails .dealerDetails{
	margin:10px 0 0 10px;
}

#rightCol .profileDetails .dealerDetails h5{
	color:#464138;
	font-size:14px;
	font-weight:800;
	letter-spacing:-1px;
	text-transform:uppercase;
}

#rightCol .profileDetails .dealerDetails p{
	color:#464138;
	font-size:12px;
	line-height:14px;
	margin-top:10px;
}

 /* ------------------------------------------------------------
 * My Profile
 ------------------------------------------------------------- */

.myProfile #leftCol .productName{
	background-color:#8d8c8c;
	padding-left:10px;
	padding-bottom:10px;
}

*:first-child+html .myProfile #leftCol .productName{
	padding-bottom:11px;
}

.myProfile #leftCol .productName h1{
	color: #ffffff;
	font-size: 18px;
	font-weight:bold;
	padding-top:8px;
	margin-bottom: 1px;
}

.myProfile #leftCol .productName h3{
	color:#171615;
	font-size:13px;
}

.myProfile #leftCol #profileTabs{
	background:#1a1918 url(../assets/images/productTabsBG.gif) top right no-repeat;
	height:43px;
}

.myProfile #leftCol #profileTabs a{
	display:inline-block;
	margin-top:7px;
	margin-right:1px;
	padding-top:10px;
	width:198px;
	height:36px;
	color:#4a4a4a;
	font-size:12px;
	text-align:center;
	background:transparent url(../assets/images/prodTab.gif) top left no-repeat;
}

.myProfile #leftCol #profileTabs a.selectedTab{
	background:transparent url(../assets/images/prodTab_selected.gif) top left no-repeat;
}

.myProfile #leftCol #profileTabs a:hover{
	color:#ffffff;
	text-decoration:none;
}

.myProfile #leftCol #profileTabs a.selectedTab:hover{
	color:#4a4a4a;
	text-decoration:none;
}

* html .myProfile #leftCol #profileTabs a{
	padding-top:10px;
	height:26px;
}

.myProfile #leftCol #profileContent{
	background:#ffffff url(../assets/images/productContentBG.gif) top right repeat-y;
	border-bottom:6px solid #e4be41;
	border-left:1px solid #c7c7c7;
	min-height:400px;
	padding-left:10px;
}

.myProfile #leftCol #profileContent .detailHeaderBar{
	background:transparent url(../assets/images/productContentHeaderBG.gif) top left repeat-x;
	height:9px;
	margin:0 -3px 10px -20px;
}

.myProfile #leftCol #profileContent p{
	width:400px;
	font-size:11px;
	line-height:14px;
	color:#8d8c8c;
	margin-bottom:20px;
}

.myProfile #leftCol #profileContent h2{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#171615;
	margin-bottom:10px;
}


/*----------------------------------------------------------------------------------*/
.myProfile #leftCol #profileContent #profileA,
.myProfile #leftCol #profileContent #profileB,
.myProfile #leftCol #profileContent #profileC
{
	margin:0 10px 10px 10px;
	/*min-height:646px;*/
}

*:first-child+html .myProfile #leftCol #profileContent #profileA,
*:first-child+html .myProfile #leftCol #profileContent #profileB,
*:first-child+html .myProfile #leftCol #profileContent #profileC{
	/*min-height:659px;*/
} 

.myProfile .profileTopRight{
	height:77px;
	background:transparent url(../assets/images/profileTopRight.gif) top left repeat-x;
}

.myProfile .profileBtns{
	margin:10px;
	text-align:right;
}


/*-------------------------  my profile form  styling -----------------------------------*/
.pFormTableContainer {
	font-size:11px;
}

.pMessagingArea {
	width: 400px;
	font-size:11px;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
	margin-bottom: 10px;
}

.pFormHeading {
	font-weight: bold;
}

.pFormItem {
	font-size:11px;
}

.pFormTableContainer input, .pFormTableContainer select {
	font-size:11px;
	padding: 1px;
	margin: 2px 0px;
	color: #8d8c8c;
}

.pFormItem label {
	font-size:11px;
}


/*************** warranty registration *******************/

.warRegPage #leftCol {
	padding-top: 0px;
}

.warRegPage #leftCol .warRegTable {
	margin: 0px 17px;
	color:#666;
}

.warRegPage #leftCol .warRegTable td {
	padding-top: 17px;
}

.warRegPage #leftCol .warRegFormTD {
	padding-right: 14px;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}


.warRegPage #leftCol .warRegFormTD table.warRegFormTable td {
	padding: 3px 6px 3px 0px;
}

.warRegPage #leftCol .warRegFormTD table.warRegFormTable input {
	width: 150px;
	height: auto;
	padding: 1px;
	margin: 0px;
	
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color:#6d6d6d;
}

.warRegPage #leftCol .warRegFormTD table.warRegFormTable select {
	width: auto;
	height: auto;
	padding: 1px;
	margin: 0px;
	
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color:#6d6d6d;
}

.warRegPage #leftCol .warRegFormTD table.warRegFormTable span {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.warRegPage #leftCol .warRegFormTD table.warRegFormTable .rblTD {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.warRegPage #leftCol .warRegFormTD table.warRegFormTable .rblTD input {
	width: auto;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.warRegPage #leftCol .warRegFormTD table.warRegFormTable .rblTD label {
	width: auto;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px 10px 0px 3px;
}

.warRegPage #leftCol .warRegFormTD table.warRegFormTable input.btn,
.warRegPage #leftCol .warRegFormTD table.warRegPreviewTable input.btn {
	width: auto;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.warRegPage #leftCol .warRegFormTD p {
	margin: 0;
	padding: 0;
}

.warRegPage #leftCol .warRegFormTD hr {
	background-color:#FFFFFF;
	border-color: #DBDBDB;
	border-style:none none solid;
	border-width:medium medium 1px;
	height:1px;
	margin:13px 0;
	padding:0;
}


.warRegPage #leftCol .warRegFormTD table.warRegPreviewTable {
	width: 99%;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
	
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.warRegPage #leftCol .warRegFormTD table.warRegPreviewTable td {
	padding: 3px 6px 3px 0px;
}

.warRegPage #leftCol .warRegSpacerTD {
	vertical-align: top;
	width: 10px;
	border-right: 0px;
	background: url(/assets/images/warranty/warRegSpacer.gif) no-repeat 0 0;
}

.warRegPage #leftCol .warRegSectionsTD {
	width: 137px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
}


.warRegPage #leftCol .warRegSectionsTD td {
	padding: 6px 8px 6px 0px;
}

.warRegPage #leftCol .warRegSectionNumberTD {
	width: auto;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}

.warRegPage #leftCol .sectionNumberComplete {
	/*color: #005953;*/
}

.warRegPage #leftCol .warRegSectionName {
	text-align: left;
	vertical-align: middle;
}

.warRegPage #leftCol .sectionNameComplete {
	color: #61A3D5;
}

.warRegPage #leftCol .warRegSectionName a {
	color: #6d6d6d;
	text-decoration: none;
	font-weight: normal;
}

.warRegSectionName a:hover {
	color: #6d6d6d;
	text-decoration: none;
}

.warRegPage #leftCol .sectionNameComplete a {
	color: #C7990B;
	text-decoration: none;
}

.warRegPage #leftCol .sectionNameComplete a:hover {
	color: #8D8B8C;
	text-decoration: underline;
}

.warRegPage #leftCol .warRegTable h3 {
	color: #43311B;
	font-size: 11px;
	padding-top: 10px;
	border-top: solid 1px #ddd;
	margin: 10px 0px;
}