/* SCK Shop Styles */

.smaller { font-size:0.85em; }

/* H2 > A > Overide */
h2 a { font-size:0.75em; font-weight:normal; margin-left:7px; padding-left:10px; border-left:1px solid #B49C6C; }

/* Category */
.sck-product-total { border-top:1px solid #B49C6C; border-right:1px solid #B49C6C; border-left:1px solid #244C26; border-bottom:1px solid #244C26; }


/* Products in a row */
/*
.sck-product { width:130px; float:left; margin-right:12px; margin-bottom:12px; }
.sck-product-end { width:130px; float:left; margin-right:0; margin-bottom:12px; }
.sck-product-outline { border-top:1px solid #B49C6C; border-right:1px solid #B49C6C; border-left:1px solid #244C26; }
.sck-product-padding { padding:7px; text-align:center; }
.sck-product-footer { background:#244C26 url("product-footer.gif") left top no-repeat; }
.sck-product-amount { width:85px; float:left; color:#FFFFFF; font-size:0.95em; font-weight:bold; }
.sck-product-amount-padding { padding:4px 0 0 10px; }
.sck-product-button { width:45px; float:right; }
.sck-product-padding a { text-decoration:none; }
.sck-product-padding:hover a { text-decoration:underline; }
*/
/*
<div class="$class">
	<div class="sck-product-outline">
		<div class="sck-product-padding">
			<a href="$product_url"><img src="images/thumbs/$product_image" alt="$product_name" width="115" height="115" /></a><br />
			<a href="$product_url">$product_name</a>
		</div>
	</div>
	<div class="sck-product-footer">
		<div class="sck-product-amount"><div class="sck-product-amount-padding">&pound;$product_price</div></div><input type="image" src="../presentation/product-buy.gif" value="Buy" class="sck-product-button" onclick="window.location.href='$cart_url?action=add&amp;product_id=$product_id&amp;qty=1'" />
		<div class="clear"></div>
	</div>					
</div>
*/


/* Products in a line */
.sck-product { margin-bottom:9px; padding-bottom:6px; border-bottom:1px solid #244C26; }
.sck-product-image { text-align:center; width:70px; float:left; }
.sck-product-detail { float:right; width:331px; }
.sck-product-detail h4 { margin-top:0; margin-bottom:10px; }
.sck-product-amount { font-weight:bold; float:right; }
.sck-product-price { vertical-align:middle; }
/*
<div class="sck-product">
	<div class="sck-product-image">
		<a href="$product_url"><img src="images/thumbs/$product_image" alt="$product_name" width="115" height="115" /></a>
	</div>
	<div class="sck-product-detail">
		<p><a href="$product_url">$product_name</a><br />
		$product_desc</p>
		<div class="sck-product-amount">&pound;$product_price <input type="image" src="../presentation/product-buy.gif" value="Buy" class="sck-product-button" onclick="window.location.href='$cart_url?action=add&amp;product_id=$product_id&amp;qty=1'" /></div>
	</div>
</div>
*/


/* Mini Cart */
.minicart-title { margin:0 0 5px 0; color:#000; font-size:1em; }
.minicart-content { font-size:0.85em; }


/* Featured Products */
.sck-featured-img { margin:0 0 3px 0; padding:0; }
.sck-featured-header { width:150px; height:4px; background:url("fp-header.gif") left top no-repeat; overflow:hidden; }
.sck-featured { width:150px; margin-bottom:3px; }
.sck-featured-outline { background-color:#EDE6D4; border-right:1px solid #B49C6C; border-left:1px solid #B49C6C; }
.sck-featured-padding { padding:7px; text-align:center; }
.sck-featured-subfooter { background:#247E26 url("fp-subfooter.gif") left top no-repeat; }
.sck-featured-footer { background:url("fp-footer.gif") left bottom no-repeat; }
.sck-featured-amount { width:105px; float:left; color:#FFFFFF; font-size:0.95em; font-weight:bold; }
.sck-featured-amount-padding { padding:5px 0 0 10px; }
.sck-featured-button { width:45px; float:right; }
.sck-featured-padding a { text-decoration:none; }
.sck-featured-padding:hover a { text-decoration:underline; }


/* Product */
.photoBlockMargins { padding:3px; border:1px solid #B49C6C; background-color:#EDE6D4; text-align:center; width:250px; margin:3px 10px 10px 0; float:left; overflow:hidden; }
.photoBlockMargins { font-size:0.85em; }
.sck-buy { vertical-align:middle; }
.sck-delete { vertical-align:middle; }
#product_options { margin-bottom:10px; }

/* Cart */
.rowstrong td { border-bottom:1px solid #244C26; }
.row td { border-bottom:1px solid #DACDA9; padding-bottom:3px; padding-top:3px; }

/* Checkout */

