body,html {
	margin:0;
	padding:0;
	font-family:arial, sans-serif;
	font-size:12px;
	color:#666;
}
div.fasciagrigia {
	background:#ebf4fe;
	height:117px;
	margin-top:91px;
}
img.stella {
	float:left;
	margin-left:35px;
	margin-top:-1px; /*correzione immagine imperfetta*/
}
.testo_fascia_grigia {
	float:left;
	margin-left:30px;
	width:537px;
	padding:5px;
	height:100px;
}
.footer {
	background:#ebf4fe;
}
.content_wrapper {
	overflow:auto;
	border-bottom: solid 2px #ebf4fe;
}
.greysquare {
	border: solid 2px #ebf4fe;
	border-bottom:none;
	margin-top:90px;
}
.left_col {
	float:left;
	width:217px;
}
.content_col {
	float:left;
	margin:0 5px;
	width:500px;
}
.right_col {
	float:left;
	width:300px;
	margin:0 20px;
}
ul.menu {
	list-style-type:none;
	margin-left:123px;
	padding-left:0;
}
.menu li {
	height:16px;
}
.titler {
	background:#fff;
	color:#666;
	text-align:center;
	font-weight:bold;
	opacity:0.8;
	font-size:12px;
}
.titler_view {
	height:20px;
	display:block;
	position:absolute;
	margin-top:-20px;
	width:217px;
}
.breadcrumbs, .breadcrumbs a {
	font-size:10px;
	color:#777;
}
.b_separator {
	color:orange;
	padding:0 3px;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
}
.breadcrumbs a:hover {
	color:orange;
}
div.shop_prodtable {
	margin-top:20px;
}
.gotocart, .decor {
	display:block;
	background:url(../immagini_shop/bottone.png) center center no-repeat;
	width:200px;
	height:40px;
	border:none;
	cursor:pointer;
	margin:5px auto;
}
div#modal {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#ffffff;
	opacity:0.7;
	display:none;
}
/********************************************************************************/
div#window {
	position:absolute;
	height:400px;
	width:500px;
	display:none;
	left:50%;
	margin-left:-250px;
	top:50%;
	margin-top:-200px;
	border:solid 2px #ddd; 
	z-index:10000;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	font-size:11px;
	text-align:justify;
	letter-spacing:1px;
	box-shadow:0 0 3px;
	-moz-box-shadow:0 0 3px;
	-webkit-box-shadow:0 0 3px;
	background:#fff url(../immagini_shop/window_top.png) top repeat-x;
}
.wintitle {
	font-size:14px;
	font-weight:bold;
	color:#e35012;
}
div#winWrapper {
	height:100%;
	width:100%;
	overflow-y:auto;
}
div#inner{
	min-height:99%;
	height:auto !important;
	height:99%;	
	width:100%;
	font-weight:normal;
}
div.loadanim {
	background:url(../immagini_shop/loadingAnimation.gif) center center no-repeat;
	width:100%;
	height:100%;
}
#closer {
	float:right;
	cursor:pointer;
	height:20px;
	margin-bottom:10px;
}
.prodotti_grande {
	position:static;
	text-align:right;
}
.shop_prodimage {
	width:253px;
	float:left;
	margin-right:5px;
	border:solid 1px #ccc;
	padding:5px;
}
.shop_prodtext {
	padding:0 5px 5px 5px;
}
.shop_prodtable table {
	width:490px;
}
.shop_prodtable td {
	text-transform:lowercase;
}
.shop_prodtable th {
	text-align:left;
}
.shop_prodtable tr, .cart_table tr {
	background:#EBF4F3;
}
.values {
	text-align:right;
}
input.prd_quant, input.cart_quant {
	width:20px;
	border:solid 1px #ccc;
	text-align:right;
	float:right;
}
tr.archive_hov {
	cursor:pointer;
	background:#EBF4F3;
}
.cart_remove {
	cursor:pointer;
}
ul.usermenu {
	margin:0;
	padding:0;
}
.usermenu_wp {
	float:left;
	margin-left:200px;
	margin-top:10px;
	color:#666;
}
.usermenu li {
	list-style-type:none;
	margin-top:10px;
}
.usermenu .tooltip {
	display:block;
	float:right;
	width:80%;
	border:solid 1px #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fce94f;
	padding:2px;
}
.userwelcome {
	font-family:arial;
	color:#666;
}
h2 {
	font-family:arial;
	color:#e35012;
	text-align:center;
	margin:10px 0;
}
#ribbon {
	position:absolute;
	top:155px;
	left:580px;
}
.reg_table {
	width:380px;
	float:left;
	border:solid 2px #91e541;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#b4ed7e;
	height:240px;
	margin-left:5px;
	margin-bottom:20px;
}
.reg_table td {
	text-align:left;
}
.reg_table .label {
	width:150px;
}
.reg_container {
	overflow:auto;
}
.nota {
	font-weight:bold;
	color:red;
}
#regform {
	text-align:center;
}
#prodshow {
	position:absolute;
	top:65px;
	left:18px;
}
/*.decor {
	width:88px;
	height:25px;
	border:none !important;
	background:url(../immagini_shop/bottone.png) center center no-repeat;
	color:#ffe348;
	font-weight:bold;
	cursor:pointer;
	font-size:12px !important;
	clear:both;
}*/
table.tabella_azienda {
	table-layout:fixed;
}
td.doubled {
	width:426px;
}
.addcart {
	background:#fff;
}
#cartform {
	border:solid 1px #ccc;
	padding:3px;
	width:400px
}
.cart_table {
	width:100%;
	table-layout:fixed;
}
.user_menu {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	position:absolute;
	top:186px;
	width:500px;
}
.icon_text {
	background:#fff66c;
	border:solid 1px #ccc;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	padding:2px;
	position:absolute;
}
.user_menu li {
	margin:0 10px 3px 0;
	float:left;
}
.arch_curpage {
	font-weight:bold;
}
.arch_ord_table td, .arch_table td {
	border-bottom:solid 1px #ccc;
}
.arch_ord_table th {
	background:#EBF4F3;
}
.arch_ord_table {
	width:100%;
}
.info {
	text-align:center;
	background:#fff66c;
	border:solid 1px #ccc;
	margin:20px;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
.errormsg {
	border:solid 1px red;
	padding:5px;
	background:pink;
	text-align:center;
	color:red;
	margin:20px;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
.old_container {
	max-height:370px;
	width:100%;
	overflow-y:auto;
	overflow-x:hidden;
}