#productDesc li {
	margin: 0px 0px 0px 15px;
}

/* Forms */
form .formSection p {
	margin:1px;
	clear:left
}

form .formSection p label {
	white-space:nowrap;
	width: 9em;
	float: left;
	margin-right: 0.5em;
	display: block
}

form .formSection p label input {
	margin-left: 9.5em;
}

.requiredField {
	color: red;
}



/* Buttons */
.button, .button2 {
	border:0px;
	height:22px;
	background-image:url('../template/0/images/button_small.gif');
	width:86px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	font-size: 9px;
	line-height:19px;
	cursor: pointer;
}

.button2 {
	background-image:url('../template/0/images/button_large.gif');
	width:133px;
}


.buttons, .buttons li {
	padding:0px;
	margin:0px;
	list-style: none;
}

.buttons {
	float: right;
	clear: both;
	margin-bottom: 5px;

}

.buttons li {
	float: left;
}

.buttons li a {
	border: 1px solid #CCC;
	padding:3px 8px;
	display: block;
	margin-left: 5px;
	margin-bottom: 3px;
	white-space: nowrap;
}

.buttons li a:hover {
}



/* Misc System */
.inBasket, .msg {
	border: dotted 1px #AAA;
	padding:3px;
	margin-bottom:10px;
	background: #FFFFD1;
	clear: both;
}

.goCheckout {
	padding: 10px;
	text-align: center;
}


.outOfStock, .err {
	border: dotted 1px #AAA;
	padding:3px;
	margin-bottom:10px;
	background: #FFD1CF;
	clear: both;
}

.outOfStock h3 {
	padding:0px;
	margin:0px;
	color:#FF0000;
	font-size:1.3em;
}

.red {
	color:#ff0000;
	font-weight:bold;
}

img.star {
	vertical-align:middle;
	padding:0 0 3px 0;
}





/* General Layout */
table {
	clear: both;
}

p {
	padding:0px;
	margin:0px;
}

.more {
	line-height:20px;
	text-align:center;
	clear: both;
}

.content {
	margin-left: 0px;
}

#main_content_main {
	float: left;
	width: 900px;
}

#main_content_left {
	float: left;
	width: 240px;
	margin: 0 0px 0 0;
	text-align:center;
	min-height: 420px;
	padding-left: 10px;
}

#main_content_centre {
	float: left;
	min-height: 420px;
	border-left: 1px dotted #0070BC;
	padding-left: 10px;
	width:376px;
}

#main_content_right {
	float: right;
	width: 227px;
	margin: 0 0px 0 0;
	border-left: 1px dotted #0070BC;
	padding-left: 10px;
	overflow: hidden;
	margin-left:10px;
}




/* Reviews */
#review_bar {
	float: left;
	height: 24px;
	width: 367px;
	padding: 5px 0 0 13px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 10px 0px;
	clear: both;
}











.list_review_content {
	float: left;
	width: 627px;
	padding: 0 0 10px 0;
	height: 130px;
	margin: 0 0 15px 0px;
	border-bottom: 1px dotted #0070BC;
}

.list_review_content .review {
	float:left;
	width:122px;
	height:100px;
	line-height:100px;
	text-align:center;
}

.list_review_content .list_top {
	padding-left: 130px;
}

.list_review_content .list_review_description {
	padding-left: 130px;
	margin-top: 10px;
}

.list_review_content a {
	color: #000;
}

.list_review_content .list_review_description .product_pricing {

	padding: 0 0 0 0;
	margin: 0px 0 0 0px;
	font-size: 13px;
	line-height:22px;
	clear:both;
}




.list_review_content .list_review_description .product_info, .list_review_content .list_review_description .product_compare {
	float: right;
	width: 80px;
	text-align: right;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 25px;
	margin: 7px 0 0 0;
	height: 19px;
	margin-left:3px;
}

.list_review_content .list_review_description .product_info a, .list_review_content .list_review_description .product_compare a {
	color: #FFF;
}

.list_review_content .list_review_description .product_info a:hover, .list_review_content .list_review_description .product_compare a:hover {
	color:#000000;
	text-decoration:none;
}







/* Specials */
#specials_bar {
	height: 24px;
	width: 214px;
	padding: 5px 0 0 13px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 10px 0;
}



.review_content {
	clear: both;
	width: 380px;
	min-height: 95px;
	border-bottom: 1px dotted #0070BC;
	padding-top: 10px;
}

.review_content .review {
	float: left;	
	clear: left;
	width:122px;
	height:100px;
	text-align:center;
}

.review_content .description, .review_content .rating {
	width: 255px;
	margin-left: 122px;
	margin-top: 5px;
}


.review_content a {
	color: #000;
}



.special_content {
	clear: both;
	width: 230px;
	min-height: 95px;
	border-bottom: 1px dotted #D00000;
	padding-top: 10px;
	overflow: visible;
}

.special_content .special {
	float: left;	
	clear: left;
	width:92px;
	height:100px;
	text-align:center;
}

* html .special_content .special {
	height: 95px;
}

.special_content .title {
}

.special_content .description, .special_content .rrp {
	width: 125px;
	margin-left: 90px;
	margin-top: 5px;
	margin-bottom: 5px;
}


.special_content a {
	color: #000;
}


















/* Products */
#orderInfo {
	float: right;
	width: 400px;
	margin: 10px 0 10px 0;
	padding: 5px;
	border: 1px solid #F00;
}

#list_main_content_centre {
	float: left;
	width: 625px;
	min-height: 420px;
	border-left: 1px dotted #0070BC;
	padding-left:10px;
}

#list_review_bar {
	float: left;
	height: 24px;
	width: 620px;
	padding: 5px 0 0 13px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 10px 0px;
}

#sub_categories {
	float: left;
	width: 605px;
	border: 1px dotted #0070BC;
	padding: 10px;
	margin: 0 0 15px 0px;
	text-align: center;
	background-color: #E1E6F7;
	vertical-align: top;
}

.productBar {
	clear:both;
	margin-left: 0px;
	margin-bottom:10px;
	border-bottom: 1px dotted #AAA;
	padding-bottom:5px;
	height:2.3em;
}



.productBar .products {
	float:left;
	clear:left;
	width:16%;
	line-height: 2.3em;
}

.productBar .pageSelection {
	float:left;
	height: 100%;
	width:18%;
	line-height: 2.3em;
	text-align: center;

}

* html .productBar .pageSelection {
	padding-top: .3em;
}


.productBar .productOrder {
	float:right;
	text-align:right;
	width:65%;
	height: 100%;
	line-height: 2.3em;
}



.product_content .product_description {
	float: right;
	width: 410px;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	border-top: 1px dotted #0070BC;
	border-bottom: 1px dotted #0070BC;
}

.product_content .product_description .date {
	color: #BBB;
	margin-top: 5px;
	margin-bottom:5px;
	font-weight:bold;
	clear:both;

}

.product_content .stock_price_basket {
	float: right;
	width: 410px;
	vertical-align: middle;
	margin: 0 0 0 0;
}

.product_content .stock_price_basket #price {
	width: 30%;
	float: left;
	line-height:1.9em;
}

.product_content .stock_price_basket #price .exVatPrice {
	font-size: 1.2em;
	font-weight: bold;
	color: #D00000;
}

.product_content .stock_price_basket #price .vatPrice {
	font-size: .8em;
	margin-top: -8px;
}

.product_content .stock_price_basket #stock {
	float: left;
	text-align:center;
	width: 40%;
	line-height:1.9em;
}

.product_content .stock_price_basket #stock .inStock, .product_content .stock_price_basket #stock .outOfStock {
	font-weight: bold;
}

.product_content .stock_price_basket #stock .leadTime {
	font-size: .8em;
	margin-top: -8px
}


.product_content .stock_price_basket #basket {
	line-height:2.3em;
	float: right;
	width: 30%;
	text-align: right;
}

.product_content .stock_price_basket #basket img {
	vertical-align: middle;
}

.product_content img.main_image {
	margin:0 0 15px 0;
}

.product_content #product_images {
	float: left;
	width: 200px;
	margin: 0 0 0 0px;
	text-align:center;
}

.product_content #product_images #slideshow {
	clear: left;
	text-align:center;
}

.product_content #product_images #slideshow img {
	vertical-align: middle;
}

.product_content #product_images #gallery .thumb {
	float:left;
	width:90px;
	height:90px;
	line-height:90px;
	text-align:center;
	border: 1px dotted #0070BC;
	margin: 0 0 8px 0;
	margin-right: 8px;
}
.product_content #product_images .image_right {
	width: 90px;
	text-align: center;
	vertical-align: middle;
	height: 90px;
	border: 1px dotted #0070BC;
	margin: 0 0 15px 0;
	float: right;
}







/* Related Products */
#list_related_bar {
	float: left;
	width: 620px;
	padding: 5px 0 5px 13px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 10px 0 0px 0px;
}

.list_related_cat_bar, .list_brand_letter_bar, .list_brand {
	float: left;
	height: 19px;
	line-height: 19px;
	width: 620px;
	padding:0 0 0 13px;
	font-weight: bold;
	color: #ffffff;
	margin: 2px 0;
}

.relatedProduct {
	height:100px;
	width:188px;
	border: 1px solid #DDD;
	float:left;
	margin-right: 8px;
	margin-top:2px;
	padding:5px;
}

.relatedProduct .add {
	clear: both;
	text-align:right;
}

.relatedProduct .image {
	float:left;
	width:85px;
}


.relatedProduct .price {
	font-weight: bold;
	color: #D00000;
}





/* Categories (Left) */
#category_bar {
	height: 24px;
	width: 216px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;	
	padding:5px 0 0 13px;
	text-align:left;
	float: left;
	margin: 0 0 10px 0px;
}

#categories {
	width: 210px;
	padding: 0 0 0 0px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	float:left;
	margin: 0;
}

.miniList {
	background-color: #E3E5FF;
	padding:5px;
	border: 1px solid #AAA;
}

#categories ul, .miniList ul{
	list-style-type:none;
	padding-left:0px;
	margin:0px;
}

#categories ul li, .miniList ul li {
	line-height: 1.5em;
	background-repeat: no-repeat;
	background-position: 0em .5em;
	padding-left: 17px;
	text-align:left;
}

#categories ul li ul li {
	list-style-image:none;
	font-size: .9em;
	font-weight: normal;
}









.list_brand_letter_bar, .list_brand {
	width:90%;

}


.heading {
	font-size: 15px;
}
