h1 {
	font-size: 30px;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Helvetica,Arial,sans-serif;
	margin: 0px 0px 39px 0px;
	font-weight: bold;
	line-height: 30px;
	float: left;
	}
h2 {
	font-size: 20px;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Helvetica,Arial,sans-serif;
	margin: 0px 0px 39px 0px;
	font-weight: normal;
	line-height: 27px;
	float: left;
	color: #12507A;
	margin: 0px 0px 10px 10px; 
	}
.product {
	
	}
.product .product_info {
	float: right;
	background: url("../img/static/hirebuy_bg.jpg") top left no-repeat;
	width: 280px;
	height: 215px;
	line-height: 17px;
	padding: 16px 21px 11px 19px;
	}
.product_info .sub_title {
	font-size: 16px;
	font-weight: bold;
	}
.product_info .buttons {
	width: 220px;
	}
.product_info .buttons img {
	margin: 0px 10px 0px 0px;
	border: none;
	}
.buttons img.buy_button {
	margin: 0px;
	}
.buy_only {
	font-size: 14px;
	color: red;
	font-weight: bold;
	display: block;
	float: right;
	margin: 0px 77px 0px 0px;
	}
.product .product_image {
	margin: 0px;
	float: left;
	margin-bottom: 42px;
	}
.explanation {
	display: block;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	float: left;
	}
.explanation p {
	margin: 0px;
	}
.product:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
