@import url("productlisting.css");
@import url("sizechart.css");

/* General page layout  begin */
body {
	margin: 0;
	padding: 0;
	background: #2c7ec4 url(images/body_bg.jpg) 50% 49px no-repeat;
	color: #000000;
  font-size: 12px;
  font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 168px;
  position: relative;
}
.wrapper{
  text-align: center;
  background: url(images/top_bg.png) 0 0 repeat-x;
}

.pageContent{
  margin: 0 auto;
  text-align: left;
  padding-left: 5px;
}
.box_wrap{
  height: 1%;
  overflow: hidden;
  padding: 0 220px 0 0;
}
.leftCol{ 
  float: left;
  width: 100%;
}
.cont{padding: 0 0 0 200px;overflow: hidden; height:1%;}
.content {
    float: right;
    width: 100%;
}
.left {
    display: inline;
    float: left;
    margin-left: -200px;
    width: 200px;
}
.right {
    display: inline;
    float: right;
    margin-right: -200px;
    width: 200px;
}
a, a:visited{
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*--------*/
form {
	display: inline;
}
input, select {
	font-size: 11px;
	color:#757575;
}
input.transpng {
/*	behavior: url("png.htc");*/
}
textarea {
	width: 100%;
	font-size: 11px;
	color:#757575;
}
h1 {
	margin: 0;
	padding: 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #2c7ec4;
  text-transform: uppercase;
}

h2 {
	margin: 0;
	padding: 0;
	font: normal 19px Arial, Helvetica, sans-serif;
/*	color: #010101;*/
}
/*--------*/
td {
	font-size: 12px;
	line-height: 1.2;
}
TD.main, P.main {
	line-height: 1.5;
}
TD.mainBold, P.mainBold {
	line-height: 1.5;
	font-weight: bold;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-size: 11px;
}
.bold {
	font-weight: bold;
	line-height: 1.5;
}
.boxText {
}
/*--------*/
img.transpng {
/*	behavior: url("png.htc");*/
}
img.infoBoxSpacing {

}
.productBG {

}
.lineV {

}
.lineH {

}
/*--------*/
/*header start*/
#header_top{
  height: 1%;
  text-align: center;
}
.header_main{
  text-align: left;
  margin: 0 auto;
  padding-left: 5px;
  background: url(images/logo_left_border.png) 0% 0% no-repeat;
}
.header:after, .head_top:after, .header_middle:after{
  display: block;
  content: '';
  clear: both;
}
.head_top, .header_middle{height: 1%;}
.header{padding-left: 126px;  background: url(images/header_middle_bg.png) 0 49px repeat-x; height: 1%;}
.head_logo{float: left; width: 126px; margin-left: -126px;}
.logo_right{
  padding-right: 5px;
  background: url(images/logo_right_border.png) 100% 0% no-repeat;
}

.head_right{
  float: right;
  width:100%;
}
.head_menu{float: left;}
.head_cart{
  float: right;
  padding-left: 59px;
  background: url(images/cart_bg.png) 0 0 no-repeat;
}
.cart_item{
  color:#fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 49px;
  vertical-align: middle;
  background: url(images/shop_item_bg.png) repeat-x;
  padding: 0px 12px;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.head_menu ul li{
  float: left;  
  position: relative;
  z-index: 100;
}
.head_menu ul li a{
  display: block;  
  padding: 19px 9px 10px 9px;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  background: url(images/head_separator.png) 100% 0 no-repeat;
  text-shadow: 0px 1px #fff;
}
:root .head_menu ul li a{
  padding: 19px 9px 12px 9px \0/;
}
.head_menu ul li:hover{
  background: url(images/li_menu_hover.png) repeat-x 0 0;
}
.head_menu ul li:hover a{color:#2c7ec4;}
.head_menu ul li:hover li a{color:#000; text-shadow: none;}
.head_menu ul li li a{
  display: inline;
  padding: 0;
  font-size: 11px;
  background: none;
  text-transform: none;
}
:root .head_menu ul li li a{
  padding: 0;
}
.head_menu ul li:hover li{background: none;}
.head_menu ul li li{padding: 5px 0px 4px; }
.head_menu ul li li a:hover{background: none;}
.head_menu ul li ul{
  display: none;
  position: absolute;
  width: 132px;
  top:42px;
  background:#e9e9e9 url(images/pulldown_bottom.png) repeat-x 0 100%;
  left:-1px;
  padding: 1px 11px 13px;
}
.head_menu ul li:hover ul{
  display: block;
}
.head_menu ul li ul li{
  float: none;
  background: none;
}
.header_search{
  float: left;
  padding: 8px 13px 13px 11px;
}
.header_search strong, .header_search b{
  color:#fff;
  font-size: 11px;
  padding: 0px 8px 0px 9px;

}
.headerBottom{overflow: hidden;height: 1%;}
.header_search strong{text-transform: uppercase;}
.header_search input, .header_search select{
  border: 1px solid #2c7ec4;
  height: 15px;  
}
.header_search input{padding-left: 6px;vertical-align: middle;}
.header_search select, .header_search input{width:170px;}
.header_search input#h-searchbtn{border:none; padding-left: 0px; width: auto; margin-left: 9px;}
.header_info{float: right; padding: 17px 0 0; color:#fff; font-size: 11px; font-weight: bold;}
.header_info a{
  color:#fff;
  margin: 0 14px;
  text-transform: uppercase;  
  text-decoration: none;
}
.header_info_system{
  float: left;
  color:#fff;
  padding-top: 10px;
  font: bold 10px Arial, sans-serif;
}
.header_info_system a{
  color:#fff;
  text-transform: uppercase;
  font: bold 10px Arial, sans-serif;
  text-decoration: none;
}
.header_delivery{
  float: right;
  padding-top: 7px;
}
/*header end*/

.left_bg {
	padding:628px 23px 0 0;
}
.center_bg {}
.center_in{margin: 10px 0 0px;}
.center_background{background: #ffffff;}
.right_bg {
	padding-left: 5px;
}
/* message box */
.inputRequirement {
	color: #ff0000;
}
.messageBox {
}
.messageStackError, .messageStackWarning {
	background-color: #ffb3b5;
}
.messageStackSuccess {
	background-color: #99ff00;
}
.line {}

.errorBox {
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
/* General page layout  end */


/* Header layout  begin */
#header {
}

#header2 {
    background: url(images/header_bg2.gif) 380px 0 no-repeat;
}
table.headerBgRight{
	background:#679a01 url(images/header_bg_right.gif) top  no-repeat right;
	background-color:#679a01;
	background-image:url(images/header_bg_right.gif);
	background-position: right;
	background-repeat:no-repeat;
}

#h-searchbtn {
    vertical-align: middle;
}

#header-search {
 	white-space: nowrap;
	background: url(images/header_search_bg.gif) 0 0 repeat-x;
}

#header-search-inner {
	white-space: nowrap;
  padding: 5px 10px 9px 35px;
	height:25px;

	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	vertical-align: middle;
	background: url(images/header_bg_r.gif) 100% 0 no-repeat;
}

#header-search form {
	white-space: nowrap;
}


#header-search td {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}


#header-search input, #header-search select {
  width: 155px;
	border: 1px solid #679a01;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3a4676;
	margin: 0 9px;
  vertical-align: middle;
}
#header-search input.transpngxx{
  width: auto; 
}

.xtra-nav {
	white-space: nowrap;
}


.xtra-nav span {
	padding: 0 14px;
}





#header-nav a, #header-nav a:visited  {
	display: block;
	float: left;
	background: #000;
	margin: 0 1px 0 0;
	padding: 2px 30px;
	color: #fff;
	text-decoration: none;
}

#header-nav a:hover {
	background: #474747;
    text-decoration: none;
}

#header-sec-nav {
	padding: 16px 16px 10px 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #cccc66;
}

#header-sec-nav span {
    padding: 0 5px;
}

#header-sec-nav strong {
	color: #cccc66;
	text-decoration:none;
}

#header-sec-nav a, #header-sec-nav a:visited {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #cccc66;
	text-decoration: underline;
}

#header-sec-nav a:hover {
	text-decoration: underline;
	color: #cccc66;
}

#header-cart {
	padding: 0px 17px 0px 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

#header-cart span {
	padding: 0 5px;
    background: #3661af;
	color: #fff;
}




#header-cart a, #header-cart a:visited {
	color: #000;
	text-decoration: none;
}

#header-cart a:hover {
    text-decoration: underline;
}

#header-breadcrumb {
	padding: 5px 8px 7px 8px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3a4676;
}

#header-breadcrumb a, #header-breadcrumb a:visited {
	color: #3a4676;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#header-breadcrumb a:hover {
	color: #f58a1c;
	text-decoration: none;
}
.inputRequirement div{
  width: auto !important;
  padding: 10px 24px;
}





/* Header layout  end */


/* Content layout  begin */
td.pageHeading, DIV.pageHeading {
	margin: 0;
	padding: 7px 7px 8px 23px;
	color: #fff;
	background: #2c7ec4;  
  font: bold 16px Arial,Helvetica,sans-serif;
  text-transform: uppercase;
}
td.pageHeading h1, DIV.pageHeading h1{color:#fff;}
/*----categories----*/
#category-nav {
/*font-size:12px*/
}
#category-nav a, #category-nav a:visited {
	display: block;
	padding: 1px 13px 3px 20px;
	font: 11px Tahoma, Arial, sans-serif;
	color: #336633;
	background: #fff url(images/nav_arr.gif) 10px 50% no-repeat;
	text-decoration: none;
}
#category-nav a:hover {
	color: #336633;
	text-decoration: none;
  background: #e5fecb url(images/nav_arr.gif) 10px 50% no-repeat;
}
dl.level1 {

}
#category-nav dl {
	margin: 0;
	padding: 0;
}
#category-nav dt {
	margin: 0;
	padding: 0 0 1px 0;
	background:url(images/catline.gif) repeat-x bottom;
}
#category-nav dd {
	margin: 0;
	padding: 0;
}

#category-nav dd a, #category-nav dd a:visited {
	font-weight: normal;
}

#category-nav dd a:hover {
	font-weight: normal;
}


#category-nav dt.level-sel {

}
#category-nav dt.level-act {

}
#category-nav dt.level-sel a, #category-nav dt.level-sel a:visited {
  background: #beea92 url(images/nav_arr.gif) 6px 50% no-repeat;
	padding: 1px 13px 3px 13px;
}
#category-nav dt.level-sel a:hover {

}
#category-nav dt.level-act a, #category-nav dt.level-act a:visited {
/*  background: #3a4676;
  color: #fff;*/
  font-weight: bold;
}
#category-nav dt.level-act a:hover {

}
/*----infobox Left----*/

.infoBoxFooter, .infoBoxFooter2, .infoBoxFooter3 {
  display: none;
}





td.infoboxcell {
	padding-bottom: 9px;
}
.infoBoxNotice {
	background: #ff8e90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
}
td.infoBox, span.infoBox {
}
/*--------*/
td.prodpage_tab_top_left{
  background: #679a01;
}

td.prodpage_tab_top_right{
  background: #679a01;
}
td.prodpage_tab_top{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
  background: #679a01;
}

table.pi-options td {
  padding: 2px;
  text-align: left;
}


.prodpage-tab-left {
  border-left: 1px solid #679a01;
}

.prodpage-tab-right {
  border-right: 1px solid #679a01;
}

.prodpage_tab_bottom td {
  border-top: 1px solid #679a01;
}


table.infoboxHeading {
	width: 100%;
}
td.infoBoxHeadingLeft {
	width: 24px;
	height: 27px;
	background: url(images/ibhl.gif) 0 0 no-repeat;
}
td.infoBoxHeadingCenter {
/*	padding: 7px 3px 12px 7px;*/
	width: 100%;
	color: #fff;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(images/ibhx.gif) 0 0 repeat-x;
  vertical-align: top;
  padding-top: 4px;
}
td.infoBoxHeadingRight {
	width: 25px;
	height: 27px;
	background: url(images/ibhr.gif) 0 0 no-repeat;
}

table.infoboxHeading2 {
	width: 100%;
}
table.infoboxHeading2 td.infoBoxHeadingLeft {
	width: 24px;
	height: 27px;
	background: url(images/ibhl.gif) 0 0 no-repeat;
}
table.infoboxHeading2 td.infoBoxHeadingCenter {
/*	padding: 7px 3px 12px 7px;*/
	width: 100%;
	color: #fff;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(images/ibhx.gif) 0 0 repeat-x;
}
table.infoboxHeading2 td.infoBoxHeadingRight {
	width: 25px;
	height: 27px;
	background: url(images/ibhr.gif) 0 0 no-repeat;
}


/*--------*/
.infobox {
	width: 100%;
}
td.infoBoxContentsLeft {
	width: 8px;
	font-size: 0;
	display: none;
}
td{
	padding: 0 0px;
}

.infobox2 td.infoBoxContentsCenter {
}

/*.infobox3 .pl-productimg {
}

.infobox3 .pl-productname  {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #f58a1c;
}

.infobox3 .pl-productname a, .infobox3 .pl-productname a:visited  {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #f58a1c;
}

.infobox3 .pl-productname a:hover {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #f58a1c;
}

.infobox3 .pl-productspectprice {
	color: #010101;
}

.infobox3 .pl-productspectprice {
	color: #010101;
}

.infobox3 .pl-productname {
	padding-top: 10px;
}

.infobox3 .pl-productssave  {
	background: #f58a1c;
}

.infobox3 .pl-productssave2  {
}

.infobox3 .pl-productsrrp {
	display: block;
}

.infobox3 .pl-productsrrp2 {
	display: block;
}



.infobox3 .productColumnSell {
}*/

.infobox3 .pl-item {
    width: 100%;
}

.infobox3 .infoBoxContentsCenter {
	padding: 0;
}



td.infoBoxContentsRight {
	width: 8px;
	font-size: 0;
	display: none;
}
/*--------*/
table.infoBoxContents {}
td.infoBoxContents {}
table.infoBoxContents td.productNameCell {}
table.infoBoxContents td{}

table.infoBoxContents table.productTable td.productNameCell a:link, table.infoBoxContents table.productTable td.productNameCell a:visited{

}
table.infoBoxContents table.productTable td.productNameCell a:hover {

}

table.infoBoxContents td.productPriceCell {

}
table.infoBoxContents .productPriceSpecial {

}
table.infoBoxcontents .productpriceold {

}
table.infoBoxContents .productPriceCurrent {

}

table.infoBoxContents a.infoBoxLink, table.infoBoxContents a.infoBoxLink:visited{

}
table.infoBoxContents a.infoBoxLink:hover {

}

/*----contentbox----*/
td.contentBoxHeadingLeft {
  display: none;
}
td.contentBoxHeadingCenter{background: #2c7ec4;padding:9px 24px;}
td.contentBoxHeadingCenter, td.contentBoxHeadingCenter a, td.contentBoxHeadingCenter a:visited {	
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #ffffff;
  text-transform: uppercase;
}
td.contentBoxHeadingRight {
  display: none;
}
/*--------*/
.contentboxfooter {

}
/*--------*/
table.contentBox {padding: 0px;}
td.contentBoxContentsLeft {
	display: none;
}
td.contentBoxContentsCenter {
	width: 100%;
}
td.contentBoxContentsRight {
	display: none;
}
.infoBoxCell{
  padding: 0 0 27px;
}
.call-support-box{
  background: #9bd049;
  padding: 14px 24px 18px;
}
.call-support-box span{
  display: block;
  text-transform: uppercase;
  text-align: left;
}
.support_title{
  font:bold 16px Arial, sans-serif;
  color:#fff;
  padding: 4px 0px 0px;
  line-height: 16px;
}
.productBoxCell .infoBoxContentsCenter{background: #ffffff;}
.sup_bottom, .sup_title{font:bold 14px Arial, sans-serif; line-height: 14px;}
.sup_bottom{padding: 1px 0 0;}
.support_text{
  color:#2c4505;
  padding: 6px 0 4px;
  font:bold 10px Arial, sans-serif;
  line-height: 10px;
}
table.contentBoxContents {}
td.productColumnSell {}
table.productTable {height: 100%;}
td.productImageCell {}
td.productNameCell {}
td.productNameCell a:link, td.productNameCell a:visited{}
td.productNameCell a:hover {}
td.productPriceCell {}
.productPriceSpecial {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;

}
.productPriceOld {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: line-through;
}
.productPriceCurrent {
	font: 13px Arial, Helvetica, sans-serif;
}
/*----product listing----*/
table.productListing {

}
.productListing-heading {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #9bd049;
	padding:5px 10px 5px 10px;
}

a.productListing-heading, a.productListing-heading:visited{

}
a.productListing-heading:hover {
}

#firstHeadingSell, #firstContentSell {
  padding:5px 10px 5px 24px;
}
#lastHeadingSell, #lastContentSell {
  padding:5px 24px 5px 10px;
}
.productListing-bottom {

}
.productlisting-headingPrice {

}
TD.productListing-data {
	padding:5px 10px;
}

TD.productListing-data a, TD.productListing-data a:visited {
    text-decoration: none;
}

TD.productListing-data a:hover {
    text-decoration: underline;
}


A.pageResults {
}
A:visited.pageResults {
}
a:hover.pageResults {
}
/* Checkout confirmation */
.orderEdit {


}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {

}
TR.productListing-odd {
	background: #e5fecb;
}
TR.productListing-even {

}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even,  TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {

}
/* Used on forms */
TD.fieldKey, TD.fieldValue{
	font-size: 12px;
  padding: 5px 0 0 24px;  
}
TD.fieldValue{padding: 5px 24px 0 0px;}
/* Used on index_nested index_products */
TD.category_desc {
  background: #fff;
	line-height: 1.5;
  padding:24px ;
  font-size: 12px;
}
/* Shopping cart box */
SPAN.newItemInCart {
	font-weight: bold;
}
SPAN.greetUser {
	font-size: 11px;
  	text-transform: uppercase;
	font-weight: bold;
}
/* Shopping cart, checkout */
SPAN.markProductOutOfStock {
	font-size: 11px;
	font-weight: bold;
}
SPAN.errorText {
	color: #ff0000;
}
.moduleRow {
}
.moduleRowOver {
  	background: #e5fecb;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
  	background: #e5fecb;
}
.checkoutBarFrom, .checkoutBarTo {
	/*color: #8c8c8c;*/
}
.checkoutBarCurrent {
	font-weight:bold;
}
/* Content layout  end */


/* Footer  layout begin */
.footer_main{
  overflow: hidden;
  height: 133px;
  background: url(images/footer_bg.png) repeat-x;
  text-align: center;
  margin-top: 35px;
  width:100%;
  position: absolute;
  bottom: 0;
}
.footer{
  margin: 0 auto;
  text-align: left;
  color:#666;
  font-size:11px;
}
.footer-nav{padding-top: 30px;}
#footer {
	background: url(images/footer_bg.gif) 0 0 repeat-x;
  padding-bottom: 15px;
}
.footer a{color:#666;}
.footer-nav a{text-transform: uppercase; text-decoration: none;}
.footer_sep{padding: 0px 7px;}
#footer td {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #757575;
}


#footer a, #footer a:visited {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #679a01;
}

#footer a:hover {

}




/* Footer layout end */


#site-wrap {
    background: #fff;
	padding: 8px;
}


.contentBoxContentsCenter1 .contentBoxContents tr {
    border: 1px solid #ccc;
}

#main-cont {
    padding: 0 7px;
}

.bestsellers-img img {
}
.bestsellers-img {
    width: 80px;
    padding: 13px 13px 13px 24px;
}

.cb-bestsellers td {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
td.bestsellers-name {
	padding:13px 13px 13px 0px;
}

.cb-bestsellers td a, .cb-bestsellers td a:visited {
	color: #000;
  font:bold 12px Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

.cb-bestsellers td a:hover {
	text-decoration: underline;
}

.headerError {
  background: red;
  font-weight: bold;
}
.productBoxCell .infoBoxContentsCenter{
  padding: 13px 0px;
}
/*extras montane*/
.ib-info {
  display: block;
  padding: 1px 8px;
  background: url(images/nav_arr.gif) 0 50% no-repeat;
}

.ib-cart-title {
  color: #737373;
  font: bold 11px Tahoma, Arial, sans-serif;
}

.ib-cart-total {
  color: #000000;
  font: bold 13px Tahoma, Arial, sans-serif;

}

.ib-cart {
  padding: 4px 10px;
}

.ib-cart-check {
  padding: 0px 10px;
}

.call-support-box h3 {
  margin: 0;
  padding: 5px;
  color: #679A01;
  font: normal 16px Arial, Helvetica, sans-serif;
}

.call-support-box p {
  margin: 0;
  padding: 0;
  color: #3a4676;
}

.pi-size-chart-popup {
  padding: 10px;
}

/*prod info properties*/
#pi-prop-wrap {
  padding: 0 0 10px;
}

.bar-cont img {
  margin: 1px;
}

table.headbox{
	background:url(images/header/headbox.gif) repeat-x;
	margin-right:16px;
}
td.headbox1{
	background:url(images/header/headbox1.gif) no-repeat;
	width:27px;
	height:23px;
}
td.headbox2{
	color:#000;
	padding-right:8px;
	border-right:1px solid #99cc66;
}
td.headbox3{
	color:#000;
	padding-left:8px;
	font-weight:bold;
}
td.headbox4{
	background: url(images/header/headbox4.gif) no-repeat;
	width:33px;
	height:23px;
}
td.headbox5{
	color:#669900;
}
td.headbox6{
	background: url(images/header/headbox6.gif) no-repeat;
	width:9px;
	height:23px;
}

.pl-row{
	width:100%;
}

/*properties table styles start*/
.pi-ximg-wrap{
  overflow: hidden; 
}
.infoRow{
  overflow: hidden;
  *position: relative; 
}
.infoRow .img-area{
  float: left;
  width: 50%;
}
.pAtributes{
  float: right;
  width: 320px; 
}
.attributesTd{
	background:#EEEEEE;
	border-right:1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
	padding: 5px;
	font-weight:bold;
}
.keyTd{
	border-right:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
	padding: 5px;
	background:#EEEEEE;
}
.colorTd{
	padding: 0px 0px 7px 0px;
	font-weight:bold;
  color: #000000;
  font-size: 12px;
}
.optImg{
  float: left;
  border: 1px solid #dcdbd9; 
  margin-left: -80px;
  cursor: pointer;
}
.outTd{
	white-space:nowrap;
	width: 53px;
  margin: 0px 4px 4px 0px;
  height: 14px;
}
div.rowHover div.priceTd{
  padding: 5px 5px 0 0;
	text-align:right;
	font-weight:bold;
  font-size: 18px;
	color:#679A01;
	float:right;
  font-family: Arial, Verdana, Tahoma, sans-serif;
  *min-height: 55px;
}
.priceTd span.rrpPrice{
	font-weight:normal;
  font-size: 12px;
  display: block;
  text-align: right;
  color: #000000;
}
.priceTd span.priceTitl{
  font-size: 12px;
  color: #000000;
  display: inline-block;
  padding-right: 10px; 
}

.priceTd .old-spec-price {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #000;

}


.selectedItem{
  background: #f5f5f5;
  border: 1px solid #afafaf;
  color: #000000;
}
.itemHover{
  background:#679a01;
  cursor:pointer;
  color:#FFFFFF;
  border: 1px solid #679a01;
}
.itemOpen{
  background: #679A01;
  color: #FFFFFF;
  border: 1px solid #679a01;
}
.rowBg{
	background:#f8ffed;
}
.rowOpen{
	background:#f8ffed;
}
.offStock{
	position: relative;
	overflow: hidden;
	width: 53px;
	text-align: center;
}
.offStock .troughImage{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:-1px;
}

.offStock .troughImage img{
  width:100%;
  height:100%;
  *height:100%;
  height:100%\9;
}
.throughProd{
	padding: 0px;
  text-align:center;
  font-size: 11px;
}


div.rowHover{
	border-bottom:1px solid #afafaf;
	overflow:hidden;
	height:1%;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 90px;
}
div.rowHover div.colorTd{
  
}
div.rowHover div.outTd{
	float:left;
}
.buttonAddBask{
	margin:10px 0px 10px 0px;
  background:#9BD049;
  height: 35px;
  text-align: left;
  position: relative;
}
.properties{
	border-top:1px solid #afafaf;
}

/*properties table styles end*/
.hiddenImage{
  position: absolute;
  left: -100500px;
  top: -100500px; 
}
.infoBoxContents .pl-item{width: 100%; margin: 0;}
h2.latestHeading, h2.headingBestSeller{  
  font:bold 16px Arial, sans-serif;  
  padding: 18px 0px 0px 24px;
  text-transform: uppercase;
}
h2.latestHeading{background: #fff; color:#2c7ec4;}
h2.headingBestSeller{background: #ff0042; color:#ffffff; padding: 7px 0 8px 24px;}
.infoBoxContents .pl-productname{padding: 15px 28px 14px;}
.infoBoxContents .pl-productssave2 {margin-left: 25px;}
.infoBoxContents .pl-productssave {margin-left: 28px;}
.infoBoxContents .pl-productspectprice{padding: 7px 28px 28px;}
.categoryName a{
  font: bold 16px Arial, sans-serif;
  color:#000;
  text-transform: uppercase;
  text-decoration: none;
}
.categoryName{text-align: left; padding: 25px 24px 24px 0px; vertical-align: top;}
.catManafactures{padding: 24px 0 24px 24px; text-align: left;}
/*pagination*/
.pagination td.smallText, .pagination_hike td.smallText{
  background: #fff;
  padding: 13px 24px;
}
.pagSeparator{height:20px;}
/*pagination end*/
.pii-right{background: #fff; padding: 27px 27px 27px 32px;}
.productInfo{padding: 27px 27px 0 32px;}
.product-descr p{margin: 0px 0px 15px;}
.product-descr{color:#333;}
.product-descr ul{list-style: disc; padding-left: 15px;}
.product-descr h2{
  padding-bottom: 30px;
  text-transform: none;
}
.product-descr object{margin-left:255px;}
.product-descr embed{*margin-left:255px;}
.dataAdd{padding: 48px 0px 68px; text-align: right;}
.pii-right .contentBoxHeadingCenter{background: #9bd049; padding: 9px 0px 5px 20px;}
.pii-images td{text-align: center; padding-bottom: 20px;}
/*also purchased*/
.alsoColumnCell{padding: 15px 20px 0 0; text-align: left;}
.alsoColumnCell .productImageCell{ vertical-align: middle;}
.alsoColumnCell .productNameCell{
  padding: 15px 19px 14px;
}
.alsoColumnCell .productNameCell a{
  text-transform: uppercase;
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
}
.alsoColumnCell .productNameCell a:hover{text-decoration: underline;}

.alsoColumnCell .productImageCell {   
  display: table;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  *overflow:hidden;
  *display:block;
}
.alsoColumnCell .productImageCellIn{
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  *display:block;
  *top:50%;
  *left:0px;
}
.productImageCellIn img{
  display:inline;
  vertical-align:middle;
  *position:relative;
  *display:block;
  *top:-50%;
}
.alsoColumnCell .productNameCell {
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px 19px 14px;
   color: #000000;
  clear: both;
/*  border: 1px solid #ccc; */
}
.alsoColumnCell .productNameCell a, .alsoColumnCell .productNameCell a:visited {
  text-transform: uppercase;
  font: bold 12px Arial, Helvetica, sans-serif;
   color: #000;
  text-decoration: none;
}
.alsoColumnCell .productNameCell a:hover { text-decoration: underline;}
.alsoColumnCell .productPriceCell{font: 13px Arial, Helvetica, sans-serif;padding: 0px 19px;}
.featured_list td, .featured_sep td{background: #fff;}
.featured_list td{padding: 5px;}
.content_pad td{padding: 9px 24px 0px; }
.padding_class{padding: 4px 24px;}
.log_buttons{padding: 10px 0 0;}
.table_pad td{padding: 5px 0px 5px 24px;}
.buttons td td{padding: 10px 24px 24px;}
.main_pad{padding: 20px 24px 14px;}
.main_padding{padding:4px 0px 0px;}
.faq_listing .productListing-data{padding: 5px 0 5px 24px;}
.main_margin{padding: 10px 24px;}
.choiceMassage{
  position: absolute;
  background: none repeat scroll 0 0 #FFB3B5;
  border: 2px solid #AFAFAF;
  color: #000000; 
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 316px;
  top: -40px; 
  right: 0px;
}
.choiceMassage div{
  padding: 10px;
}
.hiddenPrice{
  display: none;
}
.RRPHidden{
  display: none;  
}
.buttonsB{
  padding: 10px;
  text-align: right;
}
.main_pad_ac{
  padding: 12px 12px 0;
}
