.shop-form label { text-transform: uppercase; }

.header {
	padding-top: 5px;
	font-size: 11px;
	width: 100%; overflow: hidden;
}

	.breadcrumbs {
		float: left;
		width: 50%;
	}

	.cart-summary {
		float: right;
		width: 50%;
		text-align: right;
	}

/* CATALOG PAGES */

ul.productSmall {
	list-style: none;
	margin: 0 0 0 -20px;
	padding: 0;
}

ul.productSmall li {
	position: relative;
	float: left;
	display: inline-block;
	margin: 0 0 20px 15px;
	padding: 5px 5px 0 5px;
	width: 210px;
	height: 262px;
}

ul.productSmall li img {
	width: 200px;
	height: 211px;
}

ul.productSmall li div.product-small {
	float: left;
	width: 200px;
	height: 257px;
	color: #534019;
	overflow: hidden;
	background-color: #ebe3d2;
}

ul.productSmall li h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	color: #534019;
}

ul.productSmall li h3 a {
	position: absolute;
	top: 0;
	left: 0;
	padding: 220px 0 0 15px;
	width: 195px;
	height: 42px;
	color: #534019;
	text-decoration: none;
	background: url('../Images/productFrame.png') top right;
}

ul.productSmall li h3 a:hover { background-position: top left; }

ul.productSmall li h3 .price { padding-left: 10px; }

ul.catalogueList, ul.catalogueList li {
	margin: 0;
	padding: 0;
}

.catalogueItemNotFound {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
}

/* PRODUCT PAGE */

.shop-product-large { width: 100%; overflow: hidden; /* clear floats */ }

ul.productLarge, ul.productLarge li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.details {
	float: right;
	padding: 12px 25px 12px 0;
	width: 257px;
}

	.shop-product-large h1 {
		font-family: "Sunshine In My Soul";
		font-weight: bold;
		font-size: 18px;
		color: #785e29;
		text-transform: lowercase;
	}

	.middle, .productTextInput { vertical-align: middle; }

	.details .description { margin-bottom: 16px; }

	.details .productTextInput {
		border: 1px #ebe0c9 solid;
		width: 30px;
		padding: 4px;
		margin-right: 4px;
	}

	.details .right { float: right; }

.images {
	float: left;
	width: 390px;
}

	.images .image {
		position: relative;
		padding: 9px 14px 10px;
		width: 362px;
		height: 384px;
	}

		.images .image .frame {
			position: absolute;
			top: 0;
			left: 0;
			width: 390px;
			height: 403px;
			background: url('../Images/frame-productImage.png') no-repeat;
		}

	table.productPoplets { margin-left: 7px; }

	.productPoplets td {
		padding: 5px 5px 5px 4px;
		width: 111px;
	}
/* CHECKOUT */

#catCartDetails { padding: 20px; }

#checkout table { width: auto; }
/*
#new { padding-bottom: 2em; }

	#new .large { font-size: 18px; }
*/
#checkout h3 {
	font-weight: normal;
	font-size: 20px;
	padding: .5em 0;
	border-top: 1px #ccc dotted;
}
/*
#checkout #new h3, #checkout #returning h3 {
	padding: 0 0 .5em;
	border: 0;
}
*/
#checkout table { margin: 0 0 1.5em; }

	#checkout td {
		padding: 0 1.5em 1em 0;
		line-height: 1.8em;
	}

.paymentBox {
	height: 255px;
	padding: 16px;
	border: 1px #ccc solid;
	background-color: #fafafa;
}

	#creditCard { font-size: 11px; }

		#creditCard table { margin: 0; }

		#creditCard td { padding: 0 0 5px; }

	#giftVoucherNotes {
		font-size: 11px;
		line-height: 1.4em;
	}

.amount {
	background: transparent;
	border: 0;
	font-size: 22px;
	color: #624122;
}

.placeOrder {
	margin: -1px 0 0 -1px;
	padding: 10px 20px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	background: #624122;
	border: 0px #5c9b50 solid;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	.placeOrder:hover { background: #e5dac2; }

	.placeOrder:active { margin: 0 0 -1px; }



/* CART */

table.border {
	border-collapse:collapse;
	border-spacing:0;	
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

table.border td {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

table.border span { color: #888; }

table.order-list {
	border-collapse:collapse;
	border-spacing:0;	
	width: 100%;
}

table.order-list td { border: 1px solid #eee; }

table.order-list a { margin: 0 9px 0 0; }

table.order-list span.number { font-size: 11px; }

table.cart {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #ddd;
	font-size: 11px;
	width: 100%;
}

table.cart th, table.cart td {
	color: #666;
	padding: 9px;
}

tr.val td { border-bottom: 1px solid #eee; }

tr.shipping td { border-bottom: 1px solid #ddd; }

tr.discount td.quantity, tr.shipping td.quantity { text-align: right; }

td.quantity input.update { margin: 0 0 0 3px; }

table.cart th {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

input.cartInputText { width: 70px; }

input#DiscountCode, input#GiftVoucher { width: 70px; }

select.shippingDropDown { width: 150px; }

table.cart th.quantity, table.cart td.quantity, table.cart td.actions { text-align: right; }

.productitemcell {
	height: 23px;
	line-height: 20px;
	margin: 0 0 3px 0;
	overflow: hidden;
}

table.cart td.actions a {
	font-size: 12px;
	font-weight: bold;
	margin: 0 18px 0 0;
	text-decoration: none;
}

a#catshopclear {
	font-size: 10px;
	font-weight: normal;
}

table.cart strong { font-size: 14px; }

.shop-form { margin: 0 0 18px; }

.shop-form ul.form {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 18px;
}

.shop-form label { font-size: 11px; }

.shop-form ul.form li {
	margin: 0;
	padding: 9px 0;
}

.shop-form li.last { border-top: 1px solid #eee; }

input.PaymentMethodType { margin: 0 6px 0 0; }

.shop-form ul.form input.cat_textbox,
.shop-form ul.form select.cat_dropdown,
.shop-form ul.form textarea.cat_listbox {
	width: 260px;
}

.shop-form textarea.cat_listbox { height: 100px; }

.shop-receipt, .shop-quote-receipt {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 18px;
	padding: 18px;
}

.shop-receipt h1, .shop-quote-receipt h1 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px;
}

.shop-receipt h2, .shop-quote-receipt h2 {
	font-size: 12px;
	font-weight: normal;
}

.browse-panel { border: 1px solid #d7d7d7; }

.browse-panel h5 {
	background: #eee url(/CatalystImages/shop_bg-browse-panel.png) repeat-x;
	border-bottom: 1px solid #d7d7d7;
	font-size: 14px;
	margin: 0;
	padding: 9px;
}

.browse-panel h6 {
	background: #f7f7f7;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 3px 9px;
}

.browse-panel ol {
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding: 9px;
}

.browse-panel ol.browse-catalogue { border-bottom: none; }

.browse-panel li {
	list-style: none;
	padding: 3px 9px;
}

.browse-panel li span {
	display: inline;
	font-weight: bold;
}

img.drag {
	position: relative;
	padding: 0.5em;
	margin: 0;
	cursor: move;
}
 
.slidertrack {
    background-color: #d7d7d7;
    color: #333;
    float: left;
    margin: 0;
    line-height: 0px;
    font-size: 0px;
    text-align: left;
    padding: 4px;
    border: 1px solid;
    border-color: #ccc #aaa #aaa #ccc;
}
 
.slidertrack .sliderslit {
    background-color: #333;
    color: #ccc;
    height: 2px;
    margin: 4px 4px 2px 4px;
    line-height: 0px;
    position: absolute;
    z-index: 1;
    border: 1px solid;
    border-color: #999 #ddd #ddd #999;
}
 
.slidertrack .slider {
    width: 16px;
    background-color: #555;
    color: #333;
    position: relative;
    margin: 0;
    height: 8px;
    z-index: 1;
    line-height: 0px;
    font-size: 0px;
    text-align: left;
    border: 2px solid;
    border-color: #999 #222 #222 #999;
}
 
#zoomcontainer{
    overflow: hidden;
    position: relative;
}

#zoomcontainer img { position: absolute; }
