

ul.prices {
	margin-bottom: 10px;
}

ul.prices li {
}


ul.prices .sale {
	font-size: 12px;
}

ul.prices span.price {
	font-size: 14px;
	color: #9e5112;
}

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

div.add {
	float: left;
	width: 50%;
}

ul.links {
	float: left;
	width: 50%;
	padding-top: 8px;
}

ul.links img {
}

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

div.add .qty {
	width: 30px;
	text-align: left;
	padding: 1px 4px;
}


/* Shop items - both subcategories and products
*/

.shop-items div.item {
	display: inline;
	float: left;
	width: 308px;
	margin: 0 15px 20px 15px;
}

.shop-items div.item div.img {
	margin-bottom: 5px;
}

.shop-items div.item h2 {
	font-family: arial;
}


.shop-items br {
	clear: both;
}


/* Categories only
*/



/* 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;
	padding: 10px;
	margin-bottom: 10px;
}

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

#shop-product-page  .thumbnails {
}

#shop-product-page .thumbnails li {
	display: inline;
	float: left;
	margin: 6px;
	border: 1px solid #f4f4f4;
	width: 308px;
}

#shop-product-page .thumbnails img {
}

#shop-product-page #product .buy-button {
	text-align: right;
	clear: both;
	padding-top: 30px;
}

#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-left: 15px;
}

#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;
	text-transform: uppercase;
	clear: left;
	vertical-align: middle;
	text-align: right;
	padding: 10px;
	float: left;
	width: 318px;
	background: #fdf5ec url(../images/menu-divider.png) top repeat-x;
	font-weight: bold;
}

#shop-product-page #product .details .hire span,
#shop-product-page #product .details .hire img,
#shop-product-page #product .details .wishlist span,
#shop-product-page #product .details .wishlist img {
	vertical-align: middle;
	margin-left: 3ex;
	padding: 0;
}

#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;
}

#product-pool-select {
	margin-bottom: 20px;
}


/* Shipping address page
*/

#shop-checkout-page #select-address .item {
	float: left;
	width: 347px;
}

#shop-checkout-page div.item {
	clear: left;
}

#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;
}
/* Shopping cart page
*/
table.std {
    margin-top : 0;
}

#btnContinue {
	display: block;
	float: left;
	height: 39px;
	width: 144px;
	margin-right: 10px;
	position: relative;
}

#btnContinue img {
	position: absolute;
	bottom: 0;
	left: 0;
}
