﻿

/*------------------------------Mini cart------------------------------*/
.MiniCart_ContainerBox
{
    height: 49px;
    width: 116px;
    background-color: Transparent;
}

/*------------------------------END Mini cart------------------------------*/
.BBR_TEXT12Up
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
    text-transform: uppercase;
}
.BBR_TEXT10
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 10px;
}
.BBR_TEXT9
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 9px;
}
.MenuFontStyle
{
    color: #5c9817;
    text-decoration: none;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase;
}
.MenuFontStyle:hover
{
    color: #5c9817;
    text-decoration:underline;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase;
}
.MenuFontStyle_White
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase;
}
.MenuFontStyle_White:hover
{
    color: #FFFFFF;
    text-decoration:underline;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase;
}
.MenuFontStyle_Red
{
    text-decoration: none;
}
.MenuFontStyle_Red:hover
{
    text-decoration: underline;
}
.MenuFontStyle_Red14
{
    color: #d13d00;
    text-decoration: none;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase;
}
.MenuFontStyle_Red10
{
    color: #d13d00;
    text-decoration: none;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 10px;
    vertical-align: middle;
    text-transform: uppercase;
}
.UpBackMenu
{
    background-image:url('/public/img/sysfile/back_up_buttons.jpg');
    background-repeat:no-repeat;
    background-position: center;    
}

.WhiteLabel
{
    color: #FFFFFF;
    font-size: 11px;
    font-family: Lucida Sans Unicode,Verdana;
    text-decoration: none;
}
.BrownLabel
{
    color: #933a02;
    font-size: 11px;
    font-family: Lucida Sans Unicode,Verdana;
    text-decoration: none;
}

.BoldLabel
{
    font-weight: bold;
}

.WhiteLink:link
{
    /*text-decoration:underline;*/
    color: White;
}

.WhiteLink:hover
{
    /*text-decoration:underline;*/
    color: Yellow;
}

.WhiteLink:visited
{
    /*text-decoration:underline;*/
    color: White;
}


/*---------------------------------eCommerce content & help box---------------------------------*/
HelpBox.div
{
    width: 225px;
    height: 300px;
    display: block;
    float: left;
}

.CommerceBox
{
    width: 500px;
    display: block;
    float: right;
}

.HelpTextParagraph
{
    color: #E1671C;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

/*---------------------------------end eCommerce content & help box---------------------------------*/

/*--------------------------------Elementi utilizzati nel login-----------------------------------*/
.RegistrationForm_CellLeft
{
    width: 160px;
    text-align: left;
    padding-right: 4px;
}
.RegistrationForm_CellCenter
{
    width: 160px;
    text-align: left;
    padding-right: 4px;
}
.RegistrationForm_CellRight
{
    width: 20px;
    text-align: left;
    padding-right: 4px;
}
.RegistrationForm_Row
{
    height: 20px;
}

.ErrorSummaryBox
{
    display: block;
    width: 350px;
}

.ErrorSummary
{
    color: red;
}

.ErrorSummary > ul
{
    color: red;
}

.ErrorSummary > ul > li
{
    color: red;
    margin-left: 20px;
}

.RightButton
{
    display: block;
    float: right;
    clear: right;
    margin-right: 15px;
}

.Table_DatiPersonali
{
    width:100%;
}
.Table_DatiPersonali textarea
{
    width:380px;
}
.Table_DatiPersonali td
{
    text-align:left;
    width:160px;
}
.Table_DatiAccesso td
{
    width: 100px;
}

/*--------------------------------END Elementi utilizzati nel login-----------------------------------*/

.MostPopular_Title
{
    color: #FFFFFF;
    font-size: 10pt;
}
.Title_StickersHomePage
{
    color: #FFFFFF;
    font-size: 14px;
    font-family: Lucida Sans Unicode,Verdana;    
}
.Title_MiniCart
{
    color: #FFFFFF;
    font-size: 12px;
}
.Btn_MiniCart_ViewArt
{
    display:block;
    background-image: url('/controlli/eCommerce/res/imgs/BtnCart_viewart.gif');
    color:#FFFFFF; 
    width:108px;
    height:18px;
    float:left;
    text-align:center;
    padding-left:0px;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Lucida Sans Unicode,Verdana;
    text-decoration:none;
}