﻿.MainPanel
{ 
	top: 0px;
	width: 800px;
	position: absolute;
	left: -400px;
	margin-left: 50%;
}

/* Top banner */
.FontCaptionLink
{
	font-family: Verdana;
	font-size:small;
	font-weight:normal;
	color: #5c5c5c;
}

/* GridView */
.GridCellInClass
{
	font-family: "Verdana"; 
	font-size: 11px;
    font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.GridCellOutClass
{
	font-family: "Verdana"; 
	font-size: 11px;   
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

/* Panels con angoli tondi */
.PanelBox 
{
	margin: 0 auto;
	width: 17em;
	background: url(pictures/panels/bottomright.gif) no-repeat bottom right;
}

.BoxHead 
{
	background: url(pictures/panels/topright.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.BoxHead h2 
{
	background: url(pictures/panels/topleft.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-family: Verdana;
	font-weight: bold;
	font-size: small; 
}

.BoxBody 
{
	background: url(pictures/panels/bottomleft.gif) no-repeat bottom left;
	margin: 0;
	padding-left: 22px;
	padding-bottom: 22px;
	font-family: Verdana;
	font-size: 11px;
}

.BoxBody A
{
	text-decoration: none;
}	

/* Content Panel */
.ContentPanelBox 
{
	margin: 0 auto;
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	border-style: none;
}

.ContentCenterBox 
{
	margin: 0 auto;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	border-style: none;
}

.ContentCenterBox A
{
	text-decoration: none;	
}
	
/* Links */
.LinkInClass
{
    font-weight: bold;
}

.LinkOutClass
{
    font-weight: normal;
}

/* Font dati prodotto */
.FontProductData
{
	font-size: x-small;
	color: #404040;
	text-decoration: none;
	vertical-align: top;
}	

/* Font dati prodotto nel carrello */
.FontTrolleyData
{
	color: Gray;
	text-decoration: none;
	vertical-align: bottom;
}	

.FontTrolleyLink
{
	color: Black;
	text-decoration: none;
}
