#content img {
	background: url(/inc/shop/images/clear.gif) center no-repeat;
}



/* ============================================== product listing page ============================================== */

#prodlist {
	margin: 30px -40px 0 0;
}

#shopCrumbs {
	margin: -15px 0 30px;
	font-size: 11px;
	line-height: 12px;
	color: #999999;
}
#shopCrumbs a {
	text-decoration: none;
	color: #999999;
}
#shopCrumbs a:hover {
	text-decoration: underline;
}

#prodlist table {
	display: inline-block;
	margin: 0 40px 0 0;
	width: 120px;
	*display: inline;
	zoom: 1;
}
#prodlist th {
	background-position: center;
	background-repeat: no-repeat;
	height: 120px;
	width: 120px;
}
#prodlist td {
	vertical-align: top;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	white-space: normal;
	height: 110px;
	padding: 7px 0 0 0;
}
#prodlist .catlist td { /* for pages where the boxes are lists of categories, not products */
	height: 60px;
}
#prodlist td a {
	display: block;
	line-height: 14px;
	margin-bottom: 2px;
}
.sale {
	text-decoration: line-through;
}
#prodlist td strong { /* sale price */
	color: #FF0000;
}
.cat-divider { /* div surrounding cat groups on all products page*/
	overflow: auto;
}
#prodlist hr {
	margin: 0 40px 20px 0;
}



/* ============================================== details page ============================================== */

#details {
	margin: 12px 0;
}

#mainpic {
	display: block;
	margin-right: 20px;
}

#extrapix {
	padding: 10px 20px 0 0;
}
#extrapix img {
	display: inline-block;
	margin: 0 3px 5px;
	width: 50px;
	height: 50px;
}

#details h2 {
	margin: 0 0 20px;
}
#details small {
	display: block;
	padding-top: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}
#details small strong {/* sale price */
	color: #FF0000;
}
#details form {
	margin: 12px 0;
}
#details form td {
	padding: 3px 10px 3px 0;
}
#details input, #details select {
	width: auto;
}


#alsobought {
	padding-top: 30px;
}
#alsobought h2 {
	margin: 0 0 20px;
}
#alsobought img {
	display: inline-block;
	margin: 0 10px 10px 0;
	width: 80px;
	height: 80px;
}



/* ============================================== basket and checkout ============================================== */

#basket th {
	font: normal 16px "EB Garamond", "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}
#basket td {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}
#basket td small a {
	line-height: 20px;
}
#basket img {
	width: 80px;
	height: 80px;
}
#basket input, #discountCode input {
	width: auto;
}



#payment-types {
	margin: 12px 0;
	border-top: 1px solid #CCCCCC;
}
#payment-types td {
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
#payment-types form {
	padding: 0px;
	margin: 0px;
}
#payment-types input {
	width: 180px;
}


/* ============================================== other stuff ============================================== */

.error_message div {
	background-color: #FAB9B8;
	border: 1px solid #CF191B;
	margin-bottom: 10px;
	padding: 10px;
}
input.validation-failed,textarea.validation-failed {
	background-color: #FAB9B8;
	background-image: url(/inc/shop/images/warning.png);
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #CF191B;
}
select.validation-failed {
	border: 2px solid #F30;
}
input.required,textarea.required {
}
input.validation-passed,textarea.validation-passed {
}
.validation-advice {
	display: none;
}

