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

	#offer .hlisting .hproduct {
		width: 194px;	
		position: relative;
		display: inline-block;
	}
	
	#offer .hproduct .description {
		color: #333333;
		font-size: 16px;
		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: 3px;
		font-size: 22px;
	}
	#offer .hproduct a:hover {
		text-decoration: none;		
	}
	
	#offer  .hproduct .fn {
		padding: 10px 10px 0 10px;		
	}
	#offer .hproduct .description {
		padding: 0 10px;
	}
	#offer .hlisting .hproduct .properties {
		padding: 10px 10px;
		height: 100px;
	}
	
	#offer .hlisting .hproduct .description {
		height: 60px;
	}
	
	#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-repeat: repeat-x;
		position: relative;
		border-top: 1px solid #b3b3b3;
	}
		
	#offer .hlisting .item {
		border-right: 1px solid #b3b3b3;
		width: 195px;
	}
	
	#offer .hlisting .item:last-child {
		border: none;
	}
	
	.hlisting:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
    }

	.hlisting {
	    display: inline-block;
	}

	html[xmlns] .hlisting {
	    display: block;
	}
	
	* html .hlisting {
	    height: 1%;
	}	
	
	#webhosting-offer {
		background-image: url(./webhosting_woman.jpg);
		background-repeat: no-repeat;
		width: 589px;	
		height: 318px;
	}
	
	#webhosting-offer .hproduct {
		padding-left: 195px;
		padding-top: 155px;
		height: 318px;
	}
	
	#webhosting-offer .hproduct .properties {
		margin-top: 20px;
	}
	#offer .hproduct .properties li {
		list-style: none;
		margin-left: 10px;
		color: #494c53;
		font-size: 0.95em;
	}
	
	#offer .hlisting #virtual-server-offer {
		width: 391px;
	}

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