
/**
 * Common Styles
 */

body, address, input, textarea { background-color:#e1e1e1; color:#18171c; font-family: Arial, FreeSans, 'Nimbus Sans L', Helvetica, sans-serif; font-size:13px; }

a { color:#c1002a; }
em { font-style:normal; font-weight:bold; }

small { color:#6f6f71; font-size:10px; }
p.right { float:none; text-align:right; }

/**
 * Specific Styles
 */




/**
 * page header
 */
.header a { color:#ffffff; text-decoration:none; font-size:11px; }
.header a:hover { text-decoration:underline; }

/**
 * checkout cart mini
 */
.header .cart .essential { color:#febd00; font-size:10px; }
.header .cart .essential .price { color:#ffffff; }

/**
 * catalog navigation top
 */
.header .tabs .categories li a.tab { color:#fff; font-size:15px; font-weight:bold; text-decoration:none; font-size:1.1em; letter-spacing:1px; text-transform:uppercase; }
/* Onmouseover */
.header .tabs .categories li.tab.active a.tab,
.header .tabs .categories li.tab:hover a.tab,
.header .tabs .categories li.tab.over a.tab { color:#febd00; }
/* 2nd Level */
.header .tabs .categories li ul li a { color:#ffffff; font-size:14px; text-decoration:none; }
.header .tabs .categories li ul li a:hover { color:#febd00; }

/**
 * catalog product view configurable
 */
.size-select-btn,
.color-size-matrix li em { font-size:14px; font-weight:bold; }
.size-select-btn div.small { font-size:11px; }
.color-size-matrix li em.small { font-size:11px; font-weight:bold; }
.size-select-btn small { color:#6f6f71; display:block; font-weight:normal; font-size:10px; line-height:13px; padding-top:4px;}
ul.colors li div { color:#fff; font-size:9px; line-height:24px; text-align:center; }

/**
 * checkout cart
 */
.shipping-costs-cart { font-size:11px; margin-bottom:12px; }


/**
 * Colors:
 *          18171c - black
 *          414143 - deep grey
 *          6f6f71 - medium grey
 *                 - super grey
 *          e3e4e4 - light grey
 *          c1002a - full red
 *          fdcc00 - yellow
 */
