/* GRID */
/*#main .col {
    float: left;
}

#main .c3 {
    width: 210px;
    margin: 0 16px 0 0;
}

#main .c4 {
    width: 155px;
    margin: 0 14px 0 0;
}

#main .c5 {
    width: 122px;
    margin: 0 13px 0 0;
}*/


/******************************************************************************/
/* RESET
/******************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 100%;
    list-style: none;
    vertical-align: baseline;
}

strong {
    font-weight: bold;
}

:focus {
    outline: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

img {
    display: block;
}


/******************************************************************************/
/* GLOBAL
/******************************************************************************/

body {
    background: #e3f0f3 url(../images/bg.png) repeat-y center top;
    text-align: center;
    line-height: 1;
}

p, 
legend, 
label, 
th, 
td, 
textarea {
    font-size: 0.8125em;
}

p {
    line-height: 1.3em;
}

a:hover {
    color: #00448a;
    text-decoration: underline;
}

a,
a:link {
    color: #247790;
    text-decoration: none;
}

.promotion {
    width: 36px;
    height: 58px;
    background: transparent url(../images/star.png) no-repeat top left;
    color: #fff;
    font-weight: bold;
    padding-top: 27px;
    padding-left: 17px;
    padding-right: 28px;
    font-size: 0.875em;
    text-align: center;
}

/******************************************************************************/
/* LIST ICONS
/******************************************************************************/

li.icon a {
    background-repeat: no-repeat;
    background-position: left;
    background-color: transparent;
    padding: 0 0 0 20px;
}

li.icon-store a {
    background-image: url(../images/icon-store.png);
}

li.icon-twitter a {
    background-image: url(../images/icon-twitter.png);
}

li.icon-facebook a {
    background-image: url(../images/icon-facebook.png);
}


/******************************************************************************/
/* BUTTONS
/******************************************************************************/

.button {
    background: transparent url(../images/button-right.png) no-repeat right;
    padding: 0 10px 0 0;
    float: left;
    overflow: hidden;
    height: 25px;
    display: inline;
}

.button a,
.button input {
    float: left;
    display: block;
    line-height: 25px;
    background: transparent url(../images/button-left.png) no-repeat left;
    padding: 0 5px 0 15px;
    margin: 0;
    color: #fff;
    font-size: 0.75em;
    border: none;
    cursor: pointer;
    display: inline;
}

.button input {
    height: 25px;
    padding-bottom: 2px;
}


/******************************************************************************/
/* FORMS
/******************************************************************************/

.error ul {
    background: transparent url(../images/error.png) no-repeat bottom center;
    border-top: 2px solid #c60011;
    padding: 0 0 10px 0;
}

.error ul li {
    border-left: 2px solid #c60011;
    border-right: 2px solid #c60011;
    background: #fff;
    padding: 5px 10px;
    color: #c60011;
    font-size: 0.8125em;
}

.form .select select,
.form .text input,
.form .text textarea {
    background: #fff url(../images/input-bg.png) no-repeat top left;
    border-top: 1px solid #67acc0;
    border-left: 1px solid #67acc0;
    border-bottom: 1px solid #aad1dc;
    border-right: 1px solid #aad1dc;
    padding: 4px 5px;
    font-size: 0.8125em;
}

.form .text input.hint,
.form .text textarea.hint {
    color: #ccc;
}

.form .select select {
    padding: 2px;
}

#main .form .text input,
#main .form .text textarea {
    border-color: #d7e9ee;
    background-image: none;
    width: 268px;
}

#main .form .select select {
    border-color: #d7e9ee;
    background-image: none;
}

#main .form .error ul {
    width: 280px;
}

#main #product .form .error ul {
    width: auto;
}

#main .form label {
    font-size: 0.8125em;
    font-weight: bold;
    padding: 0.75em 0 0.4em 0;
    display: block;
}

#main .form .row {
    overflow: hidden;
}

#main .form .row-select {
    overflow: hidden;
    padding: 0 0 10px 0;
}

#main .form .row-select .select {
    float: left;
    margin: 0 10px 0 0;
}

#main .form .row-radio {
    padding: 0 0 10px 0; 
}

#main .form .row-radio input,
#main .form .row-radio label {
    display: inline;
}

.form .row-buttons {
    padding: 10px 0 0 0;
    overflow: hidden;
}

.form .row-buttons .backbutton {
    float: left;
    padding: 5px 5px 5px 0;
    font-size: 0.8125em;
}

.form .row-buttons .submit,
.form .row-buttons .submit input {
    float: right;
}

#main .form .col {
    float: left;
}

#main .form .checkboxes .row {
    padding: 10px 0;
}

#main .form .checkboxes input {
    float: left;
    margin: 0 10px 0 0;
}

#main .form .checkboxes label {
    overflow: hidden;
    font-weight: normal;
    padding: 0 0 6px 0;
}

/******************************************************************************/
/* COLORS
/******************************************************************************/

.black {
    color: #000000;
}

.orange {
    color: #ff7200;
}

.orangeBold {
    color: #ff7200;
    font-weight: bold;
}

.darkOrange {
    color: #990033;
}


/******************************************************************************/
/* LAYOUT
/******************************************************************************/

#content {
    margin: 0 auto;
    /*padding: 0 0 100px 0*/;
    width: 914px;
    text-align: left;
    position: relative;
    z-index: 2;
}

#header {
    background: #e3f0f3;
    height: 90px;
    position: relative;
}

#header #logo {
    position: absolute;
    left: -59px;
    top: 8px;
}

#header #searchForm {
    position: absolute;
    top: 40px;
    left: 150px; 
}

#header #searchForm .text {
    float: left;
    margin: 0 10px 0 0;
}

#header #searchForm .messages {
    position: absolute;
    top: -35px;
    left: 0;
    width: 350px;
}

#main {
    width: 706px;
    float: left;
}

#main h1 {
    font-size: 1.25em;
    padding: 0.5em 0 0.35em 18px;
    overflow: hidden;
}

#main h1 a {
    vertical-align: baseline;
    font-size: 0.8em;
    font-weight: normal;
}

#main .navigation {
    float: right;
    margin: 13px 27px 0 0;
}

#main .navigation li {
    float: left;
    font-size: 0.8125em;
}

#main .navigation li.next a {
    background: transparent url(../images/arrow-next.png) no-repeat right;
    padding: 4px 14px 4px 0;
}

#main .navigation li.previous a {
    background: transparent url(../images/arrow-previous.png) no-repeat left;
    padding: 4px 0 4px 14px;
    margin: 0 20px 0 0;
}

#main .section {
    background: #fff;
    padding: 18px 0 18px 18px;
    border: 1px solid #d7e9ee;
    margin: 0 8px 8px 0;
    overflow: hidden;
}

#main .section-2 {
    float: left;
    width: 430px;
}

#main .section-filter {
    padding-top: 0;
    padding-bottom: 0;
}

#main .section-filter h1 {
    padding-top: 18px;
    border-bottom: 1px solid #d7e9ee;
}

#main .row {
    overflow: hidden;
}

#sidebar {

}

/*#sidebar #sidebar-main {
    width: 208px;
    color: #527828;
    position: fixed;
    top: 20px;
    left: 50%;
    z-index: 5;
    margin: 0 0 0 250px;
    padding: 0 0 40px 0;
    background: transparent url(../images/sidebar-bg.png) no-repeat left bottom;
}*/

#sidebar #sidebar-main {
    width: 208px;
    color: #527828;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 5;
    padding: 0 0 40px 0;
    background: transparent url(../images/sidebar-bg.png) no-repeat left bottom;
}

#sidebar .section {
    padding: 10px;
    background: #f7fbfb;
}

#sidebar .section .image-left {
    float: left;
    margin: 0 5px 5px 0;
}

#sidebar .section .image-right {
    float: right;
    margin: 0 0 5px 5px;
}

#sidebar .section .image img {
    display: block;
}
#sidebar .section h2 {
    padding: 10px 0;
}

#sidebar .section p {
    padding: 0 0 10px 0;
}

#sidebar .section .button,
#sidebar .section .button a,
#sidebar .section .button input {
    float: right;
}

#sidebar .section .row {
    margin: 0 0 5px 0;
}

#sidebar .section .row label {
    width: 3em;
    float: left;
    padding: 5px 0 0 0;
}

#sidebar .section .row-radio label {
    float: none;
}

#sidebar .section .row .text input {
    width: 176px;
}

#sidebar #sidebar-findToy,
#sidebar #sidebar-newsletter,
#sidebar .sidebar-article {
    border-bottom: 1px solid #e3f0f3;
}

#sidebar #sidebar-findToy select {
    width: 145px;
}

#footer {
    margin: 0 8px 0 0;
    clear: both;
}

#footer .content {
    background: #f7fbfb;
    padding: 5px 0;
    overflow: hidden;
    border: 1px solid #d7e9ee;
}

#footer .content h2 {
    color: #3e2904;
    font-weight: bold;
    font-size: 0.8125em;
    margin: 0;
    padding: 6px 0 4px 0;
}

#footer .content ul li {
    display: block;
    font-size: 0.8125em;
    color: #4398b1;
    margin: 0 0 5px 0;
}

#footer .content p {
    padding: 0 0 10px 0;
}

#footer #footer-social {
    float: left;
    border-right: 1px solid #e3f0f3;
    padding: 0 18px;
}

#footer #footer-about {
    overflow: hidden;
    padding: 0 18px;
}

#footer #footer-about ul {
    float: left;
    margin: 0 10px 0 0;
}
#footer #footer-about li {
    padding: 0 0 0 10px;
    background: transparent url(../images/footer-bullet.png) no-repeat left;
}

#footer #footer-contact {
    float: right;
    border-left: 1px solid #e3f0f3;
    padding: 0 18px;
    width: 9em;
}

#footer #footer-contact h3 {
    font-size: 1.625em;
    font-weight: bold;
    color: #3e2904;
}

#footer #footer-contact p {
    font-size: 0.6875em;
    font-style: italic;
    color: #3e2904;
}

#footer #footer-contact p.email {
    font-size: 0.8125em;
    font-style: normal;
}

#footer #footer-copyright {
    font-size: 0.8125em;
    padding: 8px 18px 18px 18px;
    color: #4398b1;
}

#wrap {
    background: transparent url(../img/bg.png) repeat-y center bottom;
}

/******************************************************************************/
/* GLOBAL MENU
/******************************************************************************/

#globalMenu {
    width: 250px;
    float: left;
    padding: 4px 0 0 30px;
}

#globalMenu li {
    float: left;
    display: block; 
    overflow: hidden;
    font-size: 1em;
    padding: 0 10px 0 0;
}

#globalMenu li a {
    display: block;
}

#globalMenu li.icon {
    width: 16px;
    padding: 0 0 0 0;
}

#globalMenu li.icon a {
    display: block;
    text-indent: -4000px;
}

#globalMenu li.icon-twitter a {
    background-image: url(../images/icon-twitter-dark.png);
}


/******************************************************************************/
/* MAIN MENU
/******************************************************************************/

#mainMenuBg {
    background: #e3f0f3;
    padding: 90px 0 0 0; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#mainMenuBg div {
    background: #4398b1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 2em;
}

#mainMenu {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 2em;
    position: relative;
    z-index: 3;
    margin: 0 0 8px 0;
}

/* Level 1 */

#mainMenu ul {
    margin: 0 0 0 -1em;
    height: 2em;
    position: relative;
    background: transparent url(../images/mainmenu-separator.png) no-repeat left;
    padding: 0 0 0 1px;
}

#mainMenu ul li {
    float: left;
    position: relative;
}

#mainMenu ul li a {
    float: left;
    text-decoration: none;
    color: #fff;
    padding: 0.5em 1em;
    background: transparent url(../images/mainmenu-separator.png) no-repeat right;
}

#mainMenu ul li.hover a {
    background: #b4d6e0;
    color: #fff;
}

#mainMenu ul li.selected a {
    color: #1e1401;
    background: #b4d6e0;
}

/* Level 2 */

#mainMenu ul li ul {
    height: auto;
    display: none;
    background: #b4d6e0 none;
    position: absolute;
    top: 2em;
    left: 0;
    margin: 0;
    border-left: 1px solid #c7e0e8;
    border-right: 1px solid #c7e0e8;
    width: 200px;
}

#mainMenu ul li ul.odd {
    border-bottom: 1px solid #c7e0e8;
}

#mainMenu ul li ul li {
    float: none;
    display: block;
    border-bottom: 1px solid #c7e0e8;
}

#mainMenu ul li ul li a,
#mainMenu ul li.hover ul li a,
#mainMenu ul li.selected ul li a {
    float: none;
    display: block;
    color: #124959;
    font-size: 0.875em;
    background: transparent none;
}

#mainMenu ul li ul li.hover a {
    background: #c3dee6;
    color: #4398b1;
}


/******************************************************************************/
/* SIDEBAR BASKET
/******************************************************************************/

#sidebar-basket {
    background-color: transparent;
}

#sidebar-basket h2 {
    background: transparent url(../images/sidebar-basket-top.png) no-repeat top;
    color: #fff;
    padding: 10px 10px 4px 10px;
}

#sidebar-basket .content {
    padding: 10px;
    color: #fff;
    overflow: hidden;
    background: #dda053 url(../images/sidebar-basket-bottom.png) no-repeat bottom;
}

#sidebar-basket .content dl dt {
    float: left;
    font-size: 0.8125em;
    padding: 0 3px 0 0;
}

#sidebar-basket .content dl dd {
    overflow: hidden;
    font-size: 0.8125em;
    text-align: right;
    padding: 0 0 8px 0;
    background: transparent url(../images/basket-dot.png) repeat-x 0 0.85em;
}

#sidebar-basket .content dl dd span {
    background-color: #dda053;
    padding: 0 0 0 3px; 
}
#sidebar-basket .content dl dt.total,
#sidebar-basket .content dl dd.total {
    color: #f9d8b1;
}

#sidebar-basket .content a.edit {
    display: block;
    float: left;
    color: #fff;
    font-size: 0.8125em;
    padding: 5px 0 0 0;
    text-decoration: underline;
}

#sidebar-basket .content p {
    color: #f9d8b1;
}

#sidebar-basket .button {
    float: right;
    background-image: url(../images/button-basket-right.png);
}

#sidebar-basket .button a {
    float: right;
    background-image: url(../images/button-basket-left.png);
}


/******************************************************************************/
/* SIDEBAR BASKET
/******************************************************************************/

#sidebar-checkout {
    width: 208px;
    color: #527828;
    position: absolute;
    top: 214px;
    right: 0;
    z-index: 5;
    margin: 0 0 0 250px;
    padding: 0 0 40px 0;
    background: #f7fbfb url(../images/sidebar-bg.png) no-repeat left bottom;
    padding: 0 0 40px 0;
}

#sidebar-checkout h2 {
    color: #000;
    padding: 10px 10px 4px 10px;
}

#sidebar-checkout .content {
    padding: 10px;
    color: #828282;
    overflow: hidden;
}

#sidebar-checkout .content h3 {
    font-weight: bold;
    font-size: 0.8125em;
    padding: 0.5em 0 0.5em 0;
}

#sidebar-checkout .content li {
    font-size: 0.8125em;
    padding: 0 0 0.25em 0;
}

#sidebar-checkout .content dl dt {
    float: left;
    font-size: 0.8125em;
    padding: 0 3px 0 0;
}

#sidebar-checkout .content dl dd {
    overflow: hidden;
    font-size: 0.8125em;
    text-align: right;
    padding: 0 0 8px 0;
    background: transparent url(../images/checkout-dot.png) repeat-x 0 0.85em;
}

#sidebar-checkout .content dl dd span {
    background-color: #f7fbfb;
    padding: 0 0 0 3px; 
}

#sidebar-checkout .content dl dd.total span {
    font-weight: bold;
}

#sidebar-checkout .content div.address ul {
    padding: 0 0 10px 0;
}

#sidebar-checkout .content div.address .post {
    padding-bottom: 0.5em;
}

#sidebar-checkout .totalsum {
    padding: 10px 10px 5px 10px;
}

#sidebar-checkout .totalsum dl dt {
    float: left;
    font-size: 0.875em;
    color: #828282;
    padding: 0 3px 0 0;
}

#sidebar-checkout .totalsum dl dd {
    overflow: hidden;
    color: #828282;
    font-size: 0.875em;
    text-align: right;
    padding: 0 0 8px 0;
    background: transparent url(../images/basket-dot.png) repeat-x 0 0.85em;
}

#sidebar-checkout .totalsum dl dd span {
    background-color: #f7fbfb;
    padding: 0 0 0 3px; 
}


/******************************************************************************/
/* PAGER
/******************************************************************************/

.pager {
    overflow: hidden;
    margin: 0 16px 0 0;
    padding: 0 16px 0 0;
}

.pager-top {
    border-bottom: 1px solid #d7e9ee;
    padding-bottom: 5px;
}

.pager-bottom {
    border-top: 1px solid #d7e9ee;
    padding-top: 5px;
}

.pager ul {
    float: right;
}

.pager li {
    float: left;
    font-size: 1em;
    padding: 5px 2px 5px 3px;
}


/******************************************************************************/
/* PRODUCT CATEGORIES
/******************************************************************************/

#productCategories {
    overflow: hidden;
    margin: 0 0 6px 0;
}

#productCategories .category {
    float: left;
    width: 122px;
    height: 8.3em;
    margin: 0 2px 2px 0;
    text-align: center;
    background: #fff;
    border: 1px solid #d7e9ee;
    cursor: pointer;
    padding: 14px 7px 0 7px;
}

#productCategories .category a {
    color: #3e2904;
    font-size: 0.8125em;
    font-weight: bold;
    display: block;
}

#productCategories .category a:hover {
    text-decoration: none;
}

#productCategories .category img {
    display: block;
    margin: 0 auto 8px auto;
    width: 122px;
}


/******************************************************************************/
/* PRODUCT FILTER
/******************************************************************************/

#productFilter {
    overflow: hidden;
    margin: 0 16px 0 0;
}

#productFilter .col {
    float: left;
    padding: 10px 0 0 16px;
    border-left: 1px dotted #d7e9ee;
    margin: 0 16px 0 -16px;
    overflow: hidden;
}

#productFilter ul {
    float: left;
    padding: 0 16px 8px 0;
}

#productFilter ul li {
    font-size: 0.75em;
    color: #a2c6cf;
    padding: 0 0 5px 0;
}

#productFilter ul li.selected,
#productFilter ul li.selected a {
    color: #3e2904;
}

#productFilter h2 {
    font-size: 0.8125em;
    font-weight: bold;
    padding: 0 0 5px 0;
    color: #3e2904;
}


/******************************************************************************/
/* PRODUCT COMMENTS
/******************************************************************************/

#productComments .image {
    float: left;
    width: 177px;
    margin: 0 17px 0 0;
}

#productComments .image img {
    width: 160px;
}

#productComments .content {
    overflow: hidden;
    margin: 0 17px 0 0;
}

#productComments .intro p {
    font-size: 1em;
    padding: 0 17px 0 0;
}

#main #productComments h2 {
    font-weight: bold;
    font-size: 0.9375em;
    color: #3e2904;
    padding: 0 0 10px 0;
}

#main #productComments label {
    font-weight: normal;
}

#main #productComments input.title {
    margin: 0 0 10px 0;
}

#main #productComments textarea.comment {
    width: 400px;
}

#productComments .submit label {
    padding-top: 0;
    padding-bottom: 10px;
}

#productComments .submit .text {
    float: left;
    margin: 0 10px 0 0;
}

#main #productComments .rating-row {
    border-top: 1px dotted #d7e9ee;
    border-bottom: 1px dotted #d7e9ee;
    padding-bottom: 5px;
}

#main #productComments .rating-row label {
    float: left;
}

#main #productComments .rating-row .radio {
    overflow: hidden;
    padding: 8px 0 0 20px;
}

#productComments div.rating-cancel, 
#productComments div.star-rating {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden
}

#productComments div.rating-cancel, 
#productComments div.rating-cancel a {
    background: url(../images/delete.gif) no-repeat 0 -16px
}

#productComments div.star-rating, 
#productComments div.star-rating a {
    background: url(../images/stars.png) no-repeat 0 0px
}

#productComments div.rating-cancel a, 
#productComments div.star-rating a {
    display: block;
    width: 16px;
    height: 100%;
    background-position: 0 0px;
    border: 0
}

#productComments div.star-rating-on a {
    background-position: 0 -16px !important
}

#productComments div.star-rating-hover a {
    background-position: 0 -32px
}


/******************************************************************************/
/* PRODUCT
/******************************************************************************/

#main #product h1 {
    border-bottom: none;
}

#product .image {
    margin: 0 10px 16px 0;
    width: 400px;
    float: left;
    position: relative;
}

#product .image .promotion {
    position: absolute;
    left: 0;
    top: 0;
}

#product .image img {
    width: 100%;
}

#product .content {
    overflow: hidden;
    padding: 0 16px 16px 0;
}

#product .content .description p {
    padding: 0 0 8px 0;
}

#product .content #tipafriend {
    border-bottom: 1px dotted #d7e9ee;
    padding: 0 0 10px 0;
}

#product .content #tipafriend p.tip {
    padding: 0 0 8px 0;
}

#product .content #tipafriend form {
    overflow: hidden;
    display: none;
}

#product .content #tipafriend form label {
    display: block;
    padding: 0 0 5px 0;
}

#product .content #tipafriend form .text input {
    width: 234px;
}

#product .content #tipafriend p.message {
    border: 1px solid #d7e9ee;
    padding: 8px;
    background: #f7fbfb;
    margin: 0 0 8px 0;
}

#product .content #tipafriend .row {
    padding: 0 0 8px 0;
}

#product .content .specifications {
    padding: 10px 0;
    border-bottom: 1px dotted #d7e9ee;
    position: relative;
}

#product .content .specifications dl {
    font-size: 0.8125em;
}

#product .content .specifications dt {
    float: left;
    width: 6em;
    clear: both;
    padding: 4px 0 8px 0;
} 

#product .content .specifications dd {
    overflow: hidden;
    padding: 4px 0 8px 0;
}

#product .content .specifications dd .price {
    color: #f29400;
    font-size: 1.23em;
    font-weight: bold;
}

#product .content .specifications dd .oldPrice {
    color: #999;
    font-size: 1em;
    text-decoration: line-through;
    display: block;
    padding: 0 0 8px 0;
}

#product .content .specifications dd .select select {
    font-size: 1em;
    margin-top: -4px;
}

#product .content .soldout {
    border: 1px solid #d00;
    padding: 10px;
    overflow: hidden;
    margin: -1px 0 0 0;
    z-index: 10;
    position: relative;
}

#product .content .soldout h2 {
    color: #d00;
    padding: 0 0 5px 0;
}

#product .content .soldout p {
    color: #666;
}

#product .content .soldout .form label {
    font-weight: normal;
    color: #666;
    line-height: 1.3em;
}

#product .content .soldout .text input {
    width: 210px;
}

#product .content .soldout .text {
    padding: 0 0 10px 0;
}

#product .content .soldout .button {
    float: right;
}

#product #addtobasket {
    padding: 16px 0 0 0;
}

#product #addtobasket .button {
    float: right;
    background-image: url(../images/button-addtobasket-right.png);
}

#product #addtobasket .button input {
    float: right;
    background-image: url(../images/button-addtobasket-left.png);
}

#product #addtobasket label,
#product #addtobasket .text,
#product #addtobasket .button,
#product #addtobasket .button input {
    float: left;
}

#product #addtobasket label {
    padding: 6px 0;
}

#product #addtobasket .text {
    margin: 0 5px;
}

#product #addtobasket #amount {
    width: 2em;
}

#product #addtobasket .checkout {
    clear: both;
    padding: 10px 0 10px 100px;
    font-size: 0.8125em;
}

#product #addtobasket p {
    border-top: 1px dotted #d7e9ee;
    font-size: 0.6875em;
    color: #666;
    padding: 10px 0 0 0;
}

#product .footer {
    border-top: 1px dotted #d7e9ee;
    overflow: hidden;
    clear: both;
    margin: 0 16px 0 0;
}

#product .footer .thumbs {
    float: left;
    padding: 10px 0 0 0;
}

#product .footer .thumbs li {
    float: left;
    margin: 0 10px 0 0;
}

#product .footer .thumbs li img {
    height: 65px;
}

#product .footer .brand {
    float: right;
    padding: 10px 16px 0 16px;
    border-left: 1px dotted #d7e9ee;
    width: 235px;
    font-size: 0.8125em;
}

#product .footer .brand img {
    float: left;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

#product .footer .brand a.text {
    display: block;
    overflow: hidden;
    padding: 25px 0 0 0;
}


/******************************************************************************/
/* PRODUCT LIST
/******************************************************************************/

.products {
    overflow: hidden;
}

.products h2 {
    color: #3e2904;
    padding: 0 10px 10px 10px;
}

.products .row {
    border-top: 1px dotted #d7e9ee;
    padding: 10px 0 0 0;
    margin: -1px 0 0 -16px;
    width: 100%;
}

.products .product {
    float: left;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    padding: 0 0 16px 0;
    position: relative;
}

.products .product .promotion {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.col3 .product {
    width: 210px;
    margin: 0 0 0 16px;
    position: relative;
}

.col4 .product {
    width: 155px;
    margin: 0 14px 0 0;
}

.col5 .product {
    width: 122px;
    margin: 0 13px 0 0;
}

.products .product .image {
    margin: 0 0 5px 0;
}

.products .product .image img {
    display: block;
    margin: 0 auto;
}

.products .product h3 {
    font-size: 0.8125em;
    margin: 0;
}

.products .product a:hover {
    text-decoration: none;
}

.products .product h3 a {
    color: #3e2904;
}

.products .product p {
    font-size: 1em;
    font-weight: bold;
    color: #000;
}

.products .product .readmore {
    font-size: 0.8125em;
    padding: 4px 0 0 0;
}

.products .product .readmore a {
    font-weight: bold;
    padding: 0 5px;
}

.products .product .readmore a.buy {
    color: #ce7708;
}
/******************************************************************************/
/* IMAGEBOX
/******************************************************************************/

.imageBox {
    position: relative;
    float: left;
    overflow: hidden;
    border: 1px solid #d7e9ee;
}

.imageBox .content,
.imageBox .contentBg {
    position: absolute;
    width: 216px;
    top: 0;
    right: 0;
    padding: 16px;
    z-index: 2;
}

.imageBox .contentBg {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    opacity: 0.7;
    filter:alpha(opacity=70);
    z-index: 1;
    height: 500px;
}

.imageBox .content h2 {
    color: #3e2904;
    font-size: 1.25em;
    padding: 0 0 16px 0;
    font-weight: normal;
}

.imageBox .content h3 {
    font-weight: bold;
    font-size: 0.75em;
    padding: 0 0 5px 0;
}

.imageBox .content p {
    font-size: 0.75em;
    padding: 0 0 10px 0;
    line-height: 1.5em;
}

/******************************************************************************/
/* SEASONBOX
/******************************************************************************/

#seasonBox {
    margin: 0 18px 20px 0;
		position:relative;
}

#seasonBox #campaignMenu {
    overflow: hidden;
    color: #fff;
    font-size: 0.8125em;
}

#seasonBox #campaignMenu h2 {
    font-weight: bold;
    float: left;
    padding: 10px 12px 10px 10px;
}

#seasonBox #campaignMenu ul {
    display: block;
    overflow: hidden;
}

#seasonBox #campaignMenu ul li {
    display: block;
    float: left;
}

#seasonBox #campaignMenu ul li a {
    display: block;
    float: left;
/*    color: #b4d6e0; */
    font-weight: bold;
    padding: 10px 10px 10px 12px;
    background: transparent url(../images/separator.png) no-repeat left;
}

#campaignStar{
	position:absolute;
	width: 152px;
	height:153px;
	top: 170px;
	left: 515px;
	background: url(../images/campaign_star.png) no-repeat;
	text-align:center;
}
#campaignStar a{
	display:block;
	width: 152px;
	height:153px;
}
#campaignStar a:hover,#campaignStar a:active,#campaignStar a:visited{
	text-decoration:none;
}
#campaignStar span.title{
	display:block;
	padding:40px 0 0 0 !important;
	float:none !important;
	font-size: 1.2em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}
#campaignStar span.text{
	display:block;
	font-size:1.1em;
	line-height:1.2em;
	padding:2px 20px;
	color:#fff;
}
#campaignStar span.price{
	display:block;
	font-size:1.5em;
	color:#ffa800;
	font-weight:bold;
}

/******************************************************************************/
/* COMMENTS
/******************************************************************************/

#comments .stars {
    width: 85px;
    height: 16px;
    background: transparent url(../images/stars-0.png) no-repeat top left;
}

#comments .stars-1 {
    background-image: url(../images/stars-1.png);
}

#comments .stars-2 {
    background-image: url(../images/stars-2.png);
}

#comments .stars-3 {
    background-image: url(../images/stars-3.png);
}

#comments .stars-4 {
    background-image: url(../images/stars-4.png);
}

#comments .stars-5 {
    background-image: url(../images/stars-5.png);
}

#comments h2 {
    color: #3e2904;
    padding: 0 10px 8px 10px;
    border-bottom: 1px solid #d7e9ee;
    margin: 0 16px 0 0;
}

#comments .stars {
    float: right;
    margin: 0 17px 0 0;
}

#comments .startext {
    float: right;
    font-size: 0.6875em;
    padding: 3px 10px 0 0;
    color: #666;
}

#comments .comment {
    border-bottom: 1px dotted #d7e9ee;
    padding: 0 10px 18px 10px; 
    margin: 0 16px 0 0;
}

#comments .comment h3 {
    font-size: 0.8125em;
    padding: 18px 0 8px 0;
}

#comments .comment p {
    font-size: 0.8125em;
    padding: 0 0 8px 0;
    color: #666;
}

#comments .comment p.user {
    padding: 0;
    font-style: italic;
}

#comments .comment .rating {
    overflow: hidden;
}

#comments .comment .rating p {
    float: left;
    margin: 0 10px 0 0;
}

#comments .comment .rating .stars { 
    float: left;
}
#comments .morecomments {
    display: none;
}

#comments .showall {
    padding: 5px 10px;
    font-size: 0.8125em;
    color: #666;
}

#comments .showall a {
    cursor: pointer;
}
#comments .footer {
    border-top: 1px dotted #d7e9ee;
    padding: 8px 10px 0 10px;
    margin: -1px 16px 0 0;
}

#comments .footer p {
    font-size: 0.6875em;
    color: #666;
}


/******************************************************************************/
/* PROGRESS BAR
/******************************************************************************/

#progressBar {
    overflow: hidden;
    border: 1px solid #fff;
    margin: 0 10px 10px 0;
}

#progressBar ul {
    padding: 0;
    margin: 0;
    height: 2em;
}

#progressBar li {
    float: left;
    background: transparent url(../images/progress-arrow-clear.png) no-repeat right;
    padding: 0 15px 0 0;
    margin: 0;
    overflow: hidden;
}

#progressBar li span {
    float: left;
    font-size: 0.75em;
    color: #718c94;
    padding: 10px;
    display: inline;
}

#progressBar li.selected {
    background-image: none;
    padding-right: 0;
}

#progressBar li.selected span {
    background: transparent url(../images/progress-bg.png) repeat-x left;
    color: #000;
    padding-right: 25px;
}

#progressBar li.selected-last {
    background-image: url(../images/progress-arrow.png);
    padding: 0 15px 0 0;
    display: block;
}

#progressBar li.selected-last span {
    padding-right: 10px;
    display: block;
}

#progressBar li.last {
    background-image: none;
    float: none;
    display: block;
    overflow: hidden;
    padding-right: 0;
}

#progressBar li.last span {
    float: none;
    display: block;
    overflow: hidden;
}


/******************************************************************************/
/* CHECKOUT
/******************************************************************************/

#checkout #basket {
    margin: 0 12px 0 -5px;
}

#checkout #basket table {
    width: 100%;
}

#checkout #basket table th.price,
#checkout #basket table th.total,
#checkout #basket table td.price,
#checkout #basket table td.total {
    text-align: right;
}

#checkout #basket table th.price,
#checkout #basket table th.total {
    padding-right: 0.9em;
}

#checkout #basket table td.total {
    font-weight: bold;
    color: #ce7708;
}

#checkout #basket table thead th {
    font-size: 0.875em;
    font-weight: bold;
    border-bottom: 1px dotted #d7e9ee;
    padding: 5px;
}

#checkout #basket table tbody td {
    vertical-align: middle;
    font-size: 0.8125em;
    border-bottom: 1px dotted #d7e9ee;
    padding: 5px;
}

#checkout #basket table tbody td.amount input {
    width: 20px;
    border: 1px solid #d7e9ee;
    padding: 2px;
    margin: 0 5px 0 0;
    float: left;
}

#checkout #basket table tbody td.image img {
    height: 40px;
    border: 1px solid #d7e9ee;
}

#checkout #basket table tbody td.product {
    color: #3e2904;
    font-weight: bold;
}

#checkout #basket table tbody td .icon {
    float: left;
    margin: 2px 0 0 0;
}

#basket table .message {
    padding: 5px 0 0 0;
    color: #999;
    font-style: italic;
}

#checkout #basket table tfoot td {
    vertical-align: middle;
    font-size: 0.8125em;
    border-bottom: 1px dotted #d7e9ee;
    padding: 15px 5px;
}

#checkout #basket table tfoot tr.sum td.total {
    font-size: 1em;
}

#checkout #basket table tfoot tr.sum td.description {
    text-align: right;
    font-weight: bold;
}

#checkout #basket table tfoot tr.sum-message td {
    border-bottom: none;
    padding-bottom: 4px;
}

#checkout #basket table tfoot tr.message td {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 5px;
    text-align: right;
    color: #666;
    font-size: 0.6875em;
}

#checkout #basket table tfoot tr.sum-total td {
    font-weight: bold;
    color: #ce7708;
}

#checkout #basket table tfoot tr.sum-total td.total {
    font-size: 1em;
}

#checkout h2 {
    font-size: 1em;
    padding: 17px 0;
}

#checkout div.address {
    overflow: hidden;
    padding: 17px 0 0 0;
}

#checkout div.address h2 {
    font-weight: bold;
    font-size: 0.8125em;
    padding: 0 0 5px 0;
}

#checkout div.address ul {
    padding-top: 2px;
}

#checkout div.address li {
    font-size: 0.8125em;
    padding: 0 0 4px 0;
}

#checkout div.address li.message,
#checkout div.address li.post {
    padding: 0 0 8px 0;
}

#checkout div.address .col {
    float: left;
    padding: 0 17px 0 0;
}

#checkout div.address .message {
    overflow: hidden;
    padding: 0 17px 10px 0;
}

#checkout .text {
    margin: 0 17px 0 0;
    overflow: hidden;
}

#checkout .text h2 {
    padding: 0 0 0.5em 0;
    overflow: hidden;
}

#checkout .text p {
    padding: 0 0 0.5em 0;
}

#checkout .text .button,
#checkout .text .button a {
    float: right;
}

#checkout .buttonbar p {
    float: right;
    overflow: hidden;
    padding: 0 17px 5px 0;
}

#checkout .buttonbar p input {
    vertical-align: baseline;
}

#checkout .buttonbar input.checkbox {
    clear: both;
     
}

#checkout .buttonbar ul.messages {
    float: none;
    text-align: left;
}

#checkout .buttonbar ul.messages li {
    font-size: 1em;
}

#checkout .buttonbar a.previous {
    float: left;
    font-size: 0.875em;
    line-height: 25px;
}

#checkout .buttonbar .next {
    float: right;
    margin: 0 17px 0 0;
}

#checkout .buttonbar .next {
    float: right;
    background-image: url(../images/button-addtobasket-right.png);
}

#checkout .buttonbar .next a,
#checkout .buttonbar .next input {
    float: right;
    background-image: url(../images/button-addtobasket-left.png);
}

#checkout-customerinfo fieldset.address {
    border-right: 1px dotted #d7e9ee;
    width: 300px;
    float: left;
}

#checkout-customerinfo fieldset.billing-address {
    overflow: hidden;
    padding: 0 17px;
}

#checkout-customerinfo fieldset.billing-address .content {
    display: none;
}

#main #checkout-customerinfo .post input {
    width: 80px;
    margin: 0 5px 0 0;
}

#main #checkout-customerinfo .post .error ul {
    width: 92px;
}

#main #checkout-customerinfo .place input {
    width: 155px;
}

#main #checkout-customerinfo .place .error ul {
    width: 182px;
}

#main #checkout-delivery fieldset {
    margin: 0 17px 0 0;
}

#main #checkout-delivery .image {
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #d7e9ee;
}

#main #checkout-delivery .checkboxes {
    padding: 10px 0;
    border-bottom: 1px dotted #d7e9ee;
}

#main #checkout-delivery .checkboxes .row {
    padding: 0;
}

#main #checkout-delivery .giftwrap {
    border-bottom: 0;
}

#checkout-delivery .giftwrap .content {
    padding: 10px 0 0 0;
    display: none;
}

#checkout-delivery .giftwrap .content p {
    color: #999;
    padding: 0 0 10px 0;
}

#checkout-delivery .giftwrap table {
    margin: 10px 0 20px 0;
    border-top: 1px dotted #d7e9ee;
    width: 400px;
}

#checkout-delivery .giftwrap table td {
    vertical-align: middle;
    font-size: 0.8125em;
    border-bottom: 1px dotted #d7e9ee;
    padding: 5px;
}

#checkout-delivery .giftwrap table td.product {
    color: #3e2904;
    font-weight: bold;
}

#checkout-delivery .giftwrap table td.price {
    font-weight: bold;
    color: #ce7708;
    text-align: right;
}

#checkout-delivery .giftwrap table td.message {
    text-align: right;
    color: #666;
}

#main #checkout-delivery .giftwrap table td.image {
    padding: 5px;
}

#checkout-delivery .giftwrap table td.image img {
    height: 40px;
    border: 1px solid #d7e9ee;
}

#main #checkout-delivery .giftwrap label {
    color: #666;
    padding: 0 0 5px 0;
    display: block;
}

#checkout-delivery .giftwrap #comment {
    width: 390px;
}

#checkout-payment {
    position: relative;
}

#checkout-payment fieldset {
    margin: 0 17px 0 0;
}

#checkout-payment fieldset img {
    float: right;
}

#checkout-payment .row {
    margin: 0 0 10px 0;
}

#main #checkout-payment label {
    float: left;
    width: 8em;
    padding: 5px 0 0 0;
}

#main #checkout-payment input#cardnumber {
    width: 145px;
}

#checkout-payment .info {
    margin: 17px 0 0 0;
    border-top: 1px dotted #d7e9ee;
    padding: 17px 0;
}

#checkout-payment .info h2 {
    font-size: 0.8125em;
    font-weight: bold;
    padding: 0 0 8px 0;
}

#checkout-payment .info p {
    color: #666;
}

#checkout-payment .buttonbar .next {
    clear: both;
}

#checkout-payment .errormessage {
    border: 2px solid #d00;
    padding: 10px;
    overflow: hidden;
    width: 60%;
    margin: 0 0 15px 0;
}

#checkout-payment .errormessage h2 {
    color: #d00;
    padding: 0 0 5px 0;
}

#checkout-payment .errormessage h3 {
    font-size: 0.8125em;
    padding: 5px 0 2px 0;
    font-weight: bold;
}
#checkout-payment .errormessage p {
    color: #666;
    padding: 0 0 10px 0;
}

#checkout-payment .waiting {
    width: 356px;
    border: 2px solid #ce7708;
    background: #fff;
    position: absolute;
    top: 130px;
    left: 153px;
    text-align: center;
    padding: 20px;
    display: none;
    z-index: 1;
}

#checkout-payment .waiting img {
    display: block;
    margin: 0 auto 20px auto;
    float: none;
}

/******************************************************************************/
/* NEWSLETTER
/******************************************************************************/

#section-newsletter h2 {
    padding: 0 0 10px 0;
}

#section-newsletter p {
    padding: 0 0 10px 0;
    clear: both;
}

#section-newsletter small {
    color: #828282;
}

#section-newsletter .button {
    margin: 0 0 10px 0;
    background-image: url(../images/button-addtobasket-right.png);
}

#section-newsletter .button a {
    background-image: url(../images/button-addtobasket-left.png);
}


/******************************************************************************/
/* ARTICLE
/******************************************************************************/

.article .header {
    overflow: hidden;
} 

.article .header h1 {
    float: left;
}
.article .header ul.articlenavigation {
    float: right;
    padding: 12px 17px 0 0;
}

.article .header .articlenavigation li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    font-size: 0.875em;
}

.article .header .articlenavigation li a {
    padding: 0 10px 0 0;
    float: left;
    font-weight: bold;
}

.article .header .articlenavigation li.selected a {
    color: #3e2904;
}

.article .articleimage {
    float: left;
    margin: 0 17px 0 0;
}

.article .image-left {
    float: left;
    margin: 0 10px 0 0;
}

.article .image img {
    border: 1px solid #d7e9ee;
}

.article .noborder img {
    border: none;
}

.article .image p {
    padding: 5px 0 0 0;
}

.article .content {
    overflow: hidden;
    padding-right: 17px;
}

.article h2 {
    color: #3e2904;
    font-weight: bold;
    font-size: 0.9375em;
    padding: 15px 0 8px 0;
}

.article h3 {
    color: #3e2904;
    font-weight: bold;
    font-size: 0.8125em;
    padding: 6px 0 3px 0;
}

.article .article-sidebar {
    float: right;
    width: 200px;
    border-left: 1px dotted #d7e9ee;
    padding: 0 17px 10px 10px;
}

.article .article-sidebar .sidebar-section {
    border-bottom: 1px dotted #d7e9ee;
}

.article .intro p {
    font-size: 1.125em;
}

.article p {
    padding: 0 0 1em 0;
}

.article ol {
    padding: 0 0 10px 0;
}

.article ol li {
    font-size: 0.8125em;
    list-style: decimal;
    padding: 0 0 0 10px;
    margin: 0 0 0 30px;
    padding: 0 0 5px 0;
    line-height: 1.3em;
}

.article ul li {
    font-size: 0.8125em;
    list-style: disc;
    padding: 0 0 0 10px;
    margin: 0 0 0 20px;
    padding: 0 0 5px 0;
    line-height: 1.3em;
}

.article ul.messages li {
    font-size: 0.8125em;
    list-style: none;
    padding: 5px;
    margin: 0;
    line-height: 1.3em;
}

.article div.box{
	background: #e3f0f3;
	border:1px solid #d7e9ee;
	padding:10px;
	margin:0 0 10px 0;
	overflow:auto;
	zoom: 1;
}
.article div.box .text{
  font-size: 0.8125em;
}
form.form div.box .text {
    float: left;
    margin: 0 10px 0 0;
}
form.form div.box .text input{
	width:75px !important;
}
.sad{color:#ff0000;}
.happy{color:#48950c;}

/******************************************************************************/
/* QUOTE
/******************************************************************************/

.article .quote {
    padding: 0 0 15px 0;
}

.article .quote .image {
    margin: 0 0 10px 0;
}

.article .quote .text {
    clear: both;
}

.article .quote .text p {
    color: #3e2904;
    padding: 0 0 10px 0;
}

.article .quote .name p {
    font-style: italic;
    padding: 0;
}


/******************************************************************************/
/* BIRTHDAY REMINDER
/******************************************************************************/

.birthdayform {
    width: 280px;
}


/******************************************************************************/
/* LOADER
/******************************************************************************/

#loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    background: #fff url(../images/loading.gif) no-repeat center;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}


/******************************************************************************/
/* MAGNIFIER
/******************************************************************************/

#huy-magnifier {
 width: 200px;
 height: 200px;
 z-index: 1000;
 }
