﻿#Menu_Shop
{
    border: 0px solid green;
}

#Menu_Shop .divPrice
{
    float: left;
    border: 0px solid red;
    padding-left: 2px; /*width: 80px;*/
}

#Menu_Shop .divPrice .inputSmall
{
    width: 45px !important;
}

#Menu_Shop .pricingButton
{
    float: left;
}

#Menu_Shop .removeFilter
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/Skin/Graphics/Buttons/x.gif);
    padding: 0;
    cursor: pointer;
}

#Menu_Shop .VatNote
{
    padding: 0;
    margin: 0;
    border: 1px solid white;
    display: block;
    float: left;
    position: relative;
    left: 111px;
    font-size: 7pt !important;
}

#Menu_Shop .styledButton
{
    padding: 3px;
    margin-left: 10px;
    background-color: White !important;
    color: #ff9e00 !important;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 8pt;
}

#Menu_Shop .styledButton:hover
{
    background-color: #ff9e00 !important;
    color: White !important;
}

#Menu_Shop .styledButton[disabled]
{
    background-color: White;
    border: none;
    text-decoration: none;
}
