/* struttura */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; /*attenzione*/
}

ul {
	list-style: none;
}
	
html, body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #333333;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.active {
	color: #7f0700;
	font-weight: bold;
}

.blue {
	color: #1b75bb;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.small {
	font-size: 10px;
}

input.error {
	border: 1px solid #1b75bb !important;
}

label.error {
	display: none !important;
}

.success-box {
	border: 2px solid #A7CF3A;
	padding: 5px;
	margin: 10px 0;
}

.error-box {
	border: 2px solid #cc0000;
	padding: 5px;
	margin: 10px 0;
}

.success-box ul, .error-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/*globali*/

#menu-cont, #payoff-cont, #intestazione-contenuti-cont, #contenuti-cont, #fascia-footer-cont, #footer-cont  {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#menu {
	background: #FFF url(../../_img/background-menu.png) repeat-x left top;
	border-bottom: 1px solid #999999;
}

#menu-cont {
	height: 75px;
}

#payoff {
	background: #FFF url(../../_img/background-payoff.png) repeat-x left top;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	text-align: center;
}

#payoff-cont {
	height: 249px;
}

#payoff-cont img {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40%;
}

#intestazione-contenuti {
	background-color: #cccccc;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#intestazione-contenuti-cont {
	height: 46px;
}

#intestazione-contenuti-cont h3 img {
	margin-top: 9px;
}

#intest-home {
	text-align: right;
}

#contenuti {
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 12px;
	color: #404040;
}

#contenuti-cont {
	padding: 10px 0;
	min-height: 300px;
}

#contenuti h4 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 25px;
}

#contenuti h5, #contenuti strong {
	color: #1b75bb;
	font-weight: bold;
}

.condizioni-di-vendita ul, .privacy ul {
	margin-left: 20px;
	list-style-type: square;
}

.condizioni-di-vendita h4 {
	margin-bottom: 5px !important;
	margin-top: 26px;
}

#contenuti a:link, #contenuti  a:visited, #contenuti a:active {
	text-decoration: none;
	color: #1b75bb;
}
	
#contenuti a:hover {
	text-decoration: underline;
	color: #1b75bb;
}

#testo-sx {
	float: left;
	width: 452px;
	padding: 0 20px 30px 0;
	border-right: 1px solid #cccccc;
	position: relative;
}

#testo-dx {
	float: left;
	width: 457px;
	padding: 0 0 30px 20px;
	border-left: 1px solid #cccccc;
	margin-left: -1px;
	position: relative;
}

#testo-sx img, #testo-dx img {
	position: absolute;
	bottom: 0;
	right: 10px;
}

ol {
	margin: 20px;
}

ol li {
	margin-bottom: 18px;
}

.demo p {
	padding-top: 30px;
}

.demo li:first-child {
	margin-left: 0;
}

.demo li {
	float: left;
	margin-left: 44px;
}

#accedi {
	float: right;
	margin: 20px 0;
}

.assistenza h4 {
	color: #404040!important;
}

.assistenza h5 {
	color: #404040!important;
}

.assistenza ul {
	margin-bottom: 40px;
}

.assistenza ul:last-child {
	margin-bottom: 0;
}

.risposta {
	line-height: 18px;
	margin-bottom: 40px;
}

.risposta h5 {
	color: #1b75bb!important;
}

.up img {
	padding-top: 5px;
}

.assistenza ul {
	list-style-type: square;
	margin-left: 15px;
}

#fascia-footer {
	background-color: #999999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	clear: both;
}

#fascia-footer-cont {
	height: 30px;
}

#fascia-footer img {
	position: absolute;
	bottom: 0;
	left: 47%;
}

#footer {
	border-top: 1px solid #999999;
	color: #999999;
	text-align: center;
	font-size: 9px;
}

#footer-cont {
	height: 30px;
	margin-bottom: 10px;
}

#footer a:link, #footer  a:visited, #footer a:active {
	text-decoration: none;
	color: #cccccc;
}
	
#footer a:hover {
	text-decoration: underline;
	color: #cccccc;
}

#footer-cont ul {
	width: 285px;
	margin: 0 auto;
	padding-top: 10px;
}

#footer-cont li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #CCCCCC;
}

#footer-cont li:first-child {
	border: none;
}

#footer-cont p {
	clear: both;
	padding-top: 10px;
}

/*dettagli*/

#menu-cont h1 {
	position: absolute;
	top: 5px;
	left: 10px;
}

#menu-cont ul {
	position: absolute;
	bottom: 3px;
	right: 0;
}

#menu li {
	float: left;
	padding: 0 15px;
	height: 30px;
}

#menu img {
	vertical-align: top;
}

#menu-cont .active, #menu li:hover {
	background-color: #eaeaea!important;
}

/* acquista */

#acquista {
	width: 900px;
	height: 400px;
	border: 1px solid #999999;
	margin: 0px 0 0px 10px;
	background-color: #dbdbdb;
	position: relative;
}

#shadow {
	height: 414px;
	width: 914px;
	margin-left: 5px;
	margin: 30px 0 20px 10px;
	background: url(../../_img/shadow.png) top left no-repeat;
}

#acquista-intestazione {
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
}

#acquista-intestazione li {
	padding: 10px;
	float: left;
	margin: 0 90px 0 10px;
}

#acquista-intestazione .current {
	background-color: #1b75bb;
	font-weight: normal;
	color: #FFFFFF;
}

.acquista-sx {
	width: 330px;
	margin: 10px 0;
	border-right: 1px solid #a9a9a9;
	height: 345px;
	float: left;
	padding-left: 20px;
}

.acquista-center {
	margin: 10px 0;
	padding-left: 20px;
}

table {
	width: 100%;
}

.acquista-sx table, .acquista-sx th, .acquista-sx td {
	border-collapse: collapse;
	vertical-align: middle;
	text-align: left;
}

.acquista-sx td {
	padding: 5px 0px;
}

.acquista-sx th {
	/*height: 60px;*/
	color: #1b75bb;
}

.acquista-dx {
	height: 345px;
	width: 520px;
	border-left: 1px solid #FFFFFF;
	float: left;
	margin: 10px 0;
	padding-left: 20px;
}

legend {
	color: #1b75bb;
}

#acquista h4 {
	font-size: 12px;
	padding-top: 20px;
	color: #1b75bb;
	font-weight: normal;
}

.acquista-dx input {
	margin-left: 10px;
}

.acquista-dx fieldset {
	margin-bottom: 20px;
}

.avanti {

	background: url(../../_img/invia.png) top center no-repeat;
	border: none;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer !important;	
	position: absolute;
	bottom: 3px;
	right: 5px;
	padding: 5px;
}

.indietro {
	background: url(../../_img/invia.png) top center no-repeat;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 5px;
	cursor: pointer !important;	
	position: absolute;
	bottom: 8px;
	left: 5px;
}

.indietro a:link, .indietro a:visited, .indietro a:active {
	color: #FFF!important;
}

.avanti a:link, .avanti a:visited, .avanti a:active {
	color: #FFF!important;
}

.modifica {
	width: 75px;
	background: url(../../_img/invia.png) top center no-repeat;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 5px;
	cursor: pointer !important;	
	position: absolute;
	bottom: 35px;
	right: 5px;
	text-align: center; 
}

.modifica a:link, .modifica a:visited, .modifica a:active {
	color: #FFF!important;
}

#modalita {
	padding-top: 20px!important;
}

#condizioni label {
	width: 300px;
}

/*css privacy eng*/
#privacy-format ul {
	margin-left: 25px;
	list-style-type: square;
}

#privacy-format ol {
	margin-left: 25px;
}

#privacy-format li {
	margin: 5px 0;
}

.alfabeta {
	list-style-type: lower-alpha !important;
}

/* form */
form {
	margin: 20px 0;
}

form label {
	display: block;
	float: left;
	width: 100px;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
}

form input[type='text'] {
	margin-bottom: 5px;
	width: 300px;
	border: 1px solid #cccccc;
	height: 20px;
	color: #999;
}

.label-checkbox {
	width: 15px;
	height: 15px;
	margin: 0px 5px 0px 100px;
	display: block;
	float: left;
	border: none;
}

.form input[type='checkbox'] {
	width: 15px;
	height: 15px;
	margin: 0px 5px 0px 100px;
	display: block;
	float: left;
}

.privacy-check {
	margin-top: 10px;
}

.radio {
	width: 15px;
	height: 15px;
	margin: 6px 5px 0px 100px;
	display: block;
	float: left;
}

.radio1 {
	width: 15px;
	height: 15px;
	margin: 6px 5px 0px 0px;
	display: block;
	float: left;
}

.radio-label {
	width: 280px;
}

.invia {
	width: 85px;
	height: 25px;
	background: url(../../_img/invia.png) top center no-repeat;
	border: none;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer !important;	
	margin: 20px 0px 0px 320px;
}

form select {
	margin: 0px 0px 10px 0px;
	color: #6e5516;
}

textarea {
	border: 1px solid #cccccc;
	color: #999999;
	margin: -10px 0 0 100px;
	width: 290px;
	height: 100px;
	overflow: auto;
	padding: 5px;
}

.3step {
	width: 300px!important;
}

/*pager*/

#pager {
   text-align: left;
   margin: 20px 0px 20px 20px;
}

#pager li {
   display: inline;
}

#pager a {
   font-size: 10px;
   background: #FFF;
   display: inline;
   font-weight: normal;
   padding: 2px 7px;
   text-decoration: none;
   margin-right: 3px;
   border: 1px solid #6e5516;
}

#pager .active {
   color: #FFF;
   background: #6e5516;
}

#pager a:visited, #nav .navnumero a:active {
   color: #7f0700;
}

#pager a:hover {
   border: 1px solid #7f0700;
}


#banner-footer {
	text-align: center;
	background-color: #fff;
	border: 0;
	border-bottom:1px solid #999999;
}



#form_promozione {
	width: 400px;
	margin: 0 auto;
}

#form_promozione img {
	margin-left: 100px;
	margin-top: 10px;
}



