@charset "iso-8859-1";
/* CSS Document */

#divPopularWebHosts {
	border: 1px solid #839096;
	padding-bottom: 15px;
	background: url(images/bg-grey-box-content.jpg) repeat-x;
	margin-bottom: 15px;
}

#divPopularWebHosts h2 {
	display: block;
	margin: 0px;
	height: 33px;
	text-indent: 40px;
	background: url(images/bg-grey-box-header.jpg) no-repeat;
	color: #FFF;
	margin-bottom: 15px;
	padding-top: 2px;
	font-size: 24px;
}

#tablePopularHosts {
	width: 550px;
	margin-left: 15px;
}

#tablePopularHosts td {
	text-align: center;
	padding-top: 15px;
}

#tablePopularHosts td p {
	margin-top: 2px;
	margin-bottom: 0px;
}

#tablePopularHosts td a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #00F;
	font-weight: bold;
}

#tablePopularHosts td img {
	margin-bottom: 5px;
}

#tablePopularHosts td a:hover {
	color: #000;
}

#tablePopularHosts td.BottomBorder {
	border-bottom: 1px dashed #A9A9A9;
}

#tablePopularHosts td.RightBorder {
	border-right: 1px dashed #A9A9A9;
}

#tablePopularHosts td img {
	width: 150px;
} 

#divPopularWebHosts .BestDeal {
	color: #C00;
	margin-top: 0px;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 3px;
}
