#product-image{
	width:180px; height:180px;
	float:left;
	}

#product-information{
	min-height:180px;
	height:auto !important;
	height:180px;
	width:372px;
	float:right;
	margin:10px;
	}
	
#product-information h1{
	color: #29ACE2;
	font-size:1.6em;
	padding:0;
	margin:5px 0;
	}
#product-information p{
	padding:0;
	margin:5px 0;
	}
	
#product-options #product-price{
	color: #0171BD;
	font-size:2em;
	font-weight:bold;
	float:left;
	}
	
#product-options #product-donate a{
	width:112px;
	height:41px;
	background-image: url(/images/interface/donate-now.jpg);
	float:right;
	}

#product-options #product-donate a:hover{
	background-image: url(/images/interface/donate-now-over.jpg);
	}
	
#productRangeInformation{
	clear:both;
}

#productRangeInformation h1{
	color: #29ACE2;
	font-size:1.6em;
	margin:0 0 0 10px;
	}

#productRangeInformation p{
	margin:0 10px 0 10px;
	}

#center{
	background-color:#fff;
	}

p.related_products{
	margin-top:40px;
	}

#section_logo{
	background-image:url(/images/interface/internal-section-header.jpg);background-repeat:no-repeat;padding:10px;
	}
