/*
=general
=page structure
=main_navigation
=sub_navigation
=page content
=misc
=debug
*/

/*
=general
---------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

html {
    height: 101%;
    width: 100%;
    background: transparent url(/images/bg-html.gif) repeat 0% 0%;
}

body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
    font-size: 69%; /* 11px */
    color: #666;
    line-height: 155%; /* 17px */
    text-align: center;
    background: transparent url(/images/bg-body.gif) repeat-y 50% 0%;
    width: 100%;
}

table, tr, td, input, select, textarea, ul, ol {
    font-size: 100%;
    vertical-align: top;
}

a img, img {
    border: 0;
}

code, pre {
    font-size: 1.5em;
    color: #999;
    display: block;
    width: 500px;
}

/* =hx */
h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
}

/* =h1 */
h1 {
    font-size: 15px;
    xfont-family: Arial, Helvetica, sans-serif;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #333;
    margin-bottom: .25em;
}

/* =h2 */
h2 {
    font-size: 22px;
    xfont-family: Arial, Helvetica, sans-serif;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #7A8266;
    margin-bottom: .5em;
}

h2 em {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    position: relative;
    top: 0px;
}

/* =h3 */
h3 {
    font-size: 1.183em; /* 13px */
    font-weight: normal;
    padding: 0 12px;
    margin-bottom: .5em;
    color: #3C3C3C;
}

/* =h4 */
h4 {
    font-size: 1em; /* 13px */
    padding-bottom: .5em;
    margin-bottom: .5em;
    color: #576E2A;
    background: transparent url(/images/bg-h3.gif) repeat-x 0% 100%;
}

/* =h5 */
h5 {}

/* =a */
a {
    color: #00A1FF;
    text-decoration: none;
}

a:hover, a:focus, a:active, a.current { color: #333; }

/* =ul */
ul, ol { margin: 0 12px 1.5em 12px; }

ul { list-style: none; }

li {
    background: transparent url(/images/bg-li.gif) no-repeat 0% .6em;
    padding: 0 14px;
    margin-bottom: .5em;
}

/* =p */
p {
    padding: 0 12px;
    margin-bottom: 2em;
}

p.strong {
    xborder: solid #E1E2DB;
    xborder-width: 1px 0;
    xbackground-color: #F3F4ED;
    xpadding: .75em 12px 1em;
}

p.stronger {
    border: solid #C1C4B8;
    border-width: 1px 0;
    background: #F8F8F6 url(/images/bg-stronger.gif) repeat-x 0% 0%;
    padding: .75em 12px 1em;
    margin-bottom: 1em;
}

p.stronger a {
    background: transparent url(/images/bg-a.gif) repeat-x 0% 100%;
}

em, address {
    font-style: normal;
}

/* =blockquote */
blockquote {
    font-size: 1.183em; /* 13px */
    margin: -2px 0 1.5em;
    color: #7D885F;
    padding: 0 12px 1.5em;
    border-bottom: 1px solid #E1E2DB;
}

blockquote em {
    color: #333;
}

/* =table */
table {
    margin-bottom: 2em;
    font-size: 1.183em; /* 13px */
}

td label {
    position: relative;
    top: 3px;
}

td input.text {
    position: relative;
    top: 3px;
}

table.order th {
    background-color: #fff;
    border-top: none;
}

table.order td {
    background: #C0E8FF url(/images/bg-bar.gif) repeat-x 0% 100%;
    border: solid #E5E5E5;
    border-width: 1px 0;
}

/* =th */
th {
    font-weight: normal;
    text-align: left;
    padding: .5em 13px;
    border: solid #C0C0C0;
    border-width: 1px 0;
    color: #404040;
    background-color: #C0E8FF;
}

.th_item, .td_item {
    padding-left: 11px;
    padding-right: 0;
    width: 436px; /* 447px */
}

.th_quantity, .td_quantity {
    padding-left: 0;
    padding-right: 0;
    width: 11px;
}

.th_item_price, .td_item_price  {
    padding-left: 0;
    padding-right: 0;
    width: 122px;
    text-align: center;
}

.th_button, .td_button  {
    padding-left: 0;
    padding-right: 0;
    width: 16px;
}

/* =td */
td {
    padding: .5em 14px;
    border-bottom: 1px solid #E5E5E5;
}

th.end, td.end {
    text-align: center;
    width: 86px;
    padding: 4px 4px 2px !important;

}

td a {
    color: #006FAE;
    border-bottom: 1px solid #8BC2E1;
}

tr.last_row td { border-bottom: none; }

tr.subtotal td {
    background-color: #F5F5F5;
    background-image: none;
}

tr.total td {
    background-color: #F5F5F5;
    font-size: 13px;
    border: solid #C0C0C0;
    border-width: 1px 0;
}

/* =item_price */
.item_price {
    background: transparent url(/images/bg-v-dots.gif) no-repeat 100% 50%;
    color: #999;
    font-size: 11px;
    display: block;
    width: 86px; /* 86px */
    margin: 0 auto 2px;
    text-align: center;
}

table .item_price { color: #666; }

.item_price em {
    background: transparent url(/images/bg-v-dots.gif) no-repeat 0% 50%;
    padding: 6px 5px; /* 26px */
    display: block;
}

.item_price.stronger {
    background: transparent url(/images/bg-view-left.gif) no-repeat 0% 0%;
    font-weight: bold !important;
}

.item_price.stronger em {
    background: transparent url(/images/bg-view-right.gif) no-repeat 100% 0%;
    font-weight: bold;
}

.remove {
    position: relative;
    top: 5px;
    right: -7px;
    background: transparent url(/images/bt-remove.png) no-repeat 0% 0%;
    display: block;
    width: 16px;
    height: 17px;
}

.remove a {
    display: block;
    width: 16px;
    height: 17px;
    border-bottom: none;
}

.remove a em {
    position: absolute;
    left: -999em;
}

/* =form */
form {
    color: #333;
}

form h3  {
    margin: 0;
    padding: .5em 11px;
    border: none;
    border: solid #93A2AB;
    border-width: 1px 0;
    background-color: #AAB4BA;
}

form h3.secure {
    background: #AAB4BA url(/images/secure.gif) no-repeat 5px 50%;
    padding-left: 35px;
}

form h3 span {
    font-size: 11px;
}

#content form ol {
    list-style: none;
    margin: 0 0 3em;
    border-top: 1px solid #ddd;
    background-color: #F5F5F5;
    padding: 1em 10px;
}

#content form ol li {
    background: none;
    margin: 0 0 1em;
    padding: .5em 0;
}

#content #shipping_options_form ol li {
    margin-bottom: 0;
}

#content form ol li strong {
    font-size: 1.183em; /* 13px */
    font-weight: normal;
    color: #6A9A10;
    padding-left: 8px;
}

#content form ol li .note {
    float: left;
}

/* =label */
label {}

#content #shipping_form ol li label {
    float: left;
    width: 100px;
}

#content #billing_form ol li label, #content #billing_form ol li div  {
    float: left;
    width: 150px;
}

#content form ol li input.text, #content form ol li select {
    width: 280px;
    float: left;
    margin-right: 30px;
    position: relative;
    top: -2px;
}

fieldset {
    border: none;
}

input, select, textarea {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
}

input.text {
    border: 1px solid #fff;
    background: transparent url(/images/bg-input-text.gif) no-repeat 0% 0%;
    padding: 2px 5px;
}

input.text.small {
    width: 20px;
    text-align: center;
}

select.medium {
    width: 60px !important;
    margin-right: 0;
}

input.checkbox {
    width: 13px;
    position: relative;
    top: 2px;
}

input.radio {
    width: 13px;
    position: relative;
    top: 4px;
}

span.req { }

span.req, span.note {
    color: #FF3D3D;
}

#credit_cards {
    width: auto !important;
    position: relative;
    top: -4px;
}

#credit_cards label {
    width: auto !important;
    margin-right: 10px;
}

/*
=page structure
---------------------------------------------- */
#container {
    width: 742px;
    margin: 0 auto;
    text-align: left;
}

#header {
    width: 742px;
    height: 91px;
    background: transparent url(/images/bg-header.gif) no-repeat 0% 0%;
    position: relative;
}

/* =intro */
#intro {
    background: transparent url(/images/bg-dark.gif) repeat 0% 0%;
    width: 100%;
    margin: 1em 0 2em;
    position: relative;
    height: 198px;
}

#intro div {
    width: 296px;
    float: left;
    display: inline;
    margin: 1.25em 0 .5em 24px;
}

#intro h1 {
    font-size: 1.365em; /* 15px */
    xfont-family: Arial, Helvetica, sans-serif;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    background: transparent url(/images/bg-h1.gif) repeat-x 1px 100%;
    color: #CBCEC5;
    padding-bottom: .75em;
}

#intro h1 span {
    color: #CF5862;
}

#intro p {
    color: #92958F;
    padding: 0;
}

#intro img {
    float: right;
    display: block;
}

#intro .caption {
    clear: both;
    color: #646464;
    background: transparent url(/images/bg-darker.gif) repeat 0% 0%;
    font-size: 9px;
    font-style: normal;
    text-align: right;
    padding: .25em 8px .45em !important;
    display: block;
}

/* =image */
.image {
    width: 307px;
    position: relative;
    margin-bottom: 6em;
}

.image img {
    padding: 1px 0;
    border: solid #C5C1C1;
    border-width: 1px 0;
    width: 307px;
}

.image p {
    background: transparent url(/images/bg-caption-right.gif) no-repeat 100% 0%;
    margin: 0;
    position: absolute;
    bottom: 30px;
    right: 0;
    padding: 0 50px 0 0;
    color: #D1D8C0;
    font-size: 10px;
}

.image p em {
    background: transparent url(/images/bg-caption-left.gif) no-repeat 0% 0%;
    font-style: normal;
    display: block;
    padding: 1px 0 3px 10px;
}

.image p em span {
    color: #34362B;
}

/* =content */
#content {
    height: 500px;
    min-height: 500px;
    width: 687px; /* 731px */
    background: #fff;
    padding: 1.5em 22px;
    margin-left: 5px;
}

*>#content {
    height: auto;
}

/* =content_sub */
#content_sub {
    float: right;
    width: 355px;
}

#content_sub h2 {
    padding: 0 12px;
}

/* =footer */
#footer {
    background: transparent url(/images/bg-footer.gif) no-repeat 0% 0%;
    width: 607px; /* 731px */
    padding: 70px 87px 0 37px;
    margin-left: 5px;
    color: #969696;
}

#footer #contact_details {
    float: left;
    width: 300px;
}

#footer h4 {
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    background: none;
    color: #585858;
}

#footer p {
    font-size: 10px;
    padding: 0;
}

#footer a {
    background: none;
}

#footer a:focus, #footer a:hover, #footer a:active {
    border-bottom: none;
}

#footer p#copyright_info {
    text-align: right;
    float: right;
    width: 300px;
}

#header img {
    bottom: 13px;
    left: 38px;
    position: absolute;
}

#view_cart {
    width: 39px;
    height: 86px;
    position: absolute;
    right: -39px;
    top: 47px;
}

#view_cart a {
    width: 39px;
    height: 86px;
    background: transparent url(/images/bg-view-cart.gif) no-repeat 0% 0%;
    display: block;
}

#view_cart a span {
    position: absolute;
    left: -999em;
}

/* =header_sub */
#header_sub {
    background: #E1E2DB url(/images/bg-header-sub.gif) repeat-x 0% 100%;
    width: 687px; /* 731px  */
    padding: 1em 22px;
    margin-left: 5px;
}

/*
=main_navigation
---------------------------------------------- */
#main_navigation {
    list-style: none;
    margin: 0;
    width: 375px;
    height: 51px;
    bottom: 0px;
    right: 19px;
    position: absolute;
}

#main_navigation li {
    float: left;
    display: inline;
    background: none;
    margin: 0;
    padding: 0;
}

#main_navigation a {
    display: block;
    background: transparent no-repeat 0% 0%;
    height: 51px;
}

#main_navigation a span {
    visibility: hidden;
}

/* home */
#main_navigation #home_nav a {
    background-image: url(/images/bg-home-a.gif);
    width: 92px;
}

#main_navigation #home_nav a:focus, #main_navigation #home_nav a:hover, #main_navigation #home_nav a:focus { background-position: -92px 0%; }
#main_navigation #home_nav.current a, #main_navigation #home_nav.current a:hover { background-position: -184px 0%; }

/* about */
#main_navigation #about_nav a {
    background-image: url(/images/bg-about-a.gif);
    width: 83px;
}

#main_navigation #about_nav a:focus, #main_navigation #about_nav a:hover, #main_navigation #about_nav a:focus { background-position: -83px 0%; }
#main_navigation #about_nav.current a, #main_navigation #about_nav.current a:hover { background-position: -166px 0%; }

/* products */
#main_navigation #products_nav a {
    background-image: url(/images/bg-products-a.gif);
    width: 102px;
}

#main_navigation #products_nav a:focus, #main_navigation #products_nav a:hover, #main_navigation #products_nav a:focus { background-position: -102px 0%; }
#main_navigation #products_nav.current a, #main_navigation #products_nav.current a:hover  { background-position: -204px 0%; }

/* contact */
#main_navigation #contact_nav a {
    background-image: url(/images/bg-contact-a.gif);
    width: 98px;
}

#main_navigation #contact_nav a:focus, #main_navigation #contact_nav a:hover, #main_navigation #contact_nav a:focus { background-position: -98px 0%; }
#main_navigation #contact_nav.current a, #main_navigation #contact_nav.current a:hover { background-position: -196px 0%; }

/*
=sub_navigation
---------------------------------------------- */

#sub_navigation {
    border-top: 1px solid #CCD3BF;
    margin: .75em 0 0;
    list-style: none;
    width: 100%;
}

#sub_navigation li {
    float: left;
    padding: 1em 22px 1em 0;
    background: none;
    margin: 0;
}

#sub_navigation a {
    border-bottom: 1px solid #ABD1E7;
}

#sub_navigation a:focus, #sub_navigation a:hover, #sub_navigation a:active, #sub_navigation li.current a {
    border-bottom: none;
    padding-bottom: 1px;
    background: transparent url(/images/bg-a.gif) repeat-x 0% 100%;
    color: #333;
}

/*
=page content
---------------------------------------------- */

/* =contact_details */
#content .contact_details {
    margin: 0 0 2em;
    padding: 1em 12px 2em;
    border-bottom: 1px solid #DEDEDC;
    list-style: none;
    width: 333px; /* 355px */
}

#content .contact_details li {
    width: 140px;
    float: left;
    line-height: 18px;
    background: none;
    margin: 0;
    padding: 0;
}

#content .contact_details li a { border-bottom: 1px solid #A7DBF0; }

#content .contact_details li a:hover { border-bottom: 1px solid #999; }

/* =label */
#content .label {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 1px;
}

/* =buy */
#content .buy {
    position: absolute;
    right: 1px;
}

/* =price */
#content .price {
    background: #fff url(/images/bg-price-left.gif) no-repeat 0% 0%;
    color: #999;
    padding: 0 0 0 13px;
    height: 26px;
    font-size: 11px;
    display: block;
}

#content .price em {
    background: transparent url(/images/bg-price-right.gif) no-repeat 100% 0%;
    display: block;
    padding: 4px 13px 4px 0;
}

#content .price em span {
    color: #5D5B65;
}

/* =price save */
#content .price.save {
    background: #fff url(/images/bg-price-save-left.gif) no-repeat 0% 0%;
    color: #53535A;
    padding: 0 0 0 60px;
    height: 28px;
}

#content .price.save strong {
    background: transparent url(/images/bg-price-save-right.gif) no-repeat 100% 0%;
    font-weight: normal;
    display: block;
    padding: 6px 11px 6px 0;
}

#content .price.save span {
    position: absolute;
    left: -999em;
}
/* =view */
#content .view a {
    bottom: 15px;
    padding: 0 11px 0 0;
    height: 26px;
    display: block;
    background: transparent url(/images/bg-view-right.gif) no-repeat 100% 0%;
    border: none;
    float: left;
}

#content .view a em {
    color: red;
    background: #fff url(/images/bg-view-left.gif) no-repeat 0% 0%;
    display: block;
    padding: 4px 0 5px 11px;
}

/* =feature */
#content .feature {
    background: transparent url(/images/bg-feature-right.gif) no-repeat 100% 0%;
    padding: 0 11px 0 0;
    width: auto;
    color: #999;
    right: 0;
}

#content .feature em {
    background: transparent url(/images/bg-feature-left.gif) no-repeat 0% 0%;
    padding: 3px 11px 6px; /* 26px */
    display: block;
    font-weight: normal;
}

#content .feature.two { background-image:url(/images/bg-feature-even-right.gif); }

#content .feature.two em { background-image:url(/images/bg-feature-even-left.gif); }



/*=products */
#products {
    margin: 0;
    list-style: none;
    width: 687px;
}

#products li {
    background: transparent url(/images/bg-products-li.gif) no-repeat 0% 100%;
    padding: 0 0 1px 0;
    margin-bottom: 2.5em;
    width: 687px;
}

#products li a.block {
    display: block;
    width: 100%;
    cursor: hand;
}

#products li .product_info {
    border-top: 1px solid #C0C0C0;
    float: right;
    width: 355px;
}

#products li .product_image {
    border-top: 1px solid #C1C1C1;
    float: left;
    width: 307px;
    position: relative;
}

#products li .product_image img {
    display: block;
    float: left;
    width: 307px;
}

#products li .product_image .price {
    bottom: 50px;
}

#products li .product_image .view { bottom: 23px; }

#products li .product_head {
    display: block;
    color: #3C3C3C;
    font-size: 1.183em;
    font-weight: normal;
    padding: 12px 12px 8px;
}

#products li .product_text {
    display: block;
    margin-bottom: 1.25em;
    color: #666666;
    padding: 0 12px;
}

#products li .product_more {
    color: #00A1FF;
}



#products li .view {
    bottom: 15px;
    padding: 0 11px 0 0;
    height: 26px;
    display: block;
    background: transparent url(/images/bg-view-right.gif) no-repeat 100% 0%;
    border: none;
    float: left;
}

#products li em {
    background:#FFFFFF url(/images/bg-view-left.gif) no-repeat scroll 0%;
    display:block;
    padding:4px 0pt 5px 11px;
}







#products li a.block:hover, #products li a.block:active {
    color: #ff5a71;
}

#products li a.block:hover strong, #products li a.block:active strong {
    color: #ff5a71;
}

#products li a.block:hover .product_more, #products li a.block:active .product_more {
    color: #ff5a71;
}


/* =product_images */
#product_images {
    margin: 0 !important;
    width: 307px;
}

#product_images li {
    background: none;
    padding: 0;
    position: relative;
    margin-bottom: 2em;
    width: 100%;
}

#product_images li img {
    border: solid #C5C1C1;
    border-width: 1px 0;
}

#product_images .price {
    color: #E37676;
    top: 3px;
}

#product_images .buy {
    top: 30px;
    right: 1px;
    border: none;
}


#product_images .feature {
    bottom: 15px;
}

div .strong {
    border: solid #E1E2DB;
    border-width: 1px 0;
    background-color: #F3F4ED;
    padding: .75em 12px 0;
    margin-bottom: 1em;
}

.strong p {
    margin-bottom: 0.75em;
}

/* =order_process */
#order_process {
    background-color: #E1EBEB;
    width: 100%;
    padding-bottom: .25em;
    margin-bottom: 1em;
    border-bottom: 1px solid #E7EFEF;
}

#order_process ol {
    margin: 0 0 .5em;
    padding: 0;
    background: #F7F6F5 url(/images/bg-order-process-ol.gif) repeat-x 0% 100%;
    width: 100%;
    list-style: none;
}

#order_process li {
    background: none;
    padding: 0;
    margin: 0;
    display: inline;
}

#order_process li a {
    color: #ACACAC;
    float: left;
    border-right: 1px solid #DCE0D2;
    border-bottom: 1px solid #C4C8C8;
    padding: .5em 26px .5em 37px;
    display: block;
    background: transparent no-repeat 12px .5em;
}

#order_process li a:focus, #order_process li a:hover, #order_process li a:active, #order_process li.current a { color: #777; }

#order_process li.current span {
    color: #333;
    background-color: #E1EBEB;
    border-bottom: 1px solid #E1EBEB;
}

#order_process li#step_1 a { background-image: url(/images/bg-step-1.gif); }
#order_process li#step_2 a { background-image: url(/images/bg-step-2.gif); }
#order_process li#step_3 a { background-image: url(/images/bg-step-3.gif); }
#order_process li#step_4 a { background-image: url(/images/bg-step-4.gif); }

#order_process li#step_1.current a { background-image: url(/images/bg-step-1-current.gif); }
#order_process li#step_2.current a { background-image: url(/images/bg-step-2-current.gif); }
#order_process li#step_3.current a { background-image: url(/images/bg-step-3-current.gif); }
#order_process li#step_4.current a { background-image: url(/images/bg-step-4-current.gif); }


#order_process li:last-child a { border-right: none; }

#order_process h3 {
    position: relative;
    margin: .75em 0 .5em;
}

#order_process h3 span {
    font-size: 11px;
    color: #566538;
    padding-left: 8px;
}

#order_process h3 em {
    color: #666;
    position: absolute;
    right: 11px;
}

.divider {
    background: transparent url(/images/bg-v-dots.gif) repeat-y 0% 0%;
    width: 20px;
    height: 32px;
    xdisplay: block;
    xfloat: left;
}

/*
=misc
---------------------------------------------- */
img#coming-soon {
    position: absolute;
    top: -13px;
    right: -15px;
}

#terms {
    margin: 1em 20px 0 0;
    display: none;
    width: 500px !important;
    border: 1px solid #ccc;
    height: 200px;
    overflow: auto;
}

#terms p {
    width: 400px;
}

.hide, hr {
    position: absolute;
    left: -999em;
}

/* =self clearing floats */
#content:after,
#content .contact_details:after,
#main_navigation:after,
#sub_navigation:after,
#intro:after,
#order_process ol:after,
#products li a.block:after,
form ol li:after,
#footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
=debug
---------------------------------------------- */

.debug {
    clear: both;
    text-align: center;
}

.msg-error {
    background: #ffd3d3 url(/cms/images/icons/close.gif) 10px 12px no-repeat;
    padding: 10px 10px 10px 30px;
    color: #000;
    width: 95%;
}