/****************************************************************************
	HTML
****************************************************************************/

html, body, #wrapper
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}

#wrapper
{
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

.WrapperClass
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

/****************************************************************************
	BODY
****************************************************************************/

body
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	font-size: 11px;
	font-family: Verdana;
}

select
{
	font-size: 11px;
	font-family: Verdana;
}

input
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	font-size: 11px;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
	font-family: Verdana;
	background-color: #f5f5f5;
}

.FlatInput input
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
/****************************************************************************
	LINK STANDARD NELLA PAGINA
****************************************************************************/

a
{
	color: #8ead13;
	text-decoration: none;
}

a:hover
{
	color: #94410a;
}

/****************************************************************************
	SEPARATORI
****************************************************************************/

hr
{
	padding-bottom: 0px;
	margin: 0px;
	color: #b7d63d;
	height: 1px;
}

/****************************************************************************
	TITLES AND TEXT
****************************************************************************/

.TextInfo
{
	padding-top: 10px;
	vertical-align: top;
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #1a1a1a;
	padding-left: 5px;
	padding-top: 5px;
}

.BigTitle16
{
	font-size: 16pt;
	color: #3E3E3E;
	white-space: nowrap;
}

.BigTitle14
{
	font-size: 14pt;
	color: #3E3E3E;
	white-space: nowrap;
}

.TitleUpcased
{
	font-size: 10pt;
	color: #3E3E3E;
	text-transform: uppercase;
}

.TitleUpcasedInvertedColor
{
	font-size: 10pt;
	background-color: #ACACAC;
	color: #ffffff;
	text-transform: uppercase;
}

.Title
{
	font-size: 8pt;
	color: #3E3E3E;
	font-weight: bold;
	white-space: nowrap;
}

.SubTitle
{
	font-size: 8pt;
	color: #616161;
	font-style: italic;
	white-space: nowrap;
}

.SubTitleMin
{
	font-size: 7pt;
	color: #616161;
	font-style: italic;
	white-space: nowrap;
}

.BigDescription
{
	font-size: 10pt;
	color: #616161;
}

.Description
{
	font-size: 8pt;
	color: #3E3E3E;
}

/****************************************************************************
	TEXT FOR PRICES
****************************************************************************/

.BigPrice
{
	font-size: 10pt;
	color: #616161;
}

.BigPriceWithLine
{
	font-size: 10pt;
	color: #616161;
	text-decoration: line-through;
	font-style: italic;
}

.BigDiscounted
{
	font-size: 10pt;
	color: #ff0000;
}

.NeutralPrice
{
	color: #616161;
}

.NeutralPriceWithLine
{
	color: #616161;
	text-decoration: line-through;
	font-style: italic;
}

.NeutralDiscounted
{
	color: #ff0000;
}

/****************************************************************************
	LIST
****************************************************************************/

.ColorsAndSizesList td
{
	font-size: 10pt;
	font-weight: bold;
}

.ColorsAndSizesList a
{
	display: block;
}

.ColorsAndSizesList a:hover
{
	display: block;
}

.ColorsAndSizesListItem
{
	border-right: #d0d0d0 1px solid;
	padding-right: 1px;
	border-top: #d0d0d0 1px solid;
	padding-left: 1px;
	padding-bottom: 1px;
	border-left: #d0d0d0 1px solid;
	padding-top: 1px;
	border-bottom: #d0d0d0 1px solid;
}

.ColorsAndSizesListItemSelected
{
	border-right: #ff0000 1px solid;
	padding-right: 1px;
	border-top: #ff0000 1px solid;
	padding-left: 1px;
	padding-bottom: 1px;
	border-left: #ff0000 1px solid;
	padding-top: 1px;
	border-bottom: #ff0000 1px solid;
}

/****************************************************************************
	CHECKOUT STEPS
****************************************************************************/

.CheckOutStepsNumber
{
	color: #D7D7D7;
	font-size: 24pt;
}

.CheckOutStepsText
{
	color: #D7D7D7;
	font-size: 14pt;
}

.CheckOutStepsText a
{
	color: #D7D7D7;
}

.CheckOutStepsText a:hover
{
	color: #ff0000;
}

.CheckOutStepsNumberSelected
{
	color: #8ead13;
	font-size: 24pt;
}

.CheckOutStepsTextSelected
{
	color: #8ead13;
	font-size: 14pt;
}

/****************************************************************************
	BOXES
****************************************************************************/

.Box
{
	border-right: #eaeaea 1px solid;
	border-top: #eaeaea 1px solid;
	border-left: #eaeaea 1px solid;
	border-bottom: #eaeaea 1px solid;
	height: 140px;
	background-image: url(../images/homepage/bgbox.png);
	background-repeat: repeat-x;
	background-color: #f1f1f1;
}

.StdBox
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}

.NTitle
{
	color: #697b20;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: normal;
	height: 18px;
	border-right: #eaeaea 1px solid;
	border-top: #eaeaea 1px solid;
	border-left: #eaeaea 1px solid;
	border-bottom: #eaeaea 1px solid;
	background-image: url(../images/homepage/bgn.png);
	background-repeat: repeat-x;
}

.NText
{
	color: #808080;
	font-size: 12px;
	font-weight: normal;
}

.NBox
{
	color: #697b20;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: normal;
	border-right: #eaeaea 1px solid;
	border-top: #eaeaea 1px solid;
	border-left: #eaeaea 1px solid;
	border-bottom: #eaeaea 1px solid;
	background-image: url(../images/homepage/bgnbox.png);
	background-repeat: repeat-x;
	background-color: #f4f4f4;
}

.NBox a
{
	color: #8ba428;
	font-size: 9px;
	font-family: Verdana, Arial;
	font-weight: normal;
}
.NBox a:hover
{
	color: #aaaaaa;
	font-size: 9px;
	font-family: Verdana, Arial;
	font-weight: normal;
}

/****************************************************************************
	FOOTER
****************************************************************************/

.Footer
{
	color: #6a6a6a;
	font-size: 10px;
	font-family: Verdana, Arial;
	font-weight: bold;
	padding-left: 10px;
}

.Footer a
{
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial;
	font-weight: bold;
	padding-left: 10px;
}

.Footer a:hover
{
	color: #8b4513;
	font-size: 10px;
	font-family: Verdana, Arial;
	font-weight: bold;
	padding-left: 10px;
}


