/* CSS Document */
.input_search{
    font-size: 10px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-right:5px;
    padding-top:5px;
    padding-bottom:6px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #cccccc;
}
.input_search_selected{
    font-size: 10px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-right:5px;
    padding-top:5px;
    padding-bottom:6px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #333333;
}
.bold{
    font-weight: bold;
    font-size:11px;
}
.verdana12boldwhite{
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.active{
    font-weight:bold;
}
.title_gray{
    color:#999999;
}
.nav_disable{
    color:#CCCCCC;
    text-decoration:underline;
}
.product_list_detail{
    width:150px;
}

ul.error_list li
{
    /*padding: 4px;
    padding-left: 25px;
    list-style: none;
    color: #fff;
    background: url(../images/error.png) no-repeat 4px 4px;*/
    list-style: none;
    line-height: 0px;
    clear: both;
    height: 3px;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px 5px 40px;
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
    background-image: url(/images/16x16/exclamation.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 1px solid #EB5339;
    background-color: #FCCAC2;
    color: #AC260F;
}

ul.checkbox_list
{
    list-style: none;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
}

ul.checkbox_list li
{
    list-style: none;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
}
#retailer{

}
.btn{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background-color: #999999;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
    border: 0px;
}
.size11{
    font-size: 11px;
}
.tooltip{
    font-size: .8em;
    color: #fff;
    display:none;
    background: #000;
    border:1px solid #ccc;
    padding:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
