/*feature*/
#feature{ width:100%; margin: 0px; padding:0px;background: #ffffff;border-bottom: 1px solid #CCCCCC;padding-top:20px;padding-bottom:20px;}
.h3_feature { background: url("../../images/title_feature.gif") no-repeat left top; width: 207px;height: 38px;}
#feature h4{font-weight: bold; color: #cc6633;font-size:134%;padding: 20px 0px 0px;}
#feature p{ padding-top: 20px;}
#feature p:first-child{ padding-top: 0px;}

/*bottom*/
#bottom{ width:100%; margin: 0px; padding:0px; background: #ffffff url("../../images/check.gif") repeat center top; padding-top:20px;padding-bottom:20px;}
.h3_news { background: url("../../images/title_news.gif") no-repeat left top; width: 75px;height: 19px;}

dl.dl_news{padding:0px;margin-top:5px;width: 410px;}
dl.dl_news dt{padding:10px 0px 0px 0px; float: left;font-weight: bold; color: #0099cc;width:100px;}
dl.dl_news dd{color: #999999; font-weight: normal;padding: 10px 0px 0px 100px; }

.news_top {position: relative;width: 410px;}
#bottom .btn_more{ margin: 0px auto; padding: 0px auto; width: 50px;height: 16px;position: absolute; top: 2px;right: 0px; }
#bottom .btn_more a{overflow:hidden;display: block;text-indent: -9999px;height: 16px;background: url("../../images/btn_more.gif") no-repeat left top;}
#bottom .btn_more a:hover{background-position: bottom left;}

/* Media Queries
==========================================================================*/
@media screen and (min-width: 979px) {
}

@media screen and (max-width:799px) {
#feature h4{
	line-height: 150%;
	}

dl.dl_news,.news_top{
	width: 100%;
	}
#bottom div.left,#bottom div.right{
	float: none;
	}
#bottom div.w410{
	width: 100%;
	text-align: center;
	}
}

@media screen and (max-width:699px) {

#feature div.left{
	float: none;
	}
figure.right{
	float: none;
	text-align: center;
	}
.h3_feature { background: url("../../images/title_feature.gif") no-repeat center top; width: 100%;}

dl.dl_news dt{
	float: none;
	width: auto;
	padding: 5px 0px 0px 0px;
	}
dl.dl_news dd{
	padding: 5px 0px 0px 0px;
	}
}