.productListing-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #99FFFF;
	height: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.productListing-data{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 24px;
	vertical-align: middle;
}
a.productListing-data_nom{
	vertical-align: middle;
	color: #0066FF;
}
a.productListing-data_nom:hover{
	text-decoration: none;
}
.productListing-data_quantitat {
	height: 16px;
	color: #000000;
	text-align: right;
	font-weight: bold;
	padding-right: 3px;
}
.subtotal {
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #FFFFFF;
}
.stockWarning {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 12px;
	background-image: url(../grafics/comuns/info.gif);
	background-repeat: no-repeat;
	padding-left: 26px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #0033CC;
}
