﻿div.product-list {
	padding-left: 5px;
	padding-top: 5px;
}
div.product-list .product-box {
	background: transparent url(../Images/pbox.png) no-repeat scroll 0%;
	cursor: pointer;
	float: left;
	height: 180px;
	margin: 5px;
	position: relative;
	width: 170px;
}
div.product-list .product-box .name {
	cursor: pointer;
	left: 7px;
	position: absolute;
	right: 7px;
	top: 5px;
}
div.product-list .product-box .name a {
	color: black;
	text-decoration: none;
}
div.product-list .product-box .image {
	cursor: pointer;
	height: 90px;
	left: 5px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 45px;
	width: 164px;
}
div.product-list .product-box .image img {
	border-width: 0px;
}
div.product-list .product-box .new-product, .special-offer {
	height: 41px;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 41px;
}
div.product-list .product-box .new-product {
	background: transparent url(../Images/overlayNewItem.gif) no-repeat;
}
div.product-list .product-box .special-offer {
	background: transparent url(../Images/overlaySpecialOffer.gif) no-repeat;
}
div.product-list .product-box .stock-status {
	cursor: pointer;
	font-size: 0.9em;
	left: 7px;
	position: absolute;
	top: 157px;
}
div.product-list .product-box .stock-status .label {
	float: left;
	position: relative;
}
div.product-list .product-box .stock-status .label span.not {
	color: Red;
	display: none;
}
div.product-list .product-box .stock-status .notify {
	float: left;
	margin: 1px 0px 0px 3px;
	position: relative;
}
div.product-list .product-box .price {
	cursor: pointer;
	font-weight: bold;
	position: absolute;
	right: 7px;
	top: 155px;
}
div.product-list .product-box .price span.strike {
	text-decoration: line-through;
}
div.product-list .product-box .special-price {
	color: #68ad2d;
	padding-left: 5px;
}

