/****************************Custom Classes********************************/

#content {
    padding                 :       98px 0px 0px 0px;
}

/*** Headers & Borders Classes ***/

.border_none {
    border                  :       none 0px;
}

.border_pink {
    border                  :       solid 1px #D437A0;
}

.border_dark {
    border                  :       solid 1px #A6A6A6;
}

.float_left {
    float                   :       left;
}

.float_right {
    float                   :       right;
}

.h1 {
    color                   :       #FFFFFF;
    font-family             :       Century Gothic, Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       14px;
    font-weight             :       bold;
}

.h2 {
    color                   :       #000000;
    font-family             :       Georgia, Arial, Verdana;
    font-size               :       11px;
    padding-left            :       4px;
}

.h3 {
    color                   :       #FE2222;
    font-family             :       Georgia, Arial, Verdana;
    font-size               :       13px;
    font-weight             :       bold;
}

.h4 {
    color                   :       #000000;
    font-family             :       Georgia, Arial, Verdana;
    font-size               :       11px;
}

.h5 {
    color                   :       #333333;
    font-family             :       Georgia, Arial, Verdana;
    font-size               :       16px;
    font-weight             :       300;
}

.div_clothing_box {
    background-color        :       #FFFFFF;
    border                  :       solid 1px #DFDFDF;
    cursor                  :       hand;
    overflow                :       hidden;
    text-align              :       center; 
    width                   :       243px;
}

/*** ASP.NET Classes ***/

.button {
    background-color        :       #EFEFEF;
    color                   :       #000000;
    font-family             :       Arial, Verdana;
    font-size               :       11px;
    width                   :       100px;
}

.dropdownlist {
    background-color        :       #D437A0;
    color                   :       #000000;
    font-family             :       Arial, Verdana;
    font-size               :       12px;
}

.textbox {
    background-color        :       #D437A0;
    border                  :       0px none;
    font-family             :       Arial, Verdana;
    font-size               :       11px;
    width                   :       150px;
}
