/**
 * shopp.css
 * Generic layout & styles for Shopp pages
 *
 * @author Jonathan Davis
 * @package shopp
 **/

/* Generic Shopp Styles */

#shopp .submit { text-align: right; }
#shopp form { text-align: left; }
#shopp form.product ul.options { list-style: none; }
#shopp form ul { line-height: 1; }
#shopp form label { font-size: 14px; font-weight: bold; padding-bottom: 3px; margin: 5px 0; }
#shopp form ul li span label,
#shopp form div label { font-size: 11px; font-weight: normal; padding-bottom: 8px; }
#shopp h3 { color: #3e83d0;
font-size: 16pt;
font-weight: normal;
width: 100%;
border-bottom: 1px solid #3e83d0;
margin-bottom: 10px;
padding-bottom: 5px;
line-height: 1;
}
#shopp h3 a {
text-decoration: none;
}


#shopp #dropdowns {
display: block;
clear: both;
border-bottom: 1px solid #cccccc;
margin-bottom: 15px;
}
#shopp img { float: left; margin-right: 10px; border: 1px solid #ddd; }
#shopp img.noborder {border: none; }
#shopp-cart-ajax img { float: left; margin:0px 10px 10px 0px; border: 1px solid #ddd; }
#shopp-cart-ajax {
padding: 5px;
display:block;
font-size: 8pt;
clear: right;
}
#shopp-cart-ajax div {
clear: right;

}
 #shopp-cart .status {
 clear: both;
 }
 .carticon {
 margin:0px 5px 0px 0px;
 position: relative;
 top: 5px;
}
/**
 * Catalog/Category
 **/

#shopp .category { position: relative; padding: 0px; }
#shopp .views { display: inline; position: absolute; right: 0; top: 0; }
#shopp .views button { border: none; background: none; cursor: pointer; padding: 2px; }
#shopp .views button:hover { background-color: #ebebeb; border: 1px solid #777; }
#shopp .views li { display: inline; }
#shopp .orderby { float: right; }

#shopp .subcategories { padding: 0px 0; margin-bottom: 0px;}
#shhopp .subcategories {visibility: hidden; height: 0px;}

/* Each product in a category has a containing frame */
#shopp ul.products li.product div.frame { padding: 0px; margin-right: 0px; }

#shopp ul.products li .name,
#shopp ul.products li .summary,
#shopp ul.products li .savings,
#shopp ul.products li .price { margin-top: 10px; margin-bottom: 10px; }
#shopp ul.products li .details { line-height: 1.2; margin-bottom: 20px; clear: right;}

/* Hide the product summary in the grid view */
#shopp ul.products li .summary { display: none; }
#shopp ul.products li .listview { display: none; }

#shopp ul.products img { display: block; }


#shopp .price { font-weight: normal; line-height: 1.3; background: url(/images/pricebg.gif) repeat-x; border: 1px solid #aaaaaa; }
#shopp h4.price { background: none; border: none; font-weight: normal; font-size: 12pt; color: #3e83d0;
}
#shopp .price2 {color: #3e83d0; margin: 0px; }
#shopp .original { text-decoration: line-through; }
#shopp .sale { font-size: 150%; }

.filters.enabled a.cancel:before { content: "["; }
.filters.enabled a.cancel { font-weight: bold; }
.filters.enabled a.cancel:after { content: "]"; }

/* Product List View */
#shopp.list ul.products li { float: left; width: 120px;  padding-bottom: 10px;}
#shopp.list ul.products li.product {  display: none;  }
#shopp.list ul.products li div.frame { width: 120px;  text-align: left;  float: left;}
#shopp.list ul.products li img { float: left; margin-right: 10px; border: 1px solid #ddd; }

#shopp.list ul.products li .details { float: left; width: 120px;}

#shopp.list ul.products li .listview { display: inline; }

#shopp ul.breadcrumb { margin: 10px 0; }
#shopp ul.breadcrumb li { background: none; padding: 0; display: inline; margin-left: 0; text-indent: 0; }

#shopp ul.categories { float: left; margin-right: 20px; }
#shopp #new { float: left; width: 75%; }

/* Category Pagination */
#shopp ul.paging { /* placeholder for your styles - inherited defaults: clear: none; display: inline-block; */ }
#shopp ul.paging li { /* placeholder for your styles - inherited defaults: display: inline-block; margin-left: 5px; */ }
#shopp ul.paging li a { /* page links default styling */ }
#shopp ul.paging li a:hover { /* page links hover styling */ }
#shopp ul.paging li.active { /* currrent page style */ }
#shopp ul.paging li.disabled { /* style for disabled previous/next links */ }
#shopp ul.paging li.previous a,
#shopp ul.paging li.next a { /* previous/next link style */ }


/**
 * Product Pages
 **/
#shopp .column { float: left; }
#shopp .column.first { width: 65%; }
#shopp .column.second { float: right; width: 35%; }

#shopp .original { text-decoration: line-through; }
#shopp form.product ul,
#shopp form.product ul li,
#shopp form.product ul li label { clear: none; }
#shopp ul.variations label { display: block; }
#shopp dl { clear: both; }
#shopp dl dt { font-weight: normal; margin-right: 10px; clear: left; float: left; }
#shopp dl dd { float: left; clear: right; }
#shopp .details{margin-top: 10px; line-height: 1.5; color: #ffffff;
}
#shopp .gallery { margin: 5px 10px 5px 0; }
#shopp .gallery ul.previews li.thumbnails ul { margin: 10px 0 10px 0; }
#shopp .gallery ul.previews li.thumbnails li { margin: 0 5px 0 0; }

/**
 * Shopping Cart 
 **/
#shopp #cart { width: 100%; }
#shopp #cart table { padding: 10px 0; width: 100%; }
#shopp #cart th { text-align: left; font-weight: bold; }
#shopp #cart th, #shopp #cart td { padding: 3px; }
#shopp #cart .item { width: 50%; }
#shopp #cart .money, 
#shopp #cart .totals th,
#shopp #cart .buttons td { text-align: right; white-space: nowrap; }
#shopp #cart .totals.total th,
#shopp #cart .totals.total td { font-size: 130%; }
#shopp #cart .remove { font-size: 9px; }

#shopp #cart address { font-style: normal; }
#shopp #cart big { display: block; margin: 10px 0; }
#shopp #cart big a.right { float: right; }

/**
 * Checkout 
 **/
#shopp #shipping-methods { padding-left: 30px; }
#shopp #shipping-methods li { margin-top: 5px; }
#shopp #shipping-methods input { margin-left: -16px; }

#shopp #errors { color: #990000; }

/**
 * Order Receipt
 **/
#shopp #receipt { position: relative; margin: 20px 0; }
#shopp #receipt address { font-style: normal; }
#shopp #receipt fieldset { float: left; width: auto; width: 42%; padding: 10px; border: 1px solid #dadada; margin-bottom: 30px; }
#shopp #receipt fieldset.shipping { width: 42%; float: right; }
#shopp #receipt fieldset legend { display: block; }
#shopp #receipt table.transaction { clear: both; width: 100%; margin-bottom: 10px; }
#shopp #receipt table.transaction th { text-align: right; width: 80px; padding-right: 10px;}

#shopp #receipt .order { width: 100%; clear: both; border: none; }
#shopp #receipt td { border: none; line-height: 1.3; }
#shopp #receipt th { font-weight: normal; font-size: 12pt; text-align: left; border: none; color: #3e83d0; }
#shopp #receipt th, 
#shopp #receipt td { padding: 3px 0; }
#shopp #receipt .order .item { width: 50%; }
#shopp #receipt .order .money, 
#shopp #receipt .order .total,
#shopp #receipt .order .buttons td { text-align: right; }
#shopp #receipt .order .totals.total th,
#shopp #receipt .order .totals.total td { font-size: 130%; }
ul.featured {
margin-top: 25px;
}
ul.featured li {
display: inline;
float: left;
width: 100px;
margin: 0px 10px;
text-align: center;
}