/* CSS Document */

/* basket strip at top of page */
#basket-title {
	background-color: #CCCCCC;
	color: #000;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
}

#basket-title p {
	padding: 5px 0 0 4px;
	margin: 0;
}

#basket-title .button {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
}

#basket-title .link {
	float: right;
	margin: 4px;
}

#basket-title img {
	border: none;
	padding: 0;
	margin: 2px 0;
}


/* shop homepage central nav */
#shop-main-nav {
	margin-bottom: 15px;
}
#shop-main-nav .nav-item {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
#shop-main-nav .last {
	margin-right: 0;
}
#shop-main-nav img {
	border: none;
}

#shop-main-nav .nav-item h3 {
	margin-bottom: 5px;
}

/* offer panel in rhs */
.offer {
	margin-bottom: 10px;
}
.offer-header {
	background-color: #000;
	padding:5px 5px 3px 5px;
}

.offer-header a{
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

.offer-body {
	padding: 8px 8px 8px 9px;
	border: 1px solid #000;
}

#featured-product-img {text-align:center; margin-left:-5px;}

.offer-body a {font-weight:bold;}

.offer-body h3 {
	font-size: 80%;
	margin-top: 4px;
}
.offer a:link {
	text-decoration: none;
	font-weight: bold;
}
.offer a:active {
	text-decoration: none;
}
.offer a:visited {
	text-decoration: none;
}
.offer a:hover {
	text-decoration: underline;
}
.offer p.button {
	float: right;
	margin: 0;
	padding: 0;
	margin-right: 6px;
}

/* main shop listing */
#shop-listing {
	width: 100%;
}
.divider {
	width: 100%;
	clear: both;
	height: 2px;
	background-color: #CDCDCD;
	margin: 0 0 10px 0;
	border: none;
}
.shop-item {
	width: 140px;
	height:300px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
#shop-listing .last {
	margin-right: 0;
}
.shop-item p {
	margin: 0;
	padding: 0;
}
.shop-item .item-title {
	font-weight: bold;
	margin-top: 6px;
}

/* item preview */
#image-preview {
	width: 204px;
	float: left;
	margin-right: 10px;
}
#image-preview img {
	/*border: 1px solid #000;*/
	border: none;
}
#image-preview .enlarge img {
	border: none;
	float: right;
}
#image-preview .enlarge {
	width: 92px;
	margin-top: 3px;
}

/* item description */
#item-intro {
	width: 195px;
	float: left;
	margin-left: 5px;
}
#item-intro h2 {
	font-size: 140%;
	margin-bottom: 0;
}
#item-intro h3 {
	font-weight: normal;
	font-size: 110%;
}
#item-intro .price {
	font-weight: bold;
}
#item-intro .note, #item-intro .size {
	font-style: italic;
	margin: 0;
	padding: 0 0 10px 0;
}
#item-intro .size {
	margin-bottom: 10px;
}

/* item form */
.buy-form {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
}
.buy-form h2 {
	font-size: 	140%;
}
.buy-form label {
	font-weight: bold;
}
.buy-form .label-right {
	float: right;
	margin-bottom: 10px;
	text-align: left;
	padding: 0;
	width: 390px;
}
.buy-form .label-left {
	float: left;
}
.buy-form input, .buy-form select, .buy-form textarea {
	width: 410px;
	margin-bottom: 10px;
}
.buy-form textarea {
	height: 80px;
}
.buy-form .check {
	float: left;
	width: auto;
}
.buy-form #quantity {
	width: auto;
	float: right;
}
.buy-form span.code {
	display: block;
	font-weight: normal;
}
.total {
	float: left;
	font-weight: bold;
	margin: 0;
	margin-top: 2px;
	padding: 0;
}
.image-button {
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}

/* Shopping Basket */
#basket {
	width: 100%;
}
#basket table {
	width: 100%;
	border: none;
	font-size: 90%;
}
#basket table th, #basket table td {
	padding: 8px 0;
	border-bottom: 1px solid #000;
	border-top: none;
	vertical-align:top;
}
#basket .item-name {
	width: 300px;
}
#basket .item-code, #basket .item-price {
	width: 50px;
}
#basket tfoot td {
	font-size: 110%;
	text-align: right;
	padding: 15px 50px 15px 0;
}

/* Checkout */

#checkout {
	background-color: #F5F0ED;
	padding: 5px 0;
	position: relative;
}
#checkout form {
	margin: 0;
	padding: 0;
}
#checkout fieldset {
	margin: 10px;
	padding: 10px 0;
	background-color: #DDDDDD;
	border: none;
}
#checkout legend {
	font-size: 110%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
	color: #000;
}

#checkout label {
	width: 160px;
	float: left;
	clear: left;
	padding-left: 10px;
}

#checkout input.full-length, #checkout input.half-length, #checkout label {
	margin: 0 0 10px 0;
	float: left;
}

#checkout select {
	width: 220px;
}

#checkout input.full-length {
	width: 210px;
}
#checkout input.half-length {
	width: 90px;
}

#pagecontainer #contentColumn #checkout-form #checkout p {
	margin: 0 0 10px 10px;
	padding: 0;
}
#checkout-form h3 {
	margin: 10px 0 0 10px;
	padding: 0;
	font-size: 110%;
}

#checkout-form .button {
	float: right;
	margin-right: 10px;
	position: relative;
}

.hide {
	display: none;
}
.show {
	display: block;
}

/* misc styles */
.spacer {
	width: 100%;
	clear: both;
	height: 1px;
}

.large-shop-link img {
	margin: 0;
	padding: 0;
	margin-bottom: -8px;
}

.low-stock {
	padding: 4px;
	color: #fff;
	background-color: #CE0A58;
	font-weight: bold;
}

p.required-fields {
	margin: 5px 0;
	padding: 0;
	font-size: 90%;
}
.required-fields span, #checkout-form span {
	color: #CE0A58;
}

#contentColumn p.alert {
	margin: 5px 0;
	padding: 5px;
	color: #CE0A58;
	border: 1px solid #CE0A58;
	font-weight: bold;
	clear: both;
}


.basket-personalisation {margin-top:8px;}
.basket-personalisation .text {width:250px;}
.basket-personalisation .error {color: #CE0A58; font-weight:bold;}

#check-total-cost legend{}
#check-total-cost table {margin:0 5px 0 5px; width:250px;}
#check-total-cost table th{width:160px;}
#check-total-cost table * {border:none;}
#checkout-total {font-weight:bold;}

#shop-terms {margin:20px 0;}
#shop-terms dt {font-weight:bold; margin-top:10px;}
#shop-terms dd {margin:0;}

#contentColumn #shop-form-errors {margin:-10px 0 10px 0; padding:5px; color: #CE0A58; 	border: 1px solid #CE0A58;	font-weight: bold;}
#contentColumn #shop-form-errors li{ padding:0; list-style-type:none;}