.clearfix:after 
{ 
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden 
}
.clearfix 		
{ 
	display: inline-block 
}

/* Hides from IE-mac \*/
* html .clearfix 
{ 
	height: 1% 
}
.clearfix 		
{ 
	display: block 
}
/* End hide from IE-mac */

html, body {margin: 0; padding: 0; }
html { background: #e4d4a5 url("/img/css/html-bg.png") left top repeat}
body {background: url("/img/css/body-bg.png") left top repeat-x; color: #000; line-height: 1.5}
body, table, td, th, tr, input, textarea {font: normal 13px Arial, Helvetica, sans-serif;}

img, table, td, th {border: none;}
td, th {vertical-align: top;}
table {border-collapse: collapse;}
a {color: #124d89; outline: none; text-decoration: none;}
a:hover {text-decoration: underline;}

/*-------- Header -----------*/
.extra-wrap{
	background: url(/img/css/header-shadow.png) 50% 0 no-repeat;
	min-width: 960px;
	overflow: hidden;
}
#wrap		
{ 
	position: relative; 
	width: 960px; 
	margin: 0 auto;
}
#header-box
{ 
	height: 158px; 
}
#header		
{ 
	position: absolute; 
	border: 1px solid #b0b0b0; 
	border-bottom: none; 
	height: 149px; 
	background: #fff url(/img/css/header-bg.png) 0 0 repeat-x;
	width: 958px; 
	border-radius: 9px 9px 0 0;
	-moz-border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0;
	left:0px; 
	top:8px;
	behavior: url(/PIE.htc); 
	zoom: 1
}
#header	.dog{
	position: absolute;
	top: -9px;
	right: 0;
	margin-right: -96px;
	background: url(/img/css/dog-head.png) no-repeat;
	width: 121px;
	height: 229px;
	z-index: 101;
}

#logo{
	background: url(/img/css/logo.png) no-repeat;
	width: 229px;
	height: 52px;
	position: absolute;
	left: 24px;
	top: 20px;
}
.backet-bg{}
.search-form{
	background: url(/img/css/search-bg.png) no-repeat;
	width: 207px;
	height: 29px;
	position: absolute;
	left: 277px;
	top: 33px;
}
.search-form input[type=text]{
	float: left;
	width: 152px;
	height: 13px;
	padding: 8px 12px;
	color:#333333;
	font-size:11px;
	line-height: 13px;
	border: none;
	background: none;
}
.search-form input[type=submit]{
	float: right;
	width: 31px;
	height: 29px;
	cursor: pointer;
	background: none;
	border: none;
}
.menu-header{
	position: absolute;
	list-style:none;
	top: 14px;
	padding:0;
	margin:0;
}
.nav-menu{
	left: 514px;
	width: 110px;	
}
.user-menu{
	left: 633px;
	width: 120px;
}
.menu-header li{
	color:#000000;
	font-size:11px;
	line-height: 16px;
	text-transform: uppercase;
}
.menu-header li a:link,
.menu-header li a:visited{
	color:#000;
	padding-left:20px;
	background-image: url(/img/css/menu-icons.png);
	background-repeat: no-repeat;
}
.menu-header li a.home-link{
	background-position:0 3px;
}
.menu-header li a.about-link{
	background-position:0 -15px;
}
.menu-header li a.contact-link{
	background-position:0 -31px;
}
.menu-header li a.login-link{
	background-position:0 -44px;
}
.menu-header li a.cart-link{
	background-position:0 -60px;
}
.menu-header li a.history-link{
	background-position:0 -77px;
}
.menu-header li a.checkout-link{
	background-position:0 -94px;
}
.ShoppingCart{
	background: url(/img/css/backet-bg.png) no-repeat;
	width: 177px;
	height: 67px;
	position: absolute;
	top: -9px;
	right: 9px;
	padding: 27px 9px 0;
	z-index: 10;
}
.ShoppingCart a:link,
.ShoppingCart a:visited{
	display:block;
	color: #ffffff;
	font-size:11px;
	line-height: 18px;
	padding: 12px 0 0 53px;
	height: 46px;
	text-decoration: none;
}
.ShoppingCart a span.line{
	display:block;
}
.ShoppingCart a span.total{
	color: #e5be0a;
	font-weight: bold
}

#main-menu	{ 
	margin-top: 93px; 
	height: 61px; 
	position: relative; 
	z-index: 100
}
#main-menu ul{ 
	height: 61px; 
	padding:0;  
	margin:0 -14px; 
	width: 988px; 
	position: relative; 
	background: url(/img/css/main-menu.png) no-repeat;
}
#main-menu li{
	float: left;
	margin-left: 23px;
	list-style: none;
	position: relative;
}
#main-menu li a:link,
#main-menu li a:visited{
	color:#fff;
	font-size:13px;
	list-style: 17px;
	height: 17px;
	font-weight: bold;
	background: url(/img/css/main-menu-list.png) 0px 15px no-repeat;
	text-transform: uppercase;
	padding:15px 9px 16px 29px;
	display: block;
	text-decoration: none;
}
#main-menu li a:hover,
#main-menu li a:active,
#main-menu li a.active:link,
#main-menu li a.active:visited{
 color:#fee677;
 background-position: 0 -62px;
}
#main-menu ul ul{
  top: -1000px;
  position: absolute;
  left: -5px;
  display: block;
  background:#401d01 url(/img/css/menu-sub-bg.png) 0 0 repeat-x;
  width: 170px;
  padding: 10px 15px;
  border: 1px solid #8a583a;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkitborder-radius: 5px;
	behavior: url(/PIE.htc); 
	margin: 0;
	height: auto;
}
#main-menu ul li:hover ul{
  top: 43px;
}
#main-menu ul ul li{
  margin: 0;
  padding-left: 13px;
  color:#ece4b5;
  font-size: 13px;
  line-height: 26px;
  border-bottom: 1px dotted #7d645b;
  float: none;
}
#main-menu ul ul li.last{
  border: none;
}
#main-menu ul ul li a:link,
#main-menu ul ul li a:visited{
  padding:0px;
  background: none;
  color:#ece4b5;
  display: inline;
  font-weight: normal;
  text-transform: none;
}
#main-menu ul ul li a:hover,
#main-menu ul ul li a:active{
  color:#FEE677;
}


/*---- Button ----*/
.button 
{ 
    background: transparent url("/img/css/bg-button.png") no-repeat 0 0; 
    padding: 0 0 0 8px;
}
.button div 
{ 
    background: transparent url("/img/css/bg-button.png") no-repeat 100% 100%; 
    height: 32px; 
    padding: 0 8px 0 0; 
    overflow: hidden;
}
.button input, 
.button div a 
{ 
    display: block; 
    background-color: transparent; 
    border: none;  
    font-size: 11px; 
    line-height: 26px; 
    font-weight: bold;
    height: 29px; 
    width: 100%; 
    text-decoration: none; 
    cursor: pointer; 
    text-align: center; 
    color: #000000;
    text-transform: uppercase;
}
.button div a 
{ 
    padding-top: 3px;
}
.buttonBig
{ 
    background: transparent url("/img/css/bg-big-button.png") no-repeat 0 0; 
    padding: 0 0 0 10px;
	width: 123px;
}
.buttonBig div 
{ 
    background: transparent url("/img/css/bg-big-button.png") no-repeat 100% 100%; 
    height: 43px; 
    padding: 0 10px 0 0; 
    overflow: hidden;
}
.buttonBig input
{ 
    display: block; 
    background-color: transparent; 
    border: none;  
    font-size: 14px; 
    line-height: 40px; 
    font-weight: bold;
    height: 43px; 
    width: 100%; 
    text-decoration: none; 
    cursor: pointer; 
    text-align: center; 
    color: #000000;
    text-transform: uppercase;
	padding:0;
}

.input{ 
    background: url("/img/css/bg-input.png") no-repeat 0 0; 
    padding: 0 0 0 10px;
}
.input div{ 
    background: url("/img/css/bg-input.png") no-repeat 100% 100%; 
    height: 28px; 
    padding: 0 10px 0 0;
}
.input input{ 
    background-color: transparent; 
    border: none;  
    padding: 2px 0 0 0; 
    font-size: 15px; 
    height: 23px; 
    width: 100%; 
    color: #333333;
}
/*---------- Main ----------------*/

.main-col{ 
	border: 1px solid #b0b0b0; 
	border-top: none;  
	behavior: url(/PIE.htc);
	position: relative;
	border-radius: 0 0 9px 9px;
	-moz-border-radius: 0 0 9px 9px;
	-webkit-border-radius: 0 0 9px 9px;
	background:#fff;
	margin-bottom: 9px;
	padding: 0 9px 9px;
}
/*------ Banner ---------*/
.banner-box{
	padding-bottom: 9px;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
/*-------------------*/
.state-top{
	height: 743px;
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
}
.top-one    
{ 
	position: relative; 
	padding-top: 751px;
}
.box-one{
    padding-bottom: 8px;
}
.adv-box{
    float: left;
    width: 214px;
    height: 272px;
    padding: 20px 25px 0 24px;
    background: #fff url(/img/css/adv-box-bg.png) bottom repeat-x;
    border: 1px solid #c8c6c6;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	behavior: url(/PIE.htc);
	position: relative;
	text-align: center;
}
.adv-box img{
	max-height: 104px;
	text-align: center;
}
.adv-box h3{
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    padding: 20px 0 10px;
    margin: 0;
	text-align: left;
}
.adv-box h3 a:link,
.adv-box h3 a:visited{
	color: #000000;
}
.adv-box p{
    margin: 0 0 15px;
    color: #474747;
    font-size: 13px;
    height: 57px;
    overflow: hidden;
    line-height: 19px;
	text-align: left;
}
.adv-box .price{
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
}
.adv-box .price span{
    color: #af2e01;
    font-size: 20px;
}
.adv-box a.read-more:link,
.adv-box a.read-more:visited{
    color: #124d89;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    padding-left: 20px;
    background: url(/img/css/arrow-link.png) 0 50% no-repeat;
    float: right;
    margin-top: 5px;
}
/*------- BANNER --------*/
.slider-box{
    float: right;
    width: 664px;
    height: 293px;
    position: relative;
}
.slider-box .one{
    border: 1px solid #cccccc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	position: relative;
    width: 409px;
    height: 261px;
    padding: 30px 220px 0 33px;
	display: block;
}
.slider-box .bg-one{
    background:#4ea2fd url(/img/slide-1.jpg) no-repeat;
	behavior: url(/PIE.htc);
}
.slider-box .slider-nav{
    position: absolute;
    z-index: 100;
    top: 19px;
    right: 12px;
}
.slider-box .slider-nav a:link,
.slider-box .slider-nav a:visited{
    float: left;
    margin-right: 8px;
    border: 1px solid #6baaef;
    background: #2969ae url(/img/css/slider-nav.png) no-repeat;
    width: 14px;
    height: 13px;
    text-align: center;
    font-size: 10px;
    line-height: 13px;
    color: #fff;
    text-decoration: none;
}
.slider-box .slider-nav a.activeSlide:link,
.slider-box .slider-nav a.activeSlide:visited,
.slider-box .slider-nav a:hover,
.slider-box .slider-nav a:active{
    color: #534400;
    background: #e7bc00;
    border-color: #657d98;
}
.slider-box h1{
    color: #ffffff;
    font-weight: normal;
    font-size: 40px;
    line-height: 44px;
    margin:0 0 15px;
}
.slider-box p{
    color: #000000;
    width: 275px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 14px;
}
.slider-box .button{
    width: 88px;
}



/*------- SIGN UP -------*/
.sign-up-box .sign-up{
    background: url(/img/css/sign-up-box-bg.png) 100% 100% no-repeat;
    float: left;
    margin: 0 -30px -10px 0;
    width: 548px;
    padding:0 30px 30px 0;
}
.sign-up-box .sign-up .extra-sign{
    background:#144f85 url(/img/css/sign-up-bg.png) 0 0 repeat-x;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	behavior: url(/PIE.htc);
	position: relative;
}
.sign-up-box h2{
    padding: 0 30px;
    color: #fff;
    font-size: 19px;
    line-height: 54px;
    margin: 0;
    font-weight: normal;
}
.sign-up-box .sign-up .text{
    padding: 20px 30px 15px 22px;
    min-height: 142px;
}
.sign-up-box .sign-up ul{
    padding-left: 25px;
    margin: 0;
    float: left;
    width: 195px;
    list-style: square;
}
.sign-up-box .sign-up li{
    color: #7c8d97;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 7px;
}
.sign-up-box .sign-up li span{
    color: #fff;
}
.sign-up-box .sign-up form{
    float: right;
    width: 253px;
}
.sign-up-box .sign-up label{
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 7px;
    display: block;
}
.sign-up-box .sign-up .input-sign{
    background: url(/img/css/sign-up-input.png) 0 0 no-repeat;
    padding-left: 12px;
    margin-bottom: 10px;
}
.sign-up-box .sign-up .input-sign div{
    background: url(/img/css/sign-up-input.png) 100% 100% no-repeat;
    padding: 6px 12px 6px 0;
    height: 16px;
}
.sign-up-box .sign-up .input-sign input{
    display: block;
    width: 100%;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    background: none;
    border: none;
    padding: 0;
}
.sign-up-box .sign-up .button-sign{
    background: url(/img/css/sign-up-button.png) 0 0 no-repeat;
    padding-left: 8px;
    float: left;
}
.sign-up-box .sign-up .button-sign div{
    background: url(/img/css/sign-up-button.png) 100% 100% no-repeat;
    padding-right: 8px;
}
.sign-up-box .sign-up .button-sign input{
    width: 113px;
    background: none;
    border: none;
    height: 32px;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 1px;
    cursor: pointer;
    text-transform: uppercase;
}

.sign-up-box .guarantee-box{
    float: right;
    background: url(/img/css/sign-up-box-bg.png) 100% 100% no-repeat;
    margin: 0 -30px -10px 0;
    width: 404px;
    padding: 0 30px 30px 0;
}
.sign-up-box .guarantee-box .extra-guarantee{
    background:#4f7cab url(/img/css/guarantee-box.png) 0 0 repeat-x;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	behavior: url(/PIE.htc);
	position: relative;
}
.sign-up-box .guarantee-box .text{
    padding: 25px 20px 15px 149px;
    min-height: 137px;
    background: url(/img/css/guarantee-icon.png) 14px 29px no-repeat;
}
.sign-up-box .guarantee-box .text p{
    color: #d7e0ea;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
/*------- FOOTER --------*/
#footer{
    width: 960px;
    margin: 0 auto;
    height: 145px;
    text-align: center;
}
#footer ul.menu-list{
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
	position: relative;
}
#footer ul.menu-list li{
    display: inline-block;
    padding: 0 7px;
    border-right: 1px solid #999999;
    font-size: 12px;
    line-height: 14px;    
}
#footer ul.menu-list li.last{
    border: none;
}
#footer ul.menu-list li a:link,
#footer ul.menu-list li a:visited{
    color: #333333;
}
#footer ul.logos-list{
    margin: 15px 0 10px 15px;
    padding: 0;
    text-align: center;
    list-style: none;
}
#footer ul.logos-list li{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 62px;
    height: 62px;
    padding: 0 15px;
}
#footer ul.logos-list li img{
    vertical-align: middle;
}
#footer p.floatLeft{
    float: left;
    width: 460px;
    text-align: right;
}
#footer p.floatRight{
    float: right;
    width: 460px;
    text-align: left;
}
#footer p{
    color: #796a54;
    font-size: 12px;
    line-height: 14px;
    margin: 0
}
#footer p a:link,
#footer p a:visited{
    color: #796a54;
	text-decoration: underline;	
}
/*-------------------------*/
/*----- SLIDE PRODUCTS ----*/
/*-------------------------*/
.box-big{
    background: #fff url(/img/css/slide-product-bg.png) 0 0 repeat-x;
    border: 1px solid #c8c6c6;
    margin-bottom: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	behavior: url(/PIE.htc);
    position: relative;
}
.box-big .title{
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 45px;
    font-weight: bold;
    padding: 0 23px;
}
.box-big .slide{
    width: 938px;
    padding: 15px 0;
}
.box-big .slide .one-product{
    float: left;
    width: 133px;
    border-right: 1px dotted #999999;
    padding: 0 30px 0 23px;
    min-height: 277px;
}
.box-big .slide .one-product.last{
    border: none;
}
.box-big .slide .one-product h4{
    color: #1a1a1a;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    height: 63px;
    margin:0 0 5px;
}
.box-big .slide .one-product .product-img{
	display: block;
	height: 106px;
}
.box-big .slide .one-product .product-img img{
	max-height: 106px;
}
.box-big .slide p{
    margin: 0;
    padding: 15px 0 10px;
    color: #333333;
    font-size: 12px;
    line-height: 22px;
}
.box-big .slide p strong{
    color: #af2e01;
    font-size: 20px;
}
.slide .button{
    width: 96px;
}
#nav,
#nav2{
    position: absolute;
    top: 18px;
    right: 8px;
}
#nav2 a:link,
#nav2 a:visited,
#nav a:link,
#nav a:visited{
    background: url(/img/css/slider-navigation.png) 0 0 no-repeat;
    width: 6px;
    height: 6px;
    font-size: 0px;
    line-height: 0px;
    border: 1px solid #bfbfbf;
    margin-right: 12px;
    float: left;
    text-indent: -9999px;
}
#nav2 a:hover,
#nav2 a:active,
#nav2 a.activeSlide:link,
#nav2 a.activeSlide:visited,
#nav a:hover,
#nav a:active,
#nav a.activeSlide:link,
#nav a.activeSlide:visited{
    background-position: 100% 0;
}

.nav #prev,
.nav #prev2{
    position: absolute;
    left: -36px;
    top: 166px;
    height: 77px;
    width: 36px;
    background: url(/img/css/arrow-left.png) no-repeat;
    text-indent: -9999px;
}
.nav #next,
.nav #next2{
    position: absolute;
    right: -36px;
    top: 166px;
    height: 77px;
    width: 36px;
    background: url(/img/css/arrow-right.png) no-repeat;
    text-indent: -9999px;
}

/*-------- Tabs -------------*/
.tabNavigation{ 
    list-style: none;
    margin: 0 0 -1px;
    padding: 0 0 0 17px;
    height: 37px;
    position: relative;
    z-index: 10;
}
.tabNavigation li{ 
    padding-right: 2px; 
    margin:0; 
    float: left; 
    height: 36px; 
}
.tabNavigation li a:link,
.tabNavigation li a:visited{ 
    color:#000000;
    font-size: 14px;
    line-height: 35px; 
    height: 35px;
    padding: 0 25px;
    display: block;
    background:#f2e7d2 url(/img/css/tabs-bg.png) 0 0 repeat-x; 
    border: 1px solid #cbcbcb; 
    border-bottom: 1px solid #cbcbcb;
    position: relative
} 
.tabNavigation li a span.l-t{ 
    background:url(/img/css/tabs-radius.png) top left no-repeat; 
    width: 10px; 
    height: 10px; 
    position: absolute;
    left:-1px; 
    top:-1px; 
    display: block; 
    font-size:1px;
    line-height: 1px;
}
.tabNavigation li a span.r-t
{ 
    background:url(/img/css/tabs-radius.png) top right no-repeat; 
    width: 10px; 
    height: 10px; 
    position: absolute;
    right:-1px; 
    top:-1px; 
    display: block; 
    font-size:1px;
    line-height: 1px;
}
.tabNavigation li a.selected:link,
.tabNavigation li a.selected:visited,
.tabNavigation li a:hover,
.tabNavigation li a:active{ 
    text-decoration: none; 
    background:#fff url(/img/css/tabs-bg.png) 0 -35px repeat-x; 
    border-bottom: 1px solid #fff 
}
.tabNavigation li a.selected:link span.l-t,
.tabNavigation li a.selected:visited span.l-t,
.tabNavigation li a:hover span.l-t,
.tabNavigation li a:active span.l-t{ 
    background-position:bottom left
}
.tabNavigation li a.selected:link span.r-t,
.tabNavigation li a.selected:visited span.r-t,
.tabNavigation li a:hover span.r-t,
.tabNavigation li a:active span.r-t{ 
    background-position:bottom right
}

.tabs-box{ 
    background:#fff; 
    padding: 20px; 
    -webkit-border-radius: 9px; 
    -moz-border-radius: 9px; 
    border-radius: 9px;
    border: 1px solid #c5c5c5; 
    behavior: url(/PIE.htc); 
    zoom:1; 
    position: relative;
}
.tabs-box p{ 
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 20px 0;
}
.tabs-box div#tab2,
.tabs-box div#tab3,
.tabs-box div#tab4,
.tabs-box div#tab5{ 
    display: none
}
.tabs-box div#tab1{ 
    display: block
}

.tabs-box h2{
    color: #000000;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 15px;
}
.tabs-box .img-box{
    float: left;
    background: url(/img/css/img-shadow.png) 100% 100% no-repeat;
    padding: 0 0 15px 0;
    margin-right: 40px;
}
.tabs-box .img-box .img-wrap{
    display: block;
    width: 201px;
    height: 136px;
    border: 1px solid #b4b4b4;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	position: relative;	
	behavior: url(/PIE.htc);

}

/*----------------------*/

table.rateThisTable td,
table.rateThisTable th  {
	border: none;
}

table.rateThisTable th {
	padding-top: 10px;
	text-align: left;
}

.rateThisTable {
    border: 1px dotted #999999;
	width: 100%;
	margin-bottom: 20px;
}

.reviewText { 
	overflow: hidden;
}

.reviewInfo{ 
    color: #555; 
    font-size: 11px;
    line-height: 17px;
    padding: 0 20px 0 10px; 
    width: 100px;
	float: left;
}

.reviewLoginMessage{ 
	font-weight: bold;
	margin: 10px 0;
}

.reviewInfo span, 
.rte .reviewInfo .ratio-box {
	display: block;
	float: none;
} 

.prCol .ratio-box span.notYetRated{
	display: block;
	float: left;
	line-height: 13px;
	height: 20px;
} 


.reviewInfo .reviewerName {
	font-weight: bold;
}

.reviewInfo .reviewDate {
	color: #888;
}
.review{  
    overflow: hidden; 
}
.review-title{
    border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
    color: #333333;
    padding: 10px;
    font-size: 13px;
    line-height: 15px;
	background-color: #f5efe3;
}

.review-item{
    border-bottom: 1px dotted #999999;
    padding: 10px 0;
}

.review-title span{
    float: left;
    padding-right: 10px;
	font-weight: bold;
}
.review-title  .ratio-box{
    margin-right: 10px;
}
div.reviewText h3{ 
    margin: 0 0 5px; 
    font-size: 13px;
    color: #333333;
}
.rte{
    text-align: left
}
.rte .ratio-box{ 
    float: left;
    margin-bottom: 7px;
}
.rte ul { 
    list-style-type: circle; 
    margin: 13px 30px; 
    padding:0; 
    color:#363636
}
.rte li{ 
    margin: 5px 0; 
}
.rte .odd td{ 
    background-color: #FAFAFA; 
    border-color: #E5E5E5; 
    border-style: solid; 
    border-width: 1px 0;
}
.rte th, .rte td{ 
    border-color: #E5E5E5; 
    border-style: solid; 
    border-width: 1px 0; 
    padding: 5px 10px; 
    color:#363636
}


/*----- CATEGORY PAGE --------*/
/*------- Left Col ----------*/
.leftCol{ 
	float: left; 
	width: 158px; 
	padding: 15px 10px 0;
	border: 1px solid #cccccc; 
	background:#cbe5fa url(/img/css/left-col-bg.png) 0 0 repeat-x;
	-webkit-border-radius: 9px; 
	-moz-border-radius: 9px; 
	border-radius: 9px; 
	text-align: left; 
	behavior: url(/PIE.htc); 
	zoom: 1; 
	position: relative 
}
.leftCol .button{ 
	float: left; 
}
.leftCol h3.title{ 
	color:#000000;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	margin:0 0 20px 0;
	padding-left: 25px;
	background: url(/img/css/arrow-down.png) 5px 3px no-repeat;
	text-transform: uppercase;
}
.leftCol h3.title a:link,
.leftCol h3.title a:visited{
  color:#000000;
}

.leftCol ul{
	list-style: none;
	padding: 0 0 15px 25px;
	margin:-15px 0 0;
}
.leftCol li {
	color:#255584;
	font-size: 12px;
	line-height: 17px;
}
.leftCol li a:link,
.leftCol li a:visited{ 
	color:#255584;
}

/*------- Right Col ----------*/
.rightCol
{ 
	float: right; 
	width: 750px; 
	position: relative
}
.breadCrumbs div{ 
	float: left;  
	padding: 0 10px;
}
.breadCrumbs{ 
	font-size: 11px; 
	height: 24px;
	line-height: 24px; 
	margin: 5px 10px 10px 10px;
	padding: 0 0 5px 0; 
	color:#666666;
	border-bottom: 1px dotted #9a9a9a;
}
.breadCrumbs a:link,
.breadCrumbs a:visited{ 
	background: url("/img/css/bg-bread-m.png") 0 center no-repeat; 
	float: left;
	padding: 0 15px 0 20px; 
	color:#124d89 
}
.breadCrumbs div.social-icons {
	height:24px;
	float:right !IMPORTANT;
	display:inline-block;
}
.breadCrumbs div.social-icons a {background:none;padding:0 0 0 10px;}

.rightCol h1.title{  
	margin:0 20px 20px; 
	text-align: left; 
	color:#000000; 
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
}
span.info-choise{
	float: right;
	color:#af2e01;
	padding: 12px 18px 0 0;
	font-size: 16px;
	line-height: 20px;
}

/*------ Cat Items --------*/
.category-info{
	behavior: url(/PIE.htc); 
	border: 1px solid #cccccc;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px;
	padding: 24px 30px 25px 23px;
	margin-bottom: 10px;
}
.category-info img{
  float: left;
  margin-right: 34px;
	border: 1px solid #bfbab6;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;  
}
.category-info h4{
  font-size: 23px;
  color:#303030;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.category-info p{
  color:#2f2f2f;
  font-size: 14px;
  line-height: 19px;
  margin-top: 0px;
  margin-bottom: 19px;
}

.cat-items{ 
	margin: 0 -9px 0 0; 
}
.cat-item{ 
	background:#fefdfb url("/img/css/box-top-gradient.png") top repeat-x; 
	border: 1px solid #cccccc;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px;
	float: left; 
	width: 192px; 
	height: 162px; 
	margin: 0 9px 9px 0; 
	behavior: url(/PIE.htc); 
	zoom: 1; 
	position: relative;
	padding: 20px 25px 0 25px;
	text-align: center;
}
.cat-item .img-box{
	background: url(/img/css/cat-img-shadow.png) 30px 100% no-repeat;
	padding-bottom: 17px;
}
.cat-item .img-box .img-link{
	display: block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
	padding: 3px;
	width: 185px;
	text-align: center;	
	background:#fff;
}
.cat-item .img-box img{
	display: block;
	margin: 0 auto;
}
.cat-item h4{
	color: #000000;
	font-size: 17px;
	line-height: 20px;
	margin:0 0 8px;
	font-weight: normal;
}
.cat-item a.click:link,
.cat-item a.click:visited{
	display:inline-block;
	color:#124d89;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	padding-left: 20px;
	background: url(/img/css/arrow-link.png) 0 50% no-repeat;
	text-transform: uppercase;
}
.text-box{ 
	padding: 12px 27px 0;
}
.text-box p{
	color:#000000;
	font-size:13px;
	line-height:20px;
	margin: 0 0 20px;
}
/*------Recent box --------*/
.recent-view{
	border: 1px solid #cccccc;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	behavior: url(/PIE.htc); 
	height: 216px;
	background: #ffffff url(/img/css/slide-product-bg.png) 0 0 repeat-x;
	margin-bottom: 9px;
	position: relative;
}
.recent-view h2{
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 45px;
    font-weight: bold;
    padding: 0 23px;
	margin: 0;
}
.recent-view .recent-slide{
	width: 958px;
	padding:13px 0;
}
.recent-view .slide-one{
	float: left;
	width: 206px;
	padding: 0 16px;
	border-right: 1px dotted #999999;
	height: 145px;
}
.recent-view .slide-one.last{
	border: none;
}
.recent-view .slide-one .img-box{
	float: left;
	width: 90px;
	height: 87px;
	padding-right: 10px;
}
.recent-view .slide-one .img-box img{
	display:block;
	max-width: 90px;
	max-height: 87px;
}
.recent-view .slide-one h4{
	color:#1a1a1a;
	margin:0;
	font-size: 14px;
	line-height: 19px;
        max-height: 76px;
        overflow: hidden;
	font-weight: normal;
}
.recent-view .text-right{
	clear: both;
	padding-top:15px;
}
.recent-view .button{
	float: right;
	width: 96px;
}
.recent-view p{
	color:#333333;
	font-size: 12px;
	line-height: 16px;
	margin:0;
}
.recent-view p strong{
	display:block;
	color: #af2e01;
	font-size: 20px;
}
.recent-view .nav #prev,
.recent-view .nav #next{
	top: 100px;
}
/*------ LIST PRODUCT ---------*/
.list-product ul{
    list-style: none;
    margin: 0 -8px 0 0;
	width: 758px;
    padding: 0;
}
.list-product li{
    float: left;
    width: 138px;
    height: 256px;
    border: 1px solid #cccccc;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	behavior: url(/PIE.htc);
    margin: 0 8px 8px 0;
    padding: 10px 20px 0;
} 
.list-product li a.product-img{
	height: 133px;
	display: block;
	text-align: center;
}
.list-product li a.product-img img{
	max-height: 133px;
	max-width: 138px;
}
.list-product h4{
    color: #1a1a1a;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    font-weight: normal;
    margin: 5px 0 7px;
}
.list-product p{
    color: #333333;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px;
}
.list-product p strong{
    color: #af2e01;
    font-size: 20px;
}

.list-product .button{
    width: 96px;
}
.list-product .yellow{
    background: #fff url(/img/css/list-product-yellow.png) 0 100% repeat-x;
}
.list-product .blue{
    background: #fff url(/img/css/list-product-blue.png) 0 100% repeat-x;
}
.list-product .orange{
    background: #fff url(/img/css/list-product-orange.png) 0 100% repeat-x;
}
.list-product .pink{
    background: #fff url(/img/css/list-product-pink.png) 0 100% repeat-x;
}


/*----- PRODUCT PAGE --------*/
.product-main .rightCol .tabs{
    margin: 0 10px 10px;
}
.social-box{
    float: right;
    margin:7px 10px 0 0;
}
.social-box div.like,
.social-box div.send{
    float: left;
    margin-left: 10px;
}
.prevNextBar{
    margin: 0 10px;
    padding-bottom: 18px;
}
.prevNextBar a:link,
.prevNextBar a:visited{
    color: #124d89;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    float: left;
}
.prevNextBar a.prev{
    margin-right: 25px;
    padding-left: 20px;
    background: url(/img/css/arrow-link-prev.png) 0 0 no-repeat;
}
.prevNextBar a.next{
    padding-right: 20px;
    background: url(/img/css/arrow-link.png) 100% 0 no-repeat;
}
.prodDetails{
    margin: 0 10px;
    padding-bottom: 20px;
}
.plCol {
    float: left;
    padding-bottom: 25px;
    width: 333px;
}
.plCol .img-box{
    position: relative;
    background: url(/img/css/product-one-shadow.png) 20px 100% no-repeat;
    padding-bottom: 20px;
}
.plCol .img-box a{
	border: 7px solid #ebebeb;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
    display: block;	
    text-align: center;
}
.plCol .img-box span{
    background: url(/img/css/product-img-border.png) 0 0 no-repeat;
    width: 325px;
    height: 255px;
    position: absolute;
    z-index: 5;
    left:0;
    top:0;
}
.plCol .thumbsList{
    padding-bottom: 10px;
}
.plCol .thumbsList a{
    float: left;
    width: 75px;
    height: 57px;
    border: 1px solid #cecece;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    margin: 0 6px 6px 0;
}
.plCol .thumbsList a img{
    width: 75px;
}
.plCol .zoom{
    padding-left: 20px;
    background: url(/img/css/plus-icon.png) 0 50% no-repeat;
    color: #767676;
    font-size: 13px;
    line-height: 15px;
    font-style: italic;
}

.prCol{ 
    float: right; 
    width: 370px; 
    text-align: left
}
.prCol .floatLeft{
    float: left;
    width: 202px;
}
.prCol .floatRight{
    float: right;
    width: 146px;
}
.prCol .vol-pricing{
    border: 1px solid #d4d4d4;
    background: #fff url(/img/css/vol-box-bg.png) 0 0 repeat-x;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    padding-bottom: 9px;
    position: relative;
	behavior: url(/PIE.htc);
}
.prCol .vol-pricing h4{
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
    font-weight: bold;
    margin: 0 0 10px;
}
.prCol .vol-pricing p{
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    margin: 0 10px;
    text-align: center;
    border-bottom: 1px dotted #9a9a9a;
    overflow: hidden;
}
.prCol .vol-pricing p.last{
    border: none;
}
.prCol .vol-pricing p span{
    float: left;
    width: 50%;
}
.prCol .vol-pricing p span.red{
    color: #af2e01;
}

.prCol div.line, .PATR div.line { 
    border-bottom: 1px dotted #dedede; 
    padding:7px; 
    color:#666666;
    font-size: 13.px;
    line-height: 20px;
}
.prCol div.line span{ 
    color:#000
}
.prCol p{ 
    margin: 7px 0;
}
.prCol p.red{
    color: #af2e01;
}            

.prCol .red span{
    color: #af2e01 !important; 
    font-size: 26px;
}
.oneCol  span.red{
    color:#cc3300; 
}
.prCol p strong, .PATR  p strong {
    color: #333333;
}
.prCol span{ 
    color: #000000
}
.prCol label, .PATR label {
    color: #666666;
    display: block;
    font-size: 13px;
    line-height: 22px;  
	overflow: hidden;  
}
.prCol label input, .PATR label input, {
    float: left;
    padding: 0;
    width: 13px;
    margin: 3px 10px 0 0;
}
.prCol .input, .PATR .input {
    display: inline-block;
    width: 29px;
}
.prCol .button{
    width: 125px;
}

.noBorder{ 
    border: none !important
}
.prCol .addthis{
    clear: both;
    margin-left: 10px;
}
.prCol .ratio {
	padding: 5px 0 12px 0;
	text-align: left;
	white-space: nowrap;
	font-size: 12px;
}
/*------- RATIO --------*/
.ratio{  
    text-align: right; 
    padding:0;
}
.ratio a:link,
.ratio a:visited{ 
    color:#124d89; 
    padding-left: 30px; 
    background: url(/img/css/arrow-link.png) 10px 50% no-repeat;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
}
.ratio-box{ 
    float: left; 
    width: 70px; 
    height: 13px; 
}
.ratio-box img{ 
    float: left
}
.related-products{
    position: relative;
    margin:0 20px 10px;
    background: #fff url(/img/css/related-bg.png) 0 0 repeat-x;
    border: 1px solid #cccccc;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	behavior: url(/PIE.htc);
}
.related-products h2{
    display: block;
    color: #fff4ca;
    font-size: 16px;
    line-height: 44px;
    font-weight: bold;
    padding: 0 17px;
    margin: 0;
}
.related-products .related{
    height: 141px;
    overflow: hidden;
}
.related-slide{
    height: 113px;
    padding: 14px 0;
}
.product-main .related-slide{
    width: 708px;    
}
.related-products .slide-one{
    float: left;
    width: 215px;
    border-right: 1px dotted #999999;
    padding: 0 10px;
    height: 113px;
}
.related-products .last{
    border: none;
}
.related-products .slide-one .img-box{
    float: left;
    width: 103px;
}
.related-products .slide-one .img-box img{
    width: 90px;
}
.related-products h4{
    color: #1a1a1a;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    height: 57px;
    overflow: hidden;
    margin: 0 0 5px;
}
.related-products .text-right{
    padding-left: 103px;
}
.related-products p{
    color: #333333;
    font-size: 12px;
}
.related-products p strong{
    color: #af2e01;
    font-size: 20px;
    display: block;
}
.related-products .nav #prev2,
.related-products .nav #next2{
    top: 90px;
}
.related-products-wide .related{
    height: 173px;
}
.related-products-wide .related-slide{
    height: auto;
    width: 895px;
}
.related-products-wide .slide-one{
    width: 190px;
    height: 145px;
    padding: 0 13px 0 20px;
}
.related-products-wide h4{
    height: 76px;
    margin: 0;
}
.related-products-wide .text-right{
    padding: 13px 0 0;
    clear: both;
}
.related-products-wide .button{
	float: right;
	width: 96px;
}
.related-products-wide p{
	color:#333333;
	font-size: 12px;
	line-height: 16px;
	margin:0;
}
.related-products-wide p strong{
	display:block;
	color: #af2e01;
	font-size: 20px;
}
.related-products-wide .nav #prev2,
.related-products-wide .nav #next2{
    top: 100px;
}
/*-----------------*/
.rightCol-inner{
    float: left;
}
.checkout{
    margin: 0 10px 17px;
}

                        
/*---- left col ----*/
.leftCol-inner{ 
    float: right; 
    width: 163px; 
    padding: 15px 10px 0;
    border: 1px solid #cccccc; 
    background:#cbe5fa url(/img/css/left-col-bg.png) 0 0 repeat-x;
    -webkit-border-radius: 9px; 
    -moz-border-radius: 9px; 
    border-radius: 9px; 
    text-align: left; 
    behavior: url(/PIE.htc); 
    zoom: 1; 
    position: relative;
    margin-bottom: 15px;
}
.leftCol-inner h3{ 
    color: #000000; 
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    padding: 3px 0 0 85px;
    background: url(/img/css/ship-icon.png) 6px 0 no-repeat;
    margin: 0;
    padding-bottom: 22px;
}

.leftCol-inner p{ 
    color: #4e5a64;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    margin: 0 15px 10px 5px;
}
.calculate{ 
    padding-bottom: 20px
}
.calculate label{ 
    color:#000000; 
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
    width: 41px; 
    text-align: right; 
    margin-bottom: 5px
}
.calculate #state{
    width: 35px;
    float: left;
}
.calculate #zip{
    width: 57px;
    float: left;
}
.calculate .button{ 
    margin-left: 51px; 
    float: left;
	width: 91px;
}

.shiping{ 
    border-bottom: 1px solid #b9c6c7; 
    color:#666666; 
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 18px;
}
.shiping span{ 
    border-top: 1px solid #b9c6c7;
    display: block; 
    padding-top: 2px
}
.shiping strong{ 
    color:#000000; 
    font-weight: normal;
    display: block; 
    padding-bottom: 3px
}



/*--------- SIGN IN PAGE -------------*/

.oneCol{ 
    text-align: left; 
    position: relative;
    overflow: hidden;
}

h1.title { 
    font-size: 28px; 
    font-weight: normal; 
    margin: 15px 10px 10px; 
    color: #000
}

h1.wide{ 
    margin: 20px 10px 10px 20px; 
}

.Col3x { 
    float: left; 
    width: 290px; 
}
.Col3x-inner{
    margin-left: 23px
}
.Col3x label{ 
    line-height: 29px; 
    color: #777; 
    font-style: regular;
}
.Col3x h3 {  
    font-size: 17px; 
    font-weight: normal; 
    margin: 0; 
    padding: 0 0 10px 18px; 
    color: #000
}
.Col3x .input { 
    float: right; 
    width: 170px; 
    clear: both;
}
.left-form-coupon{
  float: left;
  width: 626px;
}
.right-form-coupon{
  float: right; 
  width: 313px;
}

.right-form-coupon .Col3x .input{
  float: none;
  width: auto;
}
.oneCol-inner .right-form-coupon .Col3x {
  padding-bottom: 0
}
 .right-form-coupon .button{
  width: 100px;
  float: right;
 }
.Col3x .forget { 
    padding: 5px 0 5px 25px; 
    display: block; 
    line-height: 1.2;
}
.Col3x input.radio{ 
    float: left; 
    display: block; 
    margin-top: 10px;
}
.Col3x .navButtons{ 
    margin-top: 10px;
}
.Col3x .navButtons .button{ 
    float: left; 
    width: 150px;
}
.Col3x-inner .navButtons .button{ 
    float: left; 
    width: 209px;
}
.rCol3x .navButtons .button{ 
    width: 65px;
}
.Col3x label.required{ 
    color: #000;
}
.Col3x  select { 
    width: 280px; 
    line-height: 29px; 
    margin: 4px 0 3px 0; 
    background-color: #fdf0c8;
}

.Col23x { 
    width: 630px; 
    padding: 10px 0; 
}
.Col23x h3.instructionTitle{ 
    margin-top: 10px; 
    padding: 10px 0 10px 10px; 
    color: #000;
    margin-bottom:0;
    font-weight: normal; 
    font-size: 17px
}

.Col3xText  { padding: 10px 20px; width: 280px;}
.Col3xText h6 
			{ font-size: 13px; font-weight: bold; margin: 0 0 5px 0; color: #333;}
.Col3xText p 
			{ margin: 0 0 20px 0;}
.navButtons	{ padding:0 18px 10px}
.Col2x-inner .navButtons{ padding: 10px;}
.row{ 
    border-bottom: 1px dotted #CCCCCC; 
    display: block; 
    overflow: hidden; 
    padding: 3px 10px;
}
.rCol3x h3{
    border-bottom: 1px dotted #CCCCCC;     
}



/*--------- YOUR INFO PAGE ------------*/

.steps{ 
	font-size: 15px; 
	padding: 10px 0 0 10px;  
	color: #000
}
.steps .step{ 
	width: 195px; 
	height: 44px; 
	line-height: 44px; 
	text-align: center; 
	background:  url("/img/css/bg-step.gif") no-repeat 0 0;
}
.steps .active{ 
	background: url("/img/css/bg-step-a.gif") no-repeat 0 0; 
}
.steps .sep{ 
	background: url("/img/css/bg-link-venz.gif") no-repeat 50% 50%; 
	width: 36px; 
	height: 44px;
}
.steps .step, .steps .sep{ 
	float: left;
}

.Col2x{
	float: left; 
	width: 450px; 
	padding: 10px; 
}
.rCol2x{ 
	float: right;
}
.Col2x h3{
	color:#000;
	border-top: none !important;
	border-bottom: 1px dotted #CCCCCC;
}
.Col2x label 
			{ line-height: 29px; color: #777; font-style: regular;}
.Col2x label.required 
			{ color: #000;}
.Col2x .red label 
			{color: #af2e01;}
.Col2x label.required 
			{ color: #000;}

.Col2x .red label.required 
			{ color: #af2e01;}
			
.Col2x  .input, .Col2x  select 
			{ width: 340px; float: right; clear: both;   font-style: regular;}
.Col2x-inner .input
      { width: 320px;}
.Col2x-inner input.radio {
    display: block;
    float: left;
    margin-top: 10px;
}
.Col2x-inner .forget {
    display: block;
    line-height: 1.2;
    padding: 5px 0 5px 25px;
}
.Col2x  select 
			{ width: 345px; line-height: 29px; margin: 4px 0 0 0; background-color: #fdf0c8;}
.Col2x h3, h3.instructionTitle{ 
    font-size: 18px; 
    font-weight: normal; 
    border-top: 1px dotted #ccc;  
    margin: 0; 
    padding: 10px 0 10px 10px;
	color: #000000;
}
.Col2x h3 span{
	color:#af2e01;
}
h3.instructionTitle{ 
    margin: 20px 10px 0;
}
textarea.instructions 
			{ background-color: #fdf0c8; width: 98%; font-family: "Georgia", Times New Roman, sans; font-style: regular; margin:0 auto}

.check-box	{ margin-left:11px}

.rowWrapper{
    border-bottom: 1px dotted #CCCCCC;
    display: block;
    overflow: hidden;
    padding: 3px 10px;
}
.rowWrapper .row{
  border: none;
  padding: 0;
  float: right;
  width: 300px;
}
.rowWrapper label{
  float: left;
  width: 120px;
}
.rowWrapper .row select{
  float: none;
  width: 117px;
  clear: none;
}
.rowWrapper .red input,
.rowWrapper .red select{
 border-color: #f00;
}


/*--------------------------*/
.cartTable-small {
    margin-bottom: 24px;
}

.cartTableWrapper { 
    margin: 10px;
}

.cartTable { 
    width: 100%; 
    background: #fff url("/img/css/bg-carttable-m.png") repeat-y scroll 0 0;
}
.cartTable td, .cartTable th{ 
    padding: 10px 10px; 
    border-bottom: 1px solid #dedede; 
    font-size: 14px;
}
.cartTable td{ 
    color:#363636
}
.cartTable .sale{ 
    color: #cc0000
}
.cartTable th{ 
    font-size: 13px;
	line-height: 17px;
    background:  url("/img/css/bg-carttable-header.gif") no-repeat scroll -10px 0; 
    color: #666666; 
    padding:8px 10px 9px
}
.cartTable th.first{ 
    background:  url("/img/css/bg-carttable-header.gif") no-repeat scroll 0 0; 
    padding-left: 20px;
}
.cartTable th.last{ 
    background:  url("/img/css/bg-carttable-header.gif") no-repeat scroll 100% 0;
}
.cartTable tbody td.last{ 
    background:  url("/img/css/bg-carttable-m.png") repeat-y scroll 100% 0;
}
.cartTable tbody td.first{ 
    padding-left: 20px;
	color: #666666;
}
.cartTable tfoot td.first{ 
    padding: 10px 20px 10px 20px; 
    border: none; 
    background: #fff url("/img/css/bg-carttable-footer.gif") no-repeat scroll 0 100%;
    font-size: 28px; 
    color: #000;
}
.cartTable tfoot td.last{ 
    text-align: right; 
    padding: 10px 20px 10px 20px; 
    border: none; 
    background: #fff url("/img/css/bg-carttable-footer.gif") no-repeat scroll 100% 100%;
    font-size: 28px; 
    color: #b0360b; 
    line-height: 30px;
}
.cartTable tfoot td.last span{ 
    font-size: 18px; 
    color: #000000; 
    padding-right: 18px
}

.cartTable th{ 
    text-align: left
}
.cartTable .thumbnail{ 
    width: 80px; 
    float: left; 
    padding-left: 20px;
}
.cartTable tbody td.each{ 
    color: #363636; 
    font-size: 18px
}
.cartTable tbody td.last{ 
    color: #b0360b; 
    font-size: 18px
}

.cartTable .info{ 
    text-align: left
}
.cartTable .info a:link,
.cartTable .info a:visited{ 
    color: #124d89; 
    font-size: 14px;
}
.cartTable .descr{ 
    font-size: 12px; 
    color:#666666; 
    line-height: 18px
}
.cartTable .descr b{ 
    color: #000000; 
    font-weight: normal
}
.cartTable form,
.cartTable .actionButtons{ 
    float: left
}
.cartTable .actionButtons  .button{
	width: 67px
}
.cartTable .removeButton  .button{
	width: 71px
}

.cartTableCheckout .input {
    float: left;
    margin:2px 5px 0 0;
    width: 24px;
}
.cartTable .button{ 
    margin-right: 4px; 
    margin-bottom: 5px
}
.cartTable-small .input{ 
    margin: -6px auto; 
    width: 40px;
}
.button-cart{ 
    padding: 0 10px 12px;
}
.button-cart .button{ 
    margin-left: 7px; 
    float: right
}
.button-cart .button-one{
    width: 163px;
}
.button-cart .button-two{
    width: 141px;
}
.cartTable .info{ 
    padding: 0 0 0 100px; 
}
.cartTable img { 
    display: block;
    float: left;
}
.cartTable a.thumbnail img{ 
    display: inline;
    float: none;
}
.button-cart-inner{ 
    margin:0 10px;
	padding:0 0 12px;
}
.button-cart-inner

.navButtons{ 
    padding-bottom: 20px
}
.navButtons .button{ 
    float: right
}
.button-3{
	width: 166px;
}
.button-4{
	width: 148px;
}
.button-5{
	width: 170px;
}
.button-6{
	width: 157px;
}




.oneCol-inner .Col3x{ 
	width: 293px; 
	padding: 10px
}
.Col3x label.info
			{ color: #666666; padding:0 8px; font-style: italic; line-height: 16px; padding: 0 0 10px 15px; overflow: hidden; display: block;}

/*------ FINAL PAGE-------*/
.row .value { float: left; width: 50px; padding: 7px 0; font-style: regular;}
.row .label { padding: 7px 0 7px 80px; font-style: regular; color: #000;}

.cartTable .subtotal 
			{ text-align: right; }
.payment .input 
			{ width: 280px; }
#exdate 	{ display: block; float: left; width: 140px;}
#exdatem, #exdatey 
			{ clear: none; float: left; width: 100px;}
.row .slash { float: left; line-height: 29px; padding: 0 5px;}
#cvvinput 	{ clear: none; float: left; width: 60px; }
#cvvanswer  { display: block; float: left; line-height: 29px; padding: 0 0 0 10px; font-style:italic}

/*------ TEXT PAGE-------*/
.rightCol h2.title 
            { color:#000000; text-align: left; font: normal 24px/28px "Georgia", Times New Roman, sans; 
              padding:0 20px; margin-bottom: 0}
.left-wrap
            { float: left; width: 184px}
.left-wrap .leftCol
            { margin-bottom: 10px}
.left-wrap .leftCol h3.title
            { text-transform: uppercase;  }

.text-info {text-align: left; padding:0 20px; line-height: 1.3;}

.text-info h1, .text-info h2, .text-info h3, .text-info h4, .text-info h5, .text-info h6 {
	line-height: 1; 
	font-weight: normal; 
	color: #000;
}

.text-info h1 {font-size: 30px;}
.text-info h2 {font-size: 24px; font-style: regular;}
.text-info h3 {font-size: 18px; font-style: regular;}
.text-info h3 span { color:#cc3300}
.text-info h4 {font-size: 16px;}
.text-info ul, .text-info ul li {display: block; list-style-type: none; margin: 0; padding: 0;}
.text-info ul {margin: 1em 0;}
.text-info ul li {background: transparent url("/img/css/list-style.gif") no-repeat scroll 0px 6px; padding: 0 0 5px 15px;}
.text-info ol li {padding-bottom: 5px;}
.text-info table {margin: 1em 0;}
.text-info table td, .text-info table th {border: 1px solid #ccc; padding: 5px 10px; border-width: 1px 0; vertical-align: middle;}
.text-info table th {font-weight: bold; border-top: none;}
.text-info img.floatRight {float: right; margin: 0 0 3em 3em; display: block;}
.text-info img.floatLeft { float: left; margin: 0 30px 55px 0; border: 6px solid #ebebeb; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; behavior: url(/PIE.htc);}
.text-info blockquote { font-style: italic; line-height: 20px; margin:0 30px}




/* from Alex's CSS */
.banner-box {position: relative;}
.banner-left{ float: left; border: 1px solid #dbdbdb; -webkit-border-radius: 9px; margin-bottom: 7px; behavior: url(/PIE.htc);
			  -moz-border-radius: 9px;  border-radius: 9px; background:url(../img/banner-bg.png) center repeat-x; width: 471px; height:64px;
			  text-align: left; position: relative; z-index: 10}
.banner-left a:link,
.banner-left a:visited
			{ display: block; width: 320px; height: 54px; padding:10px 12px 0 126px; 
			  background: url(../img/banner-icon-1.png) 16px 10px no-repeat; text-decoration: none}
.banner-left a span.title
			{ color:#333333; font: normal 18px/24px Georgia, "Times New Roman", Times, serif; display: block; letter-spacing: -1px}
.banner-left a span.info
			{ color:#660000; font: italic 14px/24px Georgia, "Times New Roman", Times, serif; float: left}
.banner-left a span.link
			{ float: right; color:#3c7207; padding-left: 15px; background: url(/img/css/arrow-green.png) left 6px no-repeat;
			  font: normal 13px/24px Georgia, "Times New Roman", Times, serif; white-space:nowrap }

.banner-right{ float: right; border: 1px solid #dbdbdb; -webkit-border-radius: 9px; margin-bottom: 7px; behavior: url(/PIE.htc);
			  -moz-border-radius: 9px;  border-radius: 9px; background:url(../img/banner-bg.png) center repeat-x; width: 476px; height:64px;
			  text-align: left}
.banner-right a:link,
.banner-right a:visited
			{ display: block; width: 333px; height: 54px; padding:10px 12px 0 126px; 
			  background: url(../img/banner-icon-2.png) 31px 3px no-repeat; text-decoration: none}
.banner-right a span.title
			{ color:#333333; font: normal 18px/24px Georgia, "Times New Roman", Times, serif; display: block; letter-spacing: -1px}
.banner-right a span.link
			{ float: left; color:#3c7207; padding-left: 15px; background: url(/img/css/arrow-green.png) left 6px no-repeat;
			  font: normal 13px/24px Georgia, "Times New Roman", Times, serif; }

.tabTable p {margin: 0 0 2px;}
.tabTable td {padding-right: 50px;}

.contactTable {border-collapse: collapse;}
.contactTable td {border-top: 1px solid #CCCCCC; padding: 7px 10px;}
.contactTable .label {margin-bottom: 4px;}

.venz {background: url("/img/css/bg-venz.png") no-repeat scroll 50% 0 transparent; clear: both; height: 18px; width: 100%;}

.search-table { margin-left: 20px;}
.search-table td{
  vertical-align: middle;
}

.oneCol .messages {padding: 0 20px;}

.Zoomer {cursor: crosshair;}
.pinitContainer {float: left; margin: -4px 0 0 5px; overflow: hidden;}

.sitemapTable {border-collapse: collapse; width: 100%;}
.sitemapTable td {border-bottom: 1px solid #d3d3d3; padding: 3px 10px;}

.FPWD .one-col-left {margin-left:9px;}
.CEML .one-col-left {margin-left:15px;}
.ACRT .one-col-left {margin-left:22px;}
.CPWD .one-col-left {margin-left:15px;}
.one-col-left {margin-bottom:20px;}

/* Forgot Password - FPWD */
.FPWD .button {margin:8px 0 0 12px;}
.FPWD .button input, .FPWD .button div {width:150px !IMPORTANT;}
.forgot-password td {padding:3px 0;}
.forgot-password b {padding-right:5px;}

/* Change Email - CEML */
.change-email-address td {padding:3px 0;}

/* Change Password - CPWD */
.change-password td {padding:3px 0;}

/* Contact - CONT */
.error {color:red !IMPORTANT;}

