
/* headings */
#content .sidebar-box h3{
  height:13px;
  text-indent:-9999px;
  overflow:hidden;
}
#content .h-cart{
  width:77px;
  background:url(http://www.dummymag.com/inc/img/bgnd/h-cart.gif) no-repeat;
  margin:0 0 14px;
}
#content .h-categories{
  width: 177px;
  background:url(http://www.dummymag.com/inc/img/bgnd/h-categories.gif) no-repeat;
  margin:0 0 14px;
}
#content .h-products {
  width: 177px;
  background:url(http://www.dummymag.com/inc/img/bgnd/h-products.gif) no-repeat;
  margin:0 0 14px;
}
#content .h-info{
  width:77px;
  background:url(http://www.dummymag.com/inc/img/bgnd/h-info.gif) no-repeat;
  margin:0 0 14px;
}



#minicart {
  float: left;
  width: 178px;
  min-height: 50px;
  height: auto !important;
  height: 50px;
  margin-bottom: 5px;
}


#content .sidebar .sidebar-box #minicart .minicart-contents {
  float: right;
  display: inline;
  margin: -28px 7px 0 0;
  font-size: 9px;
}

#content .sidebar .sidebar-box #minicart .minicart-contents li {
  float: left;
  padding: 0 0 0 5px;
  background: none;
}
  
#minicart .minicart-items {
  margin-right: 5px;
}
  
#minicart .minicart-total {
  padding-left: 5px;
  font-weight: bold;
  border-left: 1px solid #CDE2F0;
}

#minicart .minicart-options {
  overflow: hidden;
}

/* view cart button */
#minicart .minicart-view {
  float: left;
  display: inline;
}
#minicart .minicart-view a {
  display: block;
  width: 66px;
  height: 18px;
  background: url(http://shop.dummymag.com/themes/sexy/images/btn-viewcart.gif) no-repeat;
}
#minicart .minicart-view span {
  display: none;
}

/* checkout button */
#minicart .minicart-checkout {
  float: right;
  display: inline;
  margin-right: 5px;
}
#minicart .minicart-checkout a {
  display: block;
  width: 66px;
  height: 18px;
  background: url(http://shop.dummymag.com/themes/sexy/images/btn-checkout.gif) no-repeat;
}
#minicart .minicart-checkout span {
  display: none;
}




/*============================================================
 Alerts
============================================================*/

p.alert-noproducts,
p.alert-noitems {

}

div#error {

}

div#error h2,
div#error p {

}

div#error ul {

}

div#error li {
}

.form-error {

}





/*************************************************************
 
 Store Pages
 
*************************************************************/



/*============================================================
 Product List
============================================================*/
#products {
 overflow: hidden;
  background: #f7f7f7;
}

#products div.product {
  float: left;
 overflow: hidden;
  width: 176px;
  margin: 0 10px 20px 0;
  padding: 12px;
}

#products #product-3, #products #product-6, #products #product-9, #products #product-12 {
  margin-right: 0px;
}

#products .product-img {
  margin: 0 0 7px 0;
}
#products .product-a {
  float: left;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
#products .product-a:hover {
  border: none;
  text-transform: none;
}
#products .product-a h3,
#products .product-a p {
  font:12px/18px Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}

#products .product-a h3,
#products .product-a p {
  display: inline;
}

#products .product-a p {
  font-weight: bold;
  padding: 0 0 0 .5em;
}

#products .product-a:hover h3,
#products .product-a:hover p {
  color: #0E1B79;
}



/* Pagination
------------------------------------------------------------*/

.pagination {
  clear: both;
  padding: 20px 0 15px 0;
  font-weight: normal;
  text-align: center;
}

.pagination span,
.pagination a {
  padding: 0 3px 0 6px;
}

.pagination span.disabled {
  display: none;
}

.pagination span.current {
  font-weight: bold
}

.pagination span.yadda {
  padding: 5px 4px;
  background: none;
}


/* Stilts
------------------------------------------------------------*/

span.stilt {
  display:-moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}  

#product-image {
  position: relative;
  display: block;
  width: 300px;

  text-align: center;
  overflow: hidden;
}



/*============================================================
 Product Detail
============================================================*/

#product-content {
  overflow: hidden;
  padding-bottom: 25px;
}
    
#product-images {
  float: left;
  width: 300px;
}

a#product-image span.icon_zoom {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  background-image: url(http://shop.dummymag.com/themes/sexy/images/icon_zoom.png) !important;
  background-image: url(http://shop.dummymag.com/themes/sexy/images/icon_zoom.gif);
  background-repeat: no-repeat;
  background-position: -20px;
  z-index: 100;
  cursor: pointer;
  overflow: hidden;
}

a#product-image:hover span.icon_zoom {
  background-position: 0;
}

#product-images .product-img {
  margin: 0 0 10px 0;
}

#product-images .images-nav {
  position: relative;
  margin: 10px 0 0 0;
  background: #e4e4e4;
}

#content .article #product-images .images-list {
  position: absolute;
  width: 244px;
  top: 0;
  left: 28px;
  padding: 3px 0 8px 0;
  text-align: center;
}

#content .article #product-images .images-list li {
  display: inline;
  padding: 0 5px;
  list-style: none;
  border-left: 1px solid #666;
  background: none;
}

#content .article #product-images .images-list li.image-1 {
  border-left: none;
}

#product-images .images-prev {
  position: absolute;
  top: 0px;
  left: 0;
  padding: 5px;
}

#product-images .images-next {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 5px;
}

#product-images .images-prev a {
  display: block;
  width: 18px;
  height: 18px;
  background: url(http://shop.dummymag.com/themes/sexy/images/btn-prev.gif) no-repeat;
}

#product-images .images-next a {
  display: block;
  width: 18px;
  height: 18px;
  background: url(http://shop.dummymag.com/themes/sexy/images/btn-next.gif) no-repeat;
}

#product-images .images-prev span,
#product-images .images-next span {
  display: none;
}
  
#product-details {
  float: right;
  width: 302px;
  margin-left: 20px;
}

#product-details ul {
  margin-left: 17px;
}

#product-details ol {
  margin-left: 23px;
}

#product-details li {
  font-size: 11px;
  line-height: 15px;
  list-style: disc;
}

#product-details ol li {
  list-style: decimal;
}

#product-details .price {
  width: 100%;
  margin-bottom: .7em;
  padding-bottom: .7em;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #ccc;
}

#product-form {
  clear: both;
  float: left;
  width: 100%;
}

#product-details .info,
#product-form .options {
  width: 100%;
  padding: .3em 0 .3em 0;
  border-bottom: 1px solid #ccc;
}

#product-form .options select {
  width: 100%;
  margin: .8em 0;
}

#product-form .options ul {
  margin: .8em 0;
}

#product-form .options li {
  list-style: none;
  padding: 1px 5px;
}

#product-form .options li input {
  text-align: left;
  vertical-align: middle;
}
  
#product-form .options li label {
  vertical-align: middle;
  font-weight: bold;
}
  
#product-form .options li.sold label {
  font-weight: normal;
  color: #999;
}
  
#product-addtocart {
  clear: both;
  display: block;
  width: 81px;
  height: 18px;
  margin-top: 15px;
  border: none;
  background: url(http://shop.dummymag.com/themes/sexy/images/btn-addtocart.gif) no-repeat;
  cursor: pointer;
}

#product-addtocart span {
  display: none;
}

#product-details div.sold h4,
#product-details div.soon h4 { 
  margin-top: .8em;
  font-size: 18px;
  font-weight: bold;
}

#product-details div.sold h4 {
  color: #cf3636;
}

#inventory {
  float: left;
  width: 100%;
  padding: 10px 0 12px 0;
  border-bottom: 1px solid #ccc;
}

#inventory h3 {
  font-size: 12px;
  margin-bottom: 1em;
}

#inventory ul {
  margin: 0;
}
  
#inventory li {
  float: left;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  background: #f2f2f2;
  list-style: none;
}  
  
#inventory .bar {
  display: block;  
  position: relative;
  height: 14px;
  background: #dadada;
}
  
#inventory .bar span { 
  position: absolute; 
  left: 5px;
  top: 1px;
  width: 150px;
  height: 12px;
  font-size: 10px;
  line-height: 12px;
  overflow: hidden;
}

#inventory .bar span em {
  display: none;
}

#inventory span.sold {
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 10px;
  color: #ccc;
  line-height: 12px;
}



/*============================================================
 Cart
============================================================*/

#cart-table {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

#cart-table td,
#cart-table th {
  text-align: left;
}

#update-btn-head {
  display: none;
}


/* Cart Table Columns --------------------------------------*/

#col-item    { width: 400px; }
#col-price    { width: 62px; }
#col-qty    { width: 50px; }
#col-total    { width: 80px; }
#col-options  { width: 30px; }


/* Cart Table Header ---------------------------------------*/

#cart-head {
  color: #fff;
  background: #404040;
}

#cart-head th {
  padding-top: 11px;
  padding-bottom: 11px;
}

#head-item {
  padding-left: 10px;
}

#head-options span {
  display: none;
}


/* Cart Table Body -----------------------------------------*/

#cart-body {
}

#cart-body th {
  padding-left: 10px;
  font-weight: normal;
}

#cart-body td {
  padding: 9px 12px 9px 0;
}

#cart-body tr.row-alt th,
#cart-body tr.row-alt td {
  background: #f0f0f0;
}

#cart-body .item-price {
  padding-right: 5px;
}

#cart-body .item-qty input {
  width: 2em;
}

#cart-body .item-total {
  font-weight: bold;
}

#cart-body .item-options {
  text-align: center;
}

#cart-body .item-options .remove-btn {
  width: 13px;
  height: 13px;
  background: url(http://shop.dummymag.com/themes/sexy/images/btn-delete.gif) no-repeat;
  border: none;
  cursor: pointer;
  display: block;
}

#cart-body .item-options span {
  display: none;
}


/* Cart Footer ---------------------------------------------*/

#cart-footer {
  margin: 10px 0;
}

#cart-footer .cart-update {
  padding: 10px 0;
  text-align: right;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#cart-footer .update-btn {
  width: 85px;
  height: 18px;
  border: none;
  background: url(http://shop.dummymag.com/themes/sexy/images/btn-update.gif) no-repeat;
  cursor: pointer;
}

#cart-footer .cart-shipping {
  float: left;
  display: inline;
  margin: -31px 0 0 11px;
}

#cart-footer #country {
  width: 160px;
  margin-left: 5px;
  padding: 2px 0;
  font-size: 11px;
}

#cart-footer .cart-discount {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  text-align: right;
}

#cart-footer #cart_discount_code {
  width: 80px;
  margin-left: 10px;
}

#cart-footer .cart-discount p {
  margin: 1px 0;
}

#cart-footer .cart-total {
  padding: 15px 0;
  text-align: right;
  border-bottom: 1px solid #ddd;
}

#cart-footer .cart-total h3 {
  font-size: 16px;
  margin: 0;
}

#cart-footer .cart-total p {
  margin-bottom: 0;
  font-size: 9px;
  color: #999;
}

#cart-footer .cart-total #cart-shipping-tax p {
  margin-bottom: 7px;
  font-size: 11px;
  color: #666;
}

#cart-footer .cart-options {
  float: right;
  margin-top: 10px;
}

#cart-footer .cart-checkout {
  float: left;
} 

#cart-footer .checkout-btn {
  width: 66px;
  height: 18px;
  margin-left: 8px;
  background: url(http://shop.dummymag.com/themes/sexy/images/btn-checkout.gif) no-repeat;
  border: none;
  cursor: pointer;
}

#cart-footer .update-btn span,
#cart-footer .checkout-btn span {
  display: none;
}

span.total-discount,
span.total-shipping,
span.total-tax {
  font-weight: bold;
}





/*============================================================
 Success
============================================================*/

body.success #main-content h2 {
}

body.success #main-content p {

}



/*============================================================
 Custom Pages
============================================================*/

#faq-content {

}
  
body.custom #main-content {
}

body.custom #main-content strong {

}

body.custom #main-content em {

}

body.custom #main-content code,
body.custom #main-content pre {
  white-space: pre;
}

body.custom #main-content h2,
body.custom #main-content h3,
body.custom #main-content h4 {
}

body.custom #main-content ul,
body.custom #main-content ol,
body.custom #main-content blockquote {

}

body.custom #main-content ul li {
}

body.custom #main-content ol li {
}

body.custom #main-content blockquote {
}

body.custom #main-content dt {
}

body.custom #main-content dd {
}

/* END OF THEME */


