/* General reset */
body{
	margin:0;
	color:#333;
	font:12px/18px Helvetica, Arial, sans-serif;
	background:url(../images/bg.jpg) repeat-x 50% 0;
	min-width:968px;
	text-align:left;
}
img{border-style:none;}
a{
	color:#d7287b;
}
a:hover{
	text-decoration:none;
	color:#d7287b;
}
input,
textarea,
select{
	font:100% Arial, Verdana, sans-serif;
	vertical-align:middle;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
h1{
	margin:0;
	padding:0 0 18px;
	font-size:18px;
	line-height: 22px;
}
h2{
	margin:0;
	font:18px/22px Helvetica, Arial, sans-serif;
	padding:0 0 14px;
}
h2.font-face{
	font-size:18px;
	line-height: 22px;
}
h3{
	margin:0;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	padding:0 0 18px;
}
h4{
	font:bold 12px/14px Helvetica, Arial, sans-serif;
	margin:0;
	padding:0 0 16px;
}
h5{
	margin:0;
	font:10px/12px Helvetica, Arial, sans-serif;
	padding:0 0 12px;
}
p{
	margin:0;
	padding:0 0 12px;
}

.wrapper{
	margin:0 auto;
	width:968px;
	min-width:968px;
}
/* main */
#main{
	width:100%;
	position:relative;
	z-index:5;
	margin:0 0 -170px;
}
#main:after{height:0;clear:both;content:'';display:block;}
/* top panel */
.top-panel{
	width:100%;
	background:url(../images/bg-top-panel-grey-dark.png) no-repeat 5px 100%;
	height:103px;
	margin:0 0 22px;
	z-index: 1000;
	position: relative;
}
.top-panel:after{height:0;clear:both;content:'';display:block;}
.top-panel .holder{
	width:100%;
}
.top-panel .holder:after{height:0;clear:both;content:'';display:block;}

/* navigation */
.navigation{
	list-style:none;
	padding:0;
	margin:0;
	background:url(../images/bg-nav.png) no-repeat;
	width:713px;
	height:53px;
	float:left;
	font-size:16px;
	padding:5px 10px 0;
	z-index: 1001;
	position: relative;
}
.navxl .navigation {
	background:url(../images/bg-nav-xl.png) no-repeat;
	width:960px;
	margin-bottom: 20px;
	float: none;
}
.navigation li {float:left;}
.navigation .sub-item { position: relative; }
.navigation .subnav { position: absolute; display: none; left: 0px; top: 48px; background: #3a3a3a; color: #FFF; z-index:3; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; width: 340px;}
.navigation .subnav li { float: left; width: 150px; padding:0 10px}
.navigation .subnav li:hover { background:#454545; }
.navigation .subnav li a { font-size:14px; display:block; -moz-border-radius: 5px; -webkit-border-radius:5px; text-align:underline; width:160px; padding:10px 0;}
.navigation .subnav li a:hover { text-align:none; background:#454545; padding:0; padding:10px 0;}
.navigation .intro_sub {
border-bottom: 1px dotted #535353;
margin: 0px 10px 15px;
overflow: hidden;
padding-bottom: 10px;
text-align: left;
width: 320px;
}
.navigation .intro_sub p { font-size: 12px; padding:10px 0 5px 0;}
.navigation .intro_sub p img { width:62px; height:53px; margin-right:10px; border:#000; float:left;}
.navigation li:hover .subnav { display: block; }
.navigation a{
	float:left;
	color:#fff;
	text-decoration:none;
}
.navigation .active a{background:url(../images/bg-nav-active.gif);}
.navigation a span{
	float:left;
	padding:0 15px;
	cursor:pointer;
	height:49px;
	line-height:48px;
}
.navigation a:hover{
	background:url(../images/bg-nav-hover.gif) no-repeat;
	padding:0 0 0 6px;
	color:#fff;
}
.navigation a:hover span{
	background:url(../images/bg-nav-hover.gif) no-repeat 100% 0;
	padding:0 15px 0 9px;
}
/* button cart */
.btn-cart{
	float:right;
	background:url(../images/btn-cart.png);
	width:158px;
	height:53px;
	padding:5px 10px 0 65px;
	line-height:50px;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
	font-size:12px;
}
.btn-cart:hover, .btn-cart.active{
	color:#fff;
	background:url(../images/btn-cart-hov.png);
}
.btn-cart span .price { font-size:16px; margin-right:22px;}

/* search */
.search-box{
	float:right;
	width:572px;
	padding:2px 14px 0 0;
}
.search-box .guarantee{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	/* background:url(../images/guarantee.png); */
	width:87px;
	height:30px;
	margin:0 12px 0 0;
}
.search-box form{
	float:left;
	background:url(../images/bg-search.png);
	width:444px;
	height:33px;
	padding:0 12px 0 15px;
}
.search-box fieldset{display:block;}
.search-box .txt{
	float:left;
	border:0;
	font:12px/14px Helvetica, Arial, sans-serif;
	height:14px;
	padding:9px 0 10px;
	width:412px;
	background:none;
}
.search-box .btn-search{
	float:right;
	text-indent:-9999px;
	line-height:200px;
	overflow:hidden;
	background:url(../images/btn-search.gif);
	width:16px;
	height:20px;
	border:0;
	cursor:pointer;
	margin:7px 4px 0 0;
	padding:0;
}
/* small slider */
.small-slider{
	float:left;
	width:336px;
	overflow:hidden;
	position:relative;
	margin:2px 0 0 23px;
	display:inline;
}
.small-slider ul{
	list-style:none;
	padding:0;
	margin:0;
	width:9999px;
	height:35px;
}
.small-slider li{
	float:left;
	width:336px;
	overflow:hidden;
	height:35px;
}
.small-slider img{
	float:left;
	margin:6px 10px 0 0;
}
.small-slider p{
	height:100%;
	padding:0;
	line-height:35px;
}
/* home slider */
.home-slider{
	background:url(../images/bg-slider.png);
	width:960px;
	height:312px;
	overflow:hidden;
	padding:4px;
	margin:0 0 33px;
}
.home-slider-small {
	background:url(../images/bg-slider-small.png);
	height: 242px;
	width:960px;
	overflow:hidden;
	padding:4px;
	margin:0 0 33px;
}
.home-slider-small .gallery-box,
.home-slider .gallery-box{
	width:960px;
	height:312px;
	overflow:hidden;
	position:relative;
}
.home-slider-small .gallery-box{
	height: 242px;
}
.home-slider ul{
	width:9999px;
	height:312px;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	margin:0;
}
.home-slider li{
	width:960px;
	height:312px;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.home-slider li.active {z-index:1;}
.home-slider img{display:block;}
.home-slider-small .hover-box,
.home-slider .hover-box{
	position:absolute;
	left:0;
	top:80px;
	width:100%;
}
.home-slider-small .hover-box {
	top: 70px;
}
.home-slider-small .slogan,
.home-slider .slogan{
	width:100%;
	overflow:hidden;
	padding:0 0 2px;
}
.home-slider-small .slogan p,
.home-slider .slogan p{
	float:left;
	background:url(../images/bg-slogan.png) no-repeat 100% 0;
	color:#fff;
	font-size:42px;
	line-height:58px;
	padding:0 20px;
}

.home-slider-small .slogan p {
	font-size:32px;
	line-height:48px;
	background-position: center center;
}
.home-slider .btn-price{
	float:left;
	padding:20px 0 0 238px;
}
.home-slider .btn-price span{
	float:left;
	overflow:hidden;
	height:40px;
	width:7px;
	background:url(../images/btn-price-l.png);
}
.home-slider .btn-price .r{background:url(../images/btn-price-r.png);}
.home-slider .btn-price .m{
	float:left;
	background:url(../images/btn-price.png);
	height:35px;
	padding:5px 15px 0 12px;
	color:#ff3c00;
	font:22px/28px Arial, Helvetica, sans-serif;
}
/* twocolumn */
.twocolumn{
	width:100%;
	overflow:hidden;
}
.twocolumn .column-content{
	float:left;
	width:708px;
	overflow:hidden;
}
/* box */
.box{
	width:100%;
	overflow:hidden;
	padding:0 0 22px;
}
.box .top{
	overflow:hidden;
	font-size:0;
	line-height:0;
}
.box .top .right,
.box .top .left,
.box .bottom .right,
.box .bottom .left{
	float:right;
	width:4px;
	height:4px;
	overflow:hidden;
}
.box .top .right{background:url(../images/box-tr.png) no-repeat;}
.box .top .left{
	float:left;
	background:url(../images/box-tl.png) no-repeat;
}
.box .bottom .right{background:url(../images/box-br.png) no-repeat;}
.box .bottom .left{
	float:left;
	background:url(../images/box-bl.png) no-repeat;
}
.box .bg{
	overflow:hidden;
	height:4px;
	display:block;
}
.box .top .bg{background:url(../images/box-t.png) repeat-x;}
.box .bottom .bg{background:url(../images/box-b.png) repeat-x;}
.block-area{
	width:100%;
	overflow:hidden;
}
.block-area .left-shadow,
.block-area .right-shadow{
	float:left;
	width:4px;
	display:inline;
	overflow:hidden;
	padding:0 0 9999px;
	margin:0 0 -9999px;
}
.block-area .left-shadow{
	background:url(../images/box-l.png) repeat-y;
}
.block-area .right-shadow{
	float:right;
	background:url(../images/box-r.png) repeat-y;
}
.box .content{
	background:#fff;
	margin:0 3px;
	height:1%;
	padding:10px;
}
/* Block: Wishlist */
.block-wishlist .title-box small { float:right; font-size: 12px; font-weight: normal; }
.block-wishlist .actions { text-align:right; padding:5px; background: #f8f8f8; border-top:1px solid #eee; }
.block-wishlist .actions a { float:none; }
.block-wishlist p { margin:0; padding:0; }
.block-wishlist .block-subtitle { padding:5px; background-color: #f8f8f8;}

#wishlist-sidebar li.item { padding:10px 0; border-top:1px solid #eee; overflow:hidden;}
#wishlist-sidebar .product-details .btn-remove { float:right; }
#wishlist-sidebar .product-name a { font-weight:bold; text-decoration: none; color:#333; }
#wishlist-sidebar .product-image { border:none; }
#wishlist-sidebar .old-price { color:#666; }
#wishlist-sidebar .old-price .price {text-decoration: line-through;}
#wishlist-sidebar .regular-price .price { font-size:18px; }
#wishlist-sidebar .special-price .price { font-size:18px; }

* html .box .content{margin:0 1px;}
/* tabset */
.tabset{
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:33px;
	border-bottom:5px solid #eee;
}
.tabset li{float:left;}
.tabset a{
	float:left;
	color:#333;
	height:33px;
	padding:0 12px;
	text-decoration:none;
}
.tabset a.active{
	font-weight:bold;
	background:#eee;
}
.tabset .all-sales a { color:#d7287b; font-family: Helvetica,Arial,sans-serif; font-size:12px;}

/* tabs content */
.tabs-content{
	width:100%;
	overflow:hidden;
}
/* product list */
.product-list{
	list-style:none;
	padding:0;
	margin:0;
	border-left:5px solid #eee;
}
.product-list-grid{
	margin: 0 0 10px;
	border-top:5px solid #eee;
}
.product-list li{
	border-right:5px solid #eee;
	border-bottom:5px solid #eee;
	width:200px;
	padding:10px 10px 60px;
	display:inline-block;
	vertical-align:bottom;
	position:relative;
	min-height:240px;
}
* html .product-list li{height:223px;}
*+ html .product-list li{width:199px;}
.product-list .img-product{display:block;position: relative;}
.product-list .img-product span.ribbon { position: absolute; top: 0; left: 0; text-indent: -1234em; overflow: hidden; }
.product-list .img-product span.onsale { width: 73px; height: 73px; background: url(../images/ribbon-onsale.png) no-repeat; }
.product-list .img-product img{display:block; min-height:170px;}
.product-list h2{
	font:bold 13px Helvetica, Arial, sans-serif;
	padding:0;
}
.product-list h2 a{
	color:#333;
	text-decoration:none;
}
.product-list .panel{
	width:198px;
	padding-top:10px;
	overflow:hidden;
	position:absolute;
	left:10px;
	bottom:5px;
	min-height:45px;
}
.panel .right .lnk-more { position: absolute; bottom:10px;  }
.short-description table {
	width: 100%;
}
.product-list .list-short-description {}
/*.product-list .price-box .regular-price {margin-bottom:10px;} */
.product-options-bottom .price-box .regular-price .price,
.price-box .special-price .price,
.product-list .price{
	width:125px;
	font-size:28px;
	line-height:22px;
	white-space:normal;
}
.product-list .price p{padding:0;}
.product-list .price p span{
	font-size:22px;
	color:#333 !important;
}
.product-list .price p strong{
	font-weight:normal;
	font-size:22px;
}
.product-list .right{width:67px;}
.product-list .product-info{
	height:1%;
	padding:10px 0;
	margin:10px 0 -40px;
	border-top:1px solid #eee;
}
.product-list .product-info h3{
	font-size:16px;
	padding:0 0 8px;
}
.product-list .product-info h3 a{
	text-decoration:none;
	color:#333;
}
.product-list .product-info .hold{
	width:100%;
	overflow:hidden;
}
.product-list .product-info .btn-more{
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-more.gif);
	width:28px;
	height:28px;
	margin:3px 0 0 5px;
}
.product-list .product-info .btn-more:hover{background:url(../images/btn-more-hover.gif);}
.product-list .product-info p{
	height:1%;
	overflow:hidden;
	padding:0;
}
.rating-box{
	width:67px;
	height:13px;
	overflow:hidden;
	background:url(../images/empty-star.gif);
}
.product-list .rating-box{margin:7px 0 8px;}
.rating-box .rating{
	height:13px;
	background:url(../images/full-star.gif);
	overflow:hidden;
}
.lnk-more{
	padding:0 14px 0 0;
	background:url(../images/blt-more.gif) no-repeat 100% 50%;
	text-decoration:none;
}
.lnk-more span{text-decoration:underline; color:#d7287b;}
.lnk-more:hover span{text-decoration:none;}
.lnk-plus{text-decoration:none;}
.lnk-plus span{text-decoration:underline;}
.lnk-plus:hover span{text-decoration:none;}
/* aside */
.aside{
	float:right;
	width:248px;
}
/* title box */
.product-shop .product-name,
.title-box{
	background:#eee;
	padding:4px 10px 6px;
	height:1%;
	overflow:hidden;
}
.product-shop .product-name{
	margin:0 -10px 16px;
	width:398px;
	overflow:visible;
	position:relative;
}
#aside-bar .title-box,
#sidebar .title-box{
	height:auto;
	width:200px;
}
.title-box h1 {
	font-size:16px;
	line-height: 22px;
	padding:0;
}
.product-name h1,
.title-box h2{
	font-size:16px;
	line-height: 22px;
	padding:0;
}
.title-box p.filter_heading {
	font-size: 16px;
	line-height: 22px;
	padding: 0px;
}
.product-shop h2 {
	padding: 0 0 7px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.product-name h1 span,
.title-box h2 span{font-weight:bold;}
.title-box .lnk{
	float:right;
	font-weight:bold;
	color:#333;
	padding:4px 0 0;
}
/* popular list */
.popular-list{
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
}
.popular-list li{
	width:211px;
	padding:10px 5px;
	border-top:1px solid #eee;
	overflow:hidden;
	vertical-align:top;
}
.main-twocolumn .popular-list {
	padding-top: 10px;
}
.main-twocolumn .popular-list li {
	float: left;
	border-top: 0;
	border-left: 1px solid #eee;
	padding: 10px;
}
.popular-list li:first-child{border:0; padding-left: 0;}
.popular-list li:last-child{ padding-right: 0; }
.popular-list .photo{
	float:left;
	width:55px;
}
.popular-list .photo img{display:block;}
.popular-list .descr{
	float:right;
	width:146px;
	padding:0;
	line-height:18px;
}
.popular-list h3{
	padding:0 0 2px;
	font-size:12px;
}
.popular-list h3 a{text-decoration:none; color:#333;}
.popular-list h3 a:hover{text-decoration:underline;}
.popular-list p{
	color:#333;
	padding:0;
}
.popular-list .price-box .special-price .price { font-size: 18px !important; }
.popular-list .price-box .old-price .price {text-decoration: line-through !important; color:red !important;}
.popular-list p strong{
	font-weight:normal;
	font-size:14px;
	color:#333;
}
.popular-list .regular-price .price { font-size:18px;}
.popular-list .special-price {}
.popular-list .minimal-price {}
.popular-list .minimal-price .price {color:#333; font-size:18px;}
/* headline */
.headline{
	color:#fff;
	background:url(../images/blue-row.jpg) no-repeat;
	height:33px;
	padding:0 0 0 10px;
}
.headline .box-bg{
	width:100%;
	overflow:hidden;
	height:33px;
	background:url(../images/blue-row.jpg) no-repeat 100% 0;
}
.btn-red{
	float:right;
	color:#fff;
	line-height:23px;
	text-decoration:none;
}
.btn-red:hover{color:#fff;}
.headline .btn-red{margin:1px 4px 0 0;}
.btn-red span{
	float:left;
	overflow:hidden;
	cursor:pointer;
	height:30px;
}
.btn-red .l{
	width:9px;
	background:url(../images/btn-red-l.png);
	margin:1px 0 0;
}
.btn-red:hover .l{background:url(../images/btn-red-l-hov.png);}
.btn-red .r{
	width:20px;
	background:url(../images/btn-red-r.png);
	margin:1px 0 0;
}
.btn-red:hover .r{background:url(../images/btn-red-r-hov.png);}
.btn-red .m{
	background:url(../images/btn-red.png);
	padding:4px 7px;
	height:23px;
}
.btn-red:hover .m{background:url(../images/btn-red-hov.png);}
.headline p{
	line-height:33px;
	float:left;
	overflow:hidden;
	font-size:14px;
	margin:0 -20px 0 0;
}
/* article */
.article{
	height:1%;
	overflow:hidden;
	padding:0 0 0 10px;
	line-height:20px;
}
.article p{padding:14px 0 6px;}
.article p a.lnk-more{border:1px solid #fff;}
.img-right{
	float:right;
	margin:10px 0 0 10px;
}
/* blue box */
.blue-box{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-blue.jpg);
	color:#fff;
}
#sidebar .blue-box{margin:0 0 30px;}
#sidebar .subscribe .block-content {
	padding: 10px 0;
}
#sidebar .subscribe button {
	margin-top: 5px;
}
#sidebar .subscribe label,
#sidebar .subscribe input {
	margin: 5px 0;
}
#sidebar .subscribe input {
	width: 120px;
}
#sidebar .subscribe label {
	width: 80px;
	display: block;
	float: left;
	line-height: 18px;
	clear: left;
	margin-left: 10px;
}
.blue-box .box-bg{
	height:1%;
	overflow:hidden;
	background:url(../images/bg-blue-b.jpg) repeat-x 0 100%;
	padding:5px 10px;
}
.blue-box h1{
	padding:0 0 8px;
	font-size:18px;
	line-height: 22px;	
	color:#fff;
	font-weight: normal;
}
.blue-box h1 span{font-weight:bold;}
.blue-box p{padding:0 0 17px;}
.blue-box h3{
	font-size:18px;
	line-height: 22px;
	color:#fff;
	padding:0 0 14px;
	font-weight: normal;
}
.blue-box h3 span{font-weight:bold;}
.check-list{
	list-style:none;
	padding:0;
	margin:0;
}
.check-list li{
	height:1%;
	overflow:hidden;
	background:url(../images/blt-check.gif) no-repeat 0 4px;
	padding:0 0 14px 18px;
}
/* twocolumn box */
.twocolumn-box{
	width:100%;
	overflow:hidden;
	padding:0 0 15px;
}
.twocolumn-box .col{
	float:left;
	width:335px;
}
.twocolumn-box .col-r{float:right;}
/* post */
.post{
	height:1%;
	overflow:hidden;
	padding:15px 0 0 10px;
	line-height:20px;
}
.post h3{
	padding:0;
	font-size:16px;
	line-height:18px;
}
.post .details{
	display:block;
	padding:0 0 8px;
}
.post h3 a{
	color:#0a263c;
	text-decoration:none;
}
.post h3 a:hover{
	color:#0a263c;
	text-decoration:underline;
}
/* news list */
.news-list{
	padding:19px 0 0;
	margin:0;
	list-style:none;
	border-bottom:1px solid #eee;
	width:100%;
	overflow:hidden;
}
.news-list li{
	height:1%;
	overflow:hidden;
	border-top:1px solid #eee;
	vertical-align:top;
	padding:5px 13px 5px 7px;
}
.news-list span{
	float:left;
	padding:0 8px 0 0;
	font-size:10px;
}
.news-list a{
	display:block;
	text-decoration:none;
	background:url(../images/blt-more.gif) no-repeat 100% 50%;
	padding: 0 15px 0 0;
	margin: 0 0 0 53px;
}
.news-list a:hover{
	color:#333;
	background:url(../images/blt-more-hov.gif) no-repeat 100% 50%;
}
/* posts list */
.posts-list{
	list-style:none;
	margin:0 0 14px;
	padding:20px 0 0;
	border-bottom:1px solid #eee;
}
#sidebar .posts-list{
	padding:0;
}
.posts-list li{
	width:200px;
	overflow:hidden;
	border-top:1px solid #eee;
	padding:6px 10px;
}
.posts-list p{padding:0;}
/* bottom columns */
.bottom-columns{
	width:100%;
	overflow:hidden;
	padding:10px 0 17px;
}
.bottom-columns .col1{
	float:left;
	width:255px;
	padding:0 42px 0 0;
}
.bottom-columns .col2{
	float:left;
	width:195px;
	padding:0 20px 0 0;
}
.bottom-columns .col3{
	float:left;
	width:210px;
}
.bottom-columns h3{
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	width:37px;
}
* html .bottom-columns h3{width:34px;}
.bottom-columns .txt1{
	background:url(../images/txt1.gif) no-repeat;
	height:196px;
}
.bottom-columns .txt2{
	background:url(../images/txt2.gif) no-repeat;
	height:151px;
}
.bottom-columns .txt3{
	background:url(../images/txt3.gif) no-repeat;
	height:77px;
}
.bottom-columns .txt4{
	background:url(../images/txt4.gif) no-repeat;
	height:76px;
}
.bottom-columns .txt5{
	background:url(../images/txt5.gif) no-repeat;
	height:63px;
}
.bottom-columns .col-content{
	height:1%;
	overflow:hidden;
}
.bottom-columns .col-content p{padding:0 0 10px;}
.bottom-columns .col-content h4{
	font-size:18px;
	line-height: 22px;
	padding:0 0 6px;
}
/* social */
.social{
	list-style:none;
	padding:0;
	margin:0;
}
.social li{
	float:left;
	margin:0 9px 0 0;
}
.social img{display:block;}
.link-list{
	list-style:none;
	padding:0;
	margin:0;
	line-height:14px;
}
.link-list li{
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
}
.link-list a{color:#333;}
/* footer */
#footer{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-footer.jpg);
	height:180px;
	padding:150px 0 0;
	text-align:center;
	color:#fff;
}
#footer p{padding:0;}
#footer p a{color:#fff;}
/* header */
#header{
	position:relative;
	width:100%;
	z-index:999999;
	min-width:968px;
}
/* head-panel */
.head-panel{
	width:100%;
	overflow:hidden;
	height:37px;
}
/* top logos */
.top-logos{
	list-style:none;
	padding:0;
	margin:0 0 0 -5px;
}
.top-logos li{
	float:left;
	margin:0 8px 0 0;
	height:37px;
	overflow:hidden;
}
.top-logos a{
	height:38px;
	background:url(../images/top-logos.gif);
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
.top-logos .top-logo1{
	background-position:0 0;
	width:129px;
}
.top-logos .top-logo1:hover{background-position:0 38px;}
.top-logos .top-logo2{
	background-position:-606px 0;
	width:135px;
}
.top-logos .top-logo2:hover{background-position:-606px 38px;}
.top-logos .top-logo3{
	background-position:-129px 0;
	width:115px;
}
.top-logos .top-logo3:hover{background-position:-129px 38px;}
.top-logos .top-logo4{
	background-position:-469px 0;
	width:137px;
}
.top-logos .top-logo4:hover{background-position:-469px 38px;}
.top-logos .top-logo5{
	background-position:-244px 0;
	width:138px;
}
.top-logos .top-logo5:hover{background-position:-244px 38px;}
.top-logos .top-logo6{
	background-position:-382px 0;
	width:87px;
}
.top-logos .top-logo6:hover{background-position:-382px 38px;}
.top-logos .top-logo7{
	background-position:-706px 0;
	width:128px;
}
.top-logos .top-logo7:hover{background-position:-706px 38px;}
.logo-panel{
	width:100%;
	padding:0 0 9px;
}
.logo-panel:after{height:0;clear:both;content:'';display:block;}
/* logo */
.logo{
	float:left;
	overflow:hidden;
	width:327px;
	height:85px;
	margin:32px 0 0 -18px;
	position:relative;
}
.logo a{
	display:block;
	height:100%;
}
.menu-holder{
	float:right;
	padding:55px 4px 0 0;
	position: relative;
}
/* phone */
.menu-holder .welcome-msg {
	color:#FFFFFF;
	position:absolute;
	top:30px;
	right:5px;
}
.menu-holder .phone{
	float:left;
	font-size:13px;
	background:url(../images/ico-phone.gif) no-repeat 0 50%;
	padding:0 0 0 18px;
	color:#fff;
	line-height:18px;
	font-weight:normal;
}
/* menu */
.menu-holder .menu{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	line-height:21px;
}
.menu-holder .menu li{
	float:left;
	margin:0 0 0 10px;
	display:inline;
	background:url(../images/bg-menu.gif) no-repeat;
	padding:0 0 0 3px;
}
.menu-holder .menu li.top-b {
	border-top:1px solid #2D2D2D;
	line-height:;
}
.menu-holder p.menu-route { padding-left:3px; }
.menu-holder .menu li:hover,
.menu-holder .menu li.hover{
	position:relative;
	background:url(../images/bg-menu-hover.gif) no-repeat;
}
.menu-holder .menu a{
	float:left;
	background:url(../images/bg-menu.gif) no-repeat 100% 0;
	color:#fff;
	text-decoration:none;
	padding:0 7px 0 4px;
	overflow:hidden;
}
.menu-holder .menu p a{
	text-decoration:underline;
}
.menu-holder .menu li:hover a,
.menu-holder .menu li.hover a{background:none;}
.menu-holder .menu li:hover a:hover,
.menu-holder .menu li.hover a:hover{ text-decoration: none;}
.menu-holder .menu span{
	float:left;
	background:url(../images/arrow-bottom.gif) no-repeat 100% 6px;
	padding:0 14px 0 0;
	cursor:pointer;
	height:26px;
	overflow:hidden;
}
.menu-holder .menu li:hover span,
.menu-holder .menu li.hover span{background:url(../images/arrow-bottom-hover.gif) no-repeat 100% 6px;}
/* breadcrumbs */
.breadcrumbs{
	width:100%;
	overflow:hidden;
	margin:-7px 0 0;
	padding:0 0 14px 10px;
	list-style:none;
	font-size:12px;
	line-height:14px;
	clear: left;
}
.breadcrumbs li{
	padding:0 2px ;
	float:left;
}
.breadcrumbs strong{font-weight:normal;}
/* main twocolumn */
.main-twocolumn{
	width:100%;
	overflow:hidden;
}
/* content */
#content{
	float:right;
	width:706px;
}
* html #content{width:708px;}
/* slider */
.category-slider {
	position:relative;
}
.slider{
	background:url(../images/bg-slider-inner.png);
	margin:0 0 22px;
	padding:4px;
	width:700px;
	height:246px;
}
.slider .slider-content{
	position:relative;
	overflow:hidden;
	width:700px;
	height:246px;
}
.slider ul{
	list-style:none;
	padding:0;
	margin:0;
	width:9999px;
}
.slider li{
	float:left;
	width:700px;
	height:246px;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.slider li.active {z-index:1;}
.slider li img{display:block;}
.slider .hover-box{
	position:absolute;
	top:10px;
	left:10px;
	width:274px;
	color:#fff;
	z-index:2;
}
.slider .hover-box .hold{
	overflow:hidden;
	width:100%;
	background:url(../images/opacity.png);
}
.slider .hover-box .box-header{
	background:#000;
	padding:5px 10px;
	margin:0;
	font-weight:normal;
	font-size:18px;
}
.slider h1{
	padding:0;
}
.slider .box-content{
	padding:15px 10px;
	overflow:hidden;
	width:254px;
}
.slider .box-content p{padding:0 0 8px;}
/* Category Top discription */
.top-std { border:5px solid #eee; padding:10px; }
/* filter */
.filter-wrapper{
	margin:0 -30px 0 0;
	width:693px;
	padding:0 0 10px;
	position:relative;
	z-index: 100;
}
.filter-wrapper:after{height:0;clear:both;content:'';display:block;}
.filter{
	float:left;
	margin:10px 8px 0 0;
	width:222px;
	position:relative;
	cursor: pointer;
}
.filter-wrapper .row-1 {
	z-index: 160;
}
.filter-wrapper .row-2 {
	z-index: 150;
}
.filter-wrapper .dropper{
	display:block;
	width:213px;
	height:30px;
	padding:0 0 0 9px;
	line-height:30px;
	color:#333;
	text-decoration:none;
	background:#eee url(../images/blt-opener.gif) no-repeat 202px 50%;
}
.filter-wrapper .trigger { display: block; }
.filter div {
	position:absolute;
	left:0;
	top:30px;
}
.filter ul.filter-list {
	list-style:none;
	padding:0;
	margin:0;
	border-bottom:1px solid #eee;
	width:222px;
	line-height:29px;
	overflow:hidden;
	left: -1234em;
	position:absolute;
	top:30px;
	background:#f9f9f9;
}
.filter:hover ul.filter-list {
	left: 0;
}
.filter-wrapper .dropper:hover {
	display: block;
	background: url(../images/bkg-filter-head-hover.gif) repeat-x;
}
.filter:hover .trigger {
	display: block;
	background: url(../images/blt-opener-hover.gif) no-repeat 192px 50%;
}
.filter-wrapper .dropper .filter-list{display:block;}
.filter .dropper ul.filter-list{display:block;}
.filter .filter-list li{
	border:1px solid #eee;
	border-bottom:none;
	vertical-align:top;
	position:relative;
	background:#f9f9f9;
	padding:0 8px;
	height:1%;
	font-size:12px;
}

.filter .filter-list li .price { font-size: 12px !important;}

.filter .filter-list li:hover { background:#fff; }
.filter .filter-list a{
	color:#d7287b;
	text-decoration:none;
}
.filter .filter-list strong{
	color:#d7287b;
	font-weight:normal;
}
.filter-wrapper .active {
	background: #d7287b;
	color: #fff;
	line-height: 30px;
}
.filter-wrapper span {
	padding: 0 9px;
}
.filter-wrapper .active .remove {
	height: 12px;
	width: 12px;
	text-indent: -1234em;
	overflow: hidden;
	display: block;
	background: url(../images/blt-close.gif) no-repeat;
	float: right;
	margin: 9px 9px 0 0;
}
.filter .filter-list span{font-size:10px;}
/* options panel */
.options-panel{
	background:#f9f9f9;
	padding:0 8px 10px;
	color:#656565;
	line-height:21px;
	margin:0 0 10px;
}
.options-panel .row{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #f1f1f1;
	padding:6px 0;
}
.options-panel a{color:#656565;}
.options-panel a:hover{color:#656565;}
/* pager */
.pager{float:left;}
.pager span{float:left;}
.pager ul{
	float:left;
	list-style:none;
	padding:0 4px;
	margin:0;
	font-weight:bold;
}
.pager li{
	float:left;
	padding:0 6px;
	height:21px;
}
.pager a{float:left;}
.pager a:hover{color:#fff;}
.pager .active{background:#656565;}
.pager .active a{
	text-decoration:none;
	color:#fff;
}
.pager li:hover,
.pager li.hover{background:#d7287b;}
.pager li:hover a,
.pager li.hover a{
	text-decoration:none;
	color:#fff;
}
.pager .prev,
.pager .next{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:9px;
	height:21px;
}
.pager .prev{background:url(../images/lnk-prev.gif) no-repeat 0 6px;}
.pager .next{background:url(../images/lnk-next.gif) no-repeat 0 6px;}
.sort-panel{float:right;}
.sort-panel span{float:left;}
.sort-panel ul{
	list-style:none;
	padding:0 5px;
	margin:0;
	float:left;
}
.sort-panel li{
	float:left;
	padding:0 8px;
}
.sort-panel a{float:left;}
.sort-panel .active{background:#656565;}
.sort-panel .active a{
	text-decoration:none;
	color:#fff;
}
.sort-panel .arrow{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/arrow.gif);
	width:10px;
	height:12px;
	margin:5px 3px 0 0;
}
.row1{
	width:100%;
	overflow:hidden;
	padding:9px 0 0;
}
.row1 .pager{float:right;}
.row1 .pager span{padding:0 10px;}
.row1 p{
	float:left;
	padding:0 10px 0 0;
	width:220px;
}
.row1 .view{
	float:left;
}
.row1 .view span{
	float:left;
}
.row1 .view a{
	float:left;
	padding:0 5px 0 24px;
	height:21px;
	color:#333;
	margin:0 0 0 3px;
}
.row1 .view .lnk-table{background:url(../images/ico-table.gif) no-repeat 2px 2px;}
.row1 .view .lnk-list{background:url(../images/ico-list.gif) no-repeat 2px 2px;}
.row1 .view a.active,
.row1 .view a:hover{
	color:#fff;
	background-position:2px -27px;
	background-color:#d7287b;
	text-decoration:none;
}
.row1 .view a.active{background-color:#656565 !important;}
/* product list detail */
.catalog-listing{line-height:18px;}
.product-list-detail{
	list-style:none;
	padding:0;
	margin:0 0 10px;
	border:5px solid #eee;
	border-top:none;
}
.product-list-detail li{
	height:1%;
	overflow:hidden;
	border-top:5px solid #eee;
	padding:10px;
	vertical-align:top;
}
.product-list-detail .photo{
	float:left;
	width:198px;
	border-right:2px solid #f9f9f9;
	padding:0 10px 0 0;
	margin:0 9px 0 0;
	text-align:center;
}
* html .product-list-detail .photo{margin:0 6px 0 0;}
.product-list-detail .photo { position: relative; }
.product-list-detail .photo span.ribbon { position: absolute; top: 0; left: 0; text-indent: -1234em; overflow: hidden; }
.product-list-detail .photo span.onsale { width: 73px; height: 73px; background: url(../images/ribbon-onsale.png) no-repeat; }
.product-list-detail .photo img{display:block;}
.product-list-detail .descr{
	height:1%;
	overflow:hidden;
}
.product-list-detail h3{
	padding:0 0 16px;
	font-size:16px;
	line-height:18px;
}
.product-list-detail h3 a{
	text-decoration:none;
	color:#333;
}
.product-list-detail .options{
	width:100%;
	overflow:hidden;
	padding:0 0 8px;
}
.catalog-listing .ratings{
	float:left;
	padding:0 8px 0 0;
	margin:0;
}
.catalog-listing .ratings span{float:left;}
.catalog-listing .ratings .rating-box{
	float:left;
	margin:4px 6px 0 0;
}
.product-list-detail .ratings { float:left; margin-right:5px;}
.product-list-detail .ratings .amount a {
	text-decoration: none;
	color:#333;
}
.product-list-detail .add-to{
	display:inline;
	padding:0;
	font-size:12px;
	margin:0;
	line-height:18px;
	font-weight:normal;
	float:left;
	margin:4px 0 0;
}
.product-list-detail p{padding:0;}
.product-list-detail .add-to a:hover{text-decoration:none;}
.product-list-detail .row{
	width:100%;
	overflow:hidden;
	line-height:26px;
	position: relative;
}
.product-list-detail .lnk-more {
	float:right;
	position: absolute;
	bottom:0;
	right:0;
}
.product-list-detail .price {
	font-size:14px;
	margin-right: 20px;
}
.product-list-detail .price .old-price {
	font-size:12px;
	color:#666;
}
.product-list-detail .price .old-price .price {
	text-decoration:line-through;
}
.product-list-detail .price .special-price{
	color:#333;
	font-size:22px;
}
.product-list-detail .price .special-price .price-label {
	font-size:14px;
	margin-right: 5px;
}
.product-list-detail .price .special-price .price {
	color:#333;
	font-size:22px;
}
.product-list-detail .price span {
}
.product-list-detail .price span span{text-decoration:line-through;}
.product-list-detail .price strong{
	font-weight:normal;
	font-size:22px;
}
.product-list-detail .price-box {
	width:auto;
	float:right;
	margin-right:50px;
}

.product-list-detail .price-box p { float:left; }
/* popular-list */
.popular-small-list{
	list-style:none;
	padding:20px 0 10px;
	margin:0 -11px;
	overflow:hidden;
	height:84px;
}
.popular-small-list li{
	float:left;
	padding:0 10px;
	border-left:1px solid #eee;
}
/* sidebar */
#sidebar{
	float:left;
	width:250px;
}
/* subnavigation */
.subnavigation{
	list-style:none;
	padding:10px 0 0;
	margin:0 0 18px;
	font-weight:bold;
	border-bottom:1px solid #eee;
	width:220px;
}
.inner-sidebar .subnavigation{width:222px;}
.subnavigation-example{
	margin:0;
	padding:7px 0 0;
}
.subnavigation li{
	vertical-align:top;
	border-top:1px solid #eee;
	width:220px;
}
.inner-sidebar .subnavigation li{width:222px;}
.subnavigation a{
	text-decoration:none;
	display:block;
	padding:5px 10px;
	width:200px;
}
.subnavigation a.children {
	background:url(../images/blt-subnav.gif) no-repeat 100% 10px;
}
.inner-sidebar .subnavigation a{width:202px;}
.subnavigation a:hover{
	color:#333;
}
.subnavigation a.children:hover{
	background:url(../images/blt-subnav-hov.gif) no-repeat 100% 10px;
}
.subnavigation .open a{color:#333;}
.subnavigation ul{
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	font-weight:normal;
	width:218px;
	overflow:hidden;
}
.inner-sidebar .subnavigation ul{width:220px;}
.subnavigation ul li{width:218px;}
.inner-sidebar .subnavigation ul li{width:220px;}
.subnavigation .open a:hover,
.subnavigation .open a{
	color:#333;
	border: 1px #eee solid;
	background: #f9f9f9;
	border-width: 0 1px;
/*	background:#f9f9f9 url(../images/subnav-hover.gif) no-repeat 100% 0;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	padding:5px 9px; */
}

.subnavigation .open a.children
{
	background: #f9f9f9 url(../images/blt-subnav-hov.gif) no-repeat 100% 10px;
}
.subnavigation .open ul a:hover,
.subnavigation .open ul a{
	color:#d7287b;
	padding:5px 10px 5px 24px;
	background:#f9f9f9;
	width:184px;
	border:0;
}
.inner-sidebar .subnavigation .open ul a{width:186px;}
.subnavigation .open ul .active a{color:#333;}
.subnavigation .open ul a:hover{background:#fff;}
/* tips-box */
.tips-box{
	width:220px;
	height:210px;
	background:url(../images/bg-tips-box.jpg) top no-repeat;
	margin:0 0 20px 0;
	position:relative;
}
.tips-box:hover {
	background-position: bottom;
}
.tips-box h3{
	color:#fff;
	font-size:19px;
	line-height: 22px;
	padding:0 0 14px;
}
.tips-box h3 span{font-weight:bold;}
.tips-box .btn-red1{
	display:block;
	color:#fff;
	background:url(../images/btn-red1.gif);
	width:89px;
	height:31px;
	overflow:hidden;
	text-decoration:none;
	padding:0 20px 0 12px;
	line-height:30px;
}
.tips-box .btn-red1:hover{
	color:#fff;
	background-position:0 -31px;
}
.tips-box a {
	text-indent: -9999em;
	height: 210px;
	width:220px;
	display: block;
}
/* social list */
.social-list{
	list-style:none;
	padding:20px 0 5px 10px;
	width:210px;
	overflow:hidden;
	margin:0;
}
.social-list li{
	width:100%;
	overflow:hidden;
	padding:0 0 25px;
}
.social-list img{
	float:left;
	margin:2px 8px 0 0;
}
* html .social-list img{margin:2px 5px 0 0;}
.social-list p{
	height:1%;
	overflow:hidden;
	padding:0;
}
.social-list p a{
	font-weight:bold;
	color:#333;
}
.social-list p a:hover{color:#333;}
/* payment-list */
.payment-list{
	list-style:none;
	padding:20px 0 12px;
	margin:0 -15px 0 0;
	overflow:hidden;
	width:235px;
}
.payment-list li{
	float:left;
	padding:0 5px 18px 10px;
}
.payment-list img{display:block;}
/* drop */
.menu-holder .menu .drop{
	position:absolute;
	top:26px;
	left:0;
	width:165px;
	color:#fff;
	display:none;
}
.menu-holder .menu li:hover .drop,
.menu-holder .menu li.hover .drop{display:block;}
.menu-holder .menu .drop .t,
.menu-holder .menu .drop .b{
	display:block;
	overflow:hidden;
	width:100%;
	height:6px;
	float:none;
	padding:0;
}
.menu-holder .menu .drop .t{background:url(../images/drop-t.png);}
.menu-holder .menu .drop .b{background:url(../images/drop-b.png);}
.menu-holder .menu .drop .m{
	width:100%;
	overflow:hidden;
	background:url(../images/drop.png);
}
.menu-holder .menu .drop-nav{
	list-style:none;
	padding:0px;
	margin:0;
	line-height:18px;
}
.menu-holder .menu .drop-nav li{
	float:none;
	width:100%;
	overflow:hidden;
	display:block;
	padding:0 0 2px;
	margin:4px 0 0;
	background:none;
	vertical-align:top;
}
.menu-holder .menu .drop-nav a{
	color:#fff;
	text-decoration:none;
	background:url(../images/blt-white.gif) no-repeat 8px 8px !important;
	padding:2px 10px 2px 20px;
	display:block;
	width:135px;
	position:relative;
}
.menu-holder .menu .drop-nav a span{
	float:left;
	text-decoration:underline;
	cursor:pointer;
	background:none !important;
	padding:0;
	height:auto;
}
.menu-holder .menu .drop-nav a:hover{
	color:#000;
	background:#fff url(../images/blt-black.gif) no-repeat 8px 8px !important;
}
.menu-holder .menu .drop-nav a:hover span{text-decoration:none;background:none;}
.menu-holder .menu .info{
	height:1%;
	overflow:hidden;
	border-top:1px solid #2d2d2d;
	padding:6px 8px 0;
}
.menu-holder .menu .info p{
	font-weight:bold;
	padding:0;
}
.menu-holder .menu dl{
	margin:0;
	width:100%;
	overflow:hidden;
	line-height:18px;
}
.menu-holder .menu dt{
	float:left;
	font-weight:bold;
	width:54px;
}
.menu-holder .menu dd{
	display:block;
	margin:0;
	height:1%;
	overflow:hidden;
}
/* login-form */
.login-form{
	height:1%;
	overflow:hidden;
	padding:0 9px;
}
.login-form p{
	font-weight:bold;
	padding:0;
}
.login-form p a{
	color:#fff;
	font-weight:normal;
	display:inline;
	float:none !important;
	background:none !important;
	text-decoration:underline !important;
	padding:0 !important;
	margin:0 !important;
	position:relative;
}
.login-form p a:hover{text-decoration:none !important;}
.login-form form{
	width:100%;
	overflow:hidden;
	padding:8px 0 12px;
}
.login-form .row{
	width:100%;
	overflow:hidden;
	padding:0 0 4px;
}
.login-form .row label{
	display:block;
	padding:4px 0 2px;
}
.login-form .row .txt{
	display:block;
	background:#1e1e1e;
	border:1px solid #696969;
	font:12px/14px Arial, Verdana, sans-serif;
	height:14px;
	padding:3px 4px;
	width:137px;
	color:#fff;
	position:relative;
}
.login-form .btn-login{
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-login.gif);
	line-height:200px;
	cursor:pointer;
	border:0;
	position:relative;
	margin:0;
	padding:0;
	width:75px;
	height:23px;
}
.login-form .btn-login.hover,
.login-form .btn-login:hover{background:url(../images/btn-login-hover.gif);}
/* product */
#content .product{
	width:650px;
	border-left: 5px solid #eee;
	border-right: 5px solid #eee;
	border-bottom: 5px solid #eee;
	overflow:hidden;
	padding:10px;
}
.product .image-column{
	float:left;
	width:320px;
	position:relative;
}
.product .image-column .onsale-product-container {
	position: relative;
	width: 312px;
	border: 1px solid #eee;
}
.product .image-column .photo{display:block;padding-bottom:20px;position: relative;}
.product .image-column .photo span.ribbon { position: absolute; top: 0; left: 0; text-indent: -1234em; overflow: hidden; }
.product .image-column .photo span.onsale { width: 73px; height: 73px; background: url(../images/ribbon-onsale.png) no-repeat; }
.product .image-column .photo img{display:block;}
.product .image-column .zoom{
	position:absolute;
	background: #fff url(../images/zoom.gif) no-repeat center left;
	height:22px;
	line-height:22px;
	bottom:10px;
	left:10px;
	padding-left: 30px;
	text-decoration: none;
	font-size: 11px;
	color: #333;
}
.product .price-box{
	width:100%;
	overflow:hidden;
	font-size:14px;
	line-height:32px;
	padding:0;
}
.product .price-box .left{
	float:left;
	padding:5px 0 0;
}
.product .price-box .left span{text-decoration:line-through;}
.product .price-box .right{float:right;}
.product .price-box .right span{font-size:28px;}
.product .buy-form .availability{
	padding:0 0 0 5px;
	height:1%;
	clear: left;
	/* overflow:hidden; */
}
.product .buy-form .row{width:100%;}
.product .buy-form .row:after{height:0;clear:both;content:'';display:block;}
.product .buy-form .product-options-bottom label,
.product .buy-form .row label{
	float:left;
	width:44px;
	padding:10px 0 0;
}
.product .buy-form .quantity,
.product .buy-form .row .quantity{
	float:left;
	border:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	border-top:1px solid #7c7c7c;
	font-size:14px;
	line-height:16px;
	height:16px;
	padding:5px 2px;
	width:24px;
	margin:4px 6px 0 0;
	text-align:center;
}
.product .buy-form .button{float:right;}
.product-options dd select.outtaHere{left:-9999px;position:absolute;}
.product .buy-form .button input{
	float:left;
	background:url(../images/btn-red.gif);
	width:141px;
	height:34px;
	padding:0 0 4px 16px;
	color:#fff;
	line-height:34px;
	border:0;
	cursor:pointer;
	text-align:left;
}
.product .buy-form .button input:hover,
.product .buy-form .button input.hover{background:url(../images/btn-red-hov.gif);}
.product .buy-form .added{
	float:right;
	font-style:italic;
	padding:0 27px 0 0;
	font-size:11px;
}
.product .description-column{
	float:right;
	width:310px;
	padding:10px 0 10px 10px;
}
.product .main-column{
	width:640px;
	padding: 30px 10px 0 0;
}
.product .main-column .facebook {
	float: left;
	width: 450px;
	height: 25px;
	overflow: hidden;
	margin: 10px 0 15px;
}
.product .main-column .product-manufacturer {
	float: right;
	width: 150px;
	margin: 30px 10px 0 0;
}
.product .main-column .extra-info {
	padding-top: 10px;
}
#product_addtocart_form .product-name{
	padding: 5px 10px;
	background: #eee;
}
.product .email-friend{display:none;}
.product .ratings{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:10px 0 16px;
}
.review .rating-box,
.product .rating-box{
	background:url(../images/empty-star1.gif);
	float:left;
}
.review .rating-box .rating,
.product .rating-box .rating{background:url(../images/full-star1.gif);}
.product .rating-links{
	padding:0 4px;
	display:inline;
}
.product-shop .no-rating {
	padding:0 0 10px 0;
}
#my-reviews-table h2 {
	padding: 0;
}
#my-reviews-table h2 a {
	color: #333; font-size: 16px; text-decoration: none;
}
#my-reviews-table h2 a:hover {
	text-decoration: underline;
}
/* product accordion */
.product .accordion{
	list-style:none;
	padding:0 0 8px;
	margin:5px 0 0 0;
	font-size:14px;
	width:100%;
	overflow:hidden;
}
.product .accordion li{
	width:100%;
	overflow:hidden;
	padding:0 0 1px;
	vertical-align:top;
}
.product .accordion .opener{
	display:block;
	color:#333;
	text-decoration:none;
	padding:9px 10px 10px 13px;
	background:#eee url(../images/blt-arrow.gif) no-repeat 100% 50%;
	height:1%;
	overflow:hidden;
}
.product .accordion .opener:hover{text-decoration:underline;}
.product .accordion .slide{
	width:392px;
	overflow:hidden;
	border:3px solid #eee;
	background:#f8f8f8;
	display:none;
}
.product .accordion .open .slide{display:block;}
.product .media{
	list-style: none;
	width: 320px;
	overflow:hidden;
	margin:8px 0 0 0;
}
#lightboxMovie {
	z-index: 11;
	position: relative;
	width: 480px;
	margin: 0 auto;
}
.media li {
	position: relative;
}
.media li .mediatype {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-indent: -1234em;
	overflow: hidden;
	background: url(../images/filetype_movie.png);
	height: 70px;
	width: 70px;
	display: block;
}
.product .media li{
	float:left;
	width:74px;
	margin:0 6px 8px 0;
	padding:0;
}
.product .media li img{
	display:block;
	border:2px solid #eee;
}
#block-related p {
	font-weight: normal;
	margin-bottom: 5px;
}
#block-related {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
}
#block-related li{
	width:211px;
	padding:10px 5px;
	border-top:1px solid #eee;
	overflow:hidden;
	vertical-align:top;
}
#block-related {
	padding-top: 10px;
}
#block-related li {
	float: left;
	border-top: 0;
	border-left: 1px solid #eee;
	padding: 10px;
}
#block-related li:first-child{border:0; padding-left: 0;}
#block-related li:last-child{ padding-right: 0; }
/* options menu */
.options-menu{
	list-style:none;
	padding:0;
	margin:0;
	font-size:11px;
}
.options-menu li{
	height:1%;
	overflow:hidden;
	margin:0 0 1px;
	background:#eee;
	padding:5px 11px;
	vertical-align:top;
}
.options-menu a{
	float:left;
	padding:0 0 0 26px;
	color:#333;
}
.options-menu a:hover{color:#333;}
.options-menu .lnk-favorite{background:url(../images/ico-favorite.gif) no-repeat 0 50%;}
.options-menu .lnk-email{background:url(../images/ico-email.gif) no-repeat 0 50%;}
/* favorite */
.favorite{
	list-style:none;
	padding:18px 0 22px;
	margin:0;
	width:100%;
	overflow:hidden;
}
.favorite li{
	float:left;
	padding:0 0 0 10px;
	width:212px;
}
.favorite .row{
	width:100%;
	overflow:hidden;
	padding:0 0 11px;
}
.favorite .row label{
	padding:0 5px;
	line-height:14px;
	float:left;
}
.favorite .photo{
	float:left;
	border:1px solid #f0f0f0;
	margin:0 10px 0 0;
}
* html .favorite .photo{
	margin:0 7px 0 0;
}
.favorite .photo img{
	display:block;
}
.favorite p{
	padding:0;
	font-weight:bold;
}
.favorite .price{
	font-weight:normal;
	font-size:14px;
}
.favorite .old-price{
	text-decoration:line-through;
	font-weight:normal;
}
/* review */
.review{
	border-left:5px solid #eee;
	border-right:5px solid #eee;
	height:1%;
	overflow:hidden;
}
.review .cont{
	height:1%;
	overflow:hidden;
	padding:10px 10px 0;
	border-bottom:5px solid #eee;
}
.review .title{
	width:100%;
	overflow:hidden;
	padding:5px 0 15px;
}
.review .cont .title {
	border-bottom:1px solid #EEEEEE;
	margin-bottom:5px;
	padding:0 0 5px;
}
.review .hold{
	width:100%;
	overflow:hidden;
}
.review h3{
	float:left;
	font-size:16px;
	padding:0 10px 0 0;
}
.review h4{
	float:left;
	padding:0 5px 0 0;
	font-size:12px;
	
}
.review .review-panel{
	background:#eee;
	padding:0 0 15px;
}
.review .review-panel p{
	padding:0;
	font-weight:bold;
}
.review .review-panel a{color:#333;}
.review .review-panel a:hover{color:#333;}

.review .review-content { background:#fff; padding:10px; overflow:hidden; }
.review .review-content .data-table { float:left; }
.review .review-content h3 { font-weight:normal; padding:0 0 5px 0; float:none; }
.review .review-content h4 { font-weight:normal; padding:0 0 5px 0; float:none; }
.review-content .form-list { float:left; margin-top:10px; }
.review-content .review_field { float:right; width:337px; }
.review-content .form-list label {font-weight:normal; font-size:14px; font-weight:normal; margin-bottom:3px;}
.review-content .form-list input.input-text,
.review-content .form-list textarea {padding:5px; border:1px solid #eee;}
.review-content .form-list textarea { width:325px; }

#review-form .buttons-set { margin:0 !important; background:#fff; padding:0 5px 10px; border:none;}

#review-form .form-add h2 {padding:0;}
#review-form .form-add h2 span { font-weight: bold; font-size:16px;}
#review-form .title-box { padding:0 5px 5px; }
/* text-box */
.text-box{
	height:1%;
	overflow:hidden;
	padding:20px 10px 0;
}
.text-box .buttons{
	width:100%;
	overflow:hidden;
	padding:0 0 20px;
}
.text-box .buttons a{
	float:left;
	margin-right:16px;
}
.text-box .buttons .txt-lnk{
	margin-top:23px;
	padding-left:216px;
}
.text-box .buttons .lnk-more{padding-left:0 !important;}
.text-box .buttons .btn-red{margin-top:13px;}
.btn-red-big{
	float:right;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	margin:0 !important;
	border:none;
	background:none;
	min-width: 250px;
}
.btn-red-big:hover{color:#fff;}
.btn-red-big span{
	float:left;
	overflow:hidden;
	cursor:pointer;
	height:43px;
	line-height:31px;
}
.btn-red-big .l{
	width:11px;
	background:url(../images/btn-big-l.png);
	margin:1px 0 0;
}
.btn-red-big:hover .l{background:url(../images/btn-big-l-hov.png);}
.btn-red-big .r{
	width:28px;
	background:url(../images/btn-big-r.png);
}
.btn-red-big:hover .r{background:url(../images/btn-big-r-hov.png);}
.btn-red-big .m{
	background:url(../images/btn-big.png);
	padding:5px 11px 5px 8px;
	height:34px;
}
.btn-red-big:hover .m{background:url(../images/btn-big-hov.png);}

.btn-green-big{
	float:right;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	margin:0 !important;
	border:none;
	background:none;
	min-width: 250px;
}
.btn-green-big:hover{color:#fff;}
.btn-green-big span{
	float:left;
	overflow:hidden;
	cursor:pointer;
	height:43px;
	line-height:31px;
}
.btn-green-big .l{
	width:11px;
	background:url(../images/btn-big-green-l.png);
	margin:1px 0 0;
}
.btn-green-big:hover .l{background:url(../images/btn-big-green-l-hov.png);}
.btn-green-big .r{
	width:36px;
	background:url(../images/btn-big-green-r.png);
}
.btn-green-big:hover .r{background:url(../images/btn-big-green-r-hov.png);}
.btn-green-big .m{
	background:url(../images/btn-big-green.png);
	padding:5px 11px 5px 8px;
	height:34px;
}
.btn-green-big:hover .m{background:url(../images/btn-big-green-hov.png);}

.main-twocolumn-example #content{float:left;}
.main-twocolumn-example #sidebar{float:right;}
.aside-bar{
	float:right;
	width:250px;
}
#content.aside-content{
	width:448px;
	float:left;
	padding:0 0 0 10px;
}
#sidebar.inner-sidebar{width:250px;}
/* js update styles */
.small-slider ul {
	position: relative;
}
.small-slider ul li {
	position: absolute;
}
.price-box{
	width:100%;
	overflow:hidden;
	padding:10px 0 0;
}
.price-box .regular-price{float:left;}
.minimal-price-link{
	color:#333;
	float:right;
	margin:-5px 0 0;
	text-decoration:none;
}
.minimal-price-link:hover{text-decoration:none;}
.minimal-price-link .price{font-size:28px;}
.buy-form{
	clear:both;
}
.product-options{
	background:none;
	border:none;
	padding:0;
	margin:0;
}
.product-options p.required,
.product-options label em { display: none; }

.buy-form .addto,
.buy-form .product-options-bottom {
	background:#eee;
	border:none;
	padding:10px 20px;
	position: relative;
	margin-top: 15px;
}
.buy-form .addto {
	margin: -2px 0 0 0;
	padding: 0 20px 15px 25px;
}
.buy-form .addto a {
	color: #333;
	margin-left: 5px;
}
.buy-form .product-options-bottom p {
	padding: 0;
}

.buy-form .product-options p.required{
	color:#333;
	font-style:italic;
	padding:0;
}
.buy-form .product-options-bottom .aantal {
	float: left;
	padding-left: 5px;
	margin-bottom: 15px;
	width: 80px;
}

.buy-form .product-options-bottom .aantal .quantity {
	width: 15px;
}

.buy-form .product-options-bottom .price-box {
	width: 150px;
	float: right;
	padding: 3px 35px 0 0;
}
.buy-form .product-options-bottom .price-label {
	font-weight: normal;
}
.buy-form .product-options-bottom .price-box .price {
	float: left;
}
.buy-form .product-options-bottom .price-box .special-price .price {
	padding-bottom: 10px;
}
.buy-form .product-options-bottom .btn-green-big {
	float: left;
	margin: 0;
}
.product-options-bottom .price-box .regular-price .price {
	line-height:22px;
	white-space:normal;
	padding-top:3px;
}
.buy-form .product-options dd,
.buy-form .product-options dt{padding:0;}
.product .image-column .buy-form .product-options-bottom label{}
.block-area .tabset{width:680px;}
.product-list .price-box{
	float:left;
	width:auto;
	padding:4px 0 10px;
	bottom:0;
	*padding-bottom: 15px;
	position: absolute;
}
.product-list .price-box.pricerange .special-price {
	padding:4px 0 0;
	margin-bottom: -5px;
}
.product-list .price-box.pricerange .regular-price {
	*padding:4px 0 5px;
}

.product-list-grid .price-box { position:absolute; }

.product-list h2 {padding-top:10px;}
.product-list-grid h2 {padding-top:20px;}

.product-options-bottom .price-box .old-price,
.product-list .price-box .old-price {
	color: red;
	font-size:12px;
	padding:0;
}
.product-options-bottom .price-box .old-price .price,
.product-list .price-box .old-price .price {
	text-decoration:line-through;
	font-size:14px;
}
.product-options-bottom .price-box .special-price,
.product-list .price-box .special-price {
	padding:0 0 10px 0;
	color: #333;
}
.product-options-bottom p.price-as-configured { overflow: hidden; border-bottom:1px solid #eee; padding:0; margin-bottom:10px; }
.product-options-bottom p.price-as-configured .price-label { font-size:11px;}
.product-options-bottom p.price-as-configured .price { font-size:22px; float:right;}

.product-list .price-box .special-price .price-label { font-size:14px;}
.product-list .price-box .minimal-price { padding:0;}

.product-list .ratings{margin:0;}
.product-list .ratings .amount{display:none;}
.product-list li{margin-right:-3px;}
* html .product-list li{margin-right:0;}
*+ html .product-list li{margin-right:0;}
.crosssell .product-name,
#crosssell-products-list .product-name{
	margin:0;
	width:auto;
	background:none;
	padding:0 0 6px;
}
button.button span{background:#de3a0d;}
.crosssell button.button{height:auto;}
.crosssell button.button:hover{background-image:none;}
.cart-table .product-name{background:none;}
.data-table tfoot tr.first td{}
button.button{
background:none;
border:0;
padding:0;
height:31px;
display:block;
overflow: visible;
font-size:12px;
line-height:10px;
width:auto;
float:none;
color:#fff;
vertical-align:top;
cursor:pointer;
}
button.button:hover{
background:none;
color:#e4e4e4;
}
button.button span{
float:left;
height:31px;
font-size:12px;
line-height:12px;
white-space:nowrap;
padding:0 27px 0 0;
background:url(../images/bg-button-r.png) no-repeat 100% 0;
}
button.button span span{
padding:8px 0 0 16px;
background:url(../images/bg-button-l.png) no-repeat;
}
button.button:hover span{background:url(../images/bg-button-hover-r.png) no-repeat 100% 0;}
button.button:hover span span{background:url(../images/bg-button-hover-l.png) no-repeat;}

button.darkbutton {
background:none;
border:0;
padding:0;
height:31px;
display:block;
overflow: visible;
font-size:12px;
line-height:10px;
width:auto;
float:none;
color:#fff;
vertical-align:top;
cursor:pointer;}

button.darkbutton:hover {
background:none;
color:#e4e4e4;
}
button.darkbutton span {
float:left;
height:31px;
font-size:12px;
line-height:12px;
white-space:nowrap;
padding:0 27px 0 0;
background:url(../images/bg-button-grey-r.png) no-repeat 100% 0;
}
button.darkbutton span span{
padding:9px 0 0 16px;
background:url(../images/bg-button-grey-l.png) no-repeat;
}
button.darkbutton:hover span{background:url(../images/bg-button-hover-grey-r.png) no-repeat 100% 0;}
button.darkbutton:hover span span{background:url(../images/bg-button-hover-grey-l.png) no-repeat;}


#footer{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-footer.jpg);
	height:180px;
	padding:150px 0 0;
	text-align:center;
	color:#fff;
	position:relative;
}
#footer p a{
	color:#fff;
	position:relative;
	z-index:10;
}
.product-list-detail .price span span{text-decoration: none;}
.product-list-detail .regular-price .price  { font-size: 22px;}
.product-list-detail .special-price span{ float:left;}

/* Product options wrapper */
#product-options-wrapper #bundlelist {}
#product-options-wrapper #bundlelist dt {margin-bottom:10px; overflow:hidden;}
#product-options-wrapper #bundlelist dd {margin:0; overflow:hidden; margin-bottom:10px; border-bottom: 1px solid #eee; padding-bottom: 5px}
#product-options-wrapper dt .qty-holder { margin:0; display: none;}
#product-options-wrapper div.input-box { font-size: 11px; position: relative; line-height: 18px; padding-right: 60px; }
#product-options-wrapper div.input-box .price-notice { float:right; position: absolute; right: 0; top: 0; line-height: 18px; }
#product-options-wrapper div.input-box .price-notice .price { margin-left:5px;}
#product-options-wrapper dt .qty-disabled { width: 10px !important; }
#product-options-wrapper .required em { color:#EB340A; margin-right:5px; }
#product-options-wrapper p.required { color:#EB340A; margin-bottom:10px; }
/* Table default styling */

/* Data Table */
.data-table { width:100%; border:1px solid #f2f2f2; -moz-border-radius: 7px; -webkit-border-radius: 7px; }
.data-table .odd  { background:#fff }
.data-table .even { background:#f2f2f2; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:5px solid #eee; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead { background:#aaa; color:#333; }
.data-table thead th { font-weight:normal; padding:7px 8px; font-size:14px; color:#fff; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { }
.data-table tfoot tr {  }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-right:1px solid #eee; vertical-align: middle;}
.data-table tbody td.a-center input { -moz-border-radius: 7px; padding:4px 2px; text-align: center;}
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:10px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .product-name { padding:0; color:#333; font-size:14px; }
.cart-table .product-name a { color:#333; } 
.cart-table .price { font-weight: bold; }
.cart-table .nobr { white-space: nowrap; }

#shopping-cart-table { background:#fff; border:none; -moz-border-radius: 0; -webkit-border-radius: 0;}
#shopping-cart-table thead { }
#shopping-cart-table thead tr th { color:#333; background: #fff; font-size:12px; font-weight:bold; padding:3px 0; }

#shopping-cart-table .odd { background:none; }
#shopping-cart-table .even { background:#fff; }
#shopping-cart-table tbody td { border:none; border-bottom:5px solid #eee; }

#shopping-cart-table tfoot { background:#fff; border:none; }
#shopping-cart-table tfoot tr td { border-bottom:none; padding:10px 0;  border-top:1px solid #eee; }

#shopping-cart-table tbody tr td .cart-price .price{ font-weight:normal; }

/* review table */
#product-review-table { background: #fff; -moz-border-radius: 0; -webkit-border-radius: 0; }
/*#product-review-table thead { background:url(../images/blue-row.jpg) repeat-x; } */
#product-review-table thead { background: #aaa; }
#product-review-table thead tr th { color:#fff; border-left: 1px solid #fff; }

#product-review-table tbody th { font-weight:normal; padding:5px; color:#666; font-size: 14px }
#product-review-table tbody td { text-align:center; padding:5px; }

#product-review-table .nobr { white-space: nowrap; }

.cart-collaterals .box { padding:0; }

/* specs table */
#product-attribute-specs-table {}
#product-attribute-specs-table th.label { font-weight:bold; font-size:12px;}
#product-attribute-specs-table td {font-weight:normal; font-size:12px;}
.product .accordion .open .slide { padding:5px; width:382px; background: #fff;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:0; }
.cart .cart-collaterals .col2-set { float:left; width:670px; margin-top:10px;}

.cart-collaterals .col-2 {
	background: #EEE;
	padding: 10px;
	width:316px;
}
.cart-collaterals .usp li {
	line-height: 22px;
	height: 22px;
	padding-left: 40px;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.cart-collaterals .shipment { background-image: url(../images/shipment.png); }
.cart-collaterals .deliver { background-image: url(../images/deliver.png); }
.cart-collaterals .showroom { background-image: url(../images/showroom.png); }

.cart-collaterals .payment {
	text-indent: -1234px;
	overflow: hidden;
	height: 31px;
	width: 316px;
	margin: 26px 0 10px;
	background: url(../images/betaalopties_winkelwagen.gif) no-repeat center;
}
.cart-collaterals .payment li {
	display: inline;
}

/* Crosssells */
.cart .crosssell { border:1px solid #eee; background:#fff; padding:0; }

.cart .crosssell h2 { font-size:15px; font-weight:bold; }
.cart .crosssell h2 span { font-weight:normal; }
#crosssell-products-list { border:5px solid #eee; border-top:none; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; }
.cart .crosssell .product-details { width:180px; float:right; margin:0;}
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:0; padding:10px; }
.cart .crosssell li.even { background:#f8f8f8; }
.cart .crosssell .link-compare { font-weight:normal; }
.cart .crosssell .price-box { padding:0 0 2px 0; }
.cart .crosssell .price-box .regular-price { font-size:18px }
.cart .crosssell .product-name { padding:0 0 6px;}
.cart .crosssell .product-name a { color:#333; text-decoration: none; }
.cart .crosssell .product-name a:hover { text-decoration: underline; }
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { margin:0px; border-top:none;}
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.discount-form, .giftcard { padding:10px; border-top:none; background: #eee;}
#giftcard-form { margin-top: 15px; }
#giftcard-form .input-box { margin-top: 8px; }
#giftcard-form input.input-text { width:150px; padding:4px 5px;}

.cart .discount h2 {background: #eee; font-size:15px; padding-top:3px;}
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:150px; padding:4px 5px;}

.cart .shipping h2 { background-image:url(../images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }

/* Bottom Cart block */


/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:18px; }
.cart .totals .checkout-types { font-size:13px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }


/* Newsletterform */
.newsletterform {width:400px; margin:0 auto; border:5px solid #eee;}
.newsletterform h2 {background:#eee; color:#333;}
.newsletterform form {}
.newsletterform form div {padding:10px;}
.newsletterform form div input { margin:0 0 5px; border:1px solid #ccc; padding:5px; }
.newsletterform form div button {margin:5px 0 0;}

/* Landingspages merken */
#landingpage-combination-merken {}
ul.landingpage-combination {
	border-left:5px solid #EEE;
	list-style:none outside none;
	margin:0;
	padding:0;
}
ul.landingpage-combination li {
	border-bottom:5px solid #EEE;
	border-right:5px solid #EEE;
	display:inline-block;
	padding:10px 10px 53px;
	position:relative;
	vertical-align:bottom;
	width:200px;
	margin-right:-3px;
}
ul.landingpage-combination li a {
	font-size:16px;
	padding:0 0 8px;
	font-weight:bold;
	color:#333;
	text-decoration: none;
}
.my-account {}
.my-account a.link-rss {float:right; clear:right; margin:2px 0 0; font-weight:normal;}
.my-account a.link-reorder {float:right; font-weight:normal;}
.my-account a.link-print {float:right; color:#d7287b; font-weight:normal;}
.my-account .page-title .separator { float:right; margin:0 10px;}


#my-orders-table .nobr{
	white-space:normal;
}
.my-account #my-orders-table { -moz-border-radius:0; -webkit-border-radius:0; }
.postWrapper {
	margin-bottom: 20px;
}
.postWrapper:last-child {
	margin: 0;
}
.postContent {
	border: 5px solid #eee;
	padding: 20px;
	border-top: 0px;
}
.postContent ul, .postContent ol { padding-left: 20px; margin-bottom: 1.5em; }
.postContent ul { list-style-type: disc; }
.postContent ol { list-style-type: decimal; }
.postContent table {border-collapse:separate;border-spacing:0;margin-bottom:1.4em;width:100%; border: 1px solid #eee; border-width: 1px 0 0 1px; }
.postContent table td, .postContent table th { border: 1px solid #EEE; border-width: 0 1px 1px 0; padding: 4px; vertical-align: top; }
.postContent table th { font-weight: bold; background: #EEE; color: #333; }
.postContent table tfoot { color: #999; font-style: italic; }
.postDetails {
	font-size: 11px;
	color: #666;
}
.postTitle {
	background:#eee;
	padding:4px 10px 6px;
	height:1%;
	overflow:hidden;
}
.postTitle h2, .postTitle h2 a {
	font-size:20px;
	font-weight:bold;
	color:#333;
	margin: 0;
	padding: 0 0 5px 0;;
	text-decoration: none;
}
.postTitle h2 a:hover { text-decoration: underline; }
.postTitle h3 {
	font-weight: normal;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.postWrapper .tags h4 {
	text-indent: -1234em;
	overflow: hidden;
	height: 16px;
	width: 16px;
	margin: 0 5px 0 10px;
	float: left;
	background: url(../images/icon-tags.gif) no-repeat left;
}
.postWrapper .tags li {
	float: left;
	display: block;
	height: 12px;
	padding-top: 2px;
}
.postWrapper .tags a {
	color: #333;
	padding: 5px;
	display: block;
}
.homelogos {
	width: 920px;
	margin: 15px 0;
	overflow: hidden;
	text-indent: -99999px;
	border-top: 5px solid #eee;
}
.homelogos li {
	float: left;
	width: 260px;
	height: 51px;
	line-height: 51px;
	padding: 40px 20px;
	border-bottom: 5px solid #eee;
	border-right: 5px solid #eee;
}
.homelogos li.first { border-left: 5px solid #eee; }
.homelogos li a {
	float: left;
	width: 260px;
	height: 51px;
}
.homelogos .top-logo6 {
	background: url(../images/biglogo-yoyoplanet.png) no-repeat center center;
}
.homelogos .top-logo5 {
	background: url(../images/biglogo-discoveryplanet.png) no-repeat center center;
}
.homelogos .top-logo4 {
	background: url(../images/biglogo-jongleerplanet.png) no-repeat center center;
}
.homelogos .top-logo3 {
	background: url(../images/biglogo-vliegerplanet.png) no-repeat center center;
}
.homelogos .top-logo2 {
	background: url(../images/biglogo-diaboloplanet.png) no-repeat center center;
}

/* PlanetXL home landingpage */
#storeselect li {
	float: left;
	width: 180px;
	height: 225px;
	margin-right: 10px;
}
#storeselect li.diaboloplanet {
	background: url(../images/select-diaboloplanet.jpg) no-repeat top;
}
#storeselect li.vliegerplanet {
	background: url(../images/select-vliegerplanet.jpg) no-repeat top;
}
#storeselect li.discoveryplanet {
	background: url(../images/select-discoveryplanet.jpg) no-repeat top;
}
#storeselect li.yo-yo {
	background: url(../images/select-yo-yo.jpg) no-repeat top;
}
#storeselect li.jongleerplanet {
	background: url(../images/select-jongleerplanet.jpg) no-repeat top;
	margin: 0;
}
#storeselect a {
	display: block;
	padding-top: 192px;
	text-decoration: none;
}
#storeselect a span {
	display: block;
	border: 1px solid #eee;
	padding: 6px 10px;
	color: #333;
	background: #fff url(../images/blt-more.gif) no-repeat 160px 10px;
}
#storeselect a:hover span {
	background: #eee url(../images/blt-more.gif) no-repeat 160px 10px;
}
.my-rewards dt {
	font-size: 12px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #EEE;
	font-weight: bold;
}
.my-rewards dl,
.my-rewards .form-list {
	padding: 0 10px 10px;
}
#customerbalance-history,
.my-rewards #reward-history {
	width: 650px;
	margin-bottom: 10px;
}
#shopping-cart-totals-table .btn-remove {
	width: 16px;
	height: 16px;
	color: #fff;
	text-decoration: none;
}
