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

Table of Contents

************************************************************************************

0.	Generic Shopp Styles
1.	Catalog/Category
2.	Product Pages
3.	Category Lists Widget
4.	Side Pruducts Widget
5.	Shopping Cart
6.	Shopping Cart Widget
7.	Checkout
8.	Order Receipt
9.	Storefront


************************************************************************************

0.	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; }
#shopp form ul li span label,
#shopp form div label { font-size: 11px; font-weight: normal; padding-bottom: 15px; }
#shopp form ul li input, #shopp form ul li select {
	margin-bottom:2px;
}
.page-template-page_tertiarysidebar-php #content {
	background:#d2ceb5!important;
	color:#555!important;
	padding:30px!important;
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.page-template-page_tertiarysidebar-php #content .entry-title {
	color:#222!important;
	font-size:3em;
	letter-spacing:-1px;
	text-align:center;
	margin-bottom:15px!important;
}
.shopp_rate_table {
	float:right;
	margin-right:100px;
}
.shopp_rate_table td {
	padding:2px 15px;
}
/************************************************************************************

1.	Catalog/Category

************************************************************************************/

.categories ul li a.current { font-weight: bold; }
#shopp .category { position: relative; }
#shopp .views { display: none; 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 {
	margin-bottom:10px;
}
#shopp .subcategories a, #shopp .subcategories a:visited {
	font:1.2em "Rockwell","adelle-1","adelle-2",serif;
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0);
	color: #64350a;
	padding:3px 0;
}
#shopp .subcategories a:hover {
	color:#fff;
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0.15);
}
.shopp-sort {
	font-size:.8em;
	position:relative;
	float:left;
	margin-right:5px;
}

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

#shopp ul.products li .name,
#shopp ul.products li .summary,
#shopp ul.products li .savings,
#shopp ul.products li .price { margin-top: 0; margin-bottom: 0; }
#shopp ul.products li .details { float: none; }

/* 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: bold; line-height: 1.5; margin: 0; }
#shopp .original { text-decoration: line-through; }
#shopp .sale { font-size: 150%; }

/* Faceted menu cancel filter link styles */
.filters a.cancel:before { content: "["; }
.filters a.cancel { font-weight: bold; }
.filters a.cancel:after { content: "]"; }
.filters a.cancel:hover { text-decoration: none; }

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

#shopp ul.breadcrumb {
	font:normal .8em Arial,sans-serif;
	display:block;
	margin-bottom:30px!important;
}
#shopp ul.breadcrumb li { background: none; padding: 0; display: inline; margin-left: 0; text-indent: 0; }
#shopp .breadcrumb a, #shopp .breadcrumb a:visited {
	color:#111;
	text-decoration:underline;
}
#shopp .breadcrumb a:hover, #shopp .breadcrumb a:active {
	color:#fff;
}

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

/* Category Pagination */
#shopp ul.paging { /* placeholder for your styles - inherited defaults: clear: none; display: inline-block; */ }
#shopp ul.paging li { margin-left:0; }
#shopp ul.paging li a, #shopp ul.paging li a:visited { padding:3px 5px; }
#shopp ul.paging li a:hover { background:#e0ddcb; padding:3px 5px; }
#shopp ul.paging li.active {
	background:#fff;
	color:#555;
	border:1px solid #aaa;
	padding:3px 5px;
}
#shopp ul.paging li.disabled { padding:3px 5px; }
#shopp ul.paging li.previous a,
#shopp ul.paging li.next a { padding:3px 5px; }


/************************************************************************************

2.	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: bold; float: left; margin-right: 10px; clear: left; }
#shopp dl dd { display: block; clear: right; }

#shopp .gallery { margin: 5px 10px 5px 0; width:255px!important; position:relative; float:left; }
#shopp .gallery ul.previews {overflow:hidden; height:195px;}
#shopp .gallery ul.thumbnails {overflow:hidden;}
#shopp .gallery ul.previews li.thumbnails ul { margin: 10px 0 10px 0; }
#shopp .gallery ul.thumbnails li { margin: 0 5px 5px 0; position:relative; overflow:hidden;}

#shopp .shopp-thickbox img {}
span.pricedisplay,
label.pricedisplay {
	color: white !important;
	font-size: 14px !important;
	background: #98ab2b;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	height:21px;
	line-height:24px;
	margin:0;
	color:#fff;
	font-size:15px;
	padding: 2px 5px;
	font-weight:bold;
}
.entry-content input.addtocart {
	display:inline-block;
	background:url('../images/btn.gif') repeat-x 0 50%;
 	color:#e9e9e9;
	font-weight:bold;
	font-size:.7em;
	width:auto;
	height:auto;
	margin:0; 
	padding:5px 10px;
	border:1px solid #98ac2b;
	position:relative;
	float:none;
}
.entry-content input.addtocart:hover {
	color:#fff;
}

/************************************************************************************
	
3.	Category List Widget
	
************************************************************************************/

ul.shopp_categories { /* category list container */ }
ul.shopp_categories li { /* category listing containers */ }
ul.shopp_categories li a, ul.shopp_categories li a:visited {
	font:1.2em "Rockwell","adelle-1","adelle-2",serif;
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0);
	color: #64350a;
	padding:3px 0;
}
ul.shopp_categories li a:hover {
	color:#fff;
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0.15);
}
ul.shopp_categories li span { /* categpry product count styles */ }
ul.shopp_categories li.current { /* currently viewed category container */ }
ul.shopp_categories li.current a { /* currently viewed category link style */ }
ul.shopp_categories li.current a:hover { /* currently viewed category link hover style */ }
ul.shopp_categories li ul.children { margin-left:20px;}
ul.shopp_categories li ul.children li { /* sub-category listing container */ }
ul.shopp_categories li ul.active { /* active sub-category container */ }

.widget_shoppcartwidget,
.widget_shoppcategorieswidget {
	background:#d2ceb5;
	padding:15px;
	position:relative;
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.widget_shoppcartwidget .widgettitle,
.widget_shoppcategorieswidget .widgettitle {
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0.15);
	padding-bottom:10px;
}
.ie .widget_shoppcartwidget .widgettitle,
.ie .widget_shoppcategorieswidget .widgettitle {
	color:#2a2924;
}
/* Collapsed sub-category menus example
ul.shopp_categories li ul.children { display: none; }
ul.shopp_categories li ul.active { display: block; }
*/

/************************************************************************************

4.	Side Products Widget
	
************************************************************************************/

.sideproduct { margin-top: 20px; }
.sideproduct h3 { margin-top: 0; }

/************************************************************************************

5.	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, 
#shopp #cart .update-button,
#shopp #checkout-button,
.page-title-checkout #shopp .submit input {
	display:inline-block;
	background:url('../images/btn.gif') repeat-x 0 50%!important;
 	color:#e9e9e9!important;
	font:bold .7em Arial,sans-serif;
	margin:0;
	padding:3px 5px;
	border:1px solid #98ac2b;
	position:relative;
	float:none;
	width:auto!important;
	position:relative;
	float:right;
}
#shopp #cart .update-button,
#shopp #checkout-button {
	font-size:1em;
	margin-top:15px;
}
#shopp #cart .remove:hover, 
#shopp #cart .update-button:hover {
	color:#fff;
}
#shopp #cart address { font-style: normal; }
#shopp #cart big { display: block; margin: 10px 0; }
#shopp #cart big a.right { float: right; }
.page-title-checkout #shopp .submit input#confirm-button {
	display:inline-block;
	background:url('../images/btn.gif') repeat-x 0 50%!important;
 	color:#e9e9e9!important;
	font:bold 1.2em Arial,sans-serif;
	height:auto!important;
	margin:15px 0 0;
	padding:5px 5px;
	border:1px solid #98ac2b;
	position:relative;
	float:none;
	width:auto!important;
	position:relative;
	float:right;
}
/* External checkout buttons */
#shopp .xcheckout { display: block; clear: both; text-align: right; }
#shopp .xcheckout button { border: none; margin: 0; padding: 0; }

/************************************************************************************

6.	Shopping Cart Widget

************************************************************************************/

.widget_shoppcartwidget p.status { margin-bottom: 10px; }
#shopp_viewcart {
	display:inline-block;
	background:transparent url('../images/btn.gif') repeat scroll 0 50%;
	color:#eee;
	font-size:.8em;
	font-weight:bold;
	padding:3px 5px;
	border:1px solid #98ac2b;
	position:relative;
	float:right;
	overflow:hidden;
}
#shopp_checkout_btn {
	display:inline-block;
	background:transparent url('../images/btn.gif') repeat scroll 0 50%;
	color:#eee;
	font-size:.8em;
	font-weight:bold;
	padding:3px 5px;
	border:1px solid #98ac2b;
	position:relative;
	float:left;
	overflow:hidden;
}
.widget_shoppcartwidget a:hover {
	color:#fff;
}

/************************************************************************************

7.	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; }


table.wpsc_checkout_table tr td {
	vertical-align:top;
}
.page-title-checkout #shopp label {
	display:block;
	color:#222;
	font:normal 1em "Rockwell","adelle-1","adelle-2",Times,Serif!important;
	letter-spacing:0!important;
	position:relative;
	clear:none;
}
.page-title-checkout #shopp label.shopp_heading_label {
	font-size:1.4em!important;
	font-weight:bold!important;
}
.page-title-checkout #shopp input {
	background:#fff!important;
	font-size:1.2em;
	border:3px solid #e9e7db;
	padding:4px;
	height:24px;
	position:relative;
}

/**************************************************************************************

8.	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; }
#shopp #receipt th { font-weight: bold; text-align: left; border: none; }
#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%; }


/************************************************************************************

9.	Storefront

************************************************************************************/

.page-title-shop #content .storefront a, .page-title-shop #content .storefront a:visited {
	color:#333;
	text-decoration:underline;
}
.page-title-shop #content .storefront a:hover, .page-title-shop #content .storefront a:active {
	color:#fff;
}
.page-title-shop #content hr {
	background:none;
	width:100%;
	height:0;
	border:0;
	border-bottom:3px solid #69675a;
	margin:30px auto;
}
.csp-links {
	text-align:center;
}
.csp-links a {
	margin-right:15px;
}
.shop-csp {
	display:block;
}
.shop-poh {
	display:block;
	margin-bottom:-15px!important;
}
.shop-hft {
	display:block;
	margin-top:45px!important;
}
.product_thumbnail {
	margin-bottom:5px!important;
}
.preview-image {
	width:auto!important;
	height:400px!important;
}