body { background-color:#ffffff; color:#362b2b; margin:0; background-image: url('/user/themes/orange/theme_images/px.gif'); background-repeat: repeat}
body, td { font-family: verdana,helvetica,sans-serif; font-size:14px;  color:#362b2b }
textarea, input, select { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size:10px }

textarea {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

input {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

h1 {font-size: 2.4em}
h2 {font-size: 1.8em}
h3 {font-size: 1.4em}
h4 {font-size: 1.2em}
h5 {font-size: 1em}
h6 {font-size: 0.85em}
html { overflow-y: scroll;}
form { margin:0; padding:0}
img { border:0 }

a:link { color:#bd0a2e; text-decoration:none }
a:visited { color:#bd0a2e; text-decoration:none; }
a:hover { color:#bebfcb; text-decoration:underline }
a:active { color:#ffffff; text-decoration:underline }


.wrapText {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#mainBody {
	width:100%;
	margin:auto;
	background-color:transparent;
	background-image: url('/user/themes/orange/theme_images/px.gif');
	background-repeat: repeat-y;
}

.mainBodyEditor {
	background-color:transparent;
	background-image: url('/user/themes/orange/theme_images/px.gif');
	background-repeat: repeat-y;
}

.bodycolors {
	background-color:transparent;
	background-image: url('/user/themes/orange/theme_images/px.gif');
	background-repeat: repeat-y;
}

.bgHigh {
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: transparent ;
	background-repeat: no-repeat;
}

.bgLow {
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: transparent ;
	background-repeat: no-repeat;
}

#midBlock { margin:5px 8px 2px 8px }
#leftBlock { margin:5px 0px 2px 0px; width:250px}
#leftBlock table { margin:0 ;padding:0 }
#leftBlock table td { margin:0 ; padding:0 }
#rightBlock { margin:5px 0px 2px 0px; width:250px}

/* Classi generiche */
.textRight { text-align:right }
.textCenter { text-align:center }
.textLeft { text-align:left}

/* Forms */
input.formField {
	margin:0;
	padding:4px;
	font-size:11px;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #ffffff ;
	background-repeat: no-repeat;
	border-width: 1px;
	border-color: #c4c4c4;
	border-style: solid;
}

input.formFieldRequired {
	margin:0;
	padding:4px;
	font-size:11px;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #d3e4e8 ;
	background-repeat: no-repeat;
	border-width: 1px;
	border-color: #c4c4c4;
	border-style: solid;
}

select.formField {
    margin:0;
    font-size:11px;
    background-image: url('/user/themes/orange/theme_images/px.gif') ;
    background-color: #ffffff ;
    background-repeat: no-repeat;
    border-width: 1px;
    border-color: #c4c4c4;
    border-style: solid;
}

select.formField option {
    padding:4px;
}

select.formFieldRequired option {
    padding:4px;
}

label.formFieldError {
	display:block;
	margin:4px 0 4px 4px;
	padding-bottom:2px;
	padding-left:18px;
	background:url(/user/themes/orange/theme_images/icons/ico_error.png);
	background-repeat:no-repeat;
	font-size:12px;
	color:#f10938;
	font-weight:bold;
}

input.formFieldError {
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #f0ff0a ;
	background-repeat: no-repeat;
	border-width: 1px;
	border-color: #ff512e;
	border-style: solid;
}

input.glbFormFieldError {
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #f0ff0a ;
	background-repeat: no-repeat;
	border-width: 1px;
	border-color: #ff512e;
	border-style: solid;
}

/* Errori dopo il submit */
.formErrorsContainer {
	border-width: 1px;
	border-color: #524a1e;
	border-style: solid;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #f00013 ;
	background-repeat: no-repeat;
	margin:0px;
	padding:3px
}

.formErrorsContainer li {
	padding:0;
	list-style:none;
	color: #ffffff;
	font-size:12px;
	font-weight:normal;
	margin: 0;
	text-align:center
}

/* Menu orizzontale <div class='horizontalMenu'><ul><li><a href='#'>xxx</a></li>*/
.horizontalMenu {
	background-color:#ffffff;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-repeat: repeat-x;
	border-width: 1px;
	border-color: #ffffff;
	border-style: none;
	padding:0;
	height: 39px;
}

.horizontalMenu ul {
	margin:0; padding:0 ;
}

.horizontalMenu ul li {
	padding: 10px 0px 0px 0px;
	background-image: url('/user/themes/orange/theme_images/px.gif');
	background-repeat: no-repeat;
	display:block ;
	float:left ;
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
	font-size: 20px;
}

.horizontalMenu ul li span {
	margin:5px 8px 0 6px;
	padding-left:10px;
	background-image: url('/user/themes/orange/theme_images/px.gif');
	background-repeat: no-repeat;
}

.horizontalMenu ul li span a {
	text-decoration:none;
	margin: 0;
	padding: 0;
	color:#000000;
	font-weight:normal;
}

.horizontalMenu ul li span a:hover {
	color:#0081DB;
	font-weight:normal;
	text-decoration:underline;
}
/* Menu verticale <div class='verticalMenu'><ul><li><a href='#'>xxx</a></li>*/

.verticalMenu {
}

.verticalMenu .menuText {
	background-color:#ffffff;
}

.verticalMenu ul { margin:0 ; padding:0; list-style:none; list-style-image:none }

.verticalMenu ul li {
	display:block;
	color: #4d5044;
	background-color:#ffffff;
	background-image: url('/user/themes/orange/theme_images/menu//icon_categorie.png');
	background-repeat: no-repeat;
	background-position:0 6px
}

.verticalMenu ul li a {
	display:block ;
	text-decoration:none;
	background-color:#ffffff;
	color: #4d5044;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	background-image: url('/user/themes/orange/theme_images/menu//icon_categorie.png');
	background-repeat: no-repeat;
	background-position:0 6px;
	padding-left:12px;
	padding-top:4px;
	padding-bottom:4px;
}

.verticalMenu ul li a:hover {
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	color: #524a1e;
	background-color:[vertical_menu_item_background_selected_color];
	background-repeat: no-repeat;
	background-position:0 6px
}

/* Tabelle generiche */
.gTable { border-collapse:collapse; margin-left:auto; margin-right:auto; }
.gTable th { background-color:#3975AB; color:#fff; font-size:11px; font-weight:bold; text-align:center; border: 1px solid #999 }
.gTable td { padding:3px 5px 3px 5px;  }
.gTable .header {
	border-width: 1px;
	border-color: #ffffff;
	border-style: none;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: transparent ;
	background-repeat: repeat-x;
	color: #3b3b3b;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding: 3px 5px
}

.gTable .title {
	border-width: 1px;
	border-color: #ff9933;
	border-style: solid;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #ff9933 ;
	background-repeat: no-repeat;
	color: #000000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.gTable .low {
	border-width: 1px;
	border-color: #000000;
	border-style: none;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: transparent ;
	background-repeat: no-repeat;
	color: #4d5044;
	font-size:18px;
	font-weight:normal;
}

.gTable .lowBold {
	border-width: 1px;
	border-color: #000000;
	border-style: none;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: transparent ;
	background-repeat: no-repeat;
	color: #4d5044;
	font-size:18px;
	font-weight:bold;
}

.gTable .high {
	border-width: 1px;
	border-color: #524a1e;
	border-style: none;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: transparent ;
	background-repeat: no-repeat;
	color: #4d5044;
	font-size:18px;
	font-weight:normal;
}

.gTable .highBold {
	border-width: 1px;
	border-color: #524a1e;
	border-style: none;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: transparent ;
	background-repeat: no-repeat;
	color: #4d5044;
	font-size:18px;
	font-weight:bold;
}

.gTable .warning {
	border-width: 1px;
	border-color: #524a1e;
	border-style: dotted;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #dadcd6 ;
	background-repeat: no-repeat;
	color: #4d5044;
	font-size:12px;
	font-weight:normal;
	text-align:center ;
}

.gTable .warningHeader {
	border-width: 1px;
	border-color: #524a1e;
	border-style: solid;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #d2220a ;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size:13px;
	font-weight:bold;
	text-align:center ;
}

.gTable .commands {
	border-width: 3px;
	border-color: #ffffff;
	border-style: none;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: transparent ;
	background-repeat: no-repeat;
	text-align:center;
}

.gTable .error {
	border-width: 1px;
	border-color: #ffffff;
	border-style: none;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #c81431 ;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size:15px;
	font-weight:bold;
	text-align:center ;
}

.gTable .errorHeader {
	border-width: 1px;
	border-color: #ffffff;
	border-style: none;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #c81431 ;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size:15px;
	font-weight:normal;
	text-align:center ;
}

.gTable a, .gTable a:link, .gTable a:hover, .gTable a:active { color: #4d5044;}

/* Classi tabelle.
   Ogni tabella del sito ha classe gTable e una delle classi qui sotto.
   In questo modo e' possibile modificare le singole tabelle

   Esempio: Il form di registrazione sara' class="gTable tblUserRegistration"
*/

.tblCartSummary {  border-collapse:collapse }

.tblCartSummary .low {
	border-width: 1px;
	border-color: #524a1e;
	border-style: solid;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #ededed ;
	background-repeat: no-repeat;
	color: #000000;
	font-size:14px;
	font-weight:bold;
}

.tblCartSummary .high {
	border-width: 1px;
	border-color: #524a1e;
	border-style: solid;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #ededed ;
	background-repeat: no-repeat;
	color: #000000;
	font-size:14px;
	font-weight:normal;
}


.tblCart {  border-collapse:collapse }
.tblCart td { border:1px solid #999 }

.tblCart .header {
	border-width: 1px;
	border-color: #ffffff;
	border-style: none;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: transparent ;
	background-repeat: repeat-x;
	color: #532C2B;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	padding: 3px 5px
}

.tblCart .body {
	border-width: 1px;
	border-color: #524a1e;
	border-style: solid;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #ededed ;
	background-repeat: no-repeat;
	color: #000000;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	padding: 3px 5px
}

.tblCartLogin {}
.tblEnterDiscount {}
.tblUsingDiscount {}
.tblInvoiceAddress {}
.tblShipAddress {}
.tblChooseShipAndPayment {}
.tblFinalSummary {}
.tblMessageToSeller {}
.tblModifyInvoiceAddress {}
.tblModifyShipAddress {}
.tblOrderSent {}
.tblPaymentInfo {}
.tblSendPassword {}
.tblPasswordSent {}
.tblUserRegistration {}
.tblUserRegistrationComplete {}

/*stile accordion vetrina*/
.vetrina {height:120px;	margin-top:2px}
.vetrina ul{ list-style: none;  margin: 0;  padding: 0;}
.vetrina ul li {background-image:url(/user/themes/orange/theme_images/bg_accordion.jpg); float: left; padding: 6px; display: block; margin-right: 10px; display: block;overflow: hidden; width: 75px; height:75px; text-decoration:none}
#blk1 { width: 221px;}
.vetrina ul li img {position: absolute; border: 1px solid #000080; height:70px; width:70px;}
.vetrina ul li p { margin: 0; padding: 0; width: 120px; display: block; margin-left:90px;  text-align:justify;}
/*fine stile accordion vetrina*/


/* Vetrina */
.productShowcaseTable { background-color: #ece8d4; }
.productShowcaseRow { background-color:#eeebdd}
.productShowcaseTitle {
	color: #1c190d;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 16px;
	text-align:left;
	padding:5px;
}

.productShowcaseBody {
	color: #4d5044;
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
	font-size: 14px;
	text-align:left;
	padding:5px
}

.productShowcaseImage { padding: 2px 4px }

.productShowcasePrice {
	color: #524a1e;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 13px;
}

.productShowcasePriceSlashed {
	color: #524a1e;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 13px;
	text-decoration: line-through;
}

.productShowcasePriceOffer {
	color: #cf0c0c;
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
	font-size: 13px;
}

.productShowcaseLabelOffer {
	color: #4d5044;
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
	font-size: 13px;
}
.productShowcaseLabelPrice {
	color: #000000;
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
    font-size: 10px;
}

/* Lista prodotti icone */
.productIconsContainer {
	background-color:#ededed;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-repeat: no-repeat ;
	padding:1px;
	border-width: 1px;
	border-color: #524a1e;
	border-style: dotted;
	padding-bottom:5px;
}

.productIconsTitle {
	color: #524a1e;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
    font-size: 16px;
	text-align:left;
	padding:5px;
}

.productIconsDescription {
	color: #4d5044;
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
	font-size: 13px;
	text-align:left;
	padding:5px;
}

.productIconsAvailability {
	color: #4d504e;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
}

.productIconsLabelPrice {
	color: #000000;
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
}

.productIconsPrice {
	color: #4d5044;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 16px;
}

.productIconsPriceSlashed {
	color: #4d5044;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 16px;
	text-decoration: line-through;
}

.productIconsPriceOffer {
	color: #cf0c0c;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 16px;
}

.productIconsLabelOffer {
	color: #4d5044;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 13px;
}

.productIconsImage {
	padding:6px;
}

.productIconsAdd { border:0; color:#000 ; font-weight:bold;  padding:5px 0 0 15px; font-size:10px }
.productIconsDetails { border:0; color:#000 ; font-weight:bold;  padding:15px 0 0 15px; font-size:10px }

/* Scheda prodotto */

.productImageContainer {}
.productImage { margin:0 }

.productImageMiniContainer {padding:2px 6px 2px 6px;  background-color: #fbfbfb; border:1px solid #efefef}
.productImageMini { float:left; margin-right:5px }

.productContainer {
	padding:10px;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #ededed ;
	background-repeat: no-repeat ;
}

.productContainerDetails {
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #e3e3e3 ;
	background-repeat: repeat-x ;
	border-width: 1px;
	border-color: #806f4d;
	border-style: dotted;
	margin-bottom:6px ;
}

.productInfoLabel {
	color: #4d5044;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 14px;
	padding:4px;
}

.productInfoText {
	color: #ff3343;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 14px;
}

.productAvailability {
	color: #4d5044;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 14px;
}

.productPrice {
	color: #524a1e;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 14px;
}

.productPriceSlashed {
	color: #524a1e;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
    font-size: 14px;
    text-decoration: line-through;
}

.productPriceOffer {
	color: #cf0c0c;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
    font-size: 14px;
}

.productLabelOffer {
	color: #4d5044;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
    font-size: 14px;
}

.productLabelPrice {
	color: #000000;
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
    font-size: 14px;
}


.productBodyContainer {
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #e3e3e3 ;
	background-repeat: repeat-x ;
	border-width: 1px;
	border-color: #806f4d;
	border-style: dotted;
	margin-top:6px;
}

.productBodyTitle {
	padding:3px;
	color: #524a1e;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
    font-size: 14px;
}

.productBodyText {
	padding:3px;
	color: #4d5044;
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
    font-size: 14px;
}

.productOrder { margin-top:4px; margin-bottom:4px }

.productAdd { border:0; color:#000 ; font-weight:bold; padding:2px 2px }
.productAvailable { white-space:nowrap;background-repeat:no-repeat; background-image: url(/user/themes/orange/theme_images/icons/ico_green.gif); padding-left:20px; height:20px; padding-top:2px; padding-right:0; text-align:left;}
.productNotAvailable {white-space:nowrap; background-repeat:no-repeat; background-image: url(/user/themes/orange/theme_images/icons/ico_red.gif); padding-left:20px; height:20px; padding-top:2px}
.productInCart { margin:25px 0 0 5px}

.productBodyContainer {
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #e3e3e3 ;
	background-repeat: repeat-x ;
	border-width: 1px;
	border-color: #806f4d;
	border-style: dotted;
	margin-top:6px;
}

.productRelatedContainer {
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #ffffff ;
	background-repeat: no-repeat ;
	padding:20px 10px 5px 10px
}

.productRelatedTable {
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	border-width: 1px;
	border-color: #ffffff;
	border-style: none;
}

.productRelatedTable th { padding:3px 5px 3px 5px; }
.productRelatedTable td { padding:3px 5px 3px 5px;  }

.productRelatedHeader {
	border-width: 1px;
	border-color: #ffffff;
	border-style: none;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #ffffff ;
	background-repeat: no-repeat;
	color: #000000;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	padding: 3px 5px
}

.productRelatedBody {
	border-width: 1px;
	border-color: #ffffff;
	border-style: none;
	background-image: url('/user/themes/orange/theme_images/px.gif') ;
	background-color: #ffffff ;
	background-repeat: no-repeat;
	color: #000000;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	padding: 3px 5px
}

.productRelatedPrice {
	color: #000000;
	font-size:10px;
	font-weight:normal;
}

.navigationBar {
	color: #574400;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
    font-size: 13px;
	margin-bottom:3px;
}
.navigationBar a:link { color:#574400; }
.navigationBar a:visited {color:#574400 }
.navigationBar a:hover { color:#574400 }

.introAcceptConditions { text-align:center; margin:auto; font-size:13px }
.introAcceptConditionsButton { text-align:center; margin:auto }

button { background-color:transparent; margin:0px; padding:0px }

/* pager */

.boxPager {
	float:right; margin-bottom:5px; margin-top:5px;
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	color:#000000;
}

.boxPager .label {
	padding:3px 6px 2px 6px;
	background-color: #ffffff;
	color:#000000;
	float:left;
	text-align:center;
	height:14px;
	border-width: 1px;
	border-color: #e9e7e7;
	border-style: solid;
}

.boxPager .first {
	padding:5px 6px 0px 6px;
	background-color: #ffffff;
	color:#000000;
	float:left;
	text-align:center;
	height:14px;
	margin: 0 1px;
	border-width: 1px;
	border-color: #e9e7e7;
	border-style: solid;
}

.boxPager .first a {
	color:#000000;
}

.boxPager .last {
	padding:5px 6px 0px 6px;
	background-color: #ffffff;
	color:#000000;
	float:left;
	text-align:center;
	height:14px;
	margin:0 1px;
	border-width: 1px;
	border-color: #e9e7e7;
	border-style: solid;
}


.boxPager .last a {
	color:#000000;
}

.boxPager .page {
	padding:3px 6px 2px 6px;
	background-color: #ffffff;
	color:#000000;
	float:left;
	text-align:center;
	height:14px;
	margin:0 1px;
	border-width: 1px;
	border-color: #e9e7e7;
	border-style: solid;
}

.boxPager .page a {
	color:#000000;
}

.boxPager .page-selected {
	padding:3px 6px 2px 6px;
	background-color: #0081DB;
	color:#ffffff;
	float:left;
	text-align:center;
	height:14px;
	margin:0 1px;
	border-width: 1px;
	border-color: #e9e7e7;
	border-style: solid;
}

.boxPager .page-selected a {
	color:#ffffff;
}

/* Wrapper per i blocchi */
div.wrapBox {
	width:100%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

div.wrapBox div.title {
	font-family: verdana,helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal ;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #0081DB;
	background-image: url('/user/themes/orange/theme_images/px.gif');
	background-repeat: repeat-x;
	border-style: solid;
	border-color: #024879;
	border-width: 1px;
	padding: 6px 3px 3px 3px;
	height:14px;
	margin:0;
}

div.wrapBox div.title h1, div.wrapBox div.title h2  {
	font-family: verdana,helvetica,sans-serif !important;
	font-size: 15px !important;
	font-weight: normal !important;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #0081DB;
	background-image: url('/user/themes/orange/theme_images/px.gif');
	background-repeat: repeat-x;
	border-style: solid;
	border-color: #024879;
	border-width: 1px;
	padding: 0;
	height:14px;
	margin:0;
}


div.wrapBox div.body {
	font-family: verdana,helvetica,sans-serif;
	font-size: 14px;
	color: #4d5044;
	background-color: #f5f5f5;
	background-image: url('/user/themes/orange/theme_images/px.gif');
	background-repeat: no-repeat;
	font-weight: normal ;
	border-style: solid;
	border-color: #524a1e;
	border-width: 1px;
	padding: 0;
}

div.wrapBox td, div.wrapBox th  {
	font-family: verdana,helvetica,sans-serif;
	font-size: 14px;
	color: #4d5044;
	font-weight: normal ;
}


a.moduleLink:link, a.moduleLink:visited {
	display:block;
	color: #000000;
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
	font-size: 14px;
	background-color: transparent;
	background-image: url('/user/themes/orange/theme_images/px.gif');
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-position: 3px 6px;
	background-repeat: no-repeat;
}

a.moduleLink:hover, a.moduleLink:active {
	display:block;
	color: #000000;
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
	font-size: 14px;
	background-color: transparent;
	background-image: url('/user/themes/orange/theme_images/px.gif');
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-position: 3px 6px;
	background-repeat: no-repeat;
}

/* Header standard */

.shopHeader {
	background-color: #ffffff;
	background-image: url('/user/themes/orange/theme_images/px.gif');
	background-repeat: no-repeat;
}
.shopHeaderImage {   }
.shopHeaderText {  }

.shopFooter {
	background-color: #e31519;
	background-image: url('/user/themes/orange/theme_images/px.gif');
	background-repeat: no-repeat;
}

/* Footer */

.blocks-preview { background-color:#ffcc00; color:#000; padding:10px 20px; border:1px solid #f00; margin:4px }
.blocks-preview-selected { background-color:#00cc00; color:#000; padding:10px 20px; border:1px solid #f00; margin:4px }
.blocks-preview-item { background-color:#fff; color:#000; padding:4px 8px; border:1px solid #f00; margin:4px }

/* Categorie */
.catHidden { visibility: hidden }

.treeview ul { background-color: white; }

.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}

.treeview li {
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview .hover { cursor: pointer; }
.treeview li {  }
.treeview .lastCollapsable { }
.treeview .lastExpandable {  }
.treeview li { }
.treeview ul { margin-top: 2px }
.treeview .collapsable { background-repeat:no-repeat; background-image: url('/user/themes/orange/theme_images/categories//icon_close_categorie.png'); border-bottom:0px solid #fff}
.treeview .expandable { background-repeat:no-repeat; background-image: url('/user/themes/orange/theme_images/categories//icon_open_categorie.png'); border-bottom:0px solid #fff;  }
.treeview .last {  }
.treeview .lastCollapsable { background-repeat:no-repeat; background-image: url('/user/themes/orange/theme_images/categories//icon_close_categorie.png'); }
.treeview .lastExpandable { background-repeat:no-repeat; background-image: url('/user/themes/orange/theme_images/categories//icon_open_categorie.png'); border-bottom:0px solid #fff }

.categoriesTree.treeview {text-transform: uppercase; background-color:#f5f5f5;}
/*.categoriesTree.treeview .hover { color: [categories-hover-color]; } */
.categoriesTree.treeview a.selected { font-weight:normal; color: #0081DB; font-size:14px }
.categoriesTree.treeview a:hover { color:#999999 }

.categoriesTree.treeview a:link { text-decoration: none }
.categoriesTree.treeview a:visited { text-decoration: none }
.categoriesTree.treeview a:active { text-decoration: none }
.categoriesTree.treeview a:hover { text-decoration: none }

.categoriesTree.treeview li { background-color:#f5f5f5;}
.categoriesTree.treeview li.selected { font-weight:bold }
.categoriesTree.treeview a.selected { font-weight:normal; color:#0081DB; font-size:14px}
.categoriesTree.treeview li.selected span { font-weight:normal; color: #0081DB; font-size:14px}
.categoriesTree.treeview li span {display:block ; margin:0; padding:1px 0 1px 3px; }
.categoriesTree.treeview ul { background-color:#efefef}


/* Categoria selezionata */
.categoriesTree.treeview li.selected a {  color:#0081DB; font-weight: normal }
.categoriesTree.treeview li.selected a:hover { color:#0081DB}
.categoriesTree.treeview li span.myhover {color:#0081DB; }

.categoriesTree.treeview li span { font-weight:normal; color:#797779; font-size: 14px}
.categoriesTree.treeview li a { font-weight:normal; color:#797779;  font-size: 14px }
.categoriesTree.treeview li a:hover { font-weight:normal; color:#0081DB}
.categoriesTree.treeview li.myhover { font-weight:normal; color:#0081DB}

.introEnterSiteButton { width:100%; text-align:center }

/* Buttons */
.button {
	padding: 7px 8px 7px 8px;
	display: inline;
	background:#0081DB url(/user/themes/orange/theme_images/cssbuttons/button.png) repeat-x bottom;
	border-width: 1px;
	border-color: #ffffff;
	border-style: none;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 1px 1px #000000;
	line-height: 16px;
	white-space:nowrap;
	margin-bottom:5px;
}

.button:hover {
	background-position: 0 center;
}

.button:active {
	background-position: 0 top;
	position: relative;
	top: 1px;
	padding: 7px 8px 7px 8px;
}

/* gestione catalogo icone mobile */
.categories-icon-category {
	background-color:[categories_icon_category_color];
	background-image: [categories_icon_category_image] ;
	background-repeat: [categories_icon_category_repeat] ;
	height: 48px;
	width: 48px;
	margin-left: 24px; /* centratura */
	text-align: center;
}

.categories-icon-leaf {
	background-color:[categories_icon_leaf_color];
	background-image: [categories_icon_leaf_image] ;
	background-repeat: [categories_icon_leaf_repeat] ;
	height: 48px;
	width: 48px;
	margin-left: 24px; /* centratura */
	text-align: center;
}


/* News verticali */

.verticalNews {
	background-color:#ffffff;
}

.verticalNews ul { margin:0 ; padding:0; list-style:none; list-style-image:none }

.verticalNews ul li  {
	display:block;
	color: #000000;
	background-color:#ffffff;
	background-image: url('/user/themes/orange/theme_images/px.gif');
	background-repeat: no-repeat;
	background-position:3px 6px
}

.verticalNews ul li a {
	display:block ;
	text-decoration:none;
	background-color:#ffffff;
	color: #000000;
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	background-image: url('/user/themes/orange/theme_images/px.gif');
	background-repeat: no-repeat;
	background-position:3px 6px;
	padding-left: 4px;
	padding-top:3px;
	padding-bottom:3px;
}

.verticalNews ul li a:hover {
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
	background-color:#ffffff;
	background-position:3px 6px;
	padding-left: 4px;
	padding-top:3px;
	padding-bottom:3px;
}

div .vertical-scroller {
	background-color: #ffffff
}


/* News orizzontali */

.horizontalNews {
	border-width: 1px;
	border-color: #1f1f1f;
	border-style: solid;
	margin-top:3px ;
	margin-bottom:3px ;
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
}

.horizontalNewsItem {
	display: inline-block;
	padding-top:4px;
	padding-bottom: 4px ;
}

.horizontalNewsItem  a {
	display:block ;
	padding: 0 30px 0 18px;
	background-image: url('/user/themes/orange/theme_images/px.gif');
	background-repeat: no-repeat;
	background-position: 4px center;
	color: #000000;
}

.horizontalNewsItem  a:link,
.horizontalNewsItem  a:visited {
	color: #000000;
}

.horizontalNewsItem  a:hover,
.horizontalNewsItem  a:active {
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
}

.divCatalogPricesDescription {
    width:100%;
    text-align:center;
    font-weight:bold;
}
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v19-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('../fonts/roboto-condensed-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v19-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v19-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v15-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v15-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v15-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v15-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}

 body,h1,h2,h3, ul, li, table, td, form, a, input, frmSearch {font-family:'Roboto Condensed',sans-serif ; font-weight:400;  }

.horizontalMenu  {font-family: 'Montserrat', sans-serif; font-weight:600; font-size:14px;  vertical-align: middle;  line-height: 100%;margin:20px 0 20px 0; border-top: 1px solid #ccc; padding:0px 0 10px 0}
.horizontalMenu ul li span a {font-family: 'Montserrat', sans-serif; font-weight:600; font-size:14px; text-decoration:none;}
.horizontalMenu ul li span a:hover{font-family: 'Montserrat', sans-serif; font-weight:600; font-size:14px; text-decoration:none; border-bottom: 3px solid #0081DB; padding-bottom:15px; margin-top:30px}
.horizontalMenu ul li { float: none; display: inline-block;}
.horizontalMenu ul li.selected a{color:#0081DB}

.verticalMenu  {font-family: 'Montserrat', sans-serif; font-weight:400; font-size:16px;  vertical-align: middle;  line-height: 100%;}
.verticalMenu ul li span a {font-family: 'Montserrat', sans-serif; font-weight:400; font-size:16px; text-decoration:none;}
.verticalMenu ul li span a:hover{font-family: 'Montserrat', sans-serif; font-weight:400; font-size:16px; text-decoration:none;}

.shopHeader{border-top:3px solid #0081DB; padding-top:10px}

input.formFieldRequired, input.formField, select.formField, textarea, input, select {font-family:'Roboto Condensed',sans-serif ;font-size:14px; font-weight:400;} 

.productIconsImage img { max-width: 100% !important}
div.wrapBox div.title, div.wrapBox td, div.wrapBox th, .productContainerDetails,.productInfoLabel, .productInfoText,{font-family:'Roboto Condensed',sans-serif ;}

.productIconsDescription{font-family:'Roboto Condensed',sans-serif ;font-size:14px} 

div.bghtml, #frmRequestInfo, #frmRegisterNewUser, #frmCartLogin, .tblSendPassword{background-color: #ffffff;align:center; font-size:16px; padding:30px 5px; margin: 0 auto; width: 90%; margin-top:30px; margin-bottom:60px; line-height:30px;}

.tblSendPassword{background-color: #ffffff;align:center; font-size:16px; padding:120px; margin: 0 auto; width: 90%; margin-top:30px; margin-bottom:60px; line-height:30px;}

.button{font-family:'Roboto Condensed',sans-serif ; padding:5px 8px; text-transform:uppercase;}
.gTable tblUserRegistrationPrivacy{background-color:#C6C6C4; font-size: 24px;}
div.high{height:200px}
div.wrapBox div.title{padding:15px 3px;}

.button .button_addtocart{padding:15px 30px}
.wrapBox-marchi .title{font-size:12px; margin-left:30px; font-weight:400}