/*-------------------------------------------------------------------------
	Shop specific CSS from Icelab
-------------------------------------------------------------------------*/

#shop h1 a,
.basket-item h3 a {
	color: #000;
}

#shop h4 {
	color: #000;
	margin-bottom: 0.5em;
	font-size: 1.1em;
}

#content #product .description .clearfix a {
	color: #fff;
}


#shop-basket .description {
	width: 100%;
}

#shop-basket .update {
	border: 0;
}

#shop-new.single {
	width: auto;
}
label {
	display: block;
	margin-top: .8em;
}
#shop-new form input,
#shop-existing form input {
	margin-top: .5em;
	width: 500px;
}
#shop-existing form input {
	width: 480px;
}

#shop-register #billing input,
#shop-register #billing select {
	margin-top: .5em;
	width: 240px;	
}

.shop-error ul {
	margin:15px;
}

.shop-error ul li {
	margin:10px;
	list-style:disc;
}

.section-6 #content form input {
	display: block;
}

#content #product .description form button {
	position: static;
	bottom: auto;
}

ul#shop-steps li {
 width: 143px;
}

#shop-new, #shop-existing {
	float: none;
	width: auto;
}

#shop-register .two-thirds {
	width: 250px;
}
	#shop-register .two-thirds h4,
	#shop-register .two-thirds p {
		margin: .1em 0 .9em;
	}

#order-details {
	margin: 2em 0;
}

#order-details .col {
	float: left;
	font-size: 1.2em;
	margin-right: 10px;
	width: 230px;
}

#order-details .col h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 2px 0 .5em;
}

#order-details label.checkbox input {
display: inline;
}
#order-details hr {
	clear: both;
	height: 0;
	overflow: hidden;
	background: #fff;
	border: 0;
	border-top: 1px #111 dashed;
	margin: 1em 0;
}
#order-details p {
	margin: .1em 0 .9em;
}

#order-details button {
	float: right;
	padding: .3em .5em .5em;
}

#similar-products .product-stub {
	width: 236px;
}

#register-top {
	padding: 0;
	border: 0;
	padding-top: 1em;
}

form label {
	font-weight: bold;
}

label.error input {
	background: #ffc;
}
label.error em.message {
	color: #c00;
	float: right;
	font-weight: normal;
	font-style: italic;
}

p.notice {
	background: #ffc;
	border: 1px solid #cc6;
	color: #630;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0;
}

#basket #cart-shipping,
#basket #cart-subtotal {
	background: #002649 url('../ui/bg-basket-bottom.png') no-repeat left bottom;
	color: #fff;
	font-size: 1.4em;
	padding: 2px 10px;
	display: block;
	font-weight: bold;
}

.spacer {
	list-style: none;
	clear: both;
	height: 0;
	overflow: hidden;
}

#shop-basket table td.inc_tax {
	text-align: right;
	border: 0;
	padding:0 0 0.5em;
}

label.postcode {
	overflow: hidden;
}
	#shop-register #billing label.postcode #postcode1 {
		float: left;
		width: 110px;
		margin-right: 5px;
	}
	#shop-register #billing label.postcode #postcode2 {
		float: left;
		width: 115px;
	}

#shop fieldset#options ul{
	margin: 0;
}
#shop fieldset#options ul li{
	list-style: none inside none;
}
#shop fieldset#options ul input{
	display: inline;
	margin-right: 5px;
}
#shop fieldset#options label.disabled{
	color: #AAAAAA;
}
#shop div.description div.clearfix h3{
	color: #FFFFFF;
}
#shop #shop-basket .quantity input{
	display: inline-block;
}
#shop #order-details input#gift-aid{
	width: auto;
}
