/*mhn classifieds*/
/*show*/
.enet-classifieds.show .enetimg{
    float:left;
    border:3px solid #b1ca94;
    margin-right:15px;
}

.enet-classifieds.show h2{
    margin:0;
}

.enet-classifieds.show .price{
    margin:5px 0;
    font-weight:bold;
}


.enet-classified.featured {
	padding-bottom:0px;
	border-bottom:0px;
    width:95%;
}

.enet-classified.featured .item,
.enet-classified.showall .item{
	padding:10px 0 8px 0;
	margin:0 0 8px 0;
	line-height:1.2em;
}
.enet-classified.featured .item{
	border-bottom:1px dotted #d9eb9b;
}

.enet-classified.showall table {
    width:100%;
    border-collapse: separate; 
    border-spacing: 10px 0;
}
.enet-classified.showall table tr td {
    width:50%;
    padding:0;
    border:0;
	border-bottom:1px dotted #d9eb9b;
}


.enet-classified.showall .item a,
.enet-classified.featured .item a{
	text-decoration:none;
	font-size:115%;
}

.enet-classified.showall .item img.enetclassifiedimg,
.enet-classified.featured .item img.enetclassifiedimg{
	border:3px solid #d9eb9b;
	float:left;
	margin-right:10px;
}

.enet-classified.showall a.view,
.enet-classified.featured a.view{
	display:block;
	width:109px;
	height:23px;
	text-align:center;
	text-transform:uppercase;
	color:#ecffac;
	font-size:90%;
	text-decoration:none;
	padding-top:3px;
	background:url(../images/viewbg.gif) no-repeat;
	clear:both;
}

.enet-classified.featureds a.view:hover{
	color:#fff;
}

