#content_frame {
	overflow	: hidden;
}

li {
	list-style-type	: none;
}

p {
	margin		: 0;
	padding		: 0;
}

.billbord {
	margin-bottom	: 10px;
}

.billbord img {
	margin-bottom	: 15px;
}

.billbord .catch {
	font-size	: 16px;
	;font-weight	: bold;
	margin-bottom	: 5px;
}

.billbord p {
	line-height	: 140%;
}

.feature {
	margin		: 20px 0;
	padding		: 5px 0 0 230px;
	height		: 150px;
	background	: url(../img/feature_bg.jpg) no-repeat top center;
}

.feature a {
	display		: block;
	margin-bottom	: -10px;
	width		: 296px;
	height		: 74px;
	overflow	: hidden;
	position	: relative;
	background	: url(../img/feature_link_bg.gif) no-repeat;
}

.feature a img {
	display		: block;
	position	: absolute;
	top		: 14px;
	left		: 2px;
}

.products {
	width		: 570px;
}

.products .item {
	color		: #000;
	float		: left;
	margin-right	: 10px;
	padding		: 11px 9px;
	width		: 255px;
	_width		: 275px;
	text-align	: center;
	border		: 1px solid #000;
}

.products .item.green	{ border-color:#6b9b23; }
.products .item.red	{ border-color:#9b2326; }

.products .item h4 {
	margin		: -12px -10px 10px -10px;
	height		: 60px;
	position	: relative;
	z-index		: 1;
}

.products .item img.mv {
	margin-bottom	: 10px;
}

.products .item hr {
	margin-bottom	: 9px;
	height		: 11px;
	border		: 0;
	border-bottom	: 1px dotted #999;
}

.products .item span.plus {
	display		: block;
	margin		: -22px auto 7px auto;
	*margin-top	: -29px;
	width		: 24px;
	height		: 24px;
	background-repeat: no-repeat;
}
.products .item.green span.plus	{ background-image:url(../img/icon_plus_green.gif); }
.products .item.red span.plus	{ background-image:url(../img/icon_plus_red.gif); }

.products .item .goto-form {
	position	: relative;
	text-align	: left;
	height		: 108px;
}

.products .item .goto-form .rollover,
.products .item .goto-form .link {
	float		: right;
}

.products .item .goto-form .link {
	display		: block;
	margin		: 0 -2px 0 0;
	padding-top	: 3px;
	width		: 184px;
}

.products .item .goto-form img {
	display		: block;
}

.products .item .goto-form img.thumbnail {
	float		: left;
	padding		: 1px;
	border		: 1px solid #999;
}

.products .item .goto-form img.popicon {
	position	: absolute;
	top		: -35px;
	right		: 0;
}

.products .item .goto-form p {
	clear		: both;
	padding-top	: 5px;
	margin-bottom	: 3px;
}

.products .item .goto-form .redbnr {
	color		: #fff;
	background-color: #f00;
	padding		: 2px 6px;
}
