/** Clear float anything **/
/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/** End from Clear float anything **/ 
.headboard {
	font-weight: bold;
	color: #000000;
	background-color: #cccccc;
}
.zone-content {
	width: 96%;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 5px;
	overflow: hidden;
}
.zone-pageintro-topic, .zone-pageintro-detail, .zone-classified-border, .zone-webboard-border, .zone-article-border, .zone-news-border, .zone-gallery-border, .zone-product-border, .zone-car-border {
	width: 96%;
	text-align: left;
}
.zone-classified-border, .zone-webboard-border, .zone-article-border, .zone-news-border, .zone-gallery-border, .zone-product-border, .zone-car-border {
	margin: 0 auto;
}
.zone-pageintro-topic {
	font-weight: bold;
}
.display-zone-image, .display-zone-image-style-2
{
	float: left;
	width: 18%;
	height: 140px;
	text-align: center;
	vertical-align: top;
	padding: 3px 0px 3px 0px;
}
.display-zone-content, .display-zone-content-style-2, .display-zone-content-style-3
{
	margin: 0;
	float: left;
	vertical-align: top;
	padding: 0px 0px 10px 0px;
	line-height: 130%;
}
.display-zone-content
{
	width: 81%;
	height: 140px;
}
.display-zone-content-style-2
{
	width: 30%;
}
.display-zone-content-style-3
{
	width: 33%;
	text-align: center;
}
.display-zone-wrapper
{
	text-align: left;
	padding: 0;
	width: 100%;
	font-size: 12px;
}
.display-zone-list
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}
.display-zone-list li
{
	padding: 6px 5px 6px 5px;
}
.clear-all
{
	clear:both;
	line-height:0;
	height:0;
	margin:0;
}
