.w2{ min-height:100%; }
*+html .w2{
	padding:0;
	margin:0;
}
*+html #wrapper{
	overflow:visible;
}
.w2 .container-frame{padding-bottom:expression(document.getElementById("footer").offsetHeight + "px");}
#footer{
	position:relative;
	margin-top:expression(- this.offsetHeight + "px");
}
*+html #footer{display:block;}
.search-form{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e6e6',GradientType=0 );
}
.add-form .form-box,
.post .btn-add{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa342', endColorstr='#ff7501',GradientType=0 );
}
.order-box{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#146cc0', endColorstr='#12508b',GradientType=0 );
}
.cart-form .btn-check,
.cart-form .btn,
.add-form .btn-search{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e6e6',GradientType=0 );
}
*+html .carousel .pagination ul{display:inline;}
*+html .color-list .form-box{display:inline;}
*+html .img{position:relative;}
*+html .product-list .img-holder{
	position:absolute;
	top:50%;
}
*+html .product-list .img-holder .image{
	position:relative;
	top:-50%;
}