

ul.prices {
	margin: 5px 0;
}

ul.prices li {
	font: bold 12px arial, sans-serif;
	margin: 5px 5px;
	display: inline;
}

ul.prices li.ex {
	color: #333333;
}
ul.prices li.inc {
	color: #f7941d;
}

div.add {
	margin: 5px 0;
	margin-right: 5px;
	text-align: right;
}

div.add input {
	vertical-align: middle;
}

div.add .qty {
	width: 2ex;
	text-align: right;
	padding: 1px 4px;
}


/* Shop items - both subcategories and products
*/

.shop-items div.item {
	float: left;
	width: 171px;
	background: url(../images/shop/isle-product-bg.png) top left repeat-y;
	padding: 0 1px 20px 1px;
}

.shop-items div.item h2 {
	height: 40px;
	padding: 10px;
	background: url(../images/shop/isle-product-header-bg.png) top left no-repeat;
	margin: -1px -1px 0 -1px;
}

.shop-items div.item h2 a {
	font: bold 12px verdana, sans-serif;
	color: #333333;
}

.shop-items div.item .img a {
	display: block;
	height: 171px;
	text-align: center;
}

.shop-items div.item .links li {
	background: url(../images/shop/product-bullet.png) left no-repeat;
	padding: 2px 10px;
	margin-left: 5px;
}

.shop-items div.item .links a {
	font-family: verdana;
	font-weight: bold;
	color: #ff6600;
}

.shop-items br {
	clear: both;
}


/* Categories only
*/

#categories div.item {
	padding-bottom: 0;
}

#categories div.item h2 {
	text-align: center;
	background-color: #57565b;
	background-image: none;
	height: auto;
	padding: 0;
}

#categories div.item h2 a {
	color: #ffffff;
	display: block;
	padding: 10px;
}


/* Products only
*/

#isle {
	clear: left;
}


/* Shop footer
*/

#shop-product-page .footer,
#shop-category-page .footer {
	clear: left;
	float: left;
	background: url(../images/menu-divider.png) top repeat-x;
	padding-top: 10px;
}

#shop-product-page .footer div,
#shop-category-page .footer div {
	text-align: center;
	float: left;
}

#accepted-cards {
	color: #565659;
	width: 417px;
}

#security-statement {
	color: #f67001;
	width: 278px;
}


/* Product page
*/

.shop-product-page #product h2 {
	background-color: #f67001;
	font: normal 20px arial, sans-serif;
	color: #ffffff;
	letter-spacing:.05em;
	padding: 10px 10px 10px 15px;
	margin-bottom: 10px;
}

.shop-product-page #product #image-box {
	float: left;
	width: 352px;
	margin-right: 5px;
	text-align: center;
}

.shop-product-page #product #image-box .thumbnails {
	margin-top: 10px;
	padding: 0 5px 5px 0;
	background-color: #565659;
	float: left;
}

.shop-product-page #product #image-box .thumbnails li {
	float: left;
	padding: 5px 0 0 5px;
	background: #565659;
}

.shop-product-page #product #image-box .thumbnails img {
	width: 80px;
	height: 80px;
}

.shop-product-page #product .details {
	width: 338px;
	float: left;
	background: #ffecd9 url(../images/shop/product-infopanel-bottom.png) bottom no-repeat;
	color: #333333;
	line-height: 1.6;
}

.shop-product-page #product .details .prices {
	width: 154px;
	float: left;
	padding: 15px 0 15px 15px;
	margin: 0;
}

.shop-product-page #product .details .add {
	background: #ffecd9 url(../images/shop/product-infopanel-top.png) top no-repeat;
	margin: 0;
	padding: 10px;
}

.shop-product-page #product .details .wishlist,
.shop-product-page #product .details .hire {
	color: #f7941d;
	clear: left;
	vertical-align: middle;
	padding: 10px 0;
	float: left;
	width: 338px;
	background: #fdf5ec url(../images/menu-divider.png) top repeat-x;
	font-weight: bold;
}

.shop-product-page #product .details .hire .add {
	background-color: #fdf5ec;
	background-image: none;
}

.shop-product-page #product .details h3,
.shop-product-page #product .details .hire img,
.shop-product-page #product .details .wishlist img {
	vertical-align: middle;
	margin-left: 3ex;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.shop-product-page #product .details h3.nomar {
	margin: 0;
}

.shop-product-page #product .details h3.thin {
	font-weight: normal;
}

.shop-product-page #product .details .description {
	padding: 15px;
	clear: left;
	float: left;
	width: 308px;
	background: url(../images/menu-divider.png) top repeat-x;
}

.shop-product-page #product .details .description em {
	font-weight: bold;
	font-style: normal;
}

.shop-product-page #product .details .description li {
	background: url(../images/shop/product-bullet.png) left no-repeat;
	padding: 2px 10px;
	margin-left: 5px;
}

.shop-product-page #product .related {
	background: url(../images/menu-divider.png) top repeat-x;
	clear: both;
	float: left;
	width: 695px;
	margin-top: 40px;
}

.shop-product-page #product .related h3 {
	background: url(../images/menu-divider.png) bottom repeat-x;
}

.shop-product-page #product .related .shop-items h2 {
	height: auto;
	background-image: none;
	background-color: transparent;
}

.shop-product-page #product .poolSpecs {
	background-color: #fdf5ec;
	background-image: url(../images/menu-divider.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 15px;
}

.shop-product-page #product .poolSpecs .updateBtn {
	text-align: right;
}


/* Customise product page
*/

#shop-customise-page #product .details .add,
#shop-options-page #product .details .add {
	padding: 0;
	text-align: left;
	background: #ffffff;
}

#shop-customise-page #product .details label {
	display: block;
	font-weight: bold;
	margin-top: 10px;	
}


/* Shipping address page
*/

#shop-checkout-page .item {
	padding-bottom: 20px;
}

#shop-checkout-page form {
	margin: 5px 0;
}


/* Order summary page
*/

#shop-summary-page table.vertical {
	float: none;
}

#shop-summary-page #bill-ship td {
	vertical-align: middle;	
}

#shop-summary-page td.summary {
	width: 300px;
}


/* Payment page
*/

#shop-payment-page table.std caption {
	margin-top: 20px;
}

