/* 
 * Monkee CSS Styles - Typo
 */

label {
    color:#979797;
}

div.wrapper {
    text-align:left;
}

p.legality {
    color:#757575;
    font-size:10px;
    text-align:right;
}

/*
 * [start] homepage
 */
div#top-left-navi a {
    text-decoration:none;
}
div#top-right-navi small {
    color:#979797;
}
div#top-right-navi a {
    text-decoration:none;
    color:#979797;
}
/*
 * [end] homepage
 */

/*
 * [start] category view (on same page with product view)
 */
div#category-slim h1 {
    /* cat desc */
    color:#636363;
    font-size:1.3em;
    padding-bottom:55px;
}
/*
 * [end] category view
 */

/*
 * [start] product view
 */
.validation-advice {
    color:#ff0300;
}
select#qty,
.product-specs {
    #color:#979797;
    color:#666666;
}

.super-attribute-select {
    #color:#979797;
    color:#333333;
    width:75px;
}

fieldset#product-options-wrapper dt {
    /* options labels */
    text-transform:lowercase;
}
h3.product-name {
    color:#261E0D;
    font-size:1.3em;
    padding-bottom:20px;
}
div.price-box .regular-price {
    color:#636363;
    font-size:1.3em;
    font-weight:bold;
}
div#cart-msg ul {
    color:#979797;
    font-size:10px;
    line-height:16px;
}
/*
 * [end] product view
 */
