@CHARSET "ISO-8859-1";

.productList .product {
	/*position: relative;*/
	height: 260px;
	float: left;
	clear: none;
	margin: 6px 4px;
	cursor: pointer;
	font-size: 1.1em;
	/*width: 152px;*/
}

.productList .productInfo {
	padding: 5px 5px 2px;
	width: 180px;
}

.productList .productInner {
	padding: 5px;
}

.productList .productInner.spotlight {
	padding: 5px;
	background-color: #FD5B21;
}

.productList .productInner.spotlight .thumbnail {
	border: 1px solid #666666;
}

.productList .product .thumbnail {
	width: 180px;
	height: 190px;
	border: solid 1px #bfbfbf;
	position: relative; /* for the overlays */	
}

.productList .product .thumbnail .noteImage {
	position: absolute;
	bottom: 2px;
	left: 0px;
}


.productList div.product .brand {
	color: #1C668A;
}

.productList div.product .price {
	color: #777777;
	
}

.productList div.product .price .currencycode {
	font-size: 0.8em;
}
.productList div.product .discount {
	color: #E59D39;
}

.rolloverBody .sizes {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}

.rolloverBody .sizes thead tr {
	width: 100%;
	background-color: #888888;
	border-bottom: 1px solid black;
}

.rolloverBody .sizes thead th {
	font-weight: bold;
	padding: 2px 5px;
}

.rolloverBody .sizes tbody {
	background-color: #333333;
}
.rolloverBody .sizes tbody td {
	color: white;
	padding: 2px 5px;
}

.rolloverBody .sizes tbody td.stock.scale-1{color: #e51010;}
.rolloverBody .sizes tbody td.stock.scale-2{color: #edc13c;}
.rolloverBody .sizes tbody td.stock.scale-3{color: #f4da61;}
.rolloverBody .sizes tbody td.stock.scale-4{color: #f4da61;}
.rolloverBody .sizes tbody td.stock.scale-5{color: #50ED50;}
	

