﻿a.LinkWhite, a.LinkWhite:active, a.LinkWhite:hover, a.LinkWhite:visited {
    color: #fff;
    text-decoration: none;
}



.MenuBold {
    font-weight: bold;
}

.BoxTitle {
    background-color: #d7afff;
    color: #fff;
    padding-top: 10px;
}

.BoxMenu {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-size: 14px;
}


.TestoViola {
    color: #7030A0;
}


.BoxBordoViola {
    border: 2px solid #7030A0;
    padding: 15px 25px 15px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.BoxBordoVerde {
    padding: 10px 25px 10px 25px;
    border: 3px solid #98CC00;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 10px 2px #4F4F4F;
    -webkit-box-shadow: 2px 2px 10px 2px #4F4F4F;
    -moz-box-shadow: 2px 2px 10px 2px #4F4F4F;
}

.TitoloVerde {
    color: #98CC00;
    font-size: 20px;
    font-weight: bold;
}

.Footer {
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
}

.BoxUomoBombo {
    width: 266px;
    height: 190px;
    background-image: url('../Images/FotoUomoBimbo.jpg');
    background-repeat: no-repeat;
    color: #FFFFFF;
}

.BoxViolaFull {
    padding: 10px 25px 10px 25px;
    border: 2px solid #9772bb;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #d7afff;
    color: #FFFFFF;
}

.BoxShadow {
    box-shadow: 2px 2px 10px 2px #989898;
    -webkit-box-shadow: 2px 2px 10px 2px #989898;
    -moz-box-shadow: 2px 2px 10px 2px #989898;
}


/* MENU */

.BoxMacroCategoria {
    display: table-cell;
    width: 144px;
    text-align: center;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    border: 2px solid #9772bb;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #d7afff;
    color: #FFFFFF;
}

.MacroTextUnSelected {
}

.MacroTextSelected {
    font-weight: bold;
}

.BoxCategoria {
    display: none;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
}

.BoxSingleCategoria {
    float: left;
    width: 131px;
    text-align: center;
    margin: 5px;
    min-height: 60px;
    padding: 10px 15px 10px 15px;
}

a.MenuCategoriaSelected, a.MenuCategoriaSelected:active, a.MenuCategoriaSelected:hover, a.MenuCategoriaSelected:visited {
}

a.MenuCategoriaUnselected, a.MenuCategoriaUnselected:active, a.MenuCategoriaUnselected:hover, a.MenuCategoriaUnselected:visited {
}


.SubMenuCategoria {
}

/* FINE MENU */


.BoxArticleImageList {
    float: left;
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    padding: 10px 25px 10px 25px;
    border: 2px solid #9772bb;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #d7afff;
    color: #FFFFFF;
    width: 262px;
    min-height: 150px;
}

.PriceOld {
    text-decoration: line-through;
    height: 20px;
    color: #fff;
}

.PriceOldDetails {
    text-decoration: line-through;
    height: 20px;
    color: #7030A0;
}

.Price {
    color: #f00;
    height: 20px;
}

.ImageBoxMiddle {
    text-align: center;
    width: 500px;
    height: 375px;
    position: relative;
    border: 1px solid #BCBCBC;
}

.ImageMiddle {
    max-width: 500px;
    max-height: 375px;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.ImageBoxDetail {
    margin-bottom: 5px;
    cursor: pointer;
    width: 120px;
    height: 90px;
}

.ImageBoxDetailInside {
    width: 120px;
    height: 90px;
    position: relative;
}

.ImageDetail {
    max-width: 120px;
    max-height: 90px;
    width: auto;
    height: auto;
    border: 1px solid #BCBCBC;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

INPUT.SearchIcon {
    border: 2px solid #9772bb;
    width: 200px;
    height: 24px;
}


SELECT.SearchIcon {
    border: 2px solid #9772bb;
    height: 30px;
}
