﻿.foo
{
}
/****************************************************************************************************/

/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
    margin: 10px auto;
    width: 841px;
}

.master-wrapper-content
{
    float: left;
    width: 841px;
    margin: 15px 0 0;
    text-align: center;
}

.master-wrapper-side
{
    float: left;
    width: 175px;
    padding-right:25px;
    margin: 10px 0px 0 0px;
    font-family: arial, helvetica, sans-serif;
    display: inline;
}

.master-wrapper-center
{
    float: left;
    width: 625px;
    margin: 10px 0 0 5px;    
    display: inline;
}

.master-wrapper-cph
{
    float: left;
    width: 625px;
    color: #959595;
    min-height: 400px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
    width: 841px;
    height: 100px;
    background: #000000 url('images/HeaderImg.png') no-repeat;
}

.header .icon
{
    vertical-align: bottom;
}

.header .ico-register
{
    background: url('images/ico-register.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 3px;
}

.header .ico-login
{
    background: url('images/ico-login.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 3px;
}

.header .ico-logout
{
    background: url('images/ico-logout.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 3px;
}

.header .ico-cart
{
    background: url('images/ico-cart.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 3px;
}

.header .ico-wishlist
{
    background: url('images/ico-wishlist.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 3px;
}

.header .ico-admin
{
    background: url('images/ico-admin.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 3px;
}

.header-logo
{
    text-align: center;
}
.header-logo
{
    text-align: -moz-center;
}
.header-bg
{
    width: 820px;
    height: 75px;
    background-color: #2f0d03;
}

a.logo
{
    background: url('images/logo.png');
    display: block;
    width: 380px;
    height: 75px;
}

.header-selectors-wrapper
{
    text-align: right;
    float: right;
    width: 400px;
}

.header-currencyselector
{
    float: right;
}

.header-languageselector
{
    float: left;
}

.header-links-wrapper
{
    float: right;
    margin-top: 20px;
    margin-right: 13px;
    text-align: right;
    width: 841px;
}

.header-image
{       
    margin-bottom: 3px;
    text-align:center;
    display:block;
    width: 820px;    
    height:151px;
}

.header-links
{
    background-color: #fff;
    border: solid 1px #9a9a9a;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
    display: inline-table;
    width: 400px;    
}

.header-links ul
{
    padding: 0;
    margin: 0;
}

.header-links ul li
{
    list-style: none;
    display: inline;
    padding-right: 2px;
}

.header-links a
{
    color:#c44f0d;
    text-decoration: none;
}

.header-links a:hover
{
    color: #b4300a;
    text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
    color: #959595;
    padding: 8px 5px 9px 5px;
    text-align: right;
    height: 100%;
    vertical-align: middle;
    letter-spacing: 2px;
}

.headermenu ul
{
    padding: 0;
    margin: 0;
}

.headermenu li
{
    list-style: none;
    display: inline;
}

.headermenu a
{
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
    float: left;
    width: 180px;
    display: inline;
    margin-left: 660px;
    margin-top: 15px;
}

.searchbox ul
{
    margin: 0;
    padding: 0;
}

.searchbox ul li
{
    list-style: none;
    float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.manufacturer-navigation li
{
    list-style: none;
}

.manufacturer-navigation a.inactive
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.manufacturer-navigation a.active
{
    color: #b4300a;
    font-weight: bold;
    text-decoration: none;
}

.manufacturer-navigation .title
{
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px;
    color: #b4300a;
    background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.manufacturer-navigation .listbox
{
    font-size: 11px;
    padding: 5px 10px 10px;
    line-height: 18px;
    background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
    margin: 0px;
}

.manufacturer-navigation .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #3664A5;
    background-color: inherit;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.RecentlyViewedProductsBox li
{
    list-style: none;
}

.RecentlyViewedProductsBox a
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.RecentlyViewedProductsBox a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: #b4300a;
}

.RecentlyViewedProductsBox .title
{
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px;
    color: #b4300a;
    background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.RecentlyViewedProductsBox .listbox
{
    font-size: 11px;
    padding: 5px 10px 10px;
    line-height: 18px;
    background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
    margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #3664A5;
    background-color: inherit;
}

.RecentlyViewedProductsBox .separator
{
    height: 1px;
    line-height: 1px;
    background: #b4300a;
    width: 140px;
    font-size: 1px;
    margin: 5px 0 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.infoblock-navigation li
{
    list-style: none;
}

.infoblock-navigation a
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.infoblock-navigation .title
{
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px;
    color: #b4300a;
    background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.infoblock-navigation .listbox
{
    font-size: 11px;
    padding: 5px 10px 10px;
    line-height: 18px;
    background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
    margin: 0px;
}

.infoblock-navigation .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #3664A5;
    background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
    clear: both;
    height: 30px;
    padding: 5px 3px 5px 3px;
    text-align:center;
    color:#ffffff;
}

.footer a
{
    text-decoration: none;
    color: #FFF;
}

.footer-disclaimer
{
    color: #8f8e8e;
    text-align: center;
    font-size: 11px;
}
.footer-disclaimer
{
    text-align: center;
}

.footer-menu
{
    color: #959595;
    padding: 8px 5px 9px 5px;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    letter-spacing: 2px;
}

.footer-menu
{
    text-align: -moz-center;
}
.footer-menu ul
{
    padding: 0;
    margin: 0;
}

.footer-menu li
{
    list-style: none;
    display: inline;
}

.footer-menu a
{
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

.footer-poweredby
{
    float: left;
    font-size: 11px;
}

.category-navigation
{
    float: left;
    margin: 0px auto;
    min-width: 20em;
    max-width: 800px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
    color: #b4300a;
    width: 180px;
    text-align: left;
}

/* content-specific */

.category-navigation h1
{
    /* header */
    font-size: 2em;
    margin: 0px;
    padding: 0px;
    margin-top: -0.6em;
}

p
{
    font-family: verdana,tahoma,arial, "sans serif";
}

.category-navigation p
{
    margin: 0.5em 0px 0px 0px;
    padding: 0px;
    font: 0.95em/1.5em arial,tahoma, "sans serif";
}

html > body .category-navigation pre
{
    font-size: 1.1em;
}

.category-navigation li
{
    list-style: none;
}

.category-navigation a
{
    color: #959595;
    font-weight: bold;
    text-decoration: none;
}

.category-navigation .li_selected a
{
    color: #b4300a;
    font-weight: bold;
    text-decoration: none;
}

.category-navigation .title
{
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px;
    color: #b4300a;
}

.category-navigation .treeview
{
    font-size: 11px;
    padding: 5px 10px 10px;
    line-height: 18px;
    margin: 0px;
    color:#959595;
}

.category-navigation .treeview ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #959595;
    background-color: inherit;
}

.category-navigation .treeview ul .li_selected
{
    font-weight: bold;
}


.master-wrapper-cph-content {
 width:625px;
 margin:0px auto;
 min-width:20em;
 max-width:800px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
 
}

.master-wrapper-cph-content .hd .c,
.master-wrapper-cph-content .ft .c {
 font-size:1px; /* ensure minimum height */
 height:11px;
}

.master-wrapper-cph-content .ft .c {
 height:14px;
}

.master-wrapper-cph-content .hd {
 background:transparent url(images/tl.png) no-repeat 0px 0px;
 margin-right:14px; /* space for right corner */
}

.master-wrapper-cph-content .hd .c {
 background:transparent url(images/tr.png) no-repeat right 0px;
 margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}

.master-wrapper-cph-content .bd {
 background:transparent url(images/ml.png) repeat-y 0px 0px;
 margin-right:6px;
}

.master-wrapper-cph-content .bd .c {
 background:transparent url(images/mr.png) repeat-y right 0px;
 margin-right:-6px;
}

.master-wrapper-cph-content .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000 url(images/ml.png) repeat-x 0px 0px;
 padding:1em;
}

.master-wrapper-cph-content .ft { 
 margin-right:14px;
}

.master-wrapper-cph-content .ft .c {
 margin-right:-14px;
}

/* content-specific */

.master-wrapper-cph-content h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

p {
 font-family:verdana,tahoma,arial,"sans serif";
}

.master-wrapper-cph-content p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}

html>body .master-wrapper-cph-content pre {
 font-size:1.1em;
}

