#shopnav {
	float: left;
	margin: 0 30px 0 0;
	padding: 0px;
	width: 150px;
	list-style: none;
}
#shopnav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#shopnav li a {
	display: block;
	border: 1px solid #DCDCDC;
	text-decoration: none;
	padding: 7px 10px;
	margin-bottom: 5px;
}
#shopnav li a:hover {
	background-color: #FFEFD6;
}

#shopcontent {
	margin-left: 220px;
}




/* ----- product listing page ----- */


#prodlist {
	margin: 0 -90px 0 220px;
}
#prodlist table {
	float: left;
	margin: 0 60px 15px 0;
	width: 136px;
}
#prodlist td img {
	background: url(../images/shop/no-image.gif) center no-repeat;
	border: 1px solid #DCDCDC;
}
#prodlist td img:hover {
	border: 1px solid #FF9900;
}
#prodlist th {
	vertical-align: top;
	font-weight: normal;
	height: 80px;
	padding-top: 4px;
}
#prodlist th a {
	font-weight: bold;
	color: #FF7900;
	line-height: 16px;
	text-decoration: none;
}
#prodlist th a:hover {
	text-decoration: underline;
	color: #FF9900;
}

#pagenum {
	clear: left;
}
#pagenum a {
	color: #948671;
}
#pagenum a:hover {
	text-decoration: none;
}
.sale {
	text-decoration: line-through;
}



/* ----- product details page ----- */

#details {
}
#details table {
}
#details td {
	vertical-align: top;
}
#details td img {
	background: url(../images/shop/no-image.gif) center no-repeat;
	border: 1px solid #DCDCDC;
}
#details td img:hover {
	border: 1px solid #FF9900;
}
#details th {
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
}
#details h2 {
	margin: 0;
	padding: 0;
	line-height: 18px;
}
#details h4 {
	margin: 0;
	padding: 0;
	font-size: 9px;
	line-height: 20px;
	color: #666;
	font-weight: normal;
}
#details p {
	margin: 15px 0;
}
#details th a {
	text-decoration: none;
}

#extrapix {
	padding: 20px 0;
}
#extrapix img {
	margin: 0 20px 20px 0;
}

#cart {
	margin: 0;
	padding: 0px 0;
}
#cart td {
	border: none;
	vertical-align: middle;
	padding-bottom: 10px;
}
#cart select, #cart input {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
#cart select {
	width: 120px;
}

#next td {
	font-size: 9px;
}
#next a:hover {
	color: #FF7900;
}
#recommended {
	padding-bottom: 20px;
}
#recommended h2 {
	margin: 30px 0 10px 0;
}
#recommended a {
	float: left;
}
#recommended img {
	background: url(../images/shop/no-image.gif) center no-repeat;
	border: 1px solid #DCDCDC;
	margin: 0 20px 20px 0;
}
#recommended img:hover {
	border: 1px solid #FF9900;
}
#colours h2 {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#colours img {
	margin: 0 10px 10px 0;
/*	border: 1px solid #E2E2E2;*/
}



/* ----- purchase process ----- */

#basket {
	width: 98%;
}
#basket th {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #FF9900;
	background-color: #FFEFD6;
	padding: 10px;
}
#basket td {
	padding: 5px 10px;
}

.payment {
	border: 1px solid #FF9900;
	padding: 10px 10px 20px;
	width: 28%;
}

#order h2 {
	margin: 20px 0 5px;
}