html {
    min-height: 100%;
    height: auto;
}

body {
    padding: 0;
    margin: 0;
    background-image: url(/images/background.jpg);
    background-repeat: repeat-x;
    background-color: #C67232;
    background-position: center bottom;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
}

body.nobg {
    background-image: none;
    background-color: #FFFFFF;
}

img {
    margin: 0;
    padding: 0;
}

a {
    color: #0060af;
}

a img {
    border: none;
}

h1, h2, h2, h3, h4, input.header {
    color: #0060af;
}

h2 {
    margin-top: 0;
    padding-top: 0;
    font-weight: normal;
}

h2 span {
    font-size: 70%;
}

input.header {
    font-size: 14pt;
}

#document-content ul {
    list-style: url(/images/bullet_header.gif);
}


#document-content table,
#document-content td,
#cart-details table {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

#document-content td,
#cart-details td {
    padding: .1em .4em;
}

#document-content th,
#cart-details th {
    background-image: url(/images/navigation_highlight.gif);
    background-repeat: repeat-x;
    color: #fff;
    background-color: #F0BE27;
}

#page {
    width: 1004px;
    margin: 0 auto;
    background-color: #fff;
}

/* page header styles */
#logo {
    float: left;
}

#ordering-number {
    color: #fff;
    margin: 0 1em 13px 0;
}

#search-box {
    margin: 0 1em 0 0;
    padding: 0;
}

#search-box form {
    padding: 0;
    margin: 0;
}

.searchResults span {
    color: #C67232;
}

#ordering-number span {
    font-size: 80%;
    font-style: italic;
    color: #ffcc29;
}

#page-header {
    background-image: url(/images/background_header.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 99px;
}

#page-header-right {
    float: right;
    text-align: right;
    height: 99px;
}

#page-header-right ul {
    font-size: 90%;
    margin: 5px 5px 22px 0;
}

#page-header-right li {
    display: inline;
    padding: 0 .5em 0 0.7em;
    background-image: url(/images/bullet_header.gif);
    background-repeat: no-repeat;
    color: #fff;
}

#page-header-right li a {
    color: #fff;
}

.searchInput {
    font-size: 65%;
    color: #999;
    font-weight: normal;
}
/* end page header styles */

/* main navigation styles */
#navigation-main-wrapper {
    background-color: #c9d2ea;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;    
}

#navigation-main {
    margin: 0;
    padding: 0;
    border-collapse: collapse;    
}

#navigation-main td {
    padding: 0;
}

#navigation-main td a {
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-color: #c9d2ea;
    padding: .4em 1em .35em 1em;
    border-right: 1px solid #999;
}

#navigation-main td {
    font-size: 80%;
    background-color: #0060af;
    color: #fff;
    
}

#navigation-main td.highlight a {
    background-image: url(/images/navigation_highlight.gif);
    background-repeat: repeat-x;
    color: #fff;
}

/*end main navigation styles */

/* bottom navigation styles */

#navigation-bottom {
    text-align: center;
    padding: .5em 0;
}

#navigation-bottom ul {
    margin: 0;
    padding: 0;
}

#navigation-bottom li {
    display: inline;
    color: #0060af;
}

#navigation-bottom li a {
    text-decoration: none;
    font-size: 65%;
}

#navigation-bottom li a:hover {
    text-decoration: underline;
}
/* end bottom navigation styles */

/* footer styles */
#footer-wrapper {
    width: 100%;
    border-top: 2px solid #AE7C17;
    background-color: #603912;
    position: absolute;
    bottom: auto;
    right: auto;
    left: 0;
    overflow: hidden;
}
#footer {
    margin: 0 auto;
    width: 1004px;
    font-size: 70%;
    color: #ccc;
    padding: .2em 0 7em 0;
}

#footer-right {
    float: right;
}

#footer a {
    color: #fff;
}
/* end footer styles */

/* field & form styles */
fieldset {
    border: 1px solid #ccc;
    margin: 1em 1em 1em 0;
    padding: 1em .8em .5em .8em;
}

label {
    font-size: 90%;
}

legend {
    background-color: #0060af;
    border: 1px solid #F5EF8F;
    font-size: 80%;
    color: #fff;
    padding: .1em .3em;
}

.field {
    margin-bottom: 1em; 
}

.submitButton {
    border: 1px solid #0060af;
    background-color: #c9d2ea;
    color: #0060af;
    cursor: pointer;
}
/* end field & form styles */

#column-wrapper {
    float: left;
    width: 730px;
}

/* partial styles */
#portlet-column-left {
    float: left;
    overflow: hidden;
    width: 215px;
    padding: 5px;
}

#portlet-column-left-home {
    float: left;
    display: inline;
    width: 215px;
    padding: 5px;
}

#document-content {
    padding: .2em 1em 1em 1em;
    font-size: 13px;
    float: right;
    width: 470px;
}

#document-content-home {
    padding: 1em;
    width: 484px;
    float: left;
    display: inline;
    font-size: 80%;
}

#document-content-home .productListItem {
    width: 100px;
}

#document-content-home .partial {
    font-size: 100%;
}

#document-content-wrapper-home {
    float: left;
    width:778px;
    padding: 0;
    display: inline;
}

.fullPage {
    width: 100% !important;
}

.fullPage #document-content {
    width: 740px;
}

#portlet-column-right,
#portlet-column-right-home {
    float: right;
    width: 250px;
    padding: 5px;
}

#portlet-column-right-home {
    float: left;
    display: inline;
}

#featured-brands {
    padding-top: 0;
}

#featured-brands h5 {
    margin-top: 10px;
    color: #999;
    text-transform: uppercase;
    font-weight: normal;
}

.partial {
    border: 1px solid #ccc;
    padding: 5px 15px 12px 10px;
    margin-bottom: 5px;
    font-size: 80%;
}

.partial h4 {
    margin: .3em 0;
    text-transform: uppercase;
    color: #dc8906;
}

.partial ul {
    padding-left: 15px;
}

.navigationLeft ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigationLeft li {
    color: #fff;
    border: 1px solid #fff;
}

.navigationLeft a {
    text-decoration: none;
    display: block;
    background-color: #fff;
}

.navigationLeft a.currentNavItem {
    color: #fff;
    background-color: #0060AF;
}

.navigationLeft a.currentNavItem:hover {
    text-decoration: none;
}

.navigationLeft a:hover {
    text-decoration: underline;
}

#related-products ul {
    list-style: url(/images/bullet_header.gif);
    margin: 0 0 0 15px;
    padding: 0;
}

.breadcrumbs {
    font-size: 80%;
    margin-bottom: 1em;
}

/* end partial styles */

/* category styles */
.required {
    color: #C67232;
    font-weight:bold;
}
.required:after{
    color:#C67232;
    content: "*";
    font-weight:bold;
}

.category {
    float: left;
    display: inline;
    margin-left: 30px;
    width: 106px;
    height: 150px;
    text-align: center;
}

.categoryProduct {
    margin-bottom: 2em;
}

#document-content .categoryProduct td,
#document-content table.categoryProduct  {
    border: none;
    vertical-align: top;
}

.categoryProduct .imageWrapper {
    width: 106px;
    margin-right: 15px;
    text-align: center;
}

.category img,
.categoryProduct img {
    border: 1px solid #ccc;
}

.categoryProduct .categoryProductDescription {
    width: 370px;
}

.categoryProduct ul {
    padding-left: 15px;
    margin-left: 0;
}

/* end category styles */

/* product styles */
.productList {
    margin-bottom: 2em;
}
.productListItem {
    width: 105px;
    float: left;
    display: inline;
    margin-right: 20px;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 80%;
}
.productListItem a {
    display: block;
}
.productListItem img {
    border: 1px solid #ccc;
}

#product-wrapper {
    display: block;
}

#product ul {
    padding-left: 15px;
    margin-left: 0;
}

#product img {
    border: 1px solid #ccc;
    margin: 0 1em 1em 0;
}

.productImage img {
    margin: 0 !important;
}

#product-details {
    width: 277px;
    margin-left: 10px;
    float: left;
    display: inline;
}

#product-details h4 {
    margin-bottom: 0;
}

#price-table {
    margin-bottom: 1em;
}

.productEdit .field,
#category-edit .field,
.subcategory_edit {
    border: 1px solid #ccc;
    padding: 1em;
}

.discreetPrice {
    color: #009900;
    font-weight: bold;
    font-size: 80%;
}

#product div.productImageWrapper {
    float:left;
    width:150px;
    margin-right:10px;
}

#product .productImageWrapper table,
#product .productImageWrapper td {
    border: none;
}

.productImage {
    display: block;
}

#product div.productImage img {
    float:left;
}

#product div.productImage ul {
    list-style-type:none;
    list-style:none;
    margin:0;
    padding:0;
}

/* end product styling */

/* order and shipping styling */
#order-list table {
    background-color: #e7e7e7;
    font-size: 82%;
    margin-bottom: 1.5em;
}

#order-list ol {
    padding: 0 0 0 2em;
    margin: 0;
}

#order-list p {
    margin: 0 0 3px 0;
}

#order-list table {
    width: 100%;
}

#order-list td {
    padding: 5px;
}
.total {
    border: none;
    background-color: #e5e5e5;
    font-weight: bold;
}

.totalLabel {
    text-align: right;
}

#shipping-methods ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/* end order styling */

/* cart & shopping styling */

#portlet-column-right #cart-details,
#cart-contents {
    font-size: 90%;
}

#cart-details table {
    width: 100%;
    margin-bottom: 1em
}

#cart-details td {
    border-top: 1px solid #ccc;
}

/* end cart & shopping styling */

/* my account styles */

.address {
    border: 1px solid #ccc;
    padding: 1em;
    font-size: 80%;
    margin-bottom: 1em;
}

.address h4 {
    color: #CF832F;
    margin-bottom: 3px;
}

#document-content .addressChoice table {
    float: left;
    display: inline;
    font-size: 80%;
    margin-right: 5px;
}

#document-content .addressChoice td {
    border: none;
}

/* end my account styles */

/* yui custom styles */

#document-content .yui-toolbar-container ul {
    list-style: none;
    margin: 0;
}

#product_description_toolbar .yui-toolbar-subcont {
    height: 170px;
}

#product .stockImage {
    border: none;
}

/* end yui custom styles */

/* helps clear float elements */
.visualClear {
    display: block;
    clear: both;
}

.seeAll {
    text-transform: lowercase;
    color: #cb2f1a;
    display: block;
    margin-top: .5em;
}

.addToCart {
    float: right;
}

.inlineRight {
    float: right;
    margin: 0 0 5px 5px;
}

.productImage {
    text-align: center;
}

.discreet {
    font-size: 80%;
    color: #777;
}

p.discreetSKU {
    font-size: 100%;
    font-weight: bold;
    color: #777777;
    margin-top: -10px;
}


#price_admin_table {
    font-size: 90%;
}

#price_admin_table input {
    font-size: 90%;
}



#price_admin_table th {
    background:none;
}

#price_admin_table th.selected * {
    font-weight:bold;
    color: #000000;
    background-color: #C9D2EA;
}

#price_admin_table td.selected *{
    font-weight:bold;
    color: #000000;
    background-color: #C9D2EA;
}

#price_admin_table #__ui_edit_price_row__ {
    color: #000000;
    background-color: #C9D2EA;
}


#x_variant_column * {
    background-color: #cccccc;
}

#y_axis_label * {
    background-color: #cccccc;   
}

#category_control {
    clear:left;
    padding-top:10px;
    padding-bottom:10px;
}

#category_browse {
    width:100%;
    clear:right;
}

#category_browse select {
    margin: 5px;
    font-size: 90%;
    border: none;
}

div.searchResult {
    float: left;
    display: inline;
    padding:5px;
    margin-bottom: 1em;
    margin: 0 .5em;
    width: 120px;
}

.searchResult .imageWrapper,
.searchProductDescription {
    text-align: center;
}

/* sales personnel styles */

#salespeople ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#salespeople li {
    padding: 5px 3px 10px 3px;
    border: 2px solid #fff;
    m: expression(this.onmouseover =  new Function("this.className = 'li-hover';"));
}

#salespeople li:hover,
#salespeople .li-hover {
    background-color: #EDCF88;
    border-color: #000;
    cursor: pointer;
    m: expression(this.onmouseout =  new Function("this.className = '';"));
}

#personnelSection {
    height: 450px;
    width: 200px;
    overflow: auto;
}

div.flash-messages {

}

div.flash-messages ul {
    list-style: none;
}

div.flash-messages ul li {
    border-bottom: solid 1px #EDCF88;    
}

div.flash-messages ul li.notice {
}

div.flash-messages ul li.warning {
    color:red;
}

div.flash-messages ul li.error {
    color:red;
    font-weight:bold;
}

div.errorExplanation {
    text-align:center;
}

div.errorExplanation ul {
    font-size:8pt;
    color:red;
    border: 1px solid red
}

div.alphabetic_links {
    font-size: 80%;
}

div.alphabetic_links a {

}

#literature_request_form input,
#feedback_request_form input {
    margin-bottom:5px;
}

#literature_request_form #other,
#feedback_request_form #other {
    width: 100%
}

