@CHARSET "UTF-8";

/**
 * Common
 */
html, body {
    width: 100%;
    height: 100%;
    
    margin: 0;
    padding: 0;
    
    background-color: #000000;
}

* {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

.clear {
    clear: both;
}

img {
    border: none;
}

/**
 * Default link style
 */
a:active,
a:link,
a:visited,
a:hover {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/**
 * Wrap
 */
#wrap {
    position: relative;
    
    width: 100%;
    min-width: 980px;
    min-height: 100%;
}

/**
 * Patterns
 */
#top-pattern {
    position: absolute;
    top: 0;
    left: 0;
    
    width: 100%;
    height: 56px;
    overflow: hidden;
    
    background: url(../images/gui/pattern-top.png) repeat-x;
}

#bottom-pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    
    width: 100%;
    height: 56px;
    overflow: hidden;
    
    background: url(../images/gui/pattern-bottom.png) repeat-x;
}

/**
 * Logo
 */
a#logo:active,
a#logo:link,
a#logo:visited,
a#logo:hover {
    position: absolute;
    left: 50%;
    top: 70px;
    
    width: 298px;
    height: 0;
    overflow: hidden;
    
    margin-left: -465px;
    padding-top: 244px;
    
    background: url(../images/gui/logo.jpg) no-repeat;
}

p#global-info {
    position: absolute;
    left: 50%;
    top: 314px;
    
    width: 930px;
    
    margin-left: -465px;
    
    color: #ffffff;
}

p#global-info a:active,
p#global-info a:link,
p#global-info a:visited,
p#global-info a:hover {
    color: #ffffff;
}

/**
 * Content
 */
#content {
    width: 930px;

    margin: 0 auto 0 auto;
    
    padding: 390px 0 120px 0;
}

h1 {
    margin: 0 0 10px 0;
    padding: 0;
    
    font-size: 18px;
}

/**
 * Footer
 */
#footer {
    position: absolute;
    left: 50%;
    bottom: 70px;
    
    width: 930px;
    
    margin-left: -465px;
    
    text-align: center;
}

#footer, #footer * {
    color: #CCCCCC;
    font-weight: bold;
}

/**
 * Cart
 */
#cart {
    position: absolute;
    top: 200px;
    left: 50%;
    
    width: 280px;
    
    margin-left: 180px;
}

#cart * {
    color: #ffffff;
}

#cart b {
    font-size: 14px;
}

#cart input {
    width: 30px;
    
    margin: 0;
    padding: 0;
    
    text-align: center;
    
    background-color: #000000;
    border: 1px solid #ffffff;
}

#cart table {
    margin-top: 7px;
    
    width: 280px;

    table-layout: fixed;
    border: none;
}

#cart table td {
    margin: 0;
    padding: 0;
}

#cart table tfoot td {
    font-weight: bold;
}

#cart td.price {
    text-align: right;
}

a.decrease-from-cart:active,
a.decrease-from-cart:link,
a.decrease-from-cart:visited,
a.decrease-from-cart:hover {
    display: -moz-inline-box;
    display: inline-block;
    
    width: 12px;
    height: 12px;
    overflow: hidden;
    
    vertical-align: middle;
    background: url(../images/gui/cross.png) no-repeat;
}

/**
 * Products
 */
ul.product-list {
    margin: 20px 0 0 40px;
    padding: 0;
    
    list-style-type: none;
}

ul.product-list li {
    float: left;
    
    margin-right: 40px;
    padding-bottom: 20px;
}

ul.product-list li a {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

span.price,
del.price {
    color: #666666;
    font-weight: bold;
}

span.special-price {
    display: block;
    margin-top: 5px;
}

span.info-good {
    color: #009900;
}

span.info-bad {
    color: #CC0000;
}

span.special-price span.price {
    color: #CC0000;
}

ul.product-list li input.quantity {
    margin-top: 10px;
}

ul.product-list li input.submit {
    margin-top: 5px;
}

a.add-to-cart:active,
a.add-to-cart:link,
a.add-to-cart:visited,
a.add-to-cart:hover {
    display: block;
    
    width: 132px;
    
    margin-top: 5px;
    padding: 4px 8px 4px 30px;
    
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    
    background: url(../images/gui/cart-brown.gif) 6px 4px no-repeat #935510;
}

div.sold-out {
    display: block;
    
    width: 132px;
    
    margin-top: 5px;
    padding: 4px 8px 4px 30px;
    
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    
    background: url(../images/gui/delete.png) 6px 4px no-repeat #935510;
}

div.left-info {
    float: left;
    
    width: 200px;
}

div.right-info {
    float: left;
    
    width: 480px;
}

div.box div.right-info p {
    margin: 10px 0 0 0;
    padding: 0;
}

div.box div.right-info form {
    margin-top: 10px;
}

form.add-to-cart input.quantity {
    width: 20px;
    
    padding: 3px;
    
    text-align: center;
    
    border: 1px solid #000000;
    background-color: #ffffff;
}

form.add-to-cart input.submit {
	width: 170px;
    padding: 3px 8px 3px 30px;
    
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    
    border: none;
    background: url(../images/gui/cart-brown.gif) 6px 4px no-repeat #935510;
    
    cursor: pointer;
}

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

ul.image-list li {
    float: left;
    
    margin-right: 10px;
}

ul.image-list li img {
    border: 1px solid #000000;
}

/**
 * Order
 */
#order {
    margin-top: 20px;
}
 
form.listForm ul li input.submit.do-order {
    width: auto;
    
    padding: 3px 8px 3px 30px;
    
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    
    border: none;
    background: url(../images/gui/accept.png) 6px 4px no-repeat #935510;
    
    vertical-align: bottom;
    
    cursor: pointer;
}

a.confirm-order:active,
a.confirm-order:link,
a.confirm-order:visited,
a.confirm-order:hover {
    display: -moz-inline-box;
    display: inline-block;
    
    margin-top: 15px;
    padding: 4px 8px 4px 30px;
    
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    
    background: url(../images/gui/accept.png) 6px 4px no-repeat #935510;
}

a.cancel-order:active,
a.cancel-order:link,
a.cancel-order:visited,
a.cancel-order:hover {
    display: -moz-inline-box;
    display: inline-block;
    
    margin-top: 15px;
    padding: 4px 8px 4px 30px;
    
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    
    background: url(../images/gui/delete.png) 6px 4px no-repeat #935510;
}

/**
 * Box
 */
div.box {
    margin-bottom: 50px;
    
    position: relative;
    
    border: 11px solid #DCBF4C;
    background-image: url(../images/gui/pattern-box.png);
}

div.box.with-statue {
    width: 878px;
}

div.box.with-statue p.product-list-info {
    margin: 0 40px 20px 40px;
    padding: 0;
}

div.box.default-padding div.box-inner-border {
    padding: 10px;
}

div.box.default-padding.right-padded div.box-inner-border {
    padding-right: 150px;
}

div.box.with-leaf div.box-inner-border {
    padding-bottom: 60px;
}

div.box-outer-border {
    padding: 7px;
    
    border: 7px solid #5A3D1B;
}

div.box-inner-border {
    border: 3px solid #5A3D1B;
}

div.box h2 {
    margin: 10px 0 0 0;
    padding: 0;
}

div.box p {
    margin: 10px 0 0 0;
    padding: 0;
}

div.statue {
    position: absolute;
    bottom: -40px;
    right: -50px;
    
    width: 197px;
    height: 530px;
    overflow: hidden;
    
    background: url(../images/gui/statue.png) no-repeat;    
}

div.leaf {
    position: absolute;
    left: -20px;
    bottom: -50px;
    
    width: 190px;
    height: 114px;
    overflow: hidden;
    
    background: url(../images/gui/leaf.png) no-repeat;    
}

/**
 * Stats and import tables
 */
div.box table.stats,
div.box table.import,
div.box table.orders {
    width: auto;
       
    border-collapse: collapse;
}

div.box table.stats th,
div.box table.stats td,
div.box table.import th,
div.box table.import td,
div.box table.orders th,
div.box table.orders td {
    padding: 2px 5px;
    
    border: 1px solid #000000;    
}

div.box table.stats td {
    text-align: right;    
}

div.box table.stats th,
div.box table.import th,
div.box table.orders th {
    background-color: #000000;
    color: #ffffff;
}

div.box table.stats tfoot td {
    background-color: #000000;
    color: #ffffff;
}

div.box table.stats tr td:first-child {
    text-align: left;
}

div.box table.import tr.disabled td,
div.box table.orders tr.disabled td {
    color: #444444;   
}

div.box table.import tr.disabled td span.status,
div.box table.orders tr.disabled td span.status {
    display: none;
}

div.box table.import span.status,
div.box table.orders span.status {
    display: -moz-inline-box;
    display: inline-block;
    
    width: 16px;
    height: 16px;
    overflow: hidden;
    
    vertical-align: middle;
}

div.box table.import span.status.yes,
div.box table.orders span.status.yes {
    background: url(../images/gui/accept.png) no-repeat;
}

div.box table.import span.status.no,
div.box table.orders span.status.no {
    background: url(../images/gui/delete.png) no-repeat;
}      

/**
 * Form styles
 */
div.box table {
    table-layout: fixed;
    width: 400px;
    
    margin: 0 0 20px 0;
    padding: 0;
}

div.box table.auto-width {
    width: auto;
}

div.box table.auto-width th,
div.box table.auto-width td {
    padding-right: 20px;
}

div.box table thead tr th {
    text-align: left;
}

div.box table tfoot tr td {
    font-weight: bold;
}

div.box table thead tr th.price,
div.box table td.price {
    text-align: right;
}
 
form, fieldset {
    margin: 0;
    padding: 0;
    
    border: none;
}

form.listForm ul {
    margin: 0;
    padding: 0;
    
    list-style-type: none;
}

form.listForm ul li {
    float: left;
    width: 100%;
    
    margin-bottom: 5px;
}

form.listForm ul li label {
    float: left;
    width: 100px;
}

form.listForm ul li label.checkbox-label {
    float: none;
    width: auto;
    
    vertical-align: middle;
}

form.listForm ul li input,
form.listForm ul li textarea {
    padding: 1px 4px;
    width: 200px;
    
    border: 1px solid #000000;
    background-color: #ffffff;
}

form.listForm ul li textarea {
    width: 300px;
}

form.listForm ul li input.submit {
    margin-left: 100px;
}

form.listForm ul li input.checkbox {
    margin-left: 100px;
    
    padding: 0;
    width: auto;
    
    vertical-align: middle;
    
    border: none;
    background-color: transparent;
}

form.listForm ul li input.radio {
    padding: 0;
    width: auto;
    
    vertical-align: middle;
    
    border: none;
    background-color: transparent;
}

form.listForm ul li input#zipcode {
    width: 50px;
}

form.listForm ul li input#city {
    width: 137px;
}
 
form li.error label {
    color: #ff0000;
}

/**
 * Quantity Calculator
 */
form#quantity-cart table input {
    width: 70px;
}

form#quantity-cart table td.usual-price {
    text-decoration: line-through;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev { 
    left: 0; 
    float: left;
}
#lightbox-nav-btnNext { 
    right: 0; 
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px; 
    color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
    width: 70%; 
    float: left; 
    text-align: left; 
}   
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;  
}           
#lightbox-secNav-btnClose {
    width: 66px; 
    float: right;
    padding-bottom: 0.7em;  
}


/**
 * Datepicker CSS
 */
#datepicker_div {
    display: none;
    z-index: 19000; /*must have*/ 
}

#datepicker_div a, .datepicker_inline a {
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: none;
    color: #000;
}

.datepicker_control a {
    padding: 2px 5px !important;
    color: #eee !important;
}

#ui-datepicker-div, .ui-datepicker-inline {
    padding: 0;
    margin: 0;
    background: #E0F4D7;
    width: 185px;
    border: 1px solid #444444;
}

.ui-datepicker-inline {
    float: left;
    display: block;
    border: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-dialog {
    padding: 5px !important;
    border: 4px ridge #83C948 !important;
}

button.ui-datepicker-trigger {
    width: 25px;
}

img.ui-datepicker-trigger {
    margin: 2px;
    vertical-align: middle;
}

.ui-datepicker-prompt {
    float: left;
    padding: 2px;
    background: #E0F4D7;
    color: #000;
}

*html .ui-datepicker-prompt {
    width: 185px;
}

.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
    clear: both;
    float: left;
    width: 100%;
    color: #FFF;
}

.ui-datepicker-control {
    background: #888888;
    padding: 2px 0px;
}

.ui-datepicker-links {
    background: #E0F4D7;
    padding: 2px 0px;
}

.ui-datepicker-control, .ui-datepicker-links {
    letter-spacing: 1px;
}

.ui-datepicker-links label {
    padding: 2px 5px;
    color: #888;
}

.ui-datepicker-clear, .ui-datepicker-prev {
    float: left;
    width: 34%;
}

.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
    float: right;
    text-align: right;
}

.ui-datepicker-current {
    float: left;
    width: 30%;
    text-align: center;
}

.ui-datepicker-close, .ui-datepicker-next {
    float: right;
    width: 34%;
    text-align: right;
}

.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
    float: left;
    text-align: left;
}

.ui-datepicker-header {
    padding: 1px 0 3px;
    background: #83C948;
    text-align: center;
    font-weight: bold;
    height: 1.3em;
}

.ui-datepicker-header select {
    background: #83C948;
    color: #000;
    border: 0px;
    font-weight: bold;
}

.ui-datepicker {
    background: #CCC;
    text-align: center;
}

.ui-datepicker a {
    display: block;
    width: 100%;
}

.ui-datepicker-title-row {
    background: #B1DB87;
    color: #000;
}

.ui-datepicker-title-row .ui-datepicker-week-end-cell {
    background: #B1DB87;
}

.ui-datepicker-days-row {
    background: #FFF;
    color: #666;
}

.ui-datepicker-week-col {
    background: #B1DB87;
    color: #000;
}

.ui-datepicker-days-cell {
    color: #000;
    border: 1px solid #DDD;
    text-align: center;
}

.ui-datepicker-days-cell a {
    display: block;
}

.ui-datepicker-week-end-cell {
    background: #E0F4D7;
}

.ui-datepicker-unselectable {
    color: #888;
}

.ui-datepicker-week-over, .ui-datepicker-week-over .ui-datepicker-week-end-cell {
    background: #B1DB87 !important;
}

.ui-datepicker-days-cell-over, .ui-datepicker-days-cell-over.ui-datepicker-week-end-cell {
    background: #FFF !important;
    border: 1px solid #777;
}

* html .ui-datepicker-title-row .ui-datepicker-week-end-cell {
    background: #B1DB87 !important;
}

* html .ui-datepicker-week-end-cell {
    background: #E0F4D7 !important;
    border: 1px solid #DDD !important;
}

* html .ui-datepicker-days-cell-over {
    background: #FFF !important;
    border: 1px solid #777 !important;
}

* html .ui-datepicker-current-day {
    background: #83C948 !important;
}

.ui-datepicker-today {
    background: #B1DB87 !important;
}

.ui-datepicker-current-day {
    background: #83C948 !important;
}

.ui-datepicker-status {
    background: #E0F4D7;
    width: 100%;
    text-align: center;
}

#ui-datepicker-div a, .ui-datepicker-inline a {
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: none;
    color: #000;
}

.ui-datepicker-inline .ui-datepicker-links a {
    padding: 0 5px !important;
}

.ui-datepicker-control a, .ui-datepicker-links a {
    padding: 2px 5px !important;
    color: #000 !important;
}

.ui-datepicker-title-row a {
    color: #000 !important;
}

.ui-datepicker-control a:hover {
    color: #333 !important;
}

.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
    background: #FFF !important;
    color: #333 !important;
}

.ui-datepicker-multi .ui-datepicker {
    border: 1px solid #83C948;
}

.ui-datepicker-one-month {
    float: left;
    width: 185px;
}

.ui-datepicker-new-row {
    clear: left;
}
