
/* **********************
/* layout.css           *
/* **********************/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/* Box superiore login */
#login {
	width: 100%;
	height: 100px;
	background-color: #000000;
	padding: 5px 0px 0px 0px;
}
#login_top {
	width: 100%;
	height: 16px;
}


/* Header */
#header {
	width: 100%;
	min-width: 800px;
	height: 110px;
}
#header_topline {
	width: 100%;
	height: 38px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../layout/h_top.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	z-index: 100;
}
#header_topcmd {
	width: 100%; /* se impostato a 980/990px allinea il label del login alla pagina, se a 100% occupa tutto lo spazio a dx */
	height: 38px;
}
#header_label {
	height: 38px;
	margin: 0px 5px 0px 250px;
	padding: 0px;
	float: right;
}
#header_label_l {
	width: 45px;
	height: 38px;
	float: left;
	background-image: url(../layout/h_label_l.jpg);
	background-repeat: no-repeat;
}
#header_label_c {
	height: 38px;
	float: left;
	background-image: url(../layout/h_top_full.jpg);
	background-repeat: repeat-x;
	padding: 10px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	cursor: default;
}
#header_label_r {
	width: 45px;
	height: 38px;
	float: left;
	background-image: url(../layout/h_label_r.jpg);
	background-repeat: no-repeat;
}
#header_inner {
	width: 980px;
	height: 110px;
	padding-right: 15px;
}
#header_logo {
	position: relative;
	left: 0px;
	top: -28px;
}
#header_sub {
	width: 100%;
	min-width: 800px;
	height: 30px;
	background-color: #CCCCCC;
	background-image: url(../layout/subh_back.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
#header_sub_inner {
	width: 980px;
	height: 30px;
	background-color: #CCCCCC;
	background-image: url(../layout/subh_back.jpg);
	background-repeat: repeat-x;
	padding-right: 15px;
}
#header_minisub {
	min-width: 800px;
	height: 20px;
	background-color: #F0F0F0;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0px 0px 115px;
	font-family: "Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",Verdana,"Verdana Ref",sans serif;
	font-size: 12px;
	color: #333333;
	cursor: default;
}

#page_body {
	width: 100%;
	background-color: #FFFFFF;
	overflow: visible;
}
#page_table {
	background-color: #FFFFFF;
}
#page_container {
	width: 100%;
	min-height: 550px;
	margin: 15px 0px 0px 0px;
}

#footer {
	width: 100%;
	min-width: 800px;
	height: 40px;
	background-color: #F5F5F5;
	border-top: 1px solid #DDDDDD;
	margin-top: 20px;
}
#footer_inner {
	width: 960px;
	height: 35px;
	background-color: #F5F5F5;
	padding: 5px 15px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}


.clear {
	clear: both;
}
.hide {
	visibility: hidden;
	display: none;
}
.show {
	visibility: visible;
	display: inline;
}


.header_sub_searchbox {
	padding: 4px 4px 0px 10px;
	float: left;
}
.header_sub_cart {
	padding: 0px 10px 0px 10px;
	float: right;
	position: relative;
	top: -28px;
	left: 0px;
}

#header_minisub a, #header_minisub a:hover {
	font-family: "Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",Verdana,"Verdana Ref",sans serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
#header_minisub a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}


.main_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: normal;
	width: 180px;
}
.main_menu li {
	height: 22px;
	margin: 2px 0px 0px 0px;
	overflow: hidden;
}
.main_menu li a, .main_menu li a:hover {
	font-family: "Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",Verdana,"Verdana Ref",sans serif;
	color: #000000;
	display: block;
	height: 22px;
	padding: 3px 5px 0px 10px;
	vertical-align: middle;
	overflow: hidden;
}
.main_menu li a:hover {
	background-image: url(../layout/btn_menu_back.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #333333;
}
.main_menu_break {
	height: 12px;
	width: 170px;
	margin: 0px 0px 0px 10px;
	border-bottom: 1px solid #DDDDDD;
}



/* **********************
/* objects.css          *
/* **********************/


/* Buttons */
.silver_button, .silver_button_disabled {
	background: #F0F0F0 url(../assets/btn_silver.gif) repeat-x top left;
	border: 1px solid #AAAAAA;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	padding: 0px 10px 3px 10px;
	line-height: normal;
	
	height: 25px;
	width: auto;
	overflow: visible;
	text-align: center;
	
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	
	margin-right: 10px;
}
.silver_button:hover {
	background: #F0F0F0 url(../assets/btn_silver_over.gif) repeat-x top left;
	border: 1px solid #888888;
	
	color: #333333;
	cursor: pointer;
}
.silver_button_disabled {
	cursor: default;
	color: #999999;
}

.blue_button, .blue_button_disabled {
	background: #F0F0F0 url(../assets/btn_blue.gif) repeat-x top left;
	border: 1px solid #AAAAAA;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding: 0px 10px 3px 10px;
	line-height: normal;
	
	height: 25px;
	width: auto;
	overflow: visible;
	text-align: center;
	
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	
	margin-right: 10px;
}
.blue_button:hover {
	background: #F0F0F0 url(../assets/btn_blue_over.gif) repeat-x top left;
	border: 1px solid #33CCFF;
	
	color: #000000;
	cursor: pointer;
}
.blue_button_disabled {
	cursor: default;
	color: #999999;
}


/* Box search */
.h_search, .h_search:hover, .h_search_focus, .h_search_focus_key {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #555555;
	padding: 2px 3px 2px 3px;
	width: 150px;
	height: 14px;
	margin: 0px 4px 0px 0px;
	border: 1px solid #BABABA;
	position: relative;
	top: 1px;
	left: 0px;
}
.h_search_focus, .h_search:hover {
	color: #888888;
	border: 1px solid #666666;
}
.h_search_focus_key {
	color: #555555;
	border: 1px solid #666666;
}

/* Indice a destra */
.h_cart_link {
	display: inline;
	float: left;
	margin: 0px 8px 0px 6px;
	padding: 4px 0px 0px 0px;
}
.h_cart_link a, .h_cart_link a:hover {
	font-family: "Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",Verdana,"Verdana Ref",sans serif;
	font-size: 12px;
	color: #000000;
}
.h_cart_link a:hover {
	color: #333333;
	text-decoration: underline;
}
.h_cart {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #F0F0F0;
	border: 1px solid #BABABA;
	min-width: 100px;
	height: 20px;
	padding: 3px 8px 0px 8px;
	cursor: default;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.h_cart img {
	width: 16px;
	height: 16px;
}
.h_cart div {
	display: inline;
	position: relative;
	top: -4px;
	left: 6px;
	margin-right: 5px;
}
.h_cart div span {
	font-size: 13px;
	color: #3399FF;
	font-weight: bold;
	position: relative;
	top: 1px;
	left: 0px;
}


/* Bullets */
.bullet_1, .bullet_2, .bullet_3, .bullet_4, .bullet_5 {
	width: 24px;
	height: 24px;
	background-image: url(../layout/bullets.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	position: relative;
	top: -2px;
	left: -2px;
	margin-right: 6px;
}
.bullet_2 {
	background-position: -24px 0px;
}
.bullet_3 {
	background-position: -48px 0px;
}
.bullet_4 {
	background-position: -72px 0px;
}
.bullet_5 {
	background-position: -96px 0px;
}



.alert_nojs, .alert_warning, .alert_error {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFF5D7;
	border: 1px solid #FF9900;
	width: 100%;
	height: auto;
	padding: 8px;
	margin-bottom: 15px;
	line-height: 18px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: default;
}
.alert_nojs, .alert_error {
	background-color: #FFDFE0;
	border: 1px solid #CC0033;
}
.alert_warning a, .alert_error a {
	text-decoration: underline;
	color: #333333;
}
.alert_warning a:hover, .alert_error a:hover {
	color: #555555;
	text-decoration: none;
}


.msg_main {
	width: 480px;
	background-color: #F5F5F5;
	border: 1px solid #E0E0E0;
	padding: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.msg_title {
	font-family: "Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",Verdana,"Verdana Ref",sans serif;
	font-size: 18pt;
	color: #606060;
	margin: 2px 0px 8px 10px;
	cursor: default;
}
.msg_inner {
	width: 460px;
	min-height: 100px;
	float: left;
	background-color: #FFFFFF;
	padding: 0px 5px 0px 15px;
}
.msg_icon {
	width: 80px;
	float: left;
	padding: 10px 0px 10px 6px;
	display: inline;
}
.msg_icon img {
	width: 64px;
	height: 64px;
}
.msg_body {
	width: 370px;
	float: left;
	display: inline;
}
.msg_text {
	padding: 10px 0px 6px 4px;
	cursor: default;
}
.msg_final_link {
	margin: 6px 0px 12px 4px;
}
.msg_final_link a, .msg_final_link a:hover {
	color: #3399FF;
}
.msg_final_link a:hover {
	color: #777777;
	text-decoration: underline;
}



/* **********************
/* style.css            *
/* **********************/


/* Area login */
.login_close, .login_close:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	padding: 1px 0px 0px 0px;
	cursor: pointer;
}
.login_close:hover {
	text-decoration: underline;
}
.login_close_img {
	float: right;
	margin: 0px 10px 0px 4px;
	cursor: pointer;
}
.welcome_user {
	font-family: "Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",Verdana,"Verdana Ref",sans serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 0px 0px 4px;
	cursor: default;
}
.login, .login:hover, .logout, .logout:hover {
	font-family: "Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",Verdana,"Verdana Ref",sans serif;
	font-size: 12px;
	color: #33CCFF;
	font-weight: bold;
	padding: 0px 4px 0px 0px;
	cursor: pointer;
}
.login:hover, .logout:hover {
	text-decoration: underline;
}
.login_white, .login_white:hover {
	font-family: "Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",Verdana,"Verdana Ref",sans serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 0px 0px 4px;
	cursor: pointer;
	font-weight: bold;
}
.login_white:hover {
	text-decoration: underline;
}


