body div#midcol {
	float: left;
	margin: 26px 0 0 20px;
	width: 80%;
	}

div#store-product-list {
	margin: 10px 10px 0 0;
	float: left;
	width: 75%;
	}

div#store-product-list h2 {
	margin: 15px 0 -10px 0;
	background: transparent url(/graphics/store_category_heading_bg.gif) top left no-repeat;
	line-height: 40px;
	padding: 0 0 0 10px;
	}

div#store-product-list div.category-list {
	background-color: #9ab552;
	padding-top: 10px;
	margin: 0 0 40px 0;
	width: 100%;
	}

div#store-categories {
	float: left;
	border: 1px solid #9ab552;
	width: 20%;
	}

div#store-categories h3 {
	margin: 10px;
	}

div#store-categories ul {
	margin: 10px;
	padding: 0;
	}

div#store-categories ul li {
	background: none;
	padding: 0 0 0 10px
	}

div#store-product-list div.product {
	border: 1px solid #9ab552;
	padding: 5px 0;
	margin-top: -1px;
	width: 100%;
	background-color: #FFF;
	}

div#store-product-list div.product:after {
	content: ".";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
	}

div#store-product-list div.product div.image {
	float: left;
	width: 105px;
	margin-right: 10px;
	border-right: 1px dotted #9ab552;
	text-align: center;
	}

div#store-product-list div.product div.image img {
	display: block;
	margin: 0 auto;
	}

div#store-product-list div.product div.details {
	float: left;
	width: 50%;
	margin-right: 2%;
	}

div#store-product-list div.product div.buy {
	float: left;
	width: 20%;
	margin-right: 2%;
	}

div#store-product-list div.product div.buy p {
	margin: 0 0 10px 0;
	}

div#store-product-list p.pagination {
	margin: 0;
	padding: 3px 3px 5px 3px;
	}

div#store-product-list div.product div.buy p span.was-price {
	display: block;
	font-size: 0.9em;
	color: red;
	text-decoration: line-through;
	}

div#store-product-list div.product div.details h3 {
	margin: 0 0 5px 0;
	}

div#store-product-list div.product div.details p {
	margin: 0;
	}

div#mini-basket {
	font-size: 0.9em;
	margin: -15px 0 0 0;
	text-align: right;
	}

div#basket-contents table {
	width: 510px;
	margin-bottom: 20px;
	}

div#basket-contents table#items th {
	font-size: 1.2em;
	padding-bottom: 10px;
	}

div#basket-contents table#items td {
	font-size: 1.2em;
	}

div#basket-contents table#items th.item_name {
	width: 270px;
	}

div#basket-contents table#items th.item_qty {
	width: 80px;
	}

div#basket-contents table#items td.item_qty input.update_qty {
	width: 25px;
	}

div#basket-contents table#items td input.update_button {
	margin-top: 10px;
	}

div#basket-contents table#items th.item_price {
	width: 80px;
	text-align: right;
	}

div#basket-contents table#items th.item_cost {
	width: 80px;
	text-align: right;
	}

div#basket-contents table#items td.item_price {
	text-align: right;
	}

div#basket-contents table#items td.item_cost {
	text-align: right;
	}

div#basket-contents table#items input.update_qty {
	border: 1px solid #9ba552;
	padding: 1px;
	}

div#basket-contents table#totals th {
	font-size: 1.4em;
	width: 350px;
	text-align: right;
	}

div#basket-contents table#totals td {
	font-size: 1.4em;
	text-align: right;
	}

div#basket-contents div#options {
	border: 1px solid #9AB552;
	padding: 15px 0 15px 15px;
	}

div#basket-contents div#options:after {
	content: ".";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
	}

div#basket-contents div#options form div,
div#basket-contents div#options form input {
	display: inline;
	}

div#basket-contents div#options form {
	display: block;
	float: left;
	margin-right: 15px;
	}

div#basket-contents div#options input.option_button {
	width: 235px;
	}

div#basket-contents div#options input.option_button_sm {
	}

div#fullpage-form {
	margin: 20px 0 0 0;
	width: 360px;
	}

div#fullpage-form p.field {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	margin: 0;
	}

div#fullpage-form p.field:after {
	content: ".";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
	}

div#fullpage-form p label {
	display: block;
	width: 150px;
	float: left;
	}

div#fullpage-form p input.text {
	float: left;
	width: 200px;
	}
	

