#homepage_content {
	float:right;
	margin:10px 0 10px 0;
	width:780px;
}
#homepage_content h1 {
	margin:20px 0 10px 0;
}


#content-wrapper {
	float:left;
	margin:0 0 0 20px;
	width:760px;
}
#content-wrapper h1 {
	margin:20px 0 10px 0;
}


#browse {
	margin:20px 0 0 0;
}
div.browse_left, div.browse_right {
	width:300px;
	float:left;
}
div.browse_left {
	clear:both;
	text-align:right;
	margin:25px 80px 0 35px;
}
div.browse_right {
	margin:25px 20px 0 0;
}
div.browse_left img {
	margin:10px 0 20px 20px;
}
div.browse_right img {
	margin:10px 20px 20px 0;
}
div.browse_producttype h2 {
	margin:0 0 0 10px;
}
div.browse_producttype ul {
	margin:5px 0 0 20px;
	padding:0;
	list-style-position: inside;
}
div.browse_left ul {
	direction: rtl;
	float:right;
}
div.browse_right ul {
	float:left;
}

#product_list {
	float:left;
	width:250px;
	text-align:left;
	margin:20px 20px 0 0;
}
.product_type {
	float:left;
	clear:both;
	width:100%;
	margin:2px 0 10px 0;
}
.product_type_photo {
	float:left;
	width:60px;
	text-align:left;
	margin:10px 0 0 10px;
}
.product_type_products {
	float:left;
	width:160px;
	margin:0px 0 10px 10px;
}
.product_type_products h2 {
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 0 5px;
	padding:0;
}
.product_type_products ul {
	margin:2px 0 0 5px;
	padding:0;
	list-style-position: inside;
}


#product {
	float:left;
	margin:20px 0 0 0;
	width:510px;
}
#product p.breadcrumbs {
	width:100%;
	padding:0;
	margin:0 0 5px 0;
	color:#999;
}
#product h1 {
	margin:10px 0 0 0;
}
#product img.product_image {
	margin:0 0 20px 20px;
}
.product_materials {
	clear:both;
	width:100%;
	float:left;
}
.product_materials p {
	margin:0;
}
.product_material {
	clear:both;
	width:100%;
	float:left;
	margin:10px 0 0 0;
}
#content .product_material h2 {
	font-size:1em;
	padding:5px 0 0 0;
	margin:0;
	color:#000;
	border-top: 1px solid #999;
}
.material_colour {
	width:32px;
	height:60px;
	margin:5px 10px 0 0;
	font-size:0.8em;
	float:left;
	text-align:center;
}

.basket th, .basket td{
  padding:5px 5px;
}
.basket_header th {
  background-color:#ddd;
  border-bottom:1px solid #777;
}
.basket_footer th {
  border-top:2px solid #777;
}
.basket tr.even td {
  background-color:#f0f0f0;
}
.basket tr.odd td {
  background-color:#f8f8f8;
}

