.homepage .products-grid .grid-item{height:400px;}
.normalprice{text-decoration:line-through;}
.productSpecialPrice,.productPriceDiscount{color:red;}
.price-box{text-align:center;}
.mini-products-list .product-image > img {
    max-width: 50px;
}
.hiddenField{display:none;}
#category-left ul,#category-left ul li {
	list-style: none;
	padding-left: 2px
}

#category-left ul>li>ul {
	display: none
}
.header-banner .header-promotion, .header-banner .header-promotion a {
    background-color: #f09a8b;
    color: #fff;
    font-size: .8125rem;
}
#new-items li{display:inline-block;text-align:center;}
.product-listing-related{display:inline-block;text-align:center;}
@media only screen and (min-width:480px) {
	#new-items li,.product-listing-related{width:100%;margin-right:0px;}
}
@media only screen and (min-width:768px) {
	#new-items li,.product-listing-related{width:49%;margin-right:3px;}
}
@media only screen and (min-width:1025px) {
	#new-items li,.product-listing-related{width:24%;margin-right:3px;}
}
#thumbnails .thumb img.selected{border:1px solid #EC0B0F;}
.fixed{position:fixed;}
#category-level-1 li ul{display:none;}
#category-level-1 li.selected a{color:red;}
#back-top{cursor:pointer;}
.hidden{display:none;}
.forward{float:right}
.back{float:left}
.clearBoth{
	clear:both;
}
p.important{
	font-size:20px;
	color:red;
}
.buttonRow{margin-top:10px;}