body {
    background-color: #ffffff;
    color: #ffffff;
    margin: 0;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-repeat: repeat
}

body, td {
    font-family: verdana,helvetica,sans-serif;
    font-size: 13px;
    color: #ffffff
}

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: #333333;
    text-decoration: none
}

a:visited {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #1f1f1f;
    text-decoration: underline
}

a:active {
    color: #1f1f1f;
    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: 1280px;
    margin: auto;
    background-color: #ffffff;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-repeat: no-repeat;
}

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

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

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

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


.site-container {
    display: flex;
}

.site-column {
    padding: 10px;
    border: 0;
}

.site-left-column {
    width: 250px;
    min-width: 250px;
}

.site-right-column {
    min-width: 250px;
    width: 250px;
}

.site-center-column {
    flex: 1;
}

/* 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/working/theme_images/px.gif');
    background-color: #ffffff;
    background-repeat: no-repeat;
    border-width: 1px;
    border-color: #dedede;
    border-style: solid;
}

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

select.formField {
    margin: 0;
    font-size: 11px;
    padding: 4px;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-color: #ffffff;
    background-repeat: no-repeat;
    border-width: 1px;
    border-color: #dedede;
    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/working/theme_images/icons/ico_error.png);
    background-repeat: no-repeat;
    font-size: 13px;
    color: #f13c33;
    font-weight: bold;
}

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

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

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

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

/* Menu orizzontale <div class='horizontalMenu'><ul><li><a href='#'>xxx</a></li>*/
.horizontalMenu {
    background-color: #dd5600;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-repeat: repeat-x;
    border-width: 1px;
    border-color: #dd5600;
    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/working/theme_images/px.gif');
    background-repeat: no-repeat;
    display: block;
    float: left;
    font-weight: bold;
    font-family: verdana,helvetica,sans-serif;
    font-size: 13px;
}

.horizontalMenu ul li span {
    margin: 5px 8px 0 6px;
    padding-left: 10px;
    background-image: url('/user/themes/working/theme_images/px.gif');
    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: #999999;
    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: #444444;
    background-color: #ffffff;
    background-image: url('/user/themes/working/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: #444444;
    font-weight: bold;
    font-family: verdana,helvetica,sans-serif;
    font-size: 13px;
    background-image: url('/user/themes/working/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: 13px;
    color: #292929;
    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: #dd5600;
    border-style: solid;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-color: #dd5600;
    background-repeat: repeat-x;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 3px 5px
}

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

.gTable .low {
    border-width: 1px;
    border-color: #dedede;
    border-style: solid;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-color: #efefef;
    background-repeat: no-repeat;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
}

.gTable .lowBold {
    border-width: 1px;
    border-color: #dedede;
    border-style: solid;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-color: #efefef;
    background-repeat: no-repeat;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.gTable .high {
    border-width: 1px;
    border-color: #dedede;
    border-style: solid;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-color: #fefefe;
    background-repeat: no-repeat;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
}

.gTable .highBold {
    border-width: 1px;
    border-color: #dedede;
    border-style: solid;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-color: #fefefe;
    background-repeat: no-repeat;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.gTable .warning {
    border-width: 1px;
    border-color: #dedede;
    border-style: solid;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-color: #ffffff;
    background-repeat: no-repeat;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

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

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

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

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

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

/* 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: #dedede;
    border-style: solid;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-color: #ffffff;
    background-repeat: no-repeat;
    color: #444444;
    font-size: 13px;
    font-weight: bold;
}

.tblCartSummary .high {
    border-width: 1px;
    border-color: #dedede;
    border-style: solid;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-color: #ffffff;
    background-repeat: no-repeat;
    color: #444444;
    font-size: 13px;
    font-weight: normal;
}


.tblCart {
    border-collapse: collapse
}

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

.tblCart .header {
    border-width: 1px;
    border-color: #dd5600;
    border-style: solid;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-color: #dd5600;
    background-repeat: repeat-x;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    padding: 3px 5px
}

.tblCart .body {
    border-width: 1px;
    border-color: #dedede;
    border-style: solid;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-color: #ffffff;
    background-repeat: no-repeat;
    color: #444444;
    font-size: 13px;
    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/working/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: #ffffff;
}

.productShowcaseRow {
    background-color: #ffffff
}

.productShowcaseTitle {
    color: #444444;
    font-weight: bold;
    font-family: verdana,helvetica,sans-serif;
    font-size: 13px;
    text-align: left;
    padding: 5px;
}

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

.productShowcaseImage {
    padding: 2px 4px
}

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

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

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

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

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

/* Lista prodotti icone */
.productIconsContainer {
    background-color: #fcfcfc;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-repeat: no-repeat;
    padding: 1px;
    border-width: 1px;
    border-color: #dedede;
    border-style: solid;
    padding-bottom: 5px;
}

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

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

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

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

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

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

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

.productIconsLabelOffer {
    color: #444444;
    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/working/theme_images/px.gif');
    background-color: #ffffff;
    background-repeat: no-repeat;
}

.productContainerDetails {
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-color: #ffffff;
    background-repeat: repeat-x;
    border-width: 1px;
    border-color: #dedede;
    border-style: none;
    margin-bottom: 6px;
}

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

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

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

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

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

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

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

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


.productBodyContainer {
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-color: #fcfcfc;
    background-repeat: repeat-x;
    border-width: 1px;
    border-color: #dedede;
    border-style: none;
    margin-top: 6px;
}

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

.productBodyText {
    padding: 3px;
    color: #444444;
    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/working/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/working/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/working/theme_images/px.gif');
    background-color: #fcfcfc;
    background-repeat: repeat-x;
    border-width: 1px;
    border-color: #dedede;
    border-style: none;
    margin-top: 6px;
}

.productRelatedContainer {
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-color: #dedede;
    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: #dedede;
    border-style: none;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-color: #444444;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    padding: 3px 5px
}

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

.productRelatedPrice {
    color: #444444;
    font-size: 13px;
    font-weight: normal;
}

.navigationBar {
    color: #444444;
    font-weight: bold;
    font-family: verdana,helvetica,sans-serif;
    font-size: 13px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.navigationBar a:link {
    color: #444444;
}

.navigationBar a:visited {
    color: #444444
}

.navigationBar a:hover {
    color: #444444
}

.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: #444444;
}

.boxPager .label {
    padding: 5px 10px;
    background-color: #dedede;
    color: #444444;
    float: left;
    text-align: center;
    border-width: 1px;
    border-color: #dedede;
    border-style: solid;
}

.boxPager .first {
    padding: 5px 10px;
    background-color: #dedede;
    color: #444444;
    float: left;
    text-align: center;
    border-width: 1px;
    border-color: #dedede;
    border-style: solid;
}

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

.boxPager .last {
    padding: 5px 10px;
    background-color: #dedede;
    color: #444444;
    float: left;
    text-align: center;
    border-width: 1px;
    border-color: #dedede;
    border-style: solid;
}

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

.boxPager .page {
    padding: 5px 10px;
    background-color: #dedede;
    color: #444444;
    float: left;
    text-align: center;
    border-width: 1px;
    border-color: #dedede;
    border-style: solid;
}

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

.boxPager .page-selected {
    padding: 5px 10px;
    background-color: #dd5600;
    color: #ffffff;
    float: left;
    text-align: center;
    border-width: 1px;
    border-color: #dedede;
    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: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #dd5600;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-repeat: repeat-x;
    border-style: solid;
    border-color: #dd5600;
    border-width: 1px;
    padding: 6px;
    height: 14px;
    margin: 0;
}

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


div.wrapBox div.body {
    font-family: verdana,helvetica,sans-serif;
    font-size: 13px;
    color: #444444;
    background-color: #fcfcfc;
    background-image: url('/user/themes/working/theme_images/px.gif');
    background-repeat: no-repeat;
    font-weight: normal;
    border-style: solid;
    border-color: #dedede;
    border-width: 1px;
    padding: 0;
}

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


a.moduleLink:link, a.moduleLink:visited {
    display: block;
    color: #333333;
    font-weight: normal;
    font-family: verdana,helvetica,sans-serif;
    font-size: 13px;
    background-color: transparent;
    background-image: url('/user/themes/working/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: #333333;
    font-weight: normal;
    font-family: verdana,helvetica,sans-serif;
    font-size: 13px;
    background-color: transparent;
    background-image: url('/user/themes/working/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/working/theme_images/px.gif');
    background-repeat: no-repeat;
}

.shopHeaderImage {
}

.shopHeaderText {
}

.shopFooter {
    background-color: #ffffff;
    background-image: url('/user/themes/working/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/working/theme_images/categories//icon_close_categorie.png');
    background-position: 3px 6px;
    border-bottom: 0px solid #fff
}

.treeview .expandable {
    background-repeat: no-repeat;
    background-image: url('/user/themes/working/theme_images/categories//icon_open_categorie.png');
    background-position: 3px 6px;
    border-bottom: 0px solid #fff;
}

.treeview .last {
}

.treeview .lastCollapsable {
    background-repeat: no-repeat;
    background-image: url('/user/themes/working/theme_images/categories//icon_close_categorie.png');
}

.treeview .lastExpandable {
    background-repeat: no-repeat;
    background-image: url('/user/themes/working/theme_images/categories//icon_open_categorie.png');
    border-bottom: 0px solid #fff
}

.categoriesTree.treeview {
    text-transform: uppercase;
    background-color: #fcfcfc;
}

/*.categoriesTree.treeview .hover { color: [categories-hover-color]; } */
.categoriesTree.treeview a.selected {
    font-weight: bold;
    color: #000000;
    font-size: 13px
}

.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: #fcfcfc;
}

.categoriesTree.treeview li.selected {
    font-weight: bold
}

.categoriesTree.treeview a.selected {
    font-weight: bold;
    color: #000000;
    font-size: 13px
}

.categoriesTree.treeview li.selected span {
    font-weight: bold;
    color: #000000;
    font-size: 13px
}

.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: bold
}

.categoriesTree.treeview li.selected a:hover {
    color: #000000
}

.categoriesTree.treeview li span.myhover {
    color: #000000;
}

.categoriesTree.treeview li span {
    font-weight: bold;
    color: #797779;
    font-size: 13px
}

.categoriesTree.treeview li a {
    font-weight: bold;
    color: #797779;
    font-size: 13px
}

.categoriesTree.treeview li a:hover {
    font-weight: bold;
    color: #000000
}

.categoriesTree.treeview li.myhover {
    font-weight: bold;
    color: #000000
}

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

/* Buttons */
.button {
    padding: 4px 10px 4px 10px;
    display: inline;
    background: #dd5600 url(/user/themes/working/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: 1px 1px #000000;
    line-height: 22px;
    white-space: nowrap;
    margin-bottom: 5px;
}

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

.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 4px 10px 4px 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: #444444;
    background-color: #ffffff;
    background-image: url('/user/themes/working/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: #444444;
    font-weight: normal;
    font-family: verdana,helvetica,sans-serif;
    font-size: 13px;
    background-image: url('/user/themes/working/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: 13px;
    color: #292929;
    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: #dedede;
    border-style: solid;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: normal;
    font-family: verdana,helvetica,sans-serif;
    font-size: 13px;
    color: #444444;
    background-color: #dedede;
}

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

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

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

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

.divCatalogPricesDescription {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.img-fluid {
    max-width: 100% !important
}