﻿/*
 * Body: Product List Styles
 */
.outputPanel {
	margin-top: 20px;
    margin-left: 130px;
}
#divBody_prodlist {
	width: 800px;
	height: 100%;
	margin: 0px 0px 8px 20px;
	float: left;
	color: rgb(60,60,60);
}
.product {
	width: 190px;
	/*height: 235px;*/
	padding: 5px;
	/*border-bottom: 1px solid rgb(198,198,198);*/
	float: left;
	font-weight: bold;
}
.product a {
	text-decoration: none;
}
.product a:hover {
	color: rgb(60,60,60);
	text-decoration: underline;
}
.product .image {
	width: 190px;
	height: 190px;
	display: block;
}
.product .image img:hover {
	opacity: .60;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.product .name {
	font-weight: bold;
	color: rgb(0,0,0);
	display: block;
}
.product .colour {
	color: rgb(120,120,120);
	display: block;
}
.product .price {
	color: rgb(0,0,0);
	display: block;
}
.price .sale {
	color: rgb(236,28,36);
}
#divBody_prodlist .rowLine {
	border-bottom: 1px solid rgb(198,198,198);
	overflow: auto;
}