/* **********************************************************************************
 * Class naming convention used for items in this CSS file
 * The following item classes are used for item listing i.e.: category template , home, etc
 *    - item-hg: "Item Holdaer Grid box, used to hold several item-u boxes"
 *    - item-hl: "Item Holdaer List box, used to hold several item-u boxes"
 *    - item-u: "Item unit box, holds all the item info"
 *
 * The ID #item is used for the item template so it can handle the same classes created for
 * the category items but styled for this template
 * 
 * 
 * item-lview, item-gview, item-grid, item-list are just used in the JS code f
 * for changing the view of the items in the category template
 ******************************************************************************** */

/*Layout.css*/

/* ------------------------------------------------------------------------
 *   Colors
 ------------------------------------------------------------------------ */
a
{
	color: #0048A6;
}

.item-img{ 
	margin: 5px 0 5px 0;
	float:left;  
	position:relative;
	text-align:center;
}

.item-final-price{
	position:relative;
	top:10px
}
  
.item-desc{
    width:65%;
    margin: 5px 5px 0 0;
    float:right;
    overflow:hidden;
  
}

.item-basket-img{        
     position:relative;    
     float:left;  
     position:relative;
     text-align:center;
     width: 60px;
}
  
.item-basket-desc{  
    float:right;
    overflow:hidden;
     width: 100%;
 }

.item-recently-img{     
     float:left;  
     position:relative;
     text-align:center;
     width:34%;
     margin: 3px 0px 3px 0;
}
.item-recently-desc{ 
     
    float:right;
     position:relative;
     text-align:center;
    width:65%;
    margin: 3px 0px 3px 0;
}


#ft
{
width:995px; height:250px; text-align:left; color:#2F492E; z-index:1; position:relative;
	
}

.footer_link{
     
     font-weight: bold;
     color:#2F492E;
     size: 1.1em;

}

#searchBar
{
        margin-top: 15px;
        margin-left: 5px;
         
}

#searchBar a
{
        text-decoration: none;
}

#searchBar a:hover
{	
        text-decoration: underline;
}

#searchBar p
{
	color: #4F4C45;
}

#searchBar .searchBtn
{
	color:#FFF;
}

.header1, .header2, .header3, .header4, .header5, .header6, .header7, .header8
{
	color: #fff;
    
}

.nav-section-box{
      border-left: 3px solid #E1D5BB;
      border-right: 3px solid #E1D5BB;
      border-bottom: 3px solid #E1D5BB;
      border-top: 3px solid #E1D5BB;
       width:192px;
}

.nav-section-item{
      border-left: 3px solid #E1D5BB;
      border-right: 3px solid #E1D5BB;
      border-bottom: 3px solid #E1D5BB;
      border-top: 3px solid #E1D5BB;
      width:192px;
}

.nav-section .main li:hover
{
	/*background-color: #dedede;*/
        text-decoration:none;
}

.item-u .item-desc .code, .item-desc .code
{
	color: #aeaeae;
}


.item-u .item-desc .price .dollars, #item .item-desc .price .dollars, .item-u .item-desc .price .symbol, #item .item-desc .price .symbol
{


         color:#9D0029;	
}
.price {

     color:#9D0029;

}
.item-u .item-desc .price .cents, #item .item-desc .price .cents
{
	color:#9D0029;
}


.item-price-saved, .item-price
{
	color: #AF0A0A;
}

#item .item-section h4, #item .item-ldesc h4
{
	background-color:#108F34;
	color:#fff;
}

#item .matrix .productTable .vLabel
{ 
	background-color: #DFDFDF;
}


.first-col{
   
    border-left: 1px solid #108F34;
    border-bottom: 1px solid #108F34;
    border-top: 1px solid #108F34;   

}


.first-col_left{  
  
    border-bottom: 1px solid #108F34;
    border-top: 1px solid #108F34;   

}

.first-col_center{
   
    border-left: 1px solid #108F34;
    border-bottom: 1px solid #108F34;
    border-top: 1px solid #108F34;   

}
.first-col_end{
    border-left: 1px solid #108F34;
    border-right: 1px solid #108F34;
    border-bottom: 1px solid #108F34;
    border-top: 1px solid #108F34;   

}

#item .matrix .productTable th.blankCorner, .productTable_info th, .productTable_print th, .productTable_register th
{ 
	background-color: #fff;
}

.productTable_info .total, .orderTable_small .total{
     text-align: right;
}


.odd
{
	background-color: #fff;
}

.even
{
	background-color: #E6E6E6;
}

.notice, .shippedTo,  #payment_method, #giftCertificates, .passchanged, .question, .orderNo
{
	
}

.warning, .warning2
{
	background-color:#FFC19F;
	color:#8F0000;
        width:290px;
}

.btnclass, .btnLogin, .btnCheckout
{
	background-color:#DFDFDF;
}

.needed_star
{
	color: #bf0000;
}

.checkout-bc li.focus
{
	background-color:#dfdfdf;
	color:#CF0000;
}

.whatsthis
{
	color:#aeaeae;
}

.productCount 
{
	color: #666;
}

#contactUs .question #Email
{
	background-color: rgb(255, 255, 160);
}

.resultNav
{
	background-color:#E6E6E6;
}

.resultNav .pages .pagnLink:hover
{
	background-color:#D6D6D6;
}

#reviewDetails .reviewBody p.author
{
	color:#7F7F7F;	
}

/* ------------------------------------------------------------------------
 *   layout
 ------------------------------------------------------------------------ */ 
h1
{
	padding-bottom: 5px;
}

h2
{
	padding-bottom: 5px;
}
 
 #logo
{
	background-image: url(../images5/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:50px;
        margin-left:1px;
	/*width:178px;*/
}

.wrap { 
      margin-right: auto; 
      margin-left: auto; 
      width:1003px; 
      font-family:Arial, Helvetica, sans-serif; 
      font-size: 12px; 
}



/* ----------footer navigation----------- */
#ft
{
	/*border-top:1px solid #aeaeae;		
	*padding-top:10px;
        *margin-left:10px;        
        *width: 986px;
        *width: 995px;*/

width:995px; height:250px; text-align:left; color:#2F492E; z-index:1; position:relative;

}

#ft .ft-nav
{
	/*clear: both;
	*margin-bottom:20px;    
	*overflow:hidden;
	*width: 90%;*/

left:0; top:0; height:250px; width:995px; background-image:url(../images5/footerLinkBG.jpg); background-repeat:repeat-x; font-size:12px; font-weight:bold;
}

#ft .ft-nav ul
{
}

#ft .ft-nav li 
{
	float: left;
	margin-right:55px;
        margin-left:55px;
       
}

#ft .ft-nav li.last
{
	margin:0px;
}

#ft .ft-nav li ul 
{
}

#ft .ft-nav li li 
{
	float: none;
	line-height:1.34em;
	margin:0px;
}

#ft .ft-copyright 
{
       margin:0px;
       padding-top: 12px;
       text-align:center;
       background-color:#108F34;
       color:#FFFFFF;
       font-size:10px;
       height:20px;
       left:0;  
       top:0;


}

 .ft-copyright a
{
       text-decoration: none;
       color: #FFFFFF;


}

 .ft-copyright a:hover
{
       text-decoration: none;
       color: #FFFFFF;


}

/* -----------end footer navigation ----------------*/

.loginBar
{
	border-bottom: 1px solid #108F34;
	border-left: 1px solid #108F34;
	border-right: 1px solid #108F34;
	padding: 3px;
	text-align: right;
}

#logoMenu
{
	margin:0px;
        width: 996px;
	height:50px;

}

#searchBar form *
{
	vertical-align: middle;
	width:275px;
}

#searchBar .searchBtn
{
	background-color:transparent;
	background-image:url(../images5/searchbtn.png);
	background-repeat:no-repeat;
	border:0 none;
	height:24px;
	width:67px;
}

#searchBar
{		
	overflow:hidden;
        width:500px;
}

#searchBar img
{
	margin-right: 10px;
	vertical-align: top;
}

.quickLinks li
{
	border-left:1px solid #999999;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.quickLinks li.first
{
	border: 0px none;
}

.quickLinks .iconLabel
{
	text-align: center;
}

.lang
{
	float: left;
	margin-right: 5px;
}

.siteSearch
{
     float: left;
	color:white;
   
}

.siteOptions
{
	float:right;
	overflow:hidden;
        margin-right:10px;
}

#breadcrumbs
{
	margin-bottom: 10px;
        text-align:right;
        color: #2F492E;
        width: 775px;
}

#pagination{  
  height:39px;
  width:768px;
  text-align: right;
  background:transparent url(../images5/gryGradient.jpg) repeat-x scroll center bottom;
}


.pagination_left{
  width:410px;
  float: left;
  text-align: left;
  color:#108F34;
  font-size:30px;
  font-weight:bold;
}

.pagination_right{
    width:350px;
    float: right;
    text-align: right;
}

#pagination_nobg{
  padding: 10px 10px 23px 0px;
  width:768px;
  text-align: right;
 /*background:transparent url(../images5/gryGradient.jpg) repeat-x scroll center bottom;*/
}




.section_title{
      margin: 10px 10px 0px 10px;  
      text-align: right;
      background:transparent url(../images5/gryGradient.jpg) repeat-x scroll center bottom;
      text-align: left;
      color:#108F34;
      font-size:30px;
      font-weight:bold;
      width:970px;
}

basket-item-desc{
     margin-left: 10px;
}
.nav-section
{
        padding-bottom:5px;
        width:192px;
}

.nav-section .main
{
	padding:5px;
}

.iNav-section .main
{
	padding:3px;
        min-height:130px;
}

.iNav-section .main .item-hl
{
	border:0px none;
}

.header1, .header2, .header3, .header4, .header5, .header6, .header7, .header8
{
	background-position: 0% 0%;
	background-repeat: no-repeat;
	height:41px;
        width:191px;
	
}

.header1
{
	background-image: url(../images5/Category.png);
}

.header2
{
	background-image: url(../images5/compareProducts.png);
}

.header3
{
	background-image: url(../images5/Price.png);
}
.header4
{
	background-image: url(../images5/weSuggest.png);
}

.header5
{
	text-align:center;
    	padding-top:12px;
	background-image: url(../images5/empty.png);
}

.header6
{
	background-image: url(../images5/recently_view.png);
}

.header7
{
 
	background-image: url(../images5/my_cart.png);
}

.header8
{
 
	background-image: url(../images5/compare.png);
}


.header_furniture, .header_kitchen, .header_lighting, .header_outdoor, .header_plumbing, .header_rugs, .header_security, .header_toys, .header_utilHardware, .header_wallpaper, .header_window, .header_empty
{
background-position: 0% 0%;
background-repeat: no-repeat;
width: 180px;
height: 90px;

}

.header_furniture
{
	background-image: url(../images5/leftmenu/furniture.jpg);
}
.header_kitchen
{
	background-image: url(../images5/leftmenu/kitchen_bath.jpg);
}
.header_lighting
{
	background-image: url(../images5/leftmenu/lighting_fans.jpg);
}
.header_outdoor
{
	background-image: url(../images5/leftmenu/outdoor_leasure.jpg);
}
.header_plumbing
{
	background-image: url(../images5/leftmenu/plumbing_heating.jpg);
}
.header_rugs
{
	background-image: url(../images5/leftmenu/rugs.jpg);
}
.header_security
{
	background-image: url(../images5/leftmenu/security.jpg);
}
.header_toys
{
	background-image: url(../images5/leftmenu/toys_collectables.jpg);
}
.header_wallpaper
{
	background-image: url(../images5/leftmenu/wallpaper.jpg);
}
.header_window
{
	background-image: url(../images5/leftmenu/window_treatments.jpg);
}
.header_utilHardware
{
	background-image: url(../images5/leftmenu/utility_hardware.jpg);
}

.facetTitle
{
    font-family:Arial, Helvetica, sans-serif;
    color:#448053;
    font-size:15px;
}

.main
{
	/*
      *  border-bottom: 1px solid #dedede;
	*border-left: 1px solid #dedede;
	*border-right: 1px solid #dedede;
*/
	padding: 5px;
}

.nav-section .main li
{
	/*
        *padding: 5px;
	*border-top: 1px solid #dedede;
        */     
        color:#000000;
}

.nav-section .main li.first
{
	/*padding: 5px;
	border-top: 0px none;
        */
        margin: 0px;
        padding: 0px;

}

.nav-section .main li a
{
	display: inline;
        text-decoration:none;
        color:#000000;
        margin: 0px;
        padding: 0px;
        height: 18px;
}

.nav-section .main li a:hover
{	
        margin: 0px;
        padding: 0px;
        height:18px;
}



#category .item-hg
{
	width:100%;
	float:left;
	border-bottom: 1px solid #108F34;;
}

.item-hg, .item-hl
{
	overflow: hidden;
}

.item-hg .item-u, .item-hl .item-u
{
/*
	padding: 1%;
*/
}

/*.item-hg */
.item-u
{
	float: left;
	/*
	 * Width - padding(right & left) = full width
	 * i.e.: 50% - 1% * 2 = 48%
	 *
	 * 48% for 2 items column
	 * 31.3% for 3 items column
	 * 23% for 4 items column
	 * 18% for 5 items column
	 *
	 */

         width: 48.5%;
       
}

.category_border{
    border-right: 1px solid #108F34;

}


.item-hl .item-u
{
	float: left;
	width: 97%;
       border: 1px solid #108F34;
       margin-top: 2px;
}

.item-u #item , #wishlist 
{
	
	height:100px;
	position:relative;
	text-align:center;
}

 .item-img{
      position:relative;
      text-align:center;   
     
}
 .item-cat-img{
      position:relative;
      text-align:center;  
      width: 105px;  
}

.item-u {
     width: 48.5%;
}
#item 
{
	width:100px;
}

.item-img{
     float:left;
     width:120px; 
     position:relative;
     text-align:center;
}

.item-u .item-desc, #item .item-u .item-desc
{
	/*float:none;*/
	/*margin-top:5px;*/
	overflow:hidden;
}

.item-u .item-desc .price, #item .item-desc .price 
{
	position: relative;
}

.item-u .item-desc .price .symbol, #item .item-desc .price .symbol
{
	vertical-align:middle;
}

.item-u .item-desc .price .dollars, #item .item-desc .price .dollars
{

}

.item-u .item-desc .price .cents, #item .item-desc .price .cents
{
	vertical-align:top;
}

#item
{
	overflow: hidden;
        width: 780px; 
}

#item .item-img
{
	float: left;
	text-align:center;
	width: 35%;
}

#item .item-desc
{
	float: right;
	width: 64%;
        margin-right: 5px;
      }

#item
{
	/**float: left;*/
	margin-top: 10px;
}

.item-ldesc
{
	float: left;
}

#item .item-desc .shortDesc
{
	padding:10px 0px;
}

#item .item-section, #item .item-ldesc
{
	border-bottom:1px dashed #aeaeae;
	clear: both;
}

#item .item-section .item-hg
{
	border:0px none;
}

#item .item-section h4, #item .item-ldesc h4
{	
	border-bottom:1px solid #163F14;
	border-top:1px solid #163F14;
	clear: both;
	margin-bottom:13px;
	padding:5px;
}

#item .item-options
{
	text-align:right;
}

#item .item-options .qty
{
	padding:0px 0px 10px;
}

#item .item-options .stock
{
	padding:0px 0px 10px;
}

#item .item-attr-section
{
	margin-top:15px;
}
#item .item-attributes .attrib, #solrSearch .attrib, .ip2locat .attrib
{
	overflow:hidden;
	padding:5px 0px;
}

#register .attrib, #myaccount .attrib, #shipAddress .attrib, #review .attrib, #confirm .attrib, #checkout .attrib, #wishlist .attrib, #contactUs .attrib, #creditApp .attrib, #retailer .attrib
{
	padding:5px 0px;
}

.attribguest{
     overflow:hidden;
     padding:5px 0;
}


#item .item-attributes .attrib label, #register .attrib label, #myaccount .attrib label, #shipAddress .attrib label, #checkout .attrib label, #wishlist .attrib label, #contactUs .attrib label, #creditApp .attrib label, #retailer .attrib label, #solrSearch .attrib label, .ip2locat .attrib label
{
	float:left;
	width:110px;
}

#item .item-attributes .attrib div.field, #register .attrib div.field, #myaccount .attrib div.field, #shipAddress .attrib div.field, #review .attrib div.field, #confirm .attrib div.field, #checkout .attrib div.field, #wishlist .attrib div.field, #contactUs .attrib div.field, #creditApp .attrib div.field, #retailer .attrib div.field, #basket #basketdata .attrib div.field, #solrSearch .attrib div.field, .ip2locat .attrib div.field
{
	float:left;
	margin-left:10px;
	width: auto;
}
.fieldguest{
     margin-left: 20px;
     

}

#item .item-attributes .attrib div.field .warning
{
	width:146px;
}

#item .item-attributes .attrib div.field select
{
	width:145px;
}

/* style for the selection of grid and list view links*/
#item-hview
{
	border-bottom: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	padding: 10px 0 10px 0;
	overflow: hidden;
        width: 778px;
        
}

#item-gview
{
	float: left;
}

#item-lview
{
	float: left;
}

.item-list-price
{
	text-decoration: line-through;
}

#item-list .item-hl .item-img
{
	float: left;
}

#item-list .item-u .item-desc
{
	padding-left: 15px;
}

.item-desc .item-title a
{
	text-decoration: none;      
        font-weight: bold;

}

.item-desc .item-title a:hover
{
	text-decoration: underline;
}

.item-desc .desc
{
	margin-bottom: 6px;
	margin-top: 6px;
}

#sortBy
{
	float:right;
}

#loginBox h1, #checkout h1, #register h1, #basket h1, #myaccount h1, #retailer h1, #creditApp h1, #contact_box h1, #review h1, #confirm h1, #wishlist h1, 
#compare h1, #quickOrder  h1, #review h1, #main_advsearch h1, #custom h1, #reviewDetails h1
{
	border-bottom:1px dotted #BBBBBB;
	margin-bottom:10px;
	padding-bottom:5px;
}

/** TODO: rename, LOGIN **/
#loginBox .u-leftpad{
	margin-left:15px;
}
/** TODO: rename, LOGIN **/
#loginBox .login_content{
	height:20px;
}

#register .shippedTo .attrib div.field, #checkout .shippedTo .attrib div.field, #basket #basketdata .attrib div.field
{
	width: 20px;;
}

#register .shippedTo .attrib label, #checkout .shippedTo .attrib label 
{
	width: auto;
}

.filter
{
	width: 100%;
}

.show
{
	display: block;
}

.hide
{
	display: none;
}

.notice, .shippedTo,  #payment_method, #giftCertificates, .passchanged, .question, .orderNo
{
	
}

#wishlist .notice
{
	margin:0 auto;
	padding:10px;
	width:260px;
}

.question
{
	margin:20px 0;
	padding:10px;
	clear:both;
}

.editPayment
{
	float:left;
	margin-bottom:15px;
	margin-top:15px;
	padding:5px;
	width:33%;
}

.editPayment .title
{
	float:left;
	font-weight:bold;
	width:56%;
}

.editPayment .desc
{
	float:right;
	text-align:left;
	width:35%;
}

.review_card 
{
	margin-bottom:10px;
	margin-top:10px;
	overflow:hidden;
}

.passchanged
{
	font-weight:bold;
	padding:5px;
	width:42%;
}

.shippedTo
{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
}

.shippedTo .radiobtn
{
	float: left;
}

.warning, .warning2
{
	border: 1px dashed #AF1515;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 3px;
}

.warning2
{
	float:left;
	margin-bottom: 0px;
	margin-left: 12px;
	margin-top: 0px;
	padding: 0 20px;	
}

.warning li
{
	list-style-position:inside;
	list-style-type:disc;
	padding-left:10px;
}

.btnclass, .btnLogin, .btnCheckout
{
	background-image:url(../images5/btn_background.png);
        color:#FFFFFF;
        font-weight:bold;
        padding:0 5px;
        /*min-width:100px;*/
}

.okCancelPos
{
	clear:both;
	float:left;
	margin-top: 10px;
}

.vertSeparator
{
	border-left: 1px dotted #bbb;
}


.tabbedCell
{

     min-height: 50px;

}
.tablediv
{
	margin-top: 10px;
}

.td_border{
     border-left: 1px solid #108F34;
     border-bottom: 1px solid #108F34;
}

.td_centerborder{
     border-bottom: 1px solid #108F34;
}

.td_rightborder{
     border-right: 1px solid #108F34;
     border-left: 1px solid #108F34;
     border-bottom: 1px solid #108F34;
}

.t_align
{
	text-align: right;
}

/* Start Basket & Checkout styles */
#basket .item-img, #wishlist .item-img
{
	height:auto;
}

#basket #basketdata
{
	margin-top:10px;
	padding:5px;
	width:260px;
}

#basket #basketdata .basketList
{
	margin:0px 0px 5px 30px;
}

#basket .okCancelPos
{
	float:none;
}

.custom-item
{
	padding-left:20px;
}

.comment-totals
{
	margin-top:15px;
	overflow:hidden;
}

.commentOrder
{
	float:left;
	padding:5px;
	width:260px;
}

.basket-totals
{
	float:right;
	margin-right:5px;
	padding:5px;
	text-align:right;
	width:305px;
}
.basket-totals-print
{
	float:right;
	margin-right:130px;
	padding:5px;
	text-align:right;
	width:245px;
}

.item-desc .qtyShipped
{
	padding:10px 0px 0px;
}

.item-desc .deliveryDate

{
	
}

.orderNo
{
	padding:5px;
}

.checkout-bc
{
	border-bottom:1px solid #AEAEAE;
	margin-bottom:10px;
}

.checkout-bc ul
{
	bottom:-1px;
	overflow:hidden;
	position:relative;
}

.checkout-bc li
{
	border-left:1px solid #AEAEAE;
	border-right:1px solid #AEAEAE;
	border-top:1px solid #AEAEAE;
	float:left;
	margin:0 3px;
	padding:3px 5px;
}

.checkout-bc li.focus
{
	border-bottom:1px solid #fff;
	border-left:1px solid #aeaeae;
	border-right:1px solid #aeaeae;
	border-top:1px solid #aeaeae;
}

#paymentGateway
{
	border-top:1px dashed #dfdfdf;
	margin-top: 15px;
	padding:10px 0px;
}

#paymentGateway
 {
	margin-top: 15px;
 }
 
#paymentGateway .attrib div.field
{
	width: 20px;
}

 #payment_method 
{
	float:left;
	padding:5px;
	margin: 0 90px 20px 0;
}

.payment_method_guest
{
	float:left;
        width: 250px;
	padding:5px;
	margin: 0 90px 20px 0;
       display: none;
}

 #payment_method .attrib label
{
	width: 120px;
}

 #payment_method .attrib  div.field,  #giftCertificates .attrib div.field
{
	width: auto;
}

#giftCertificates
{
	float:left;
	padding:5px;
	margin:0 0 20px 0;
}
#giftCertificates_guest
{
	float:left;
	padding:5px;
	margin:0 0 20px 0;
        width: 300px;
}
#attrib_guest
{
	float:left;
	padding:5px;
	margin:0 0 20px 0;
        width: 300px;
}
#giftCertificates .attrib label
{
	width: 180px;
}

#checkout .createRegularAcc
{
	margin-bottom:5px;
	text-align:center;
}

#checkout .createRegularAcc a
{
	text-decoration: none;
}

#checkout .createRegularAcc a:hover
{
 text-decoration: underline;
}

/* End Basket & Checkout styles */


.productTable, .orderTable
{
	
        width: 970px;
	margin-left: 10px;
}
.productTable_print
{	
        width: 940px;
	margin-left: 10px;
}


 .shipTable
{
	width: 750px;	
}

.productTable th, .orderTable th, .productTable_info th, .orderTable_info th, .orderTable_small th , .productTable_print th, .productTable_register th
{      
        background-image:url(../images5/brnGradient.jpg);
        background-repeat:repeat-x;
        font-size:15px;
        height:22px;
        text-align:left;       
        padding-left:8px;
        font-weight: bold;
}

.shipTable th
{	
        background-image:url(../images5/brnGradient.jpg);
        background-repeat:repeat-x;
        font-size:12px;
        height:22px;
        text-align:left;       
        padding-left:8px;
        font-weight: bold;
}
.productTable td, .orderTable td, .shipTable td, .productTable_info td,  .orderTable_info td, .orderTable_small td, .productTable_print td, .productTable_register td
{
	padding: 5px;
	vertical-align:middle;
}

.productTable_last
{	
        border-right:1px solid #108F34;	
}

.productTable_first
{	
        border-left: 0px solid #108F34;	
}


.shipTable td
{
	text-align: center;
}
 .qty
{
	width:25px;
}

#wishlist .productTable td, .productTable_info td , .productTable_print td, .productTable_register td
{
	padding: 7px;
}

.leftmenu{

      float:left;
      width: 198px;
     /* border: 3px solid #DDCEB2;*/

}


#myaccount_menu
{
	overflow:hidden;
}

#myaccount_menu .acclink
{
	float:left;
	width: 33%;
}
#myaccount_menu .acclink div
{
	padding-bottom: 10px;
}

.myaccount_box{

     margin-left:14.8456em;
}

#review .name, #confirm .name
{
	font-weight: bold;
	float: left;
	width: 120px;
}

#review .attrib div.field
{
	margin-left:0px;
}

#compare .comparebox
{
	float: left;
	width: 32%;
	padding: 5px;
}

#compare .image
{
	height: 100px;
	text-align:center;
}

#compare .details, #item .details
{
	border-bottom:1px solid #CCCCCC;
	margin:5px 0;
	overflow:hidden;
	padding-bottom:3px;
}

#compare .details .left, #item .details .left
{
	float: left;
}

#compare .details .right, #item .details .right
{
	float: right;
	width:67%;
}

#item .matrix .productTable .vLabel, .productTable_info, .productTable_print, .productTable_register
{ 
	vertical-align:middle;
}

#item .details
{
	padding:0;
	position:relative;
}


#item .details .left
{
	background-color:#DFDFDF;
	height:100%;
	padding:3px 0 3px 8px;
	position:absolute;
	width:30%;
}

 #item .details .right
{
	padding-bottom:3px;
	padding-top:3px;
}

#item .properties
{
	margin-top: 20px;
}
.properties_pdf
{
        padding: 5px 0 10px 0;
}
.table_properties
{
     border: 0;
     width: 100%;

}
.currency
{
	float: left;
}

#quickOrder .content
{
	margin-top: 10px;
	margin-bottom: 15px;
       
}

#quickOrder .order{
     margin-left: 200px;
}

.checkout-bc li.pf_link
{
	border: none;
	float: right;
}

#contactUs .companyInfo .address
{
	padding:0px 0px 10px 5px;
}

#contactUs .question #Department
{
	width:154px;
}

#contactUs .question .okCancelPos
{
	float:none;
}

#creditApp .attrib label
{
	width:250px;
}

#creditApp .attrib .bank-release-box label
{
	float:none;
}

#creditApp fieldset
{
	border-bottom:1px solid #DEDEDE;	
	padding-bottom:10px;
	margin-bottom:15px;
}

#creditApp fieldset fieldset
{
	border:0px none;	
}

#creditApp .reference-instructions 
{
	padding:10px 0px;
}
#creditApp .trade-references 
{
	padding:20px 0px;
}
#creditApp .trade-references .reference 
{
	margin-bottom:20px;
}
#creditApp .trade-references .row 
{
	margin-bottom:5px;
	overflow:hidden;
}
#creditApp .trade-references .row .left-items 
{
	float:left;
	width:350px;
}
#creditApp .trade-references .row .right-items 
{
	float:left;
	width:300px;
}
#creditApp .trade-references .right-items .left, #creditApp .trade-references .right-items .right 
{
	float:left;
}
#creditApp .trade-references .row .right-items .left 
{
	width:70px;
}

#retailer .field input, #retailer .field select
{
	width:146px;
}

#retailer .search-area 
{
	margin:15px 0px; 
	overflow:hidden;
	width:270px;
} 

#retailer .search-area .okCancelpos
{
	clear:none;
	float:none;
} 

#retailer .retailer-results 
{
	border-top:1px solid #dedede;
	padding-top:15px;
}

#retailer .retailer-results .results-info 
{
	margin-bottom:20px;
}

/*--advanced search----*/

#solrSearch .advsearch_search
{
	padding-bottom:5px;
}

.resultNav
{
	border:1px dotted #BBBBBB;
	margin-bottom:10px;
	padding:3px;
	overflow:hidden;
}

.resultNav .pages
{
	float:left;
}

#solrSearch .resultNav .qty
{
	float:right;
}

#solrSearch .okCancelPos
{
	float:none;
	clear:none;
}

.resultNav .pages .pagnPrev, 
.resultNav .pages .pagnLead, 
.resultNav .pages .pagnSep,
.resultNav .pages .pagnCur,
.resultNav .pages .pagnMore,
.resultNav .pages .pagnLink, 
.resultNav .pages .pagnNext
{
	padding:3px;
}

.resultNav .pages .pagnLink,
.resultNav .pages .pagnNext,
.resultNav .pages .pagnPrev
{
	text-decoration:none;
}

.resultNav .pages a.pagnNext:hover,
.resultNav .pages a.pagnPrev:hover
{
	text-decoration:underline;
}

#reviewDetails .review
{
	margin-bottom:10px;
}

#reviewDetails .reviewHeader img
{
	vertical-align:middle;
}

#reviewDetails .reviewHeader b.title
{
	text-transform:capitalize;
}

#reviewDetails .reviewHeader .date
{
}

#reviewDetails .reviewBody p.author em
{
	background-image: url(../images5/review/authorPointer.png);
	background-position:50% 100%;
	background-repeat:no-repeat;
	padding-bottom:7px;
	text-transform:capitalize;	
}

#reviewDetails .reviewBody .comment
{
	background-color:#E4E4E4;
	margin:7px 10px 0;
	padding:10px;
}

.ip2locat .attrib label
{
	width:50px;
}

.ip2locat .attrib div.field
{
	width:105px;
}

.ip2locat .attrib div.field input
{
	width:100%;
}

/* ------------------------------------------------------------------------
 * YUI CSS Overrides
 ------------------------------------------------------------------------ */
.yui-t2 .yui-b
{
	/*  left navigation bar to 181px  */
	width:13.9230em;
        /*margin-left: 10px;*/
}


/* ------------------------------------------------------------------------
 * Font
 ------------------------------------------------------------------------ */
h1
{
	font-size: 2em;	
	font-weight: bold;
}

h2
{
	font-size: 1.2em;	
	font-weight: bold;
} 
 
#ft .ft-nav, .ft-copyright 
{
	font-size: 10px;
}

#ft .ft-nav li li 
{
	font-size: 0.95em;
}

#ft .ft-nav li li a 
{
	font-weight: normal;
}

#ft .ft-nav li 
{
	font-size: 1.1em;
}

#ft .ft-nav li a 
{
	font-weight: bold;
}

#ft .ft-copyright 
{
	font-size:10px;
}
 
.quickLinks .iconLabel
{
	font-size: 10px;
}

#searchBar p
{
	font-weight: bold;
}

#searchBar .searchBtn
{
	font-weight:bold;
}

.header1, .header2, .header3
{
	font-weight: bold;
}

.item-u .item-title
{
	font-size:12px;
	font-weight: bold;
}

.item-desc .code, .item-u .item-desc .qty, .item-u .item-desc .price
{
	font-size: 11px;
}

.item-u .item-desc .qty
{
	font-weight: bold;
}

.item-u .item-desc .price, #item .item-desc .price
{

	/*font-size: 24px;*/
	font-size: 16px;
	font-weight: bold;
        padding-top:4px;
}

.item-u .item-desc .price .symbol, #item .item-desc .price .symbol
{
	font-size: 17px;
}

.item-u .item-desc .price .dollars, #item .item-desc .price .dollars
{
	      font-size:18px;
              font-weight:bold;
              line-height: 15px;
}

.item-u .item-desc .price .cents, #item .item-desc .price .cents
{
	font-size:14px;
}

.item-price-saved, .item-price
{
	font-weight: bold;
}

.item-u .item-desc .price
{
	font-weight: bold;
}

#item .item-desc h1.title
{
	font-size: 16px;
	font-weight:bold;
}

#item .item-options .qty label
{
	font-weight:bold;
}

#item .item-options .stock p
{
	font-weight:bold;
}

#item .item-section h4, #item .item-ldesc h4
{
	font-weight:bold;
}

#item .matrix .productTable .vLabel, .productTable_info, .productTable_print, .productTable_register
{
	font-weight:bold;
}

#item .matrix .productTable, .productTable_info, .productTable_print, .productTable_register
{
	font-size:10px;
}

.info_needed
{
	font-size: 10px;
}

.needed_star
{
	font-weight: bold;
}

.checkout-bc li.focus
{
	font-weight:bold;
}
.basket-totals .totalRow .subtotal .desc
{
	font-weight:bold;
}
 .subtotal {
     background-color:#BFE4CB;
     border-top: 1px solid #000000;

}

 .subtotal_desc {
     margin-top: 10px;
     width: 65%;
     float: left;
     text-align: left;
     font-size: 14px;
     font-weight: bold;

}
 .subtotal_price{
      margin-top: 10px;
      width: 30%;
      float: right;
      font-size: 14px;
}

.productCount 
{
	font-size: 8px;
	font-weight: normal;
}

.editPayment .title
{
	font-weight: bold;
}

#creditApp .trade-references .reference span 
{
	font-weight:bold;
}

#retailer .retailer-results .item-u dt
{
	font-weight:bold;
}

#solrSearch .resultNav .qty
{
	font-weight:bold;
}

.resultNav .pages .pagnLead, 
.resultNav .pages .pagnCur,
.resultNav .pages .pagnMore
{
	font-weight:bold;
}

#reviewDetails .reviewBody p.author, #reviewDetails .reviewBody p.author em
{
	font-size:12px;	
	font-style:italic;	
}

/* ------------------------------------------------------------------------
 * LiveLeader Chat Application
 ------------------------------------------------------------------------ */

._liveleader 
{
   width:200px !important;
} 


/* -------------------------------------------------------------------------
* Customer personalization
-----------------------------------------------------------------------------*/
.menardstitle{
        width: 68%;
        float: left;
}

.menardslinks_print {
     float:right;
     margin-top:20px;
     text-align:right;
     width:30%;
     text-align: right;
     margin-right: 10px;
}
.loginBar{
       color: #FFFFFF;
       font-weight: bold;
       margin-left:1px;
       width:986px;;
}


.loginBar a{
       color: #FFFFFF;
       text-decoration: none;

}

.loginBar a:hover{   
       text-decoration: underline;
}

.quickLinks a{
      color: #2F492E;
      text-decoration: none;
      font-size: 12px;
}

.quickLinks a:hover{     
      text-decoration: underline;
}

.accessory-desc{
     width:220px;
}

.accessory-desc a{
     font-weight: bold;
     color: #000000;
     font-size: 12px;
}

.accessory-u{
     width: 150px;
     padding-top: 10px;
}

.btn_large{
     padding-top: 10px;
}

.top_space{
    line-height: 10px;
  
}

.basket-item-desc{
     margin-left: 10px;
}

#bd{
     margin: 10px 0 10px 7px;
     width: 985px;
}

.companyInfo{
     margin-left: 10px;
}

.okCancelPos{
   
}

h1.vendortitle{

     color:#9D0029;
     font-size:24px;
     font-weight:bold;   
     text-align:left;
}

.yui-gc div.first
{
     padding-top: 10px;
     width: 100%;
}

.longdesc
{
     font-family:Arial,Helvetica,sans-serif;
     font-size:12px;    
}

.longdesc2
{
    
     font-family:Arial,Helvetica,sans-serif;
     font-size:12px;
     font-weight: bold;
}


.advsearch_search_res{

    float: left;
    width: 100%;

}

.price{

       line-height:10px;

}

#frontPageAdArea{

     padding-bottom: 10px;
}

#basket{
     width: 985px;
}

#register{

     width: 750px;
}

.productTable_info, .orderTable_info{

      width: 770px;
}
.orderTable_small{
     width: 750px;
}

productTable_register{
     width: 740px;
}



#loginBox{

     width: 770px;
}

#myaccount{

     width: 950px;
}


/*Tabbed table */

.tabbedTable { 
     background-color:#108F34; 
     width: 765px;
}

.activeTab { 

     width:151px; 
     height:56px; 

     background-image:url(../images5/whtTab.jpg); 
     background-repeat:
     no-repeat; 
     font-size:16px; 
     font-weight:bold; 
     text-align:center; 
     vertical-align:middle; 
}

.inactiveTab { background-image:url(../images5/brnTab.jpg); width:151px; height:56px; background-repeat:no-repeat; font-size:16px; font-weight:bold; text-align:center; vertical-align:bottom; }

.activeTab a{ 

      text-decoration: none;
}

.inactiveTab a {
  text-decoration: none;
}

.activeTab a:hover{ 

      text-decoration: none;
}

.inactiveTab a:hover {
  text-decoration: none;
}


.tabbedAreaPad { margin:5px; }



.alternate-image-thumbnail{
	border:1px solid #E1D5BB;
	height:45px;
	width:45px;
	cursor:pointer;
	margin:6px;
	float:left;
}

.larger-view-instructions{
	font-size:11px;
	color:#1F1F1F;
	font-family:Arial,Helvetica,sans-serif;
}

#image-form{
	background-color:#FFFFFF;
	padding: 10px;
	border: 5px solid #E1D5BB;
}

#image-bottom{
	padding-top: 2px;
}	

#image-main {
	position:relative;
}

#image-form {
	position:absolute; 
	z-index: 100;
}

#image-form img{ 
	border: none; 
	clear: both;
	text-align:center;
} 

#image-back{ 
	background-image: 
	url(../images5/imageViewerBackground.png);
	position:absolute;
	z-index:90; 
	width:100%;
	cursor:pointer;
}

#image-view{
	height:500px;
	width:500px;
	float:right
}

#image-thumbnail-select{
	width:130px;
	text-align:center;
	border-right:1px solid #108F34;
	float:left;
}

#image-view-header{
	width:635px;
	height:17px;
	border-bottom:1px solid #108F34;
}

#image-view-body{
	width:635px;
}

.image-viewer-thumbnail{
	border:1px solid #E1D5BB;
	margin:5px;
	width:50px;
	height:50px;
	cursor:pointer;
	float:left;
}

.image-viewer-instructions, .image-viewer-close{
	font-size:12px;
	font-weight:bold;
	color:#1F5F1F;
	font-family:Arial,Helvetica,sans-serif;
}

.image-viewer-instructions{
	float:left;	
}

.image-viewer-close{ 
	position: relative; 
	z-index: 200;
	text-decoration:underline;
	cursor:pointer;
	float:right;
	font-size:10px;
}

#price-div{
	float:left;
	width:180px;
	margin-top:3px;
	margin-bottom:1px;
}