﻿/*Design by Hypersoft srl http://www.hypersoft.it */
img {border:0px}

body
{
	margin: 0px;
	padding: 10px 0 0 0;
	background: #ffffff;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a 
{
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor:pointer;
}
/* Page */
#page {
	width: 980px;
	height:570px;
	margin: auto;
}
/*Structure Login*/
#sidebar-left {
	float:left;
	width:345px;
	height:570px;	
	background: url('images/BackgroundLogin.png') no-repeat;	
}
#sidebar-right {
	float:right;
	width:635px;
	height:570px;	
}
#sidebar-righ-header {
	width:635px;
	height:220px;
	background: url('images/backgroundCartLogin.png') no-repeat;		
}
#table_cert
{
	margin-top:130px;
	width:220px;
	float:right;
}
#table_cert td
{
	text-align:center;
}
#sidebar-righ-panel {
	width:560px;
	height:255px;
	padding: 0 0 0 75px;
}
/*#sidebar-righ-panel span{
	font-size:10px;
}*/
#sidebar-righ-panel .logintext
{
	width:200px;	
	font-size:11px;
}
#sidebar-righ-panel .recuperatext
{
	width:260px;	
	font-size:11px;
}
#sidebar-right input[type=submit] {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	color: #666666;
	background-color: #E4E7F8;
}
#sidebar-righ-cert {
	width:635px;
	height:80px;
	text-align:center;
}
#sidebar-righ-cert table {
	text-align:center;
	font-size:85%;
	font-weight:bold;	
	margin:auto;
}
#sidebar-righ-footer {
	width:635px;
	height:15px;
	color: #ffffff;
	text-align:right;
	background:#003a7d;
}
#sidebar-righ-footer ul
{
	list-style: none;
	margin:0;
}
#sidebar-righ-footer li {
	display: inline;
	font-size:80%;
	padding: 0 10px 0 0;	
}
#sidebar-righ-footer a {
	text-decoration: none;
	color: #ffffff;
	border-left: 1px solid #ffffff;
	padding: 0 0 0 10px;
}
#sidebar-righ-footer a:hover {
	text-decoration: underline;
	cursor:pointer;
}
/*End Structure Login*/
/* management class for div_lightbox */
.footer {
	background-color: #ffffff;
	padding: 0.5em;
}
.lbAction{
	background-color: #ffffff;
}
.closemodal{
	background: url('images/headermodal.png') no-repeat;	
	background-color: #ffffff;
	text-align:right;
	height:69px;
	padding-right:10px;
}
.closefooter{
	background-color: #ffffff;
	text-align:right;
	height:69px;
	padding-right:10px;
}
.centercotainer{
	background-color: #ffffff;
	text-align:center;
}
.condizionidivendita{
	color: #7b7b7b; 
	font-size:9pt; 
	text-align:justify ;
	margin-left:5px;
	margin-right:5px;
}
.condizionidivendita p { 
	color: #003366; 
	font-weight:bold; 
}
.condizionidivendita a  {
	color: #a01010; 
	text-decoration: none; 
	font-weight:normal;
}
.condizionidivendita ul {
	list-style:none;
}
.condizionidivendita li {
	color: #303030; 
	font-weight:bold; 
}
.nodisplay
{
	display:none;
}
/* AJAX TOOLKIT CSS */
/*Modal Popup*/
.modalBackground {
	background-color:#e5e5e5;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffff;
	border-width:2px;
	border-style:solid;
	border-color:#003A7D;
	padding:3px;
	width:286px;
	padding:3px 10px 3px 10px;	
}
.modallabel
{
	font-size:10px;
	font-weight:bold;
	width:260px;
	height:20px;	
}
.modaltextmultiline
{
	width:260px;
	height:50px;
	font-size:11px;
	text-align:justify;
}
/* Fine Modal Popup*/
/* General class */
.btnok {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding: 2px;
	font-size: 10px;
	text-align:center;
	color: #666666;
	width:100px;
	/*background: #E4E7F8 url('images/icona_esegui.png') no-repeat;*/
}
.btncancel {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding: 2px;
	font-size: 10px;
	text-align:center;
	color: #666666;
	width:100px;
	/*background: #E4E7F8 url('images/icona_cancella2.png') no-repeat;*/
}
.btnlogin {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding: 2px;
	font-size: 10px;
	text-align:center;
	vertical-align:middle;
	color: #666666;
	width:80px;
	/*background: #E4E7F8 url('images/icona_cart.png') no-repeat;*/
}
/* Top Menu */

.topmenu {
	float:left;
}

.topmenu ul {
	margin: 0;
	padding:0;
	list-style: none;
	line-height: normal;
}

.topmenu li {
	display: inline;
}

.topmenu a {
	padding: 0 5px;
	border-left: 1px solid #E06529;
	text-decoration: none;
	font-size: 100%;
}

.topmenu a:hover {
	text-decoration: underline;
}

.topmenu .first a {
	border: none;
}

