/**
 * External Listings CSS
 *
 * Styles the external listings template
 *
 * Software for 68 Classifieds - Adept Marketing S.A.R.L.
 *
 * @author David Seymour
 * @copyright Copyright (c) 2009, TemplateCodes.com (Adept Marketing S.A.R.L.) All Rights Reserved.
 * @link http://www.templatecodes.com
 * @package Iframe Module
 * @category CSS
 * @version 1.01
 * @internal For use with 68C v4.1.1 - 4.1.x
 * @internal PHP5 or greater
 */




.feat {
	width: 119px;
	float: left;
	padding: 6px;
	margin: 0 2px 8px 4px;
	background: #fffff9;
	border: #dddddd 1px inset;
}
.feat_width {
	width: 100%;
}
.feat_img {
	width: 100%;
	text-align: center;
	margin: 0 0 5px 0;
}
.feat_img a img {
	border:0;
}
.feat_txt {
	width: 100%;
	color: #666666;
	height: 46px;
	overflow: hidden;
	text-align: center;
	font-size:12px;
	font-weight: bold;
			font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

	
}
.feat_txt a{
	color: #666666;	
	text-decoration: none;

}
.feat_txt a:hover{
	text-decoration:none;
	color:#f58700;
}
.feat_price {
	width: 100%;
	color: #5a9a11;
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
			font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}
