﻿/* 
===================================
JQZoom
===================================
*/


div.zoomdiv {
z-index                 : 100;
position                : absolute;
top:0px;
left:0px;
width                   : 200px;
height                  : 200px;
background: #ffffff;
border:1px solid #CCCCCC;
display:none;
text-align: center; 
overflow: hidden;
}


img.jqzoom{
cursor:crosshair;
position:relative;
}


/* 
===================================
JQZoom FINE
===================================
*/





div.SubCategorySection
{
	width:300px
}

.ProductListTable 
{
	width:100%
}
.ProductListTable td
{
	padding-left:3px;
	background-color:#f1f1f1;
	border: 1px solid #fff;
	height:2em;
	vertical-align:middle;
}

.ProductListTable th
{
	border: none;
	height:0px;
}

.ProductListTable tr td a 
{
	font-size: 10px;
	font-family: Verdana;
	width:150px
}

td.OffertaColumn
{
	padding-left:3px;
	background-color:#f1f1f1;
	border: 1px solid #fff;
	height:2em;
	width:20px;
	vertical-align:middle;
}

td.NovitaColumn
{
	padding-left:3px;
	background-color:#f1f1f1;
	border: 1px solid #fff;
	height:2em;
	width:20px;
	vertical-align:middle;
}
td.priceColumn
{
	white-space: nowrap;
	background-color: #c0ffc0;
	font-size: 12px;
	color: #000;
	text-align: right;
	width: 80px;
	height: 10px;
	padding-right: 2px;
	font-weight: bold;
	font-family: Verdana;
}

.listaCat
{
	font-size: 10px;
	font-family: Verdana;
}

div.productCard
{
	font-size: 10px;
	font-family: Verdana;

	float:left;
	width:510px;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
	background:transparent;
}

div.productCard_Header
{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	color: #b22222;
	font-size: 14px;
}

div.productCard_Image
{
	float: left;
	width: 100px;
	margin-right: 10px;
	border-right: #b22222 thin dotted;
	border-top: #b22222 thin dotted;
	border-left: #b22222 thin dotted;
	border-bottom: #b22222 thin dotted;
}

div.productCard_Description
{
	float:right;
	width:400px;
	margin-bottom:10px;
}

div.productCard_Footer
{
	float:left;
	width:100%;
	margin-bottom: 20px;
}

div.productCard_Footer span.productPrice
{
	float:right;
	margin-right:20px;
	font-size:11px;
	font-weight:bold;
	background:transparent;
}

.carrelloViewer
{
	width: 300px;
	font-size: 10px;
	font-family: Verdana;
}
.carrelloViewer_qty
{
	width: 30px;
	text-align: right;
	font-size: 10px;
	font-family: Verdana;
}
.carrelloHeader
{
	font-size: 10px;
	text-align: center;
}

.carrelloOk
{
	font-size: 10px;
	font-family: Verdana;
	width: 150px;
	font-weight: bold;
	color: #1e90ff;
}
