/*.nav_string{
    height: 40px;
    font-size: 12px;
    line-height: 35px;
}*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 99%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

#shop-slider-box{
    width: 700px;
    height: 300;
    margin-bottom: 40px;
}
#sort-line{
    font-family: futura-bookc;
    width: 700px;
    height: 40px;
    border-radius: 4px;
    background: #ffffff;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 20px;
}

#sort-line .tiles, #sort-line .list{
    width: 40px;
    height: 40px;
    float: left;
}
#sort-line .list{
    margin-right: 20px;
}
#sort-line .tiles{
    background: url('/images/icons-tile-list.png')  0 -40px #ffffff;
}

#sort-line .list{
    background: url('/images/icons-tile-list.png')  -40px -40px #ffffff;
}
#sort-line .tiles.active{
    background: url('/images/icons-tile-list.png') #01a58d;
}
#sort-line .list.active{
    background: url('/images/icons-tile-list.png') -40px 0 #01a58d;
}

.sort-by .sort{
    background-position: 95% center;
    background-repeat: no-repeat;
}
.sort-by .sort{
    background-image: url("/images/arrow-sort.png");
}
.sort-by .sort.active.asc{
    background-image: url("/images/arrow-sort-down.png");
}
.sort-by .sort.active.desc{
    background-image: url('/images/arrow-sort-up.png');
}
.sort-by{
    /*border-left: 1px solid #c6c6c6;*/
    padding-left: 10px;
    float: left;
    height: 40px;
}
.sort-by > div{
    float: left;
    height: 24px;
    line-height: 24px;
    margin: 8px 3px;
    padding: 0 5px;
}
.name.active, .price.active, .brand.active, .amount .linkblock.active{
    background-color: #01a58d;
    border-radius: 4px;
    color: #ffffff;
}
.amount .linkblock.active .for_dash,
.sort.active .for_dash{
    border-bottom: none;
}
.data-sort .sort.active{}
.name{
    margin-left: 10px;

}
.amount{
    float: left;
    height: 40px;
    /*border-left: 1px solid #c6c6c6;*/
    margin-left: 65px;
}
.amount .amount_title{
    float: left;
    height: 22px;
    line-height: 22px;
    margin: 9px 0px;
    padding: 0 5px;
}
.amount .linkblock{
    text-align: center;
    float: left;
    margin: 8px 0px;
    height: 24px;
    line-height: 24px;
}

.amount .for_dash{
    /*border-bottom: 2px dashed;*/
    margin: 0 6px;
}
.sort .for_dash{
    /*    border-bottom: 2px dashed;*/
    margin: 0 3px;
}