/* Home */
h2 {
	margin-bottom: 0;
}

.home_intro {
	background-image: url(/images/layout/home/intro-bg.png);
	background-repeat: repeat-x;
	padding: 5px;
	color: #bbbbbb;
}

.home_latest {
	padding-bottom: 2px !important;
}

.home_latest .item {
	margin-bottom: 4px;
	background-color: #212121;
}

.home_latest .item .go {
	display:none;
}

.home_latest .item-inner {
	background-image: url(/images/layout/home/latest-item-right.png);	
	background-position: right top;
	background-repeat: no-repeat;
		border: 1px solid #212121;
}

.home_latest .item-inner .image {
	padding: 4px 5px 5px 5px;
	width: 60px;
	height: 60px;
}

.home_latest .item-inner .text {
	padding: 2px;
	padding-right: 20px;
	color: #666666;
}

.home_latest .item-inner .price {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	float:right;
	padding-right: 10px;
		background-image: url(/images/icons/taxnotpaid.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.home_latest .item-inner .taxpaid {
	background-image: url(/images/icons/taxpaid.gif);

}

.home_latest .item-inner a.name {
	font-size: 14px;
	font-weight: bold;
	display:block;
	margin-bottom: 3px;
	color: #666666;
}

.home_latest .item-inner a.name span {
	font-size: 10px;
	color: #666666;
}

.home_latest .item-inner img {
	display: block;
}

.home_latest .item-inner .info {
	clear:right;
	font-size: 11px;
}

.home_latest .item-inner .info th {
	text-align: right;
	padding: 3px;
}

.home_latest .item-inner .info td {
	width:  85px;
	padding-left: 3px;
	color: #999999;
}

.home_latest .item-inner-hover {
	background-position: right -69px;
	border-color: #515151;
}


.home_latest .item-inner-hover .text {
	color: #ffffff;
}

.home_latest .item-inner-hover .price {
	color: #00a8ff;
}

.home_latest .item-inner-hover a.name {
	color: #ffffff;
}

.home_latest .item-inner-hover a.name span {
	color: #999999;
}

.home_latest .item-inner-hover .info th {
	color: #999999;
}

.home_latest .item-inner-hover .info td {
	color: #ffffff;
}

.home_latest .noresults {
	margin-top: 0;
	color: #eeeeee;
	background-color: #181818;
}
	
.home_featured {

}

.home_featured .featured-image {
	float:left;
	border: 1px solid #424242;
	background-color: #262626;
	padding: 2px;
	margin-left:5px;
	margin-top:5px;
}

.home_featured .featured-image img {
	border: 1px solid #000000;
	display:block;
}	

.home_featured .featured-info {
	margin-left: 225px;
	height: 215px;
	width:196px;
}

.home_featured .featured-info .name {
	font-size: 18px;
	display:block;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
}

.home_featured .featured-info .info {
	height: 105px;
	font-size:  11px;
	margin-bottom:15px;
}

.home_featured .featured-info .info th {
	text-align: right;
	color: #999999;
	padding-right: 5px;
	width: 85px;
}

.home_featured .featured-info .price {
	text-align: center;
	background-image: url(/images/layout/home/featured-price-bg.png);
	height: 36px;
	line-height: 36px;
	color: #00a8ff;
	font-size:22px;
	font-weight: bold;
}

.home_featured .featured-info .tax {
	text-align: center;
	color: #999999;
	font-size: 11px;
}

.home_about .about-image {
	float:right;
	border: 1px solid #424242;
	background-color: #262626;
	padding: 2px;
	margin-left:5px;
	margin-top:5px;
}

.home_about .about-image img {
	border: 1px solid #000000;	
	display:block;
}

.home_about .about-info {
	margin-right: 220px;
	height: 212px;
	width:194px;
	padding: 5px;
	color: #cccccc;	
}

#homeimages {
	height: 202px;
	width: 897px;
	margin:auto;
	padding-top: 14px;
}

.contentbox .platinum {
	height:229px;
}

.bottomcontact {
	background-image: url(/images/layout/home/contact-bar.png);
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	width: 897px;
	margin: auto;
	color: #00A8FF;
	font-size: 14px;
}

.bottomcontact .number {
	padding-left: 60px;
	padding-right: 60px;
}