#offer a,
#offer a:hover {
	font-weight: normal;
}

#offer .hlisting .hproduct {
	width: 268px;
	position: relative;
	display: inline-block;
}
	
#offer .hproduct .description {
	color: #333333;
	font-size: 1.15em;
	display: block;
	font-style: normal;
	line-height: 1.5em;
/*	text-shadow: 1px 1px 0px #fff; */
}
	
#offer .hproduct:hover {
	background-color: rgba(11, 101, 174, 0.08);
	color: black;
	cursor: pointer; 
}

#offer .hproduct:hover .fn {
	color: black;
}

#offer .hproduct:hover .description {
	color: black;
}
	
#offer .hproduct .fn {
	margin-bottom: 2px;
	font-size: 1.6em;
	hyphens: auto;
}
	
#offer .hproduct a:hover {
	text-decoration: none;
}
	
#offer .hproduct .fn {
	padding: 5px 5px 0px 10px;
}

#offer .hproduct .description {
	padding: 0 10px 5px 10px;
}

#offer .hlisting .hproduct .properties {
	padding: 10px 10px;
	height: 5em;
}
	
#offer .hlisting .hproduct .description {
	height: 100%;
}
	
#offer .hproduct .properties {
	margin-top: 0;
}
	
#offer .hlisting {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
	
#offer .hlisting .item {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}
	
#offer .hlisting {
/*-	background-image: url(./header.png);
	background-color: #efefef;
	background-repeat: repeat-x;
	position: relative;
*/
	background: rgb(238,238,238);
	background: -moz-linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(254,254,254,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(254,254,254,1) 100%);
	background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#fefefe",GradientType=1); 
	border-top: 1px solid #b3b3b3;
}

#offer .hlisting .item {
	border-right: 1px solid #b3b3b3;
	width: 201px;
}
	
#offer .hlisting .item:last-child {
	border: none;
	width: 201px;
}
	
.hlisting:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.hlisting {
	display: inline-block;
}

html[xmlns] .hlisting {
	display: block;
}
	
* html .hlisting {
	height: 1%;
}	
	
#offer .hproduct .properties li {
	list-style: none;
	margin-left: 10px;
	color: #494c53;
	font-size: 0.95em;
}
	
#offer .hlisting #virtual-server-offer {
	width: 403px;
}
	
#offer .hlisting #dedicated-server-offer {
	width: 400px;
}

#offer .hlisting #business-offer {
    width: 100%;
}
