/*Lumie Product Range page style sheet PG 25-07-07*/



#left {
	float:left;
	width:197px;
	padding-left:0px;
	margin:0;
}

#text {
	width:692px;
	float:right;
	margin:0;
	font-family:arial;
	line-height:1.5em;
	left:-20px;
}


#right {
	width:313px;
	float:right;
}

#right .module {
	width:275px;
	background-image:url('/graphics/help_centre/right_nav_blue_dots.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	margin:0 10px;
	padding:10px 0;
}
#right .firstmodule {
	width:295px;
	background-image:url('/graphics/help_centre/right_nav_top.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px 10px;
}


.product {
	border:1px solid #c7c9cb;
	margin-right:15px;
}
.product img.productImage{
	float:left; margin-right:10px;
}


.product h3{
	font-size:1.2em;
	color:#46454a;
	margin-top:5px;
}

.product .price {
	font-size:1.2em;
	font-weight:bold;
	color:#f6832c;
}

.product .summary {
	padding-right:20px;
}

#category_description {
	width:350px;
}

h1 {
	font-size:1.7em;
	margin-top:20px;
}

h2 {
	font-size:1.4em;
}

#body {
	float:left;
}

/* pages with multiple products */

#multiproduct {
	width: 712px;
	overflow: hidden;
}

#multiproduct .product {
	width:335px;
	margin-right:15px;
	margin-bottom:10px;
float: left;

}

#multiproduct #category_description {
	width: 692px;
	margin-bottom:10px;
}
