.product_categories{
	margin-bottom: 20px;
}
.product_categories h1{
	float: left;
}
.product_promotion{
	background: none repeat scroll 0 0 #EFEFEF;
    border-radius: 3px 3px 3px 3px;
    float: left;
    margin: 2px 0 10px;
    padding: 10px;
    width: 469px;
}
.hr_sepa{
	border-top: #F1F1F0 solid 1px;
	border-width: 1px 0 0 0; 
}
.image img{
	padding: 1px;
	border: #D3D3D3 solid 1px;
}
.item_name{
	color: #027EC4;
	font-weight: bold;
}
.vertical .item{
	border: 2px solid #EFEFEF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 4px 0 #EFEFEF;
    float: left;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 217px;
}
.vertical .item:hover{
	border: 2px solid #129469;
}
.item-r {
	margin-right: 10px;
}
.vertical .item img{
}
.vertical .item .name{
font-size: 13px;
    height: 38px;
    line-height: 15px;
    overflow: hidden;
}
.vertical .item .name a.link{
    color: #3d3d3d;
    padding: 0 5px;
}
.vertical .item .detail_button{
}
.vertical .clear{ height: 10px;}
.sort-follow{
	float: right;
	color: #969696;
}
.order-select{
	color: #969696;
}
.product_cat h1{
	border-bottom: 2px solid #129469;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 3px;
}
.discount{
	display: none;
}
.price_area{
	height: 36px;
}
.price_old{
	color: #B3B3B3;
    text-decoration: line-through;
}
.price{
	font-weight: bold;
	color: #E96D08;
}
.product_type{
	position: absolute;
    right: 10px;
    top: 10px;
}
.relate_title{
     border-bottom: 4px solid #B96582;
    font-family: arial;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}   