/*Large photos up top Home offers and specials 1*/

.listingtable {
	border-width:0;
	padding:0;
	margin:0;
	padding:15px;
}

.listingtable td {
	border-style:none;
}

.listingrow0 {
}

.listingrow1 {
}

.price {
	color:#ff0000;
	font-weight:700;
}

.viewlink {
	color:#a0a0a0;
	text-decoration:none;
	font-weight:700;
}

.viewlink:hover {
	color:#ff0000;
}

.listingadvert {
	margin-top:15px;
	padding-bottom:10px;
	position:relative;
}

.listingphoto {
	width:198px;
	margin-left:15px;
	border:#CCC solid 5px;
	padding-bottom:0px;
	margin-bottom:60px;
}

.listingtext {
	position:absolute;
	top:194px;
	left:20px;
	color:#666;
	width:198px;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:#CCC dotted 1px;
	border-top:#CCC dotted 1px;
}

.listingprice {
	position:absolute;
	top:165px;
	left:20px;
	color:#666;
	font-weight:bold;
	font-size:14px;
}

.listingmore {
	font-weight:700;
	color:#000000;
	width:165px;
	height:15px;
	visibility:visible;
	display:block;
}

.listingmore a {
	color: #fff;
	text-decoration:none;
	visibility:visible;
	display:block;
	width:80px;
	height:20px;
	top:155px;
	left:125px;
	text-align:center;
	position:absolute;
	font-size:12px;
	border:#CCC 4px solid;
	background-color: #047a30;
	height:15px;
	padding:5px;
	font-weight:bold;
	}

.listingmore a:hover {
	text-decoration:none;
	background-color:#000;
	color:#FFF;
}

