@CHARSET "UTF-8";

div.vetrinacontent
{
	background-color: #f3f3f3;
	padding: 5px;
	padding-left: 1px;
	padding-right: 1px;
	height: 100%;
}

div.vetrinaelement
{
	width: 208px;
	margin: 3px;
	padding: 5px;
	padding-bottom: 10px;
	background-color: white;
	background-image: url('../immagini/grafica/fondovetrina.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	
}

div.vetrinafoto
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 150px;
}

div.vetrinanome
{
	background-color: #f6f6f6;
	font-size: 15px;
	height: 35px;
}

div.vetrinanome a
{
	color: #333;
	font-weight: bold;
}

div.vetrinanome a:hover
{
	color: #999;
}

div.vetrinaofferta
{
	background-color: #f6f6f6;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-align: right;
	text-transform: uppercase;
	padding-bottom: 2px;
}

div.vetrinatesto
{
	background-color: #f6f6f6;
	height: 50px; 
}

div.vetrinaprezzo
{
	background-color: #f6f6f6;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 2px;
	float: left;
	height: 20px;
	width: 180px;
}

div.vetrinalink
{
	background-color: #f6f6f6;
	height: 15px;
	padding: 4px;
	padding-top: 5px;
	text-align: right;
}

