*, body, form, center, div, a, img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body
{
	padding-top: 20px;
	font-family: trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	color: #666;
	background-color: #FFF;
}
table
{
	font-family: trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #666;
}
td
{
	text-align: left;
}

#header
{
	margin: 0px auto;
	overflow: hidden;
	width: 741px;
	/*border-bottom: 1px solid #000;*/
}

#main
{
	margin: 0px auto;
	width: 780px;
	overflow: hidden;
}

#content
{
	margin: 0px auto;
	overflow: hidden;
}

#bodyContent
{
	margin-bottom: 15px;
	width: 596px;
	float: right;
	text-align: left;
}
#body
{
	padding-top: 15px;
	/*padding-left: 10px;*/
	min-height: 350px;
	font-family: trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #666;
	text-align: left;
}


#keyContent
{
	margin: 0px auto;
	padding-bottom: 6px;
	width: 173px;
	float: left;
	text-align: left;
	background-color: #CD0034;
}

#KeyBanner
{
	height: 42px;
}

#keyboard ul li
{
	/*list-style-type: none;*/
	display: block;
	padding-left: 6px;
	text-align: left;
	border-top: 1px dashed #E7859D;
}
#keyboard ul li:hover
{
	/*list-style-type: none;*/
	display: block;
	padding-left: 6px;
	text-align: left;
	border-top: 1px dashed #E7859D;
}
/*#pos
{
	visibility: hidden;
	display: none;
}*/


/*LAST*/
#last
{
	margin: 0px auto;
	margin-bottom: 10px;
	padding-top: 5px;
	width: 780px;
	text-align: left;
	color: #666;
	background-color: #FFF;
	/*border: 1px solid #CC0000;*/
}
#infoBest
{
	margin: 0px auto;
	margin-top: 10px;
	margin-left: 180px;
	overflow: hidden;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
#datiBest
{
	margin: 0px auto;
	margin-top: 10px;
	margin-left: 180px;
	padding-bottom: 10px;
	overflow: hidden;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
/*FINE LAST*/



.TblBorder
{
	color: #333;
	border: #625041 1px solid;
}
.TdBorder
{
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	border-bottom: #625041 1px solid;
}
.TdDoubleBorder
{
	font-weight: bold;
	font-size: 12px;
	color: #CD0034;
	text-align: center;
	border-bottom: #000 2px solid;
}


.titolo
{
	margin-top: 20px;
	padding-bottom: 4px;
	font-family: trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #CD0033;
	/*text-transform: uppercase;*/
}
.sottotitolo
{
	font-weight: bold;
	font-size: 14px;
	color: #CD0034;
	text-align: center;
	border-bottom: 1px solid #625041;
}
.paragrafo
{
	font-weight: bold;
	font-size: 14px;
	color: #625041;
}

.testo
{
	font-weight: normal;
	font-size: 13px;
	color: #666;
}
.testoColor
{
	padding-top: 4px;
	text-decoration: underline;
	font-weight: normal;
	font-size: 13px;
	color: #625041;
}
.testoB
{
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.testoI
{
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}
.testoBColor
{
	padding-top: 4px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #CD0034;
}
.testoBUCase
{
	font-weight: bold;
	font-size: 13px;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}
.testoU
{
	font-weight: normal;
	font-size: 13px;
	color: #666;
	text-decoration: underline;
}
.appunti
{
	font-weight: normal;
	font-size: 11px;
	color: #666;
}



.input
{
	width: 250px;
	font-family: trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 3px;
	border: 1px solid #AAA;
	background-color: #F8F8F8;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}
.input:focus
{
	color: #2A2A2A;
	border: 1px solid #CC0000;
	background-color: #F8F8F8;
	box-shadow: 0px 0px 3px #AC1F24;
}
.inputLog
{
	width: 180px;
	font-family: trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 3px;
	border: 1px solid #AAA;
	background-color: #F8F8F8;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}
.inputLog:focus
{
	color: #2A2A2A;
	border: 1px solid #CC0000;
	background-color: #F8F8F8;
	box-shadow: 0px 0px 3px #AC1F24;
}
.inputBaby
{
	width: 100px;
	font-family: trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 3px;
	border: 1px solid #AAA;
	background-color: #F8F8F8;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}
.inputBaby:focus
{
	color: #2A2A2A;
	border: 1px solid #CC0000;
	background-color: #F8F8F8;
	box-shadow: 0px 0px 3px #AC1F24;
}
.inputL
{
	width: 100px;
	font-family: trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 3px;
	border: 1px solid #AAA;
	background-color: #F8F8F8;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}
.inputL:focus
{
	color: #2A2A2A;
	border: 1px solid #CC0000;
	background-color: #F8F8F8;
	box-shadow: 0px 0px 3px #AC1F24;
}
.inputAltro
{
	margin-left: 10px;
	width: 120px;
	font-family: trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 3px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #AAA;
	background-color: #F8F8F8;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}
.inputAltro:focus
{
	color: #2A2A2A;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #CC0000;
	background-color: #F8F8F8;
	box-shadow: 0px 0px 3px #AC1F24;
}

.inputDis
{
	width: 250px;
	font-family: trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #AEB6B6;
	padding: 3px;
	border: 1px solid #AAA;
	background-color: #E4DFDF;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
}
.comboDis
{
	width: 250px;
	font-family: trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #AEB6B6;
	padding: 3px;
	border: 1px solid #AAA;
	background-color: #E4DFDF;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
}

.inputInvisible
{
	width: 250px;
	font-family: trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #555;
	padding: 14px;
	border: none;
	background-color: #FFF;
}

SELECT
{
	font-family: trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 3px;
	border: 1px solid #AAA;
	background-color: #F8F8F8;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}
SELECT:focus
{
	color: #2A2A2A;
	border: 1px solid #CC0000;
	background-color: #F8F8F8;
	box-shadow: 0px 0px 3px #AC1F24;
}
TEXTAREA
{
	font-family: trebuchet MS, Verdana, sans-serif;
	font-size: 13px;
	color: #666;
	padding: 6px;
	border: 1px solid #AAA;
	background-color: #F8F8F8;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}
TEXTAREA:focus
{
	font-size: 13px;
	color: #2A2A2A;
	padding: 6px;
	border: 1px solid #CC0000;
	background-color: #F8F8F8;
	box-shadow: 0px 0px 3px #AC1F24;
}

.button
{
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 2px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #676767;
	cursor: pointer;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	
	background: #cc7087; /* Old browsers */
	background: -moz-linear-gradient(top, #cc7087 0%, #e50050 40%, #cc0033 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cc7087 0%,#e50050 40%,#cc0033 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cc7087 0%,#e50050 40%,#cc0033 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc7087', endColorstr='#cc0033',GradientType=0 ); /* IE6-9 */
}
.button:hover
{
	color: #FFF;
	border: 1px solid #676767;
	cursor: pointer;
	box-shadow: 0px 0px 5px #606B71;
	
	background: #cc1240; /* Old browsers */
	background: -moz-linear-gradient(top, #cc1240 0%, #cc0033 40%, #cc0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cc1240 0%,#cc0033 40%,#cc0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cc1240 0%,#cc0033 40%,#cc0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1240', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
}


.CursorHand
{
	cursor: pointer;
}


A
{
	font-weight: normal;
	font-size: 12px;
	color: #CD0033;
	text-decoration: none;
}
A:hover
{
	font-weight: normal;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}

A.orderStyle
{
	font-weight: bold;
	font-size: 16px;
	color: #CD0034;
	text-decoration: none;
}
A.orderStyle:hover
{
	font-weight: bold;
	font-size: 16px;
	color: #333;
	text-decoration: none;
}

A.Key
{
	font-family: trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	letter-spacing: 1px;
	text-decoration: none;
}
A.Key:hover
{
	font-family: trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	letter-spacing: 1px;
	text-decoration: underline;
}
.Key
{
	font-family: trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	letter-spacing: 1px;
	text-decoration: none;
	cursor: pointer;
}
.Key:hover
{
	font-family: trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	letter-spacing: 1px;
	text-decoration: underline;
	cursor: pointer;
}

A.KeyCurrPage
{
	font-family: trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #646464;
	letter-spacing: 1px;
	text-decoration: none;
}
A.KeyCurrPage:hover
{
	font-family: trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FCFCFC;
	letter-spacing: 1px;
	text-decoration: underline;
}


A.lastLink
{
	font-weight: normal;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
A.lastLink:hover
{
	font-weight: normal;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}
