/*
Theme Name: Default Theme
Theme URI: http://instinct.co.nz
Description: Default Theme
Version: 3.6
Author: Thomas Howard
Author URI: http://instinct.co.nz
*/

/*
 * If you delete this file, you can expect your WP e-Commerce installation to break in some manner
 * to create your own theme copy, and paste this file, change the names and alter to your tastes
*/

.product
{
	margin: 0px 40px 40px 0px;
	float: left;
	width: 211px;
}
.product .product_image
{
	display: block;
}
.cartLink
{
	margin: 20px 0px 20px 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cartLink .black
{
	color: #000000 !Important;
}
.clear
{
	clear:both;
}
.pricedisplay
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;
	margin: 10px 0px 10px 0px;
}
.wpsc_buy_button
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background: #538432;
	width: 96px;
	height: 36px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border: 1px solid #538432;
	cursor: hand;
	cursor: pointer;
	text-align: center;
}

.shoppingcart
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	margin: 20px 0px 20px 0px;
}
.shoppingcart th
{
	text-align: left;
	background: #d2cecb;
	margin-bottom: 5px;
}
.shoppingcart .header
{
	padding: 5px;
	border-bottom: 5px solid #f1eee9;
}
.shoppingcart .qty
{
	display:block;
	background:#FFF;
}
.shoppingcart .cell
{
	padding: 5px;
	border-bottom: 5px solid #f1eee9;
	vertical-align:middle;
}
.shoppingcart .total
{
	padding: 5px;
}
.shoppingcart td
{
	background: #e6e3de;
}
#sideshoppingcart h3
{
	display:none;
}
.left
{
	float:left;
	margin-right: 5px;
}
a.greyButton
{
	color: #FFF !Important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px !Important;
	font-weight: normal;
	padding: 5px;
	background: #595856;
}
a.greyButton:hover
{
	text-decoration: none;
	background: #999;
}
table.wpsc_checkout_table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}
table.wpsc_checkout_table td
{
	padding: 5px;
	text-align: left;
}
.wide .product
{
	float: none;
	width: inherit !Important;
}