/* selettori e classi base */
body
{
	background-color: #FFFFFF;
	color: #646466;
}

body, form
{
  margin: 0px;
  padding: 0px;
}

body, table, td, input, select, option, textarea, legend, label, button, .testo
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #646466;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
}


/* classi forms */

.button
{
  border: 1px solid #999999;
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  background-color: transparent;
}


.errorBox
{
  background-color: #ffdddd;
  padding: 5px;
  margin: 2px 0px;
  color: #E22C2C;
}

.messageBox
{
  /*background-color: #A0C6E5;*/
  border-bottom: 1px solid #939396;
  padding: 5px;
  margin: 2px 0px;
}

#contenitore
{
	width: 995px;
	height: 100%;
}

#testata
{
	clear: both;
	background-color: #D4031E;
	height: 210px;
	margin-bottom: 4px;
}

#testataLogo
{
	margin-top: 135px;
	margin-left: 35px;
}

#rigaBanner
{
	clear: both;
	height: 206px;
}

#rigaBanner #bannerSx
{
	float: left;
	width: 330px;
	height: 100%;
}

#rigaBanner #bannerDx
{
	margin-left: 335px;
	text-align: right;
	/*background-color: #939396;*/
	height: 100%;
}

#rigaBanner #bannerSx div, #rigaBanner #bannerDx div
{
	background-color: #939396;
	height: 100%;
}

#rigaContenuti
{
	clear: both;
	margin-top: 10px;
}

#rigaContenuti #colSx
{
	float: left;
	width: 275px;
	padding: 0px 20px 0px 35px;
}

#rigaContenuti #colDx
{
	margin-left: 335px;
}

.contactPage #colSx
{
	width: 270px;
	padding: 0px 0px 0px 35px;
}

.contactPage #colDx
{
	margin-left: 310px;
}

.titoloPagina
{
	color:#D4031E;
	border-bottom: 1px solid;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.indietro
{
	margin-bottom: 8px;
	font-weight: bold;
}

.contentInfo
{
	float: left;
	width: 190px;
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.contentInfo li
{
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

.contentInfo li.selected
{
	color: #313132;
	border-bottom: 1px solid #939396;
}

.infoContent
{
	border-left: 1px solid #939396;
	padding: 2px 5px;
	margin-top: 20px;
	margin-left: 190px;
}

.infoContent .titoloInfo
{
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.infoContent .testoInfo
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #313132;
}

#formSenderBox
{
	/*width: 500px;
	height: 200px;
	border: 2px inset blue;*/
	visibility: none;
	height: 0px;
	width: 0px;
	border: none;
}

.formBox
{
	margin-top: 10px;
}

.formBox div
{
	margin-bottom: 6px;
}

.formBox label
{
	float: left;
	width: 100px;
	margin-right: 8px;
	line-height: 16px;
	white-space: nowrap;
}

.formBox .textInput
{
	width: 348;
	border: 1px solid #939396;
	color: #313132;
}

.formBox textarea
{
	clear: left;
	border: 1px solid #939396;
	width: 456px;
	height: 150px;
	overflow: auto;
	color: #313132;
}

.formBox .btRow
{
	margin-top: 20px;
	text-align: right;
}

.formBox .btInput
{
	border: none;
	background-color: #D4031E;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 10px;
}


.privacyRadio label
{
	float: none;
	vertical-align: middle;
	margin-right: 0px;
	width: auto;
	margin-right: 25px;
}


.orderTable
{
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #939396;
	margin-bottom: 10px;
}

.orderTable caption
{
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
}

.orderTable th, .orderTable td
{
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #939396;
	padding: 1px;
}

.orderTable th
{
	padding: 2px;
}

.orderTable td.firstCol
{
	padding: 0px 2px;
	text-align: right;
}

.orderTable input
{
	width: 100%;
	border-width: 0px;
	color: #000000;
}

.orderTable .quantity
{
	text-align: right;
}

.orderTable input:hover
{

}


.pagNav
{
	width: 100%;
	margin: 16px auto;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #333333;
	padding: 5px 0px;
	clear: both;
}


*>div.pagNav
{
	float: left;
	/* fix per ie 5.xx*/
	/*width: auto; \width: 100%; w\idth: auto;*/
}

.pagNav div
{
}

.pagNav .precedente
{
	width: 30%;
	float: left;
	text-align: left;
}

.pagNav .info
{
	width: 40%;
	float: left;
	text-align: center;
}

.pagNav .successiva
{
	width: 30%;
	float: right;
	text-align: right;
}


.pagNav .precedente img
{
	margin-right: 5px;
	vertical-align: middle;
}

.pagNav .successiva img
{
	margin-left: 5px;
	vertical-align: middle;
}

.menuSx
{
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

.menuSx li
{
}

.menuSx li div.titoloMenu
{
	margin-bottom: 6px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

.menuSx li div.titoloMenu a, .menuSx li div.titoloMenu span
{
	padding: 1px 8px 1px 3px;
	background-color: #646466;
	color: #FFFFFF;
}

.menuSx li div.selected a,.menuSx li div.selected span
{
	background-color: #D4031E;
}

.menuSx li .elencoVoci
{
	list-style-type: none;
	margin: 0px 0px 5px 40px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

.menuSx li .elencoVoci li
{
	margin-bottom: 1px;
}

.menuSx li .elencoVoci li.selected a
{
	color: #D4031E;
}

#footer
{
	clear: both;
	text-align: center;
	margin-top: 45px;
	padding-bottom: 10px;
	margin-left: 360px;
	padding-top: 5px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

#footer img#active121Logo
{
	vertical-align: text-bottom;
}

#elencoNazioniSx
{
	float: left;
	width: 110px;
	/*background-color: red;*/
	/*height: 100%;*/
}

.elencoNazioni
{

	float: left;
	width: 150px;
	margin-left: 10px;
	/*background-color: red;*/
	/*height: 100%;*/
}

#mappaStati
{
	height: 310px;
	margin-top: -15px;
	overflow: hidden;
}

#elencoNazioniDx
{
	float: right;
	width: 110px;
	/*background-color: blue;*/
	/*height: 100%;*/
}

.elencoStati
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.elencoStati span
{
	cursor: pointer;
}

a
{
	color: #646466;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}