/* CSS reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html,body { height:100%!important; color:#333; }

/* global  fronted style */
body.frontend {
	min-height:100%!important; 
	background-image: url(../immagini/sfondo.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-origin:content-box;
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 12px; font-weight: normal; line-height:13px;
	margin: 0;
	padding: 0;
}

body.popup {
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 14px; font-weight: normal; line-height:16px;
	margin: 25mm;
}

body.admin {
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 12px; 
	margin:0;padding:0;
}

div#wrapper {position:relative;margin:0; paddng:0; border:0; min-height:100%!important; height:auto;  width:960px; margin-left:auto; margin-right:auto; z-index:10000;}
div#header {position:absolute; top:0; }
div#middle {position:relative; top: 155px;  background-color: white; width:960px; }
div#footer {position:relative; top: 0; left: -2px;   }


div#searchbar{position:absolute; top:94px; right:48px;}
div#searchbar > * {position:absolute; top:0; left:0; }
div#searchbar > a > img {position:absolute;left:0;}
div#searchbar > input#search {position:absolute;left:-205px; width:197px; height:18px; padding-left:6px; padding-right:32px; }

/* main container */
table.container {
	padding:0;
	width:960px;
    margin-left:auto; 
    margin-right:auto;
	height:inherit;
	border:0;
}

td.leftpane {
	margin:0;
	padding:0;
	background-color:#f6f6f6;
	width:200px;
	vertical-align:top;
}

td.rightpane {
	margin:0;
	padding:12px;
	background-color:#fff;
	width:758px;
	vertical-align:top;
}

/* top menu */
table.menubar {
	margin:0;
	margin-left: -2px;
	padding:0;	
	width:960px;	
	border:0;
	border-spacing:0;
	background-color: #f5f6f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

td.menu {
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
		text-align: center;
	vertical-align:middle;
	color:#333;
	cursor: pointer;	
	width:162px;
	padding: 6px 0;

	/*
	border-bottom: 0px solid #eee;
	border-top: 0px solid #eee;	

	border-right: 1px solid #e73d0c;

	border-left:1px solid #f1baa7;
	*/
}


td#menucart {
	background-image:url('../immagini/cartdark.gif');
	background-position: 35px 3px;
	background-repeat:no-repeat;
}

td#menucart:hover {
	background-image:url('../immagini/cart.gif');
	background-position: 35px 3px;
	background-repeat:no-repeat;
}

div.outer {position:relative; height: 29px;}
div.outer > * {position: absolute; top:0!important; }
div.outer > input[type=text] {position:absolute; width:198px; height: 18px; padding-left:6px; padding-right:32px;}
div.outer > input[type=image] {left:206px; border:0!important;}

div.outerorderby {position:relative; height: 29px;}
div.outerorderby > * {position: absolute; top:0!important; right:0 }
div.outerorderby > select {height: 21px; width:238px;}

div.outerdispo {position:relative; height: 21px; font-weight:400; font-size:11px;}
div.outerdispo > * {position: absolute; top:9px; text-align:right; right:11px; }

div.outercart {position:relative; height: 21px;}
div.outercart > * {position: absolute; top:0; }
div.outercart > img {position: absolute; left:40px; top:3px }

td.loginbox  {
vertical-align:top;
}
div.loginbox {
position: relative;
height: 84px;
text-align:right;
vertical-align: top;
}
div.loginfields {
position:absolute;
top:27px;
right:0;
}

td.menu.first
{
	border-left: 0;
}

td.menu.last
{
	border-right: 0;
}

/* for browsers that do not support css3*/
td.menu:hover {
	background-color:#A2D1E8;
	color:white;
}

/* categories and subcategories in the left pane */
table.categories {
	border-collapse:collapse;
	border-spacing:0;
	text-align:left;
	vertical-align:top;
	width:200px;
	margin:0; padding:0;
}

td.category {
/* see buttons.css */
	width:100%;
    font-family:'webfont', Tahoma, Verdana, Arial, Helvetica;
	text-decoration: none;
	margin:5px; padding:5px;
	text-align:left!important; vertical-align:middle!important;
}

table.subcategories {
	border-collapse:collapse;
	border-spacing:0;
	text-align:left;
	vertical-align:top;
	width:90%;
	margin:0; padding:0;
}

div.subcategory-container {
	margin-left:10%;
	margin-right:0;
	width:100%;
}

td.subcategory {
	overflow:hidden; 
    font-family:'webfont', Tahoma, Verdana, Arial, Helvetica;
	font-weight: 400; font-size: 13px;
	text-decoration: none;
	width:100%;	
	border-bottom:1px solid #ccc;
	margin:5px;padding:5px;	
}

td.subcategory-hover {
	cursor:pointer;
	color:red;
	overflow:hidden; 
    font-family:'webfont', Tahoma, Verdana, Arial, Helvetica;
	font-weight: 400; font-size: 13px;
	text-decoration: none;
	width:100%;
	border-bottom:1px solid #ccc;
	margin:5px;padding:5px;	
}

td.spacer{
	margin:0; 
	padding:0; 
	height:1px;
}

table.rightpane-container {
	border: 0;
	width: 100%;
	padding: 4px 0 4px 0;
	margin: 0;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;		
}

table.rightpane-container th {
	text-align:left;
}

table.registration td {
	text-align:left; vertical-align: top; padding: 6px 0 6px 0; font-size:13px; 
}


td.navigatorstrip { 
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 13px; font-weight: 400;
	color: red;
	border-bottom:1px dotted #e5e6e7;
	padding-bottom:2px;
}

/* brands ribbon on top of search result*/
table.brands {
	width:100%;
	border: 1px solid #E5E2DD;
	margin: -5px -4px 7px 0;
	background-color:#f1f2f3;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;			
}

table.brands td {
	width:100%;
	background-color:#f5f6f7;
	margin:0; padding: 8px 3px;
}

table.brands span {
	margin-right: 10px;
}

table.brands span.noselbrand {
	color:#333;
	text-decoration: none;
}

table.brands span:hover {
	color:red;
	cursor:pointer;
	text-decoration: underline;
}

table.brands span.selbrand {
	color: orange;
	text-decoration: none;
}



td

/* product mini box singlet */
div.singlet-container {
	position: relative;
	width:230px;
	height: 230px;
	overflow:hidden;
	float:left;
	border:1px solid #e5e6e7;
	padding:3px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top:0; margin-bottom:8px;
}

div.singlet-left {margin-left:0; margin-right:4px;}
div.singlet-center {margin-left:4px; margin-right:4px;}
div.singlet-right {margin-left:4px; margin-right:0;}

table.singletsmall {
	width:100%;
	border:0;
	margin:0; padding:0;
	overflow:hidden;
}

td.singletsmall.title{
	padding: 3px;
	border: 0px;
	border-bottom: 0px solid #afafaf;
	border-left: 0px solid #ffffff;	
	border-right: 0px solid #aaaaaa;
	background-color:#fff;
}

div.singletsmall-description p {
line-height:16px;
}

div.singletsmall-cart {
	position: absolute; bottom:0; left:0; width:100%; background-color: #f1f2f3; padding: 4px;
}

span.currentpagenumber{
	text-align:center;
	vertical-align:center;
	width:24px;
	height:16px;
	margin:3px; padding:3px; 
	border:1px dotted #FF6600; 
	font-weight:bold;
	font-size:12px;
}
span.pagenumber{
	text-align:center;
	vertical-align:center;
	width:24px;
	height:16px;
	margin:3px; padding:3px; 
	font-size:12px;	
}
/* shopcart */
table.shopcart {
	border-collapse:collapse;
	border:0;
	padding:0;
	margin:0;
	width:100%;
}


table.shopcart-header {
	border-collapse:collapse;
	border:0;
	padding:0;
	margin:0;
	width:100%;
}

table td.shopcart-tabs {
	border:0;
	padding:0;
	margin:0;
	width:100%;
}

table td.shopcart-tabs img {
	display:block;
}

table td.shopcart-separator{
	height: 5px; line-height:5px;
	border:0;
	padding:0;
	margin:0;
	width:100%;
	background-color: #d63333;
}

table.shopcart-body {
	width:100%;
}

table.shopcart-recap {
	border-collapse:collapse;
	font-weight: normal;
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; 
	font-size: 10px; 
	line-height: 12px;
	text-align:left;
	border:0;
	padding: 4px 0;
	margin: 12px 0;
	width:100%;
}

table.shopcart-recap tr th {
	background-color: #e5e6e7;
	white-space:nowrap;
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica;
	font-weight: normal;
	text-align:left;
}

table.shopcart-recap tr th.currency {
	text-align:right;
}


table.shopcart-recap tr td {
	border-bottom: 1px solid #e5e6e7;
	text-align:left;
	vertical-align:middle;
}

table.shopcart-recap tr td.currency {
	text-align:right;
}

table.shopcart-recap tr.cart-total td {
	background-color: #e5e6e7;
	padding: 5px 0 5px 0;
	font-weight:bold;
}

table.shopcart-empty {
	border-collapse:collapse;
	font-weight: normal;
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; 
	font-size: 12px; 
	line-height: 14px;
	border:0;
	padding:12px;
	margin:12px;
	width:100%;
	color: #FF6600;
	text-align:center;
	border-bottom: 1px solif #e5e6e7;
}


table.shopcart-goods-total {
	width:100%;
	border-collapse:collapse;
	font-weight: normal;
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; 
	font-size: 10px; 
	line-height: 12px;
	border:0;
	padding:0;
	margin:0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:right;
}

table.shopcart-goods-total tr th { text-align:center; background-color: #e5e6e7;  padding: 5px 2px 5px 0; }  
table.shopcart-goods-total tr td { text-align:right; padding: 5px 2px 5px 0; }  
table.shopcart-goods-total tr td:first-child { width:25%; }  
table.shopcart-goods-total tr:nth-child(odd) td { border-top: 1px solid #e5e6e7; border-bottom: 1px solid #e5e6e7; }  
table.shopcart-goods-total tr:last-child td { background-color: #e5e6e7; }

table.shopcart-delivery {
	width:100%;
	border-collapse:collapse;
	font-weight: normal;
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; 
	font-size: 10px; 
	line-height: 12px;
	border:0;
	padding:0;
	margin:0;
	margin-top:20px;	
	text-align:left;	
}

table.shopcart-delivery tr th {background-color: #e5e6e7; }
table.shopcart-delivery tr td {border-bottom: 1px solid #e5e6e7; }

table.shopcart-delivery input[type="radio"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
}

table.shopcart-total {
	width:100%;
	border-collapse:collapse;
	font-weight: bold;
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; 
	font-size: 12px; 
	line-height: 14px;
	border:0; padding:0; margin:0;
	text-align: right;
}



table.shopcart-footer {
	width:100%;
	height:40px;
	border-collapse:collapse;
	font-weight: normal;
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; 
	font-size: 10px; 
	text-align:left;
	line-height: 12px;
	border:0; padding:0; margin:0;
	margin-top:12px;
}

table.shopcart-footer tr td:first-child,table.shopcart-footer tr td:last-child {width: 50%;}
table.shopcart-footer tr td.c {text-align:center;}
table.shopcart-footer tr td.r {text-align:right;}


table.vat-recap { table-layout: fixed; }
table.vat-recap tr th { background-color:#e5e6e7; font-weight:bold }
table.vat-recap tr td {background-color:white; }
table.vat-recap tr.summary td {background-color:#f1f2f3; padding: 4px 0;}

table.ordpass {
	margin:0;
	padding:0;
	width:100%;	
	border:0;
	border-spacing:0;
	table-layout: fixed;
}

table.ordpass2 {
	margin:0;
	padding:0;
	width:100%;	
	border:0;
	border-spacing:0;
	table-layout: fixed;
}

table.ordpass2 tr th {
	text-align:center;
}

table.ordpass2 tr td {
	text-align:center;
}

td.right {
	text-align:right;
	display: block;
}

table.ordpass3{width:100%!important;}

table.ordpass4 {table-layout: fixed;}
table.ordpass4 td {width: 20%;}

/* display prices */
.pr-retailprice {  color: grey; font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 9px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none}
.pr-retailprice-vat {  color: grey; font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 9px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none}
.pr-retailprice-full {  color: grey; font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 9px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none}
.pr-price {  color:blue; font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 9px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none}
.pr-price-vat {  color:blue; font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 9px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none}
.pr-price-full {  color:blue; font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 9px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none}
.small {  font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 12px; font-style: normal; line-height: 0.77pc; font-weight: normal; font-variant: normal; text-transform: none}
.pr-custprice {  color: #333; font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 16px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none}
.pr-custprice-vat {  color: #333;font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 9px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none}
.pr-custprice-full {  color: #333; font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 16px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none}
.pr-discount {  color: green; font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 9px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none}

.pr-cart-price {  color:blue; font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 9px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none}
.pr-cart-price-full {  color:blue; font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 9px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none}
.pr-cart-price-vat {  color:blue; font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 9px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none}




/* generics*/
table.neutral {
	margin:0;
	padding:0;
	width:100%;	
	border:0;
	border-spacing:0;	
}

table.footer {
    margin-left:auto; 
    margin-right:auto;
}

h1 { 
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 16px; font-weight: bold;
}

h1.red {
	color: #d93809;
}

th.currency, td.currency{text-align:right;}

.normal {
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 12px; font-weight: normal; line-height:12px;
}

.errormessage {
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 12px; font-weight: bold; line-height:12px;
	color: #ff0000;
}

input[type=text],select,textarea {
	padding: 1px;
	border: 1px solid #ddd;
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px;
	border-radius: 1px;
}



input[type="image"] {
	padding: 0;
	border:0;
	box-shadow: 0 0 0 0;	
	border-radius: 0; 
	-moz-box-shadow: 0 0 0 0;	
	-moz-border-radius: 0; 
	-webkit-box-shadow: 0 0 0 0;	
	-webkit-border-radius: 0; 
}

textarea {font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 12px; font-weight: normal; line-height:12px;}

input.disabled,select.disabled,textarea.disabled {
	border: 1px solid #000000;
	background-color:#F6D8CE;
	color:black;
	font-weight:bold;
}

input:required, select:required { background-color:floralwhite; font-size:13px!important; }
select:required:invalid, select:focus:invalid, input:required:invalid, input:focus:invalid { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWBAMAAAA2mnEIAAAAA3NCSVQICAjb4U/gAAAAKlBMVEX/f3//////rKz/3t7/hIT/urr/jIz/7+//mZn/1tb/zMz/5ub/uLj/mZnIjiQvAAAADnRSTlP/AP///////////////1Usv+MAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDgvMDEvMTSL+Ds6AAAAIXRFWHRTb2Z0d2FyZQBNYWNyb21lZGlhIEZpcmV3b3JrcyA0LjDqJid1AAAAdElEQVR4nGMQRAAGfGzx3YUwtrAaQ9JEKDuAgYGBFcIWZQCBg2C2CYMLgxsDM5itwFbJsLyBCcQWT2DbuApIFALZ0gwMnoJmDAwbIWwuwQUQNlB64WZJiBqgXvEUQ4heQQOGDoYMqJnIdiG7AcVtyG4m5EcATXQdyRVWLJgAAAAASUVORK5CYII=); background-position: right center; background-repeat: no-repeat; -moz-box-shadow: none; } 
select:required:valid, input:required:valid { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAA3NCSVQICAjb4U/gAAAAdVBMVEWAviPw9+Wx1njX67yYyk2Qx0HF4Zv///+HwjDo9Nil0WTQ6K71+u6MxTq+3o/d7sWq1G2ezVfu9uCEvymVyUr6/feKwzTM5afl8tOazFG424aSx0L3/+/U6LTb7MCt1XOEvTHm996l1mOiz16UzlK/3pG12YH0ijxnAAAAJ3RSTlP/////////AP////////////////////////////////////////9NkCFCAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADA4LzAxLzE0i/g7OgAAACF0RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgNC4w6iYndQAAAMRJREFUeJydkcESgjAMRFsxNsVGsJFCyaAHR/7/Ey0MWBk9OO7xzTbZbJX5KvUn1t7rD2z7SLAfuy0+kkKioEL7jgcOMitwm7GFIDApPSD7wg+GhAXwdgPuV+zOKEQCXBoNGPWCLRCIEN9dUxPNU2acrL5Qe2dqJRS6BXsIcDWDNzsFkt3ujhQGY8a0WTC6NcmBU7TrA6c4fHoF1JcpCsFkBp+vrHB2JorFeyfVhVMnyFJsG9RtGWN5WKvNfTfONb//zkZPRbUTpjg68cUAAAAASUVORK5CYII=); background-position: right center; background-repeat: no-repeat; }

select:required:invalid, select:required option:first-child, select.required {
    color: #808080;
}

select:required option:first-child, select.required option:first-child {display:none;}
select:required option:not(:first-child), select.required option:not(:first-child) {color:black;}

/* login */
body.login {
	background-color: #efeedc;
	color: black;
	margin:0;
	padding:0;
}

div.login {
	position: absolute;
    top: 50%;
    left: 50%;
	width:430px;
	margin-left:-215px;
	margin-top:-233px;
	width:430px;
	height:466px;
	overflow:visible;
}

.manina {
	cursor: pointer;
}

/* captcha form */
div.fmail {
	position:absolute; top:0px; left:0px; width:1px; height:1px; overflow:hidden;
}

div.captcha input {
  padding: 7px;
  -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
  -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
  box-shadow: inset 2px 2px 2px 0px #dddddd;
}

#captcha img {
     border: 0px;
}

.captcha small {
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 10px; font-style: normal; line-height: 10px; font-weight: normal; font-variant: normal; text-transform: none
}

 
a.no-underline, a.no-underline:hover, a.no-underline:visited, a.no-underline:active {
	text-decoration:none;
}

span.orange {color:#FF3300;}

.extrasmall { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 11px; font-style: normal; line-height: 13px; font-weight: 400; }
.extrasmall-bold { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 10px; font-style: normal; line-height: 10px; font-weight: bold; font-variant: normal; text-transform: none }
.right-align {text-align:right;}
.evident { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 10px; font-style: normal; line-height: 10px; font-weight: bold; font-variant: normal; text-transform: none; background-color:white; }
.evident2 {font-weight: 600;}



/* --------------------------------------------------------------------------------------------------------------------------------------*/




form#loginform {
font-family: 'webfont'bold, Tahoma, Verdana, Arial, Helvetica; font-size: 12px; font-style: normal; line-height: 14px; color:white
}

UL	{margin-top: 0pt}

	a {  text-decoration: none; color: #02387E}
	a:hover {text-decoration: underline;color: #FF6600}
	a:visited {  text-decoration: none;color: #02387E}
	a:visited:hover {  text-decoration: underline;color: #FF6600}

.small {  font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 12px; font-style: normal; line-height: 0.77pc; font-weight: normal; font-variant: normal; text-transform: none}
.smallbold {  font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 12px; font-style: normal; line-height: 0.77pc; font-weight: bold; font-variant: normal; text-transform: none}


.medium {  font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 14px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #636363}

.mediumj {  font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 16px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-align: justify}

.titoli {  font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 16px; color: #E68401; font-weight: bold; line-height: 1pc}

input.noborder { width:100px; height:20px; margin:0px; padding:0 4px; color: #333333; background: #FFFFFA; border: 1px solid #CC8000;  font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 14px}
input.orange { height:18px;  margin:0px; padding:2px; color: #333333; background: #FFFFFA; border: 1px solid #ccc ;  font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 10px;}
select.orange {  border-collapse:collapse; color: #333333; background: #FFFFFA; border: 1px solid #ccc; font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 10px; }
option.orange {  border-collapse:collapse; color: #333333; background: #FFFFFA; border: 1px solid #ccc; font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 10px; }
textarea.orange {  border-collapse:collapse; color: #333333; background: #FFFFFA; border: 1px solid #ccc; font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 10px;

scrollbar-arrow-color: #ffffff;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #FFBC51;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-track-color: #F9EECA;

}

.smallbold { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 14px font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #02387E}

form {margin: 0px; padding: 0px;}

.navigator {  font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 16px; font-weight: bold; background-image: none; cursor: pointer}

.smalltit { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 14px font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none ; color: #000000}

.gt {  font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: small; font-weight: bold}
.gtpiccolo { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 14px; font-weight: bold }
.gtmicro { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 10px; font-weight: normal}
.titolitabella { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; white-space: nowrap}
.smallnoint { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 12px; font-style: normal; line-height: 0.67pc; font-weight: normal; font-variant: normal; text-transform: none; color: #02387E }
.gtmicrobold { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold}

.darkborder { 
	border-style: solid;
	border-width: 1px;
	border-color: #aaa
}

.lightborder { 
	border-style: solid;
	border-width: 1px;
	border-color: #eee
}

.lightborderwithpadding { 
	border: 1px solid #ddd;
	border-top: 0px;
	margin: 5px; padding: 5px;
	padding-left:10px; padding-right:10px;
	background-color: #fafafa;
}




.rigatabella
{
	border:0px; 
	border-bottom:1px; 
	border-style:solid; 
	border-color:#ECECEC;
	margin: 0px;
}



.tableheader
{
	padding: 3px;
	border: 0px;
	border-bottom: 1px solid #afafaf;
	border-left: 1px solid #ffffff;	
	border-right: 1px solid #aaaaaa;
}


.BIG { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 0.9pc; font-style: normal; line-height: normal; font-weight: bold; font-variant: small-caps; text-transform: none; text-align: justify }
.smallsmall { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold ; font-weight: normal; color: #FFFFFF}
.smallsmallbold { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold ; font-weight: bold; color: #FFFFFF }


.cssbutton{
cursor: pointer;
background-color: #eee;
border-bottom: 1px solid #afafaf;
border-left: 1px solid #ffffff;	
border-top: 1px solid #dfdfdf;	
border-right: 1px solid #aaaaaa;
color: #FF3300
text-decoration: none;
font: normal 0.8pc Arial, Tahoma, Verdana, Helvetica;
width: 200px;
height: 24px;
padding: 0px;
padding-left: 4px;
}

.cssbutton:hover{
	color: black;
}


/* categories on the left */
      
.btn {
	color:#222;
	background-color:#ECECEC;	
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; 
	font-size: 12px;
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none;
	padding:2px;
	border:1px solid;
	border-top-color:#eee;
	border-left-color:#eee;
	border-right-color:#aaa;
	border-bottom-color:#aaa;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#e1e1e1',EndColorStr='#e0e0e0')
}      

.btnover{
	font-size: 12px;
	cursor: pointer;
	padding:2px;
	border:1px solid;	
}

.btnx{
   color:#333333;
 font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica;
   font-size: 14px
   font-weight:normal;
   background-color:#ff9900;
   padding:2px;
   border:1px solid;
   border-top-color:#eee;
   border-left-color:#eee;
   border-right-color:#aaa;
   border-bottom-color:#aaa;
}   
      

      
.textmenu{
	color:#333333;
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px
	font-weight:normal;
	/* gradient */
	background: rgb(246,248,249); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#e5ebee',GradientType=0 ); /* IE6-8 */
	padding:12px;
	padding-top: 3px;
	padding-bottom: 3px;
	border:0px solid;
	border-top-color:#eee;
	border-left-color:#eee;
	border-right-color:#aaa;
	border-bottom-color:#aaa;
}

.glassymenu{
	color:#333333;
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica;
	font-size: 16px
	font-weight:normal;
	padding:12px;
	padding-top: 3px;
	padding-bottom: 3px;
	border:0px;
	background-image: url(../../../immagini/glassystyle/buttonyellow.jpg)	
}



.textmenuover{
	color:#ffffff;
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px
	font-weight:normal;
	background-color:#709CB3;
	padding:12px;
	padding-top: 3px;
	padding-bottom: 3px;	
	border:0px solid;
	border-top-color:#eee;
	border-left-color:#eee;
	border-right-color:#aaa;
	border-bottom-color:#aaa;
	cursor: pointer;
}
   
      
.btn2{
   color:#333333;
 font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica;
   font-size: 14px
   font-weight:normal;
   background-color:#F6F6F6;
   padding:2px;
   border:1px solid;
   border-top-color:#eee;
   border-left-color:#eee;
   border-right-color:#aaa;
   border-bottom-color:#aaa;
   border-left: 0px;
   border-right: 0px;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#F6F6F6',EndColorStr='#F6F6F6');}      


.btn2over{
   color:#ffffff;
 font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica;
   font-size: 14px
   font-weight:normal;
   background-color:#FF6600;
   padding:2px;
   border:1px solid;
   border-top-color:#eee;
   border-left-color:#eee;
   border-right-color:#aaa;
   border-bottom-color:#aaa;
   cursor: pointer;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FF6600',EndColorStr='#FF6600');}
      
.btn2selected{
 color:#ffffff;
 font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica;
   font-size: 14px
   font-weight:normal;
   background-color:#FF9900;
   padding:2px;
   border:1px solid;
   border-top-color:#eee;
   border-left-color:#eee;
   border-right-color:#aaa;
   border-bottom-color:#aaa;
   cursor: pointer;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FF9900',EndColorStr='#FF9900');}
      
.btnclk{
   color:#333333;
 font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica;
   font-size: 16px
   padding:4px;
   font-weight:normal;
   background-color:#FFCC00;
   border:1px solid;
   border-top-color:#eee;
   border-left-color:#eee;
   border-right-color:#aaa;
   border-bottom-color:#aaa;
   cursor: pointer;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFCC00',EndColorStr='#ffffff');}


body { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 14px }
.bodytext { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 14px }

dl { width: 200px; 
	padding:0px; 
	margin:0px; 
	background-color:#f6f6f6;
}

dt { 
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; 
	font-size: 14px; line-height:32px;
	padding: 0; margin:0; padding-left:8px;
	height:32px;	
	/* gradient*/
background: rgb(233,246,253); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZjZmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2VlZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(233,246,253,1) 0%, rgba(211,238,251,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,246,253,1)), color-stop(100%,rgba(211,238,251,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f6fd', endColorstr='#d3eefb',GradientType=0 ); /* IE6-8 */

}



dt a { color: #333; }
dt a:hover { 
color: INDIANRED; text-decoration:none; text-shadow:#fff 0px 1px 0, #000 0 -0px 0; 
}


dd { 
	color:#fff;
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica;
	font-size:12px;
	font-weight:normal;
	background-color:#fff;	
	padding:4px;
	margin: 1px;
	cursor: pointer;
}

dd a { color: #000; }
dd a:hover { color: #00f; }
dd a:visited { color: #000; }
dd a:visited:hover { color: #00f; }

ul { 
	color:#000;
	list-style: square;
	margin-left:-24px;
}

li  { margin: 1px; padding:4px;  list-style:none; }
li:before {
    content:"> ";
	color:#ccc;
	font-size:8px;
}

.BIGBold { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 0.9pc; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; text-align: justify }
.error { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 14px font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #FF0000}
.gtmicroboldBarrato { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 0.9pc; font-weight: normal; text-decoration: line-through}


DIV.scheda {
	width:700px;
	height:1000px
	overflow: auto;
}

INPUT.searchbutton 	{height:18px;margin:0px;padding:0px; color: #666666; background-color: #fff; border: 1px solid #ff6600 ;  font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 14px font-weight:bold; padding-left:1px; padding-right:1px;}

input.cute {
   font-size:11px;
   font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica;
   font-style:normal;
}

.lessborder { 
	border-style: solid;
	border-width: 1px;
	border-color: #ff9900;
	width:100%;
}

.grad {
	background-color: #eaeaea;
	border: 1px solid #ddd;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#fafafa',EndColorStr='#e0e0e0');
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; 
	font-size: 0.65pc; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none 
	margin: 5px; padding: 4px;
}

.simplesmall { font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 14px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none }

.nowrap {white-space: nowrap;}

/*
admin styles
*/
.admin-text {	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size:14px;}
.admin-error{	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size:14px; color:#FF0000;}

table.admin-main {	
	border-spacing: 0;
	border-collapse: collapse;
	padding:0;
	margin:0;
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica;
	width:100%;
}

table.admin-main>tbody>tr>th {
	font-size: 16px;
	text-align:left;
	background-color:SLATEGRAY;
	color:white;
	padding:12px; padding-top:6px; padding-bottom:6px;	
	font-weight:400;
}

table.admin-main>tbody>tr>td {
	font-size: 14px;
	text-align:left;
	background-color:WHITE;
	padding:12px;	
	font-weight:400;	
	text-shadow: 0px 1px 1px #e5e6e7;
	color: #555;
}

table.admin-menu {
	border-spacing: 0;
	border-collapse: collapse;
	padding:0;
	margin:0;
}
table.admin-menu>tbody>tr>td {
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px; font-weight:bold;
	padding:4px; padding-left:12px; padding-right:12px;
	white-space:nowrap;
	height:32px;
	color:white;
}

div#menu{background: #9BB8C7;}

table.admin-menu>tbody>tr>td:hover:not(:last-child)  {
	cursor:pointer;
	background: none;
	background-color:SLATEGRAY;
}

td.selected-menu {
background-color:SLATEGRAY;
}

table.admin-menu>tbody>tr>td:last-child{
	width:95%;
}

table.paypal_payment_info {
	border-collapse: collapse;
	padding:0;
	margin:0;
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica;
	width:100%;
	font-size: 10px;
	table-layout: fixed;
}
table.paypal_payment_info>tbody>tr>th { text-align:left; vertical-align:text-top; border: 1px solid #E5E6E7; border-top:4px solid #fff;padding:3px; padding-top: 1px;padding-bottom: 1px; font-weight:bold; background-color:#E5E6E7}
table.paypal_payment_info>tbody>tr>td {	text-align:left; vertical-align:text-top; border: 1px solid #E5E6E7; padding:3px; padding-top: 1px;padding-bottom: 1px; font-weight:normal;}
div#paymentinfo{display:none}
table.admin-cash-recap{width:100%}
table.admin-cash-recap>tbody>tr:first-child>td{ background-color:white;}
table.admin-cash-recap>tbody>tr:last-child>td{ background-color:#E5E6E7; font-weight:bold;}

table.footer{width:960px; border:0; margin:2px; padding:0}

select.greyed {
  color: #ccc;
}

select#orderby option {
  color: #222;
}

select#orderby option:first-child {
  display: none;
  color: #ccc;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ccc;
}
input[type=password] {
font-family:Arial, Helvetica, sans-serif
}

p.pagetitle {
	font-family: 'webfont', Tahoma, Verdana, Arial, Helvetica; font-size: 16px; font-weight:300;
	line-height: 20px;
	color: #333;
	margin: 0 0 12px 0;
	border-bottom: 1px dotted #ccc;
}

table#login {
	width:100%; 
	margin-top:12px;	
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color:#F4F4F4;
	border:1px solid #ccc;
}

table#login table {border-spacing: 13px;}
table#login table input[type=text],input[type=password]{width:100px;}
.hide {display:none};

form#loginform input[type=text],input[type=password]{width:50px!important;}

div#outercartdetail {position:relative; height: 23px;}
div#outercartdetail > * {position: absolute; top:0; }
div#outercartdetail img {position: absolute; left:40px; }
div#outercartdetail input[type=text] {position: absolute; height: 21px; top:1px; }
td.aligntop {vertical-align:top;}

table.documents { margin:0; padding:0; border:0; width:100%; border-collapse:collapse;}
table.documents th { padding:4px; background-color:#f1f2f3; text-align:left; vertical-align:top;}
table.documents td { padding:4px; background-color:white; border-bottom: 1px solid #f1f2f3;  text-align:left; vertical-align:top;}
