.hireSections {
	display: block;
	float: left;
	margin: 0px; 
	padding: 5px; 
}

.hireSections li {
	list-style-type: none; 
	display: block;
	float:left;
}

.hireSections a, .hireSections a:hover {
	display: block;
	font-size: 100%;
	font-weight: bold;
	color: #36C;
	width: 125px;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #DDD;
	background: #EEE;
}

.hireSections a:hover {
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #36C;
}

#hireProducts {
	margin: 0px;
	padding: 0px;
}

#hireProducts li {
	list-style-type: none; 
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	list-style-type: none; 
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #666;
}

.newLine {
	clear: left;
}

.productName {
	display: block;
	float: left;
	width: 600px;
	font-weight: bold;
	font-size: 105%;
	margin: 0px 0px 5px 0px;
}

.productDescription {
	display: block;
	float: left;
	width: 430px;
	border: 1px solid #ccc;
	padding: 5px;
}

.productImage {
	display: block;
	float: left;
	width: 150px;
	margin-right: 10px;
}

#hireProducts .productDescription ul li, #hireProducts .productDescription ol li {
	float: none;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	padding: 0px;
	margin: 0px 0px 0px 15px;	
	border-style: none;
}

#hireProducts .productDescription ul li {
	list-style: disc;
}

#hireProducts .productDescription ol li {
	list-style: decimal;
}

