/* when not use scroll */
.boss_category_tabs{float:left; width:1140px;margin-top:-10px;}
.boss_category_tabs .box-heading{float:left;height: 39px; padding: 0 52px 0 12px; color: #2142FF; font: 700 15px/43px Arial; text-transform: uppercase; margin: -3px 0 0 0}
.boss_category_tabs #boss-category-heading-1.box-heading{color:#2142FF;}
.boss_category_tabs #boss-category-heading-0.box-heading{color:#2142FF;}
.boss_category_tabs #boss-category-heading-2.box-heading{color:#2142FF;}
.boss_category_tabs #boss-category-heading-3.box-heading{color:#2142FF;}

.boss_category_tabs .boss_htabs{height:41px; border-bottom:1px solid #cfcdcd; }
.boss_category_tabs .boss_htabs a{float:left; color:#000; font:700 13px Arial;  padding:2px 30px 2px 30px; text-decoration:none; height:34px; line-height:34px}
.boss_category_tabs .boss_htabs a.selected{background: #eeeeee; cursor: default;color: #1428A0;height:35px; }
.boss_category_tabs .boss_htabs a.selected:first-child{border-left:none}
.boss_category_tabs .boss_htabs a:hover{color:#000}
.boss_category_tabs .boss_htabs a.selected:hover{color:#000;}
.boss_home_category {}
.boss_home_category ul li{display: inline-block;list-style: none;width: 140px;margin-bottom: 20px; margin-right: 10px}
.boss_category_content{margin-top:20px;margin-bottom: 13px; padding:0 0 20px 0; clear:both; position:relative;border-bottom:1px solid #cfcdcd; }
.boss_category_content .image{margin-bottom:5px; position:relative}
.boss_category_content .name{margin-bottom: 4px;height:47px;vertical-align:top;}
.boss_category_content .name a{color: #3A3A3A;  font: 300 13px Arial; line-height: 130%;}
.boss_category_content .description{  font-weight: 700; color: #3A3A3A; margin-bottom: 8px;}
.boss_category_content .price{color: #3d60d9;
    display: block;
    font: 700 20px  ff-meta-web-pro,"Trebuchet MS",Arial,sans-serif;
    margin-bottom: 16px;}
.boss_category_content .rating{display: block;
    margin-top: 8px;
	margin-bottom: 8px;
	}
.boss_category_content .cart{display:none}	
.boss_category_content .one-product-category{width:200px; padding:12px 15px 10px 5px; border-right:1px solid #dedcdc; height:310px;}	
.boss_category_content .box-content ul li{margin-right: 10px; width: 181px;}
.boss_category_content .box{margin-bottom:0}

.boss_category_content a{text-decoration:none;}	
/* when not use scroll */

.box-heading {
}


.hc-box-product .image img
{
	position:relative; 
	top:-10px;
}

.hc-box-product .image {
	display: block;
	margin-bottom: 0px;
	-webkit-transition-property:top;
    -webkit-transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in;
  
    /* Standard syntax */
    transition-property:margin-top,margin-bottom;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
	padding-left:20px;
	padding-bottom:10px;
	padding-top:10px;
	
	
}



.hc-box-product .image:hover {
margin-top: -5px;
margin-bottom: 5px;

}

.hc-box-product .image img {
}
.hc-box-product .name a:hover {
color:#2142FF;
text-decoration:none!important;
}
.hc-box-product .price {
}
.hc-box-product .price-old {
	text-decoration: line-through;
	color:#787878;
}
.hc-box-product .price-new {}
.hc-box-product .rating {
	display: block;
}

/* Elastislide Style */
.hc-es-carousel-wrapper  ul, .es-carousel-wrapper li{ 
	margin:0;
	padding:0;
}
.hc-es-carousel-wrapper{
	position:relative;
}
.hc-es-carousel{
	overflow:hidden;background:none;
}
.hc-es-carousel ul{
/*	display:none;*/
}
.hc-es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.hc-es-carousel ul li a{

}
.hc-es-carousel ul li a img{
	
	border:none;
	max-height:100%;
	
}
.boss_category_content .es-nav span{
	position:absolute;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.boss_category_content .es-nav span.es-nav-prev{
	position: absolute;
	top: -51px;
	right: 47px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	background: url('../image/filter_prev.jpg') center no-repeat;
}
.boss_category_content .es-nav span.es-nav-next{
	position: absolute;
	top: -51px;
	right: 7px!important;
	width: 42px;
	height: 42px;
	cursor: pointer;
	background: url('../image/filter_next.jpg') center no-repeat;
}
.boss_category_content .es-nav span.es-nav-prev:hover{background: url('../image/filter_prev_hover.jpg') center no-repeat;}
.boss_category_content .es-nav span.es-nav-next:hover{background: url('../image/filter_next_hover.jpg') center no-repeat;}
.boss_home_category .es-nav span:hover{
	opacity:1.0;
}

