body { background-color:transparent; color:#000000; margin:0; background-image: url('/user/themes/custom_001/theme_images//Steel-Background (4).jpg'); background-repeat: repeat}
body, td { font-family: courier-new,sans-serif; font-size:14px;  color:#000000 }
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:#f36712; text-decoration:none }
a:visited { color:#f36712; text-decoration:none; }
a:hover { color:#1a40ef; 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:#ffffff;
	background-image: url('/user/themes/custom_001/theme_images/px.gif');
	background-repeat: repeat;
}

.mainBodyEditor {
	background-color:#ffffff;
	background-image: url('/user/themes/custom_001/theme_images/px.gif');
	background-repeat: repeat;
}

.bodycolors {
	background-color:#ffffff;
	background-image: url('/user/themes/custom_001/theme_images/px.gif');
	background-repeat: repeat;
}

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

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

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

/* 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/custom_001/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/custom_001/theme_images/px.gif') ;
	background-color: #e4eaf7 ;
	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/custom_001/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/custom_001/theme_images/icons/ico_error.png);
	background-repeat:no-repeat;
	font-size:14px;
	color:#212121;
	font-weight:bold;
}

input.formFieldError {
	background-image: url('/user/themes/custom_001/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/custom_001/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: #40213f;
	border-style: solid;
	background-image: url('/user/themes/custom_001/theme_images/px.gif') ;
	background-color: #f0ff0a ;
	background-repeat: no-repeat;
	margin:0px;
	padding:3px
}

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

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

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

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

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

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

.horizontalMenu ul li span a:hover {
	color:#f46c1a;
	font-weight:bold;
	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/custom_001/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/custom_001/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: #0f0d00;
	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: #2b2c24;
	border-style: solid;
	background-image: url('/user/themes/custom_001/theme_images/px.gif') ;
	background-color: #2b2c24 ;
	background-repeat: repeat-x;
	color: #ffffff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding: 3px 5px
}

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

.gTable .low {
	border-width: 1px;
	border-color: #524a1e;
	border-style: solid;
	background-image: url('/user/themes/custom_001/theme_images/px.gif') ;
	background-color: #f2f2f2 ;
	background-repeat: no-repeat;
	color: #4d5044;
	font-size:13px;
	font-weight:normal;
}

.gTable .lowBold {
	border-width: 1px;
	border-color: #524a1e;
	border-style: solid;
	background-image: url('/user/themes/custom_001/theme_images/px.gif') ;
	background-color: #f2f2f2 ;
	background-repeat: no-repeat;
	color: #4d5044;
	font-size:13px;
	font-weight:bold;
}

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

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

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

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

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

.gTable .error {
	border-width: 1px;
	border-color: #ffffff;
	border-style: none;
	background-image: url('/user/themes/custom_001/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/custom_001/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: #424242;
	border-style: solid;
	background-image: url('/user/themes/custom_001/theme_images/px.gif') ;
	background-color: #f2f2f2 ;
	background-repeat: no-repeat;
	color: #000000;
	font-size:15px;
	font-weight:bold;
}

.tblCartSummary .high {
	border-width: 1px;
	border-color: #424242;
	border-style: solid;
	background-image: url('/user/themes/custom_001/theme_images/px.gif') ;
	background-color: #f2f2f2 ;
	background-repeat: no-repeat;
	color: #000000;
	font-size:15px;
	font-weight:normal;
}


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

.tblCart .header {
	border-width: 1px;
	border-color: #3a3636;
	border-style: solid;
	background-image: url('/user/themes/custom_001/theme_images/px.gif') ;
	background-color: #2b2c24 ;
	background-repeat: repeat-x;
	color: #a6a6a6;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding: 3px 5px
}

.tblCart .body {
	border-width: 1px;
	border-color: #424242;
	border-style: solid;
	background-image: url('/user/themes/custom_001/theme_images/px.gif') ;
	background-color: #f2f2f2 ;
	background-repeat: no-repeat;
	color: #000000;
	font-size:15px;
	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/custom_001/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: #f2f2f2; }
.productShowcaseRow { background-color:#f2f2f2}
.productShowcaseTitle {
	color: #1c190d;
	font-weight:bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 13px;
	text-align:left;
	padding:5px;
}

.productShowcaseBody {
	color: #4d5044;
	font-weight:normal;
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	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:bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 16px;
}

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

/* Lista prodotti icone */
.productIconsContainer {
	background-color:#f2f2f2;
	background-image: url('/user/themes/custom_001/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: 13px;
	text-align:left;
	padding:5px;
}

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

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

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

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

.productIconsPriceSlashed {
	color: #ffffff;
	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: 11px;
}

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

.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/custom_001/theme_images/px.gif') ;
	background-color: #f2f2f2 ;
	background-repeat: no-repeat ;
}

.productContainerDetails {
	background-image: url('/user/themes/custom_001/theme_images/px.gif') ;
	background-color: #f8f7f7 ;
	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: 12px;
	padding:4px;
}

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

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

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

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

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

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

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


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

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

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

.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/custom_001/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/custom_001/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/custom_001/theme_images/px.gif') ;
	background-color: #ffffff ;
	background-repeat: repeat-x ;
	border-width: 1px;
	border-color: #806f4d;
	border-style: dotted;
	margin-top:6px;
}

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

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

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

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

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

.productRelatedPrice {
	color: #d11300;
	font-size:16px;
	font-weight:bold;
}

.navigationBar {
	color: #000000;
	font-weight:bold;
	font-family: courier-new,sans-serif;
    font-size: 14px;
	margin-bottom:3px;
}
.navigationBar a:link { color:#000000; }
.navigationBar a:visited {color:#000000 }
.navigationBar a:hover { color:#000000 }

.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: 13px;
	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: #d52d0b;
	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: 14px;
	font-weight: bold ;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #e52e31;
	background-image: url('/user/themes/custom_001/theme_images/px.gif');
	background-repeat: no-repeat;
	border-style: none;
	border-color: #3a3636;
	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: 14px !important;
	font-weight: bold !important;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #e52e31;
	background-image: url('/user/themes/custom_001/theme_images/px.gif');
	background-repeat: no-repeat;
	border-style: none;
	border-color: #3a3636;
	border-width: 1px;
	padding: 0;
	height:14px;
	margin:0;
}


div.wrapBox div.body {
	font-family: verdana,helvetica,sans-serif;
	font-size: 13px;
	color: #4d5044;
	background-color: #f2f2f2;
	background-image: url('/user/themes/custom_001/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: 13px;
	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: 13px;
	background-color: transparent;
	background-image: url('/user/themes/custom_001/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: 13px;
	background-color: transparent;
	background-image: url('/user/themes/custom_001/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/custom_001/theme_images/px.gif');
	background-repeat: no-repeat;
}
.shopHeaderImage {   }
.shopHeaderText {  }

.shopFooter {
	background-color: #e31519;
	background-image: url('/user/themes/custom_001/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/custom_001/theme_images/categories//icon_categorie.png'); border-bottom:0px solid #fff}
.treeview .expandable { background-repeat:no-repeat; background-image: url('/user/themes/custom_001/theme_images/categories//icon_categorie (1).png'); border-bottom:0px solid #fff;  }
.treeview .last {  }
.treeview .lastCollapsable { background-repeat:no-repeat; background-image: url('/user/themes/custom_001/theme_images/categories//icon_categorie.png'); }
.treeview .lastExpandable { background-repeat:no-repeat; background-image: url('/user/themes/custom_001/theme_images/categories//icon_categorie (1).png'); border-bottom:0px solid #fff }

.categoriesTree.treeview {text-transform: uppercase; background-color:#f2f2f2;}
/*.categoriesTree.treeview .hover { color: [categories-hover-color]; } */
.categoriesTree.treeview a.selected { font-weight:normal; color: #000000; 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:#f2f2f2;}
.categoriesTree.treeview li.selected { font-weight:bold }
.categoriesTree.treeview a.selected { font-weight:normal; color:#000000; font-size:14px}
.categoriesTree.treeview li.selected span { font-weight:normal; color: #000000; 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:#000000; font-weight: normal }
.categoriesTree.treeview li.selected a:hover { color:#000000}
.categoriesTree.treeview li span.myhover {color:#000000; }

.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:#000000}
.categoriesTree.treeview li.myhover { font-weight:normal; color:#000000}

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

/* Buttons */
.button {
	padding: 5px 10px 5px 10px;
	display: inline;
	background:#6D6C6A url(/user/themes/custom_001/theme_images/cssbuttons/button.png) repeat-x bottom;
	border-width: 1px;
	border-color: #ffffff;
	border-style: none;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0px 0px #000000;
	line-height: 20px;
	white-space:nowrap;
	margin-bottom:5px;
}

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

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

/* 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/custom_001/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/custom_001/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/custom_001/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;
}
#header{font-family: 'Source Sans Pro', sans-serif; width:100%; margin:0 auto;height:163px; z-index:999; 
	min-width:0px; top:0; left:0;position:fixed;}
#content{margin-top:200px}
#midBlock{background-color:#fff;opacity: 1; padding:10px}
body, ul, li, table, td, form, a, input {font-family: 'Source Sans Pro', sans-serif; font-size:15px;font-weight:400; }
#footer{font-family: 'Source Sans Pro', sans-serif; background-image:url("/user/Files/pattern-footer.png"); 
	background-color:#373c40; padding:35px 20px;}
body{background-attachment: fixed, fixed, fixed, fixed !important;}
#mainBody{margin-top:200px}
#leftBlock{margin-left:5px}
#rightBlock{margin-right:5px}
.horizontalMenu{margin:0 auto;width:100%;min-width:1280px;}
.horizontalMenu ul {margin:0 auto; display:table;min-width:80%;}
.horizontalMenu ul li span  a{padding: 10px  5px ;text-decoration:none; text-transform:uppercase;font-family: 'Source Sans Pro', sans-serif; font-size:13px;font-weight:600; }
.horizontalMenu ul li span  a:hover{background: #ffffff; color:#000;opacity: 0.5;padding:5px 5px ; text-decoration:none;font-family: 'Source Sans Pro', sans-serif; font-size:13px;	font-weight:600; }
.verticalMenu ul li span  a, .verticalMenu ul li span a:hover{text-decoration:none; 
	font-family: 'Source Sans Pro', sans-serif; font-size:14px;font-weight:400;list-style:none; }


.tblSearchRowOptions, .tblSearchRowLabel{display:none}
.tblSearchRowCommands .button{background:url('/user/Files/lente.jpg');float:right; margin:-40px 178px -20px 300px; width:40px; height:36px;}
#fld_key{background:#efefef;padding:8px 0px 5px 5px; background-size:0px auto; background-position-x:38px; background-repeat: no-repeat; cursor:pointer; 
	font-family: 'Source Sans Pro',sans-serif;font-size:16px; font-weight:400;width:300px !important;min-width:300px; z-index:-1  }
#frmSearch{margin:58px 30px 0px 20px}
.button_ok span{display:none}


#bottom_inner.verticalMenu ul li {list-style-type:none; background-image:none !important; width:200px; 
	font-family: 'Source Sans Pro', sans-serif; font-size:14px;font-weight:400;}
#bottom_inner.verticalMenu ul li a {list-style-type:none; background-image:none !important; width:200px; 
	font-family: 'Source Sans Pro', sans-serif; font-size:14px;font-weight:400;}
#bottom_inner.verticalMenu ul li span  a{text-decoration:none; font-family: 'Source Sans Pro', sans-serif; 
	font-size:14px;font-weight:400;list-style:none;color:#ffffff;background-image:none !important; }
#bottom_inner.verticalMenu ul li span a:hover{text-decoration:none; font-family: 'Source Sans Pro', sans-serif; 
	font-size:14px;font-weight:400;list-style:none;background-color:#fff; color:#333333;background-image:none !important;}


.categoriesTree.treeview {font-family: 'Source Sans Pro', sans-serif;  border:1px solid #cfcec4; padding-left:3px}
.categoriesTree.treeview li{padding: 3px 3px 2px 3px; min-height:26px; }
.categoriesTree.treeview li, .categoriesTree.treeview li span {font-size: 13px; padding-left:8px;  font-weight: 400;  margin: 0px;}

*/.categoriesTree.treeview li a{font-size: 13px;  font-weight: 400;  color: #333333;  display: block; padding: 4px 2px 4px 4px;
	margin: 0px;}
.categoriesTree.treeview a:hover{text-decoration-line: none;  text-decoration-style: solid;}*/
.categoriesTree.treeview li.selected a, .categoriesTree.treeview li.selected a:hover{background-color:#d6d6d6 ; 
	color:#000000;font-weight: 800;margin:0px 0px}

.categoriesTree.treeview li.selected a:hover{background-color: ;}
.categoriesTree.treeview li a:hover{font-weight: ; color:;}


ul.categoriesTree.treeview li .last {border-bottom:1px solid #e0e0e0;}
.cur_cat open collapsable {color:red}


div.wrapBox div.title{font-family: 'Source Sans Pro', sans-serif;font-size:14px;font-weight:600; 
	padding:10px 7px; border-bottom:2px solid #333;}
div.wrapBox-categorie div.title{padding:10px 7px;border-radius:5px 5px 0 0;color: #333;font-family:'Source Sans Pro', sans-serif;
	font-size:18px;font-weight:400;height:14px;margin:0;padding:10px 7px;}
div.wrapBox img{padding:3px}
div.wrapBox-categorie{margin-bottom:20px;/*background-image: url("/user/themes/esteso/theme_images/menu/menuactiveitem.png");*/}
div.wrapBox-cataloghi  div.title{background-color: #FF1800;
background-image: url("/user/themes/esteso/theme_images/menu/menuactiveitem.png");background-repeat: repeat;
	border-top-left-radius: 5px;border-top-right-radius: 5px;font-weight:bold;height:14px;margin: 0;padding: 10px 7px;}
.productImage{border:1px dashed #ccc; padding:5px; background:#ffffff;}
.productImageMini{}
.productIconsImage{border:1px dashed #ccc; background:#fff;}
.productIconsPrice span{background-color:#F8981D; padding:5px; color:#fff; box-shadow:3px 3px #333; margin-left:10px}
.productAdd .button {width:100%; padding:20px 0; text-transform:uppercase; font-size:14px }
#cat_slides{background-color:#efefef}
.miniCart {color:#fff height:28px; background-image: url('/user/Files/cart.png'); background-repeat:no-repeat;
	background-color:#000; margin:1px 0 1px 150px; padding:5px;background-position-x:8px;background-position-y:5px;-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;}
.miniCart:hover{width:px;background-color:;}
.miniCart .description { margin-left:40px; padding-top:4px; width:100px; color:#fff}
.miniCart .description a{color:#fff}
.treeview div.hitarea{background-image:url('/user/Files/postbullets.png'); margin-left:0; margin-top:-1px;}
.rowTitle{height:50px}
.productShowcaseTable {
    background-color: #ffffff;
    background-image: url("/user/themes/esteso/theme_images//blockcontent.png");
    background-repeat: repeat;
    border-bottom-color: #60686c;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-left-color: #60686c;
    border-left-style: dashed;
    border-left-width: 1px;
    border-right-color: #60686c;
    border-right-style: dashed;
    border-right-width: 1px;
    border-top-color: #60686c;
    border-top-style: dashed;
    border-top-width: 1px;
    padding-bottom: 5px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
}
.productShowcaseTitle rowTitle{background-color: #f2f2f2;}
.productBodyText img{max-width: 100%}
.productIconsPrice{background-color:#666; border:1px solid #000;text-shadow:1px 1px #333}
.productRelatedHeader{text-transform:uppercase;text-shadow:1px 1px #333 }
.productRelatedTable{ box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.8);}