/****************************Custom Classes********************************/

#content {
    padding                 :       8px 15px 30px 15px;
    text-align              :       justify;
    width                   :       731px;
}

/*** Product Classes ***/

.product_div {
    margin                  :       0px 10px 20px 0px;
    width                   :       174px;
}

.product_image {
    background-image        :       url('../images/background_product_image.png');
    background-repeat       :       no-repeat;
    height                  :       250px;
    overflow                :       hidden;
    margin                  :       0px 0px 2px 0px;
    padding                 :       3px 3px 3px 3px;
    text-align              :       left;
    width                   :       168px;
}

.product_image_ma {
    background-image        :       url('../images/background_product_image_ma.png');
    background-repeat       :       no-repeat;
    height                  :       216px;
    overflow                :       hidden;
    margin                  :       0px 0px 2px 0px;
    padding                 :       3px 2px 3px 2px;
    text-align              :       left;
    width                   :       150px;
}

.product_image_large {
    background-image        :       url('../images/background_product_image_la.png');
    background-repeat       :       no-repeat;
    height                  :       405px;
    margin                  :       0px 0px 0px 0px;
    padding                 :       1px 1px 2px 1px;
    text-align              :       left;
    width                   :       300px;
}

.product_image_thumb {
    background-image        :       url('../images/background_product_image_th.png');
    background-repeat       :       no-repeat;
    cursor                  :       hand; 
    height                  :       48px;
    overflow                :       hidden;
    padding                 :       2px 2px 2px 2px;
    width                   :       48px;
}

/*** Headers & Borders Classes ***/

.border_none {
    border                  :       none 0px;
}

.border_grey {
    border                  :       solid 1px #989898;
}

.border_black {
    border                  :       solid 1px #000000;
}

.float_left {
    float                   :       left;
}

.float_right {
    float                   :       right;
}

.h1 {
    color                   :       #333333;
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       11px;
    font-weight             :       bold;
}

.h2 {
    color                   :       #000000;
    font-family             :       Georgia, Arial, Verdana;
    font-size               :       11px;
    padding-left            :       4px;
}

.h3 {
    color                   :       #666666;
    font-family             :       Georgia, Arial, Verdana;
    font-size               :       12px;
    font-weight             :       bold;
}

.h4 {
    color                   :       #747474;
    font-family             :       Georgia, Arial, Verdana;
    font-size               :       11px;
}

.h5 {
    color                   :       #747474;
    font-family             :       Georgia, Arial, Verdana;
    font-size               :       13px;
    font-weight             :       bold;
    padding                 :       2px 0px 0px 0px;
    text-align              :       left;
    text-transform          :       uppercase;
}

.highlight{
    color                   :       #666666;
    font-family             :       Century Gothic, Georgia, Arial, Verdana;
    font-size               :       10px;
}

.validator {
    color                   :       #FF0000;
    font-family             :       Century Gothic, Georgia, Arial, Verdana;
    font-size               :       10px;
    font-weight             :       bold;
}

/*** ASP.NET Classes ***/

.dropdown {
    background-color        :       #F6F6F7;
    color                   :       #747474;
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       12px;
}

.textbox_100 {
    background-color        :       Transparent;
    background-image        :       url('../images/textbox_100.gif');
    background-repeat       :       no-repeat;
    border                  :       0px none;
    color                   :       #747474;
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       12px;
    height                  :       27px;
    margin                  :       0px;
    padding                 :       2px 10px 0px 15px;
    width                   :       100px;
}

.textbox_210 {
    background-color        :       Transparent;
    background-image        :       url('../images/textbox_210.gif');
    background-repeat       :       no-repeat;
    border                  :       0px none;
    color                   :       #747474;
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       12px;
    height                  :       27px;
    margin                  :       0px;
    padding                 :       2px 10px 0px 15px;
    width                   :       210px;
}

.textbox_325 {
    background-color        :       Transparent;
    background-image        :       url('../images/textbox_325.gif');
    background-repeat       :       no-repeat;
    border                  :       0px none;
    color                   :       #747474;
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       12px;
    height                  :       27px;
    margin                  :       0px;
    padding                 :       2px 10px 0px 15px;
    width                   :       325px;
}

.textbox_670 {
    background-color        :       Transparent;
    background-image        :       url('../images/textbox_670.gif');
    background-repeat       :       no-repeat;
    border                  :       0px none;
    color                   :       #747474;
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       12px;
    height                  :       27px;
    margin                  :       0px;
    padding                 :       2px 10px 0px 15px;
    width                   :       670px;
}

.textbox_multi {
    background-color        :       #F6F6F7;
    border                  :       solid 1px #C9C9C9;
    color                   :       #747474;
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       12px;
}