html {
    overflow-x: hidden;
}
.main_image {
	height: 450px;
	text-align: center;
	margin-left: -200px;
	width: 1300px;
	overflow: hidden;
}
.new_products {
	margin: 40px 0 0;
}
h3 {
	margin: 5px 0;
}
.new_products div {
	float: left;
	font-size: 10px;
	margin: 0 18px 0 0;
	width: 112px;
}
.new_products div.flash {
	float: left;
	margin: 0;
	width: 670px;
}
.new_products div.flash object {
	margin: 0 3px 0 0;
}
.new_products div.pct {
	float: right;
	margin: 0;
	width: 230px;
}
.new_products div.pct div {
	margin: 0 5px 14px 0;
}
.new_products img.border {
	border: #bbb 1px solid;
}
.new_products div.pct div.last {
	margin: 0 0 10px 0;
}
.new_products p {
	line-height: 1.4em;
}
.new_products a {
	text-decoration: none;
}

.event {
	float: left;
	margin: 25px 0 0;
	width: 220px;
}
.announce {
	float: left;
	margin: 25px 0 0 10px;
	width: 216px;
}
.announce div {
	background: #e6e7e8;
	font-size: 11px;
	line-height: 1.8em;
	padding: 8px 12px;
}
.announce a, .info a, .topics a, .news a {
	background: url(css/img/arrow_w.gif) no-repeat 0 6px;
	padding: 0 0 0 8px;
}
.info, .topics {
	float: left;
	margin: 25px 0 0 10px;
	width: 217px;
}
.info div, .topics div, .news div, .support ul {
	border: #bbb 1px solid;
	font-size: 11px;
	line-height: 1.8em;
	padding: 8px 12px;
}
.topics img.left {
	float: left;
	margin-bottom: 5px;
	width: 55px;
}
.topics p {
	float: right;
	font-size: 10px;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	width: 125px;
}
.news {
	float: left;
	margin: 25px 0 0;
	width: 220px;
}
.support {
	float: left;
	margin: 25px 0 0 10px;
	width: 670px;
}
.support li {
	border-right: #bbb 1px solid;
	display: inline;
	margin-right: 8px;
	padding-right: 17px;
	padding-left: 28px;
}
li.faq {
	background: url(img/ic_faq.gif) no-repeat 5px 0;
}
li.manual {
	background: url(img/ic_manual.gif) no-repeat 5px 0;
}
li.repair {
	background: url(img/ic_repair.gif) no-repeat 5px 0;
}
li.discon {
	background: url(img/ic_discon.gif) no-repeat 5px 0;
}
li.tel {
	border: none;
	background: url(img/ic_tel.gif) no-repeat 5px 0;
}

.switchHat {
	color: #666;
	display: none;
	font-size: 10px;
	line-height: 1em;
}
.switchOn {
	display: block;
}
span.switchOn {
	display: inline;
}
.closeBtnHat span,
.switchHat {
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: block;
	font-size: 10px;
	margin: 5px 0 0;
}
span.switchHat {
	background: url(img/arrow_b_l.gif) no-repeat 125px 8px;
	/background: url(img/arrow_b_l.gif) no-repeat 125px 9px;
	clear: both;
	display: block;
	margin: 0;
	padding: 8px 0 3px;
	/padding: 10px 0 3px;
	text-align: right;
}
.topics span.switchHat {
	background: url(img/arrow_b_l.gif) no-repeat 125px 0px;
	/background: url(img/arrow_b_l.gif) no-repeat 125px 3px;
	clear: both;
	display: block;
	margin: 0;
	padding: 0px 0 3px;
	/padding: 2px 0 3px;
	text-align: right;
}
div.switchDetail {
	border: none;
	margin: 5px 0 0;
	padding: 0;
}
.switchhat_close:before {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
