
/* ecommerce.css - Copyright (c) 2002-2010 Open2b Software Snc. */

#design-center .top-sellers .product-details { margin-left: 1.7em; }
#design-center .top-sellers .number          { display: block; font-size: 123.1%; }

/* products */

.products                                 { clear: both; }
.products ol.design-grid li               { height: 300px; }
.products ol.design-grid li .item-content { position: relative; }

.products .item-1-columns .item-content        { margin: 0; padding: 10px; }
.products .item-1-columns .product-image       { background: white; float: left; margin: 0; margin-right: 10px; padding: 0; width: auto; }
.products .item-1-columns .product-details     { font-size: 13px; width: auto; }
.products .item-1-columns .product-name        { text-align: left; }
.products .item-1-columns .product-add-to-cart { bottom: auto; left: auto; margin-top: 10px; position: relative; right: auto; top: auto; }

.products .product-add-to-cart          { float: right; }
.products .product-image                { margin-bottom: 5px; text-align: center; overflow: hidden; }
.products a.design-product-small-image  { display: block; height: 100px; min-height: 100px; }
.products a.design-product-medium-image { display: block; height: 150px; min-height: 150px; }
.products .product-details              { margin: 0 5px 5px 5px; text-align: left; }
.products .product-name                 { text-align: center; }
.products .product-code                 { font-style: italic; }
.products .product-description          { clear: both; line-height: 1.4em; margin: 1em 0; }

#design-center .products .product-rating { display: none; }

#design-center .top-sellers .product-details { margin-left: 1.7em; }
#design-center .top-sellers .number          { display: block; font-size: 123.1%; }

.column .products li                         { height: auto; width: 164px; }
.column .products .product-add-to-cart       { font-size: 12px; margin-top: 5px; }
.column .products .product-short-description { display: none; }
.column .products .product-rating            { float: left; }

.column .top-sellers .product-details        { margin-left: 1.7em; }
.column .top-sellers .number                 { display: inline; float: left; font-size: 123.1%; }

.product-name a     { text-decoration: none; }

/*** product.html ***/

.product .product-producer   { font-size: 11px; margin-bottom: 10px; margin-top: -12px; }
.product .product-producer a { text-decoration: none; }

.product .product-image               { float: left; text-align: center; width: 300px; }
.product .product-image .product-zoom { font-size: 11px; margin-top: 10px; text-align: center; }

.product .product-image + .product-details { margin-left: 310px; }

.product .product-promotion-message { color: #FF6633; margin-bottom: 5px; }

dl.product-prices                       { margin: 6px 0; }
dl.product-prices dt                    { float: left; margin-bottom: 4px; vertical-align: middle; width: 60px; }
dl.product-prices dd                    { margin-bottom: 4px; margin-left: 60px; }
dl.product-prices dd.product-list-price { text-decoration: line-through; }

.product .product-not-on-sale,
.product .product-not-available,
.product .product-preorder-message,
.product .product-promotion-message,
.product .product-prices,
.product .product-options,
.product .product-add-to-wishlist    { margin: 5px 0; padding-bottom: 5px; }

.product .product-not-on-sale,
.product .product-not-available { color: brown; font-weight: bold; }

.product .product-options th,
.product .product-options td     { padding: 3px 3px 3px 0; vertical-align: middle; }
.product .product-options select { width: 100%; }

.product .product-items              { clear: both; overflow: hidden; text-align: center; }
.product .product-items table        { margin-left: 1px; margin-top: 10px; width: 99%; }
.product .product-items th,
.product .product-items td           { border: 1px solid black; padding: 5px; }
.product .product-items .quantity    { text-align: center; }
.product .product-items .add-to-cart { margin-top: 8px; text-align: right; }

.product .product-chart a,
.product .product-add-to-wishlist a { font-size: 12px; margin-top: 10px; }
.product .product-description       { clear: left; padding-top: 10px; }

.product-files { clear: left; }

/*** department.html ***/

.child-departments                           { clear: both; margin: 1em 0; }
.child-departments li                        { overflow: hidden; text-align: center; }
.child-departments li .child-department-name { margin: 5px 0 10px 0; }

/*** promotions ***/

.home-promotions                  { clear: both; }
.home-promotions .promotion-image { float: left; margin: 0 1em 1em 0; }
.home-promotions .promotion-name  { font-size: 120%; }
.home-promotions .promotion-dates { color: #FF6633; font-weight: bold; margin: 0.5em 0 1em 0; }

h1 + .promotion-dates      { margin: -12px 0 18px 0; }
.promotion-description     { overflow: hidden; }
.promotion-description img { float: left; margin: 0 10px 10px 0; }
.promotion .share-this     { margin: 20px; }


/*** cart.html ***/

.cart-items                { margin-left: 1px; margin-top: 1px; width: 99.9%; }
.cart-items th,
.cart-items td             { padding: 7px; text-align: right; }
.cart-items th.product     { text-align: left; }
.cart-items .details       { text-align: left; width: 100%; }
.cart-items .image,
.cart-items .quantity      { text-align: center; }
.cart-items th.total-price { min-width: 100px; }
.cart-items td.price,
.cart-items td.total-price,
.cart-items tr.discount td { text-align: right; white-space: nowrap; }
.cart-items .remove-item   { font-size: 11px; margin-top: 3px; text-align: right; }
.cart-buttons              { margin: 10px 0 30px 0; overflow: hidden; }
.cart-continue-button,
.cart-update-button        { float: left; margin-right: 5px; }
.cart-checkout-button      { float: right; }
.cart-coupon               { margin-bottom: 10px; padding: 5px; }
.cart-coupon input         { float: right; margin: 3px 0 0 3px; }

.button-go-back input        { float: left; }
.button-continue input,
.button-order input          { float: right; }
.ship-to-another-address     { margin: 1em; }
#shipping label.check-radio,
#payment label.check-radio   { margin-top: 3px; }

label.ship-to-another-address { padding: 5px; padding-left: 25px; }

#privacy-policy label    { margin-top: 1.6em; }
#privacy-policy textarea { text-align: left; width: 100%; }

.orders .order-view-detail,
.orders .order-date         { text-align: center; }
.orders .order-total        { text-align: right; white-space: nowrap; }

.order .address,
.order .order-notes     { background: #FAFAFA; border: 1px dotted #CCC; overflow: hidden; padding: .5em; }
.order .postal-address  { border-right: 1px dotted #CCC; float: left; padding: 1em; width: 45%; }
.order .contact-address { float: left; padding: 1em; }


/*** Boxes ***/

.search-box-department select,
.search-box-keywords input     { margin-bottom: 3px; width: 95%; }

/*** Checkout Steps ***/

.checkout-steps    { margin-top: 10px; overflow: hidden; }
.checkout-steps ol { list-style-type: none; margin: 0 0 10px 0; overflow: hidden; padding: 0; zoom: 1; }
.checkout-steps li { background: url('images/path-separator.gif') scroll no-repeat left center; display: inline; float: left; font-size: 120%; margin: 0 0 0 -10px; padding: 0 20px 0 10px; zoom: 1; }

/*** currencies ***/

#locale-box .locale-box-currency { clear: left; overflow: hidden; }


