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

/* Generic Shopp Styles */

#shopp .submit { /*text-align: right; Eh, no!*/ }
#shopp label { font-size: 12px; font-weight: bold; padding-bottom: 3px; color:#44acdd; }
#shopp form { text-align: left; }
#shopp form.product ul.options { list-style: none; }
#shopp form ul { line-height: 1; }
#shopp form label { font-size: 12px; font-weight: bold; padding-bottom: 3px; }
#shopp form ul li span label,
#shopp form div label { font-size: 12px; font-weight: normal; padding-bottom: 8px; }

/**
 * Catalog/Category
 **/

#shopp div.catalog-category-title
{
	font-size: 13px; 
	font-weight:bold;
	color:#FFFFFF;
	background:#000000 url('../images/shopp/header-black.png') no-repeat;
	border:1px solid #000000;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	width:600;
	height:28px;
	line-height:28px;
	padding:0 10px 0 10px;
	margin:0 0 10px 0;
}

#shopp div.catalog-category-title a
{
	padding:0 10px 0 10px;
	margin:0 0 10px 0;
	text-decoration:none;
}

#shopp select.shopp_categories
{
	border:1px solid #FFFFFF;
}

.categories ul li a.current { font-weight: bold; }
#shopp .category { position: relative; }
#shopp .views, #shopp-header-links .views
{
	background:#000000 url('../images/shopp/header-black.png') no-repeat;
	border:1px solid #000000;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	display: inline;
	float:right;
	padding:5px 10px 5px 10px;
	margin:0px;
	height:18px;
}

#shopp .views button, #shopp-header-links .views button
{
	border: none;
	background: none;
	cursor: pointer;
	padding:0;
}

#shopp .views button:hover, #shopp-header-links .views button:hover
{
	background-color: #ebebeb;
	border: 1px solid #777;
}

#shopp .views li, #shopp-header-links .views li
{
	display: inline;
	line-height:15px;
}

#shopp .orderby
{
	float: right;
}

#shopp .subcategories { padding:0; margin:0;}

/* Each product in a category has a containing frame */
#shopp ul.products
{
	width:638px;
	margin:0 auto;
}

#shopp.list ul.products li
{
	/* used to force each product on a separate line */
	float: none;
	width:615px;
	clear: both;
	padding: 0px;
	margin:0px;
}

#shopp ul.products li.product div.frame
{
	/*background: #222222 url('../images/custom/entry-comments-bg.jpg') no-repeat;*/
	background:#000000 url('../images/shopp/background-grid.jpg') no-repeat;
	border:1px solid #000000;
	width:180px;
	min-height:270px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:10px;
	margin:0 0px 10px 8px;
	cursor:pointer;
}

	#shopp ul.products li.product div.frame:hover
	{
		border:1px solid #ff2435;
	}
	
	#shopp.list ul.products li div.frame
	{
		background:#000000 url('../images/shopp/background-list.jpg') no-repeat;
		width:615px;
		min-height:150px;
		overflow:visible;
		text-align: left;
		margin:0 0 10px 0;
	}

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

	#shopp.list ul.products li .details
	{
		float: right;
		width: 450px;
		display: inline;
		text-align:justify;
		padding-top:10px;
	}

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

#shopp.list ul.products li .listview
{
	float:left;
	overflow:auto;
	height:110px;
	width:270px;
	display:inline;
	padding-right:15px;
	padding-left:10px;
}

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

	#shopp.list ul.products li img
	{
		float: left;
		margin-right: 10px;
	}

#shopp .name, #shopp .name a, #shopp .name a:visited
{
	font-size:12px;
	font-weight: bold;
	line-height:15px;
	height:30px;
	padding:20px 5px 5px 5px;
	color:#FFFFFF;
	text-decoration:none;
	text-shadow: #000000 2px 2px 2px;
}

	#shopp .name a:hover
	{
		color:#ff2435;
	}
	
	#shopp.list .name, #shopp.list .name a, #shopp.list .name a:visited
	{
		width:270px;
		float:left;
		padding:0 15px 0 10px;
	}

#shopp .tag-price
{
	background:url('../images/shopp/tag-price.png') no-repeat;
	width:150px;
	height:60px;
	margin:0 auto;
	/*clear:both;*/
}

	#shopp.list .tag-price, #shopp .product-page-frame .tag-price
	{
		float:right;
		margin:0;
	}

#shopp .tag-price-onsale
{
	background:url('../images/shopp/tag-price-onsale.png') no-repeat;
	width:150px;
	height:60px;
	margin:0 auto;
	/*clear:both;*/
}

	#shopp.list .tag-price-onsale, #shopp .product-page-frame .tag-price-onsale
	{
		margin:0;
		float:right;
	}
	
	
#shopp .tag-price-featured
{
	background:url('../images/shopp/tag-price-featured.png') no-repeat;
	width:150px;
	height:60px;
	margin:0 auto;
	/*clear:both;*/
}

	#shopp.list .tag-price-featured, #shopp .product-page-frame .tag-price-featured
	{
		margin:0;
		float:right;
	}

#shopp .price { font-weight: bold; line-height: 1.5; margin: 0; }
#shopp .price-old
{
	text-align:left;
	font-size:12px;
	font-weight: bold;
	line-height:25px;
	margin: 0;
	float:left;
	color:#FFFFFF;
	text-shadow: #000000 2px 2px 2px;
	padding:0px 0px 0px 5px;
}

#shopp .price-new-onsale
{
	text-align:right;
	font-size:12px;
	font-weight: bold;
	line-height:25px;
	margin: 0;
	float:right;
	color:#FFFFFF;
	text-shadow: #000000 2px 2px 2px;
	padding:15px 5px 0px 0px;
}

#shopp .original { text-decoration: line-through; }
#shopp .sale { font-size: 150%; }

.filters a.cancel:before { content: "["; }
.filters a.cancel { font-weight: bold; }
.filters a.cancel:after { content: "]"; }
.filters a.cancel:hover { text-decoration: none; }

#shopp ul.breadcrumb, #shopp-header-links ul.breadcrumb
{
	margin:0;
	
	/* ADDED */
	list-style-type:none;
}

#shopp ul.breadcrumb li, #shopp-header-links ul.breadcrumb li
{
	background: none;
	padding: 0;
	display: inline;
	margin-left: 0;
	text-indent: 0;
	
	/* ADDED */
	list-style-type:none;
}

#shopp .product-page-frame
{
	background: #111111 url('../images/shopp/background-product-page.jpg') no-repeat;
	border:1px solid #000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:605px;
	padding:15px;
	margin:0 0 10px 0;
	min-height:350px;
}

#shopp select.options, #shopp .quantity-dropdown select
{
	border:1px solid #FFFFFF;	
}

/*#shopp input.addtocart
{
	border:0;
	font-size:11px;
	color:white;
	font-weight:bold;
	text-shadow: #000000 2px 2px 2px;
	text-decoration:none;
	text-transform: uppercase;
	text-align:center;
	width:130px;
	height:28px;
	line-height:28px;
	padding:0 10px 0 10px;
	margin:0;
	background: url('../images/shopp/buttons-submit.png') 0 0 no-repeat;
	cursor:pointer;
}

#shopp input.addtocart:hover
{
	background-position: -135px 0;
}*/

#shopp .specifications
{
	float:none;
	width:100%;
	display:inline;	
}

#shopp .specifications dt
{
	width:30%;
	height:20px;
	line-height:20px;
	background:#222222;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:0 10px 0 10px;	
}

#shopp .specifications dd
{
	background:#222222;
	border-bottom:1px solid #000000;
}

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

#shopp .gallery
{
	width:250px;
	margin: 0 10px 10px 0;
	float:left;
}

#shopp .gallery .previews li
{
	width: 242px;
}

#shopp .gallery ul.thumbnails li
{
	margin:0;
	padding:0 5px 5px 0;
}

/**
 * Shopping Cart 
 **/
#shopp #cart
{
	width: 100%;
}

#shopp #cart table
{
	padding:0;
	width: 100%;
}

#shopp #cart th
{
	text-align: left;
	font-weight: bold;
}

#shopp #cart th, #shopp #cart td
{
	padding:5px 10px 5px 10px;
	border-right:0px solid #333333;
	border-bottom:0px solid #333333;
}

#shopp #cart th input quantity-button, #shopp #cart td input quantity-button
{
	width:30px;
	border:1px solid #44acdd;
}

#shopp #cart th select, #shopp #cart td select
{
	border:1px solid #FFFFFF;
}

/*#shopp #cart button.remove
{
	border:0;
	font-size:11px;
	color:white;
	font-weight:bold;
	text-shadow: #000000 2px 2px 2px;
	text-decoration:none;
	text-transform: uppercase;
	text-align:center;
	width:70px;
	height:28px;
	line-height:28px;
	padding:0 10px 0 10px;
	margin:0;
	background: url('../images/shopp/buttons-cart-remove.png') 0 0 no-repeat;
	cursor:pointer;
}

	#shopp #cart button.remove:hover
	{
		background-position: -75px 0;
	}


#shopp #cart input.update-button
{
	border:0;
	font-size:11px;
	color:white;
	font-weight:bold;
	text-shadow: #000000 2px 2px 2px;
	text-decoration:none;
	text-transform: uppercase;
	text-align:center;
	width:130px;
	height:28px;
	line-height:28px;
	padding:0 10px 0 10px;
	margin:0;
	background: url('../images/shopp/buttons-submit.png') 0 0 no-repeat;
	cursor:pointer;
}

	#shopp #cart input.update-button:hover
	{
		background-position: -135px 0;
	}*/

#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: 12px;
	font-weight:bold;
	color:#00bf02;
}

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

#shopp .xcheckout { display: block; clear: both; text-align: right; }
#shopp .xcheckout button { border: none; margin: 0; padding: 0; }

#shopp-cart.widget p.status { margin-bottom: 10px; }
.shopp-cartwidget-contents { color:#7ce225; }

/**
 * 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; }

#shopp div.xcheckout
{
	width:100%;
	text-align:left;
}

#shopp div.xcheckout img
{
	border:0px;
}

/**
 * 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%; }


/***** CUSTOM ADDED *****/

/* COPIED FROM \plugins\shopp\core\ui\styles\catalog.css  WITH NEW LAYER ID FOR HEADER LINKS */
#shopp-header-links .views .grid { width: 15px; height: 15px; background: url('http://news.seanedwards.eu/wp-content/plugins/shopp/core/ui/icons/grid.png') no-repeat 50% 50%; }
#shopp-header-links .views .list { width: 15px; height: 15px; background: url('http://news.seanedwards.eu/wp-content/plugins/shopp/core/ui/icons/list.png') no-repeat 50% 50%; }

/**
 * Shopp Catalog Tag Cloud
 **/

#shopp .tagcloud,
.shopp.tagcloud { padding: 0; width: 100%; }

#shopp .tagcloud li,
.shopp.tagcloud li { display: block; margin-left: 30px; line-height: 28px; padding: 0; background-image: none; }
.shopp.tagcloud li.level-1 { font-size: 11px; }
.shopp.tagcloud li.level-2 { font-size: 11px; }
.shopp.tagcloud li.level-3 { font-size: 11px; }
.shopp.tagcloud li.level-4 { font-size: 11px; }
.shopp.tagcloud li.level-5 { font-size: 11px; }
.shopp.tagcloud li.level-6 { font-size: 11px; }
.shopp.tagcloud li.level-7 { font-size: 11px; }