/* PAGINA */

body
{
	/* Allineamento */
	text-align: center;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	
	/* Carattere */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	color: #333333;
}

.Body
{
	/* Dimensione */
	width: 976px;
	margin: 0px auto 0px auto;
	/* Allineamento */
	text-align: left;
}

.Container
{
	background-color: White;
	border: solid 1px #BBBBBB;
	border-bottom-width: 0px;
}

.LeftColoumn
{
	/* Posizionamento */
	float: left;
	/* Dimensione */
	width: 175px;
	/* Margine Superiore */
	margin: 15px 0px 0px 0px;
	padding-bottom: 0px;
	/* Padding Laterale (al posto del margine perchè corretto anche su IE dato che FLOAT) */
	padding-left: 15px;
}

.Content
{
	/* Dimensione */
	width: 750px;
	/* Posizionamento */
	margin: 15px 0px 5px 204px;
	padding-bottom: 5px;
	/* Allineamento */
	text-align: left;
	/* Altezza minima */
	min-height: 500px;
	height: auto !important; /* IE 6 */
	height: 500px; /* IE 6 */
}

.ClearContent
{
	/* Fa il clear sulla LeftColumn */
	clear:both;
	height:10px;
}

/* ELEMENT */

img
{
	/* Immagini */
	border-width: 0px;
}

strong
{
	/* BOLD */
	font-weight: bold;
}

/* CONTROLLI */

.DropDownList
{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	margin: 1px;
	padding: 0px;
}

.RadioButton
{
	text-align: left;
	margin: 1px 1px 1px 10px;
}

/* CLASSI */

.NewProduct
{
	color: #FA6301;
	font-weight: bold;
}

.Discount
{
	color: #FA6301;
	font-weight: bold;
}

.OriginalPrice
{
	text-decoration: line-through;
}

.SingolPannel
{
	margin: 85px auto 0 auto;
	background-color: White;
	border: solid 1px #BBBBBB;
	padding: 5px;
	min-height: 300px; 
	height: auto !important; /* IE 6 */
	height: 300px; /* IE 6 */
}

.InfoText
{
	font-size: 10px;
	color: #bbbbbb;
}

.GrayBackground
{
	background-color: #F6F6F6;
}

/* Classi per le Radio Button con immagini e pallino nascosto */

.HiddenRadioList input
{
	display:none;
}

.HiddenRadioList label span
{
	cursor:pointer;
	display:inline-block;
	padding:2px;
}

.HiddenRadioList label span.Quadro16
{
	width:18px;
	height:18px;
}
.HiddenRadioList label span.Quadro24
{
	width:26px;
	height:26px;
}
.HiddenRadioList label span.Rettangolare85x24
{
	width:87px;
	height:26px;
}

.HiddenRadioList label span span
{
	display:inline-block;
	padding:0px;
	border: solid 1px #333333;
}

.HiddenRadioList label span.Quadro16 span
{
	width:16px;
	height:16px;
}
.HiddenRadioList label span.Quadro24 span
{
	width:24px;
	height:24px;
}
.HiddenRadioList label span.Rettangolare85x24 span
{
	width:85px;
	height:24px;
}

.HiddenRadioList label.selected span
{
	border: solid 2px #333333;
	padding: 0px;
}

.HiddenRadioList label.selected span span
{
	border: solid 1px #FFFFFF;
	padding: 0px;
}

/* Classi per le TextBox dei prodotti con OPZIONI */

.HiddenTextBox input
    {
    	background-color:Transparent;
        text-align:center;
        border:1px dotted #CCCCCC;
        margin:0px 0px -1px 0px;
        padding:0px;
    }
.HiddenTextBox span
{
	vertical-align:bottom;
	font-size:9px;
	display:inline-block;
	background-color:#FFFFFF;
	padding:2px 0px;
	width:20px;
	text-align:center;
	border:1px solid #333333;
}
.HiddenTextBox .testo1
{
	font-size:20pt;
}
.HiddenTextBox .testo2
{
	font-size:40pt;
}
.HiddenTextBox .testo3
{
	font-size:60pt;
}
.HiddenTextBox .testo4
{
	font-size:80pt;
}

/* Classi per le NUVOLE */

.NuvolaTag a
{
	color:#333333;
	text-align:justify;
	margin: 0px 7px;
}

.NuvolaTag a:hover
{
	text-decoration: none;
}

.NuvolaTag1
{
	font-size: 11px;
}
.NuvolaTag2
{
	font-size: 16px;
}
.NuvolaTag3
{
	font-size: 21px;
}

/* Classi per il Bottone FATTO IN CASA */

.SpanButton
{
	display:inline-block;
	background-image:url(../Images/Common/ButtonBackground.gif);
	background-repeat:repeat-x;
	padding:1px 10px;
	height:19px;
	line-height:19px;
	vertical-align:middle;
	text-align:center;
	margin:0px;
	width:inherit !important;
}

.SpanButtonAlwaysSelected
{
	display:inline-block;
	background-repeat:repeat-x;
	padding:1px 10px;
	height:19px;
	line-height:19px;
	vertical-align:middle;
	text-align:center;
	margin:0px;
	width:inherit !important;
}

.SpanButton a
{
	cursor:pointer;
	color:#333333;
}

.SpanButtonAlwaysSelected a
{
	cursor:pointer;
	color:#333333;
}

/* Pannellino */

.Box
{
	position:relative;
	width:100%;
}

.Box_tl
{
	background: url(../Images/Box/tl.gif) no-repeat top left;
	top:0px;
	left:0px;
	position:absolute;
	height:10px;
	width:10px;
}

.Box_tr
{
	background: url(../Images/Box/tr.gif) no-repeat top right;
	top:0px;
	right:0px;
	position:absolute;
	height:10px;
	width:10px;
}

.Box_bl
{
	background: url(../Images/Box/bl.gif) no-repeat bottom left;
	bottom:0px !important;
	bottom:-1px;
	left:0px;
	position:absolute;
	height:10px;
	width:10px;
}

.Box_br
{
	background: url(../Images/Box/br.gif) no-repeat bottom right;
	bottom:0px !important;
	bottom:-1px;
	right:0px;
	position:absolute;
	height:10px;
	width:10px;
}

/* Pannellino Contornato */

.Rounded
{
	position:relative;
	border: 1px solid #BBBBBB;
	width: auto !important;
	width: 100%;
}

.Rounded_tl
{
	background: url(../Images/Rounded/tl.gif) no-repeat top left;
	top:-1px;
	left:-1px;
	position:absolute;
	height:5px;
	width:5px;
}

.Rounded_tr
{
	background: url(../Images/Rounded/tr.gif) no-repeat top right;
	top:-1px;
	right:-1px;
	position:absolute;
	height:5px;
	width:5px;
}

.Rounded_bl
{
	background: url(../Images/Rounded/bl.gif) no-repeat bottom left;
	bottom:-1px;
	left:-1px;
	position:absolute;
	height:5px;
	width:5px;
}

.Rounded_br
{
	background: url(../Images/Rounded/br.gif) no-repeat bottom right;
	bottom:-1px;
	right:-1px;
	position:absolute;
	height:5px;
	width:5px;
}

/* Buy */

.BuyProsegui
{
	text-align:right;
	padding-right: 20px;
	clear: right;
	margin-top: 10px;
}

.BuyRisultato
{
	padding:4px;
	border-bottom: solid 1px #BBBBBB;
	background-image: url(../Images/Common/DivRight.gif);
	background-position: right;
	background-repeat: repeat-y;
	color: #333333;
	text-decoration: none;
	cursor:pointer;
}

.BuyRisultatoImage
{
	vertical-align:middle;
	float:left;
	margin-right:4px;
}

.BuyVisualizza
{
	margin-top:10px;
}

.BuyContent
{
	min-height: 250px;
	margin-right: 11px;
}

.BullettedList
{
	margin-top:5px;
	margin-bottom:0px;
}