#main_area {
	height: auto;
	display: table;
}
#product_list {
	float: left;
	width: 225px;
	margin: 0 3px !important /* IE7 & FF */;
	margin: 0 3px 0 2px;
	padding: 0;
	text-align: center;
}
#product_list .cate_fate,
#product_list .cate_ss,
#product_list .cate_div,
#product_list .cate_cal,
#product_list .cate_fs,
#product_list .cate_ft,
#product_list .cate_prog,
#product_list .cate_other {
	font-size: 12px;
	font-weight: bold;
}
#product_list .cate_fate h4,
#product_list .cate_ss h4,
#product_list .cate_div h4,
#product_list .cate_cal h4,
#product_list .cate_fs h4,
#product_list .cate_ft h4,
#product_list .cate_prog h4,
#product_list .cate_other h4 {
	font-size: 12px;
	margin: 0;
	border: 1px solid #abb7c0;
}
#product_list .cate_fate h4 a,
#product_list .cate_ss h4 a,
#product_list .cate_div h4 a,
#product_list .cate_cal h4 a,
#product_list .cate_fs h4 a,
#product_list .cate_ft h4 a,
#product_list .cate_prog h4 a,
#product_list .cate_other h4 a {
	padding: 0px 2px 0px 4px;
	width: auto;
	display: block;
}
#product_list ul.cate_fate,
#product_list ul.cate_ss,
#product_list ul.cate_div,
#product_list ul.cate_cal,
#product_list ul.cate_fs,
#product_list ul.cate_ft,
#product_list ul.cate_prog,
#product_list ul.cate_other {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 1px;
	margin-bottom: 2px;
}
#product_list .cate_fate li,
#product_list .cate_ss li,
#product_list .cate_div li,
#product_list .cate_cal li,
#product_list .cate_fs li,
#product_list .cate_ft li,
#product_list ul.cate_prog li,
#product_list ul.cate_other li {
	line-height: 13px;
	font-weight: normal;
}
#product_list .cate_desc {
	background-image: url(images/product_list_tab_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #abb7c0;
	height: 412px;
	font-size: 12px;
	text-align: left;
	padding: 3px;
	color: #062a43;
}
#product_list .cate_desc ul.view {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
	display: table;
}
#product_list .cate_desc ul.view li {
	float: left;
	width: auto;
	text-align: center;
	list-style: none;
  font-weight: bold;
	height: 15px;
}
#product_list .cate_desc ul.view li a,
#product_list .cate_desc ul.view li a:link,
#product_list .cate_desc ul.view li a:active,
#product_list .cate_desc ul.view li a:visited {
	margin: 0 1px 0 0;
	padding: 2px 3px;
  color: #B94B46;
	border: 1px solid #B94B46;
	background-color: #FFF8E1;
	display: block;
  text-decoration: none;
	line-height: 15px;
}
#product_list .cate_desc ul.view li a:hover {
  color:#FFF8E1;
	border: 1px solid #B94B46;
	background-color: #ED4874;
}
#product_list .cate_desc a,
#product_list .cate_desc a:active,
#product_list .cate_desc a:visited,
#product_list .cate_desc a:link {
	color: #0f5788;
}

#product_list .index-tab-pane .tab-pane {
	position: relative;
	width:		100%;
	margin-right:	0px;
	font-size: 12px;
}
#product_list .index-tab-pane .tab-row .tab {
	width:				50px;
	height:				20px;
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	/*cursor:			Default;*/
	margin:			1px 10px 1px -8px;
	white-space:	nowrap;
	text-align:		center;
	padding-top: 3px;
	border: 1px solid #AEBAC3;
	background: linear-gradient(to bottom, #6998c6 0%,#b1bedb 15%,#d3d3d3 99%) !important;
	border-radius: 3px 3px 0 0;
}

#product_list .index-tab-pane .tab-row .tab.selected {
	width: 50px !important;
	height: 22px !important;
	border: 1px solid #AEBAC3;
	border-bottom: 0;
	background: linear-gradient(to bottom, #87c3ff 0%,#cce5ff 27%,#ffffff 99%) !important;
	z-index: 3;
	margin: -1px 10px 0px -8px;
}

#product_list .index-tab-pane .tab-row .tab a {
	color: #062a43;
	/*cursor:				default;*/
	font-weight: normal;
	font-size: 12px;
}

#product_list .index-tab-pane .tab-row .tab.hover {
	width: 50px;
	height: 20px;
	background-image:	url( "images/product_list_tab.hover.png" );
	background-repeat:	no-repeat;
}

#product_list .index-tab-pane .tab-page {
	clear:			both;
	z-index:		2;
	top:			-5px;
	position:	relative;
	color:				#000;
	padding: 0;
}

#product_list .index-tab-pane .tab-row {
	z-index: 1;
	white-space: nowrap;
	padding-top: 2px;
	padding-left: 8px;
}
#product_list .cate_index {
	font-size: 12px;
	text-align: left;
	padding: 1px;
}
#product_list .cate_index a{
	font-weight: bold;
}
#product_list .cate_index_info {
	width: 220px;
	text-align: right;
	margin: 2px;
	float: left;
	padding: 1px;
	padding-right: 20px;
}
.Trial:hover {
	background-position: 0 -25px;
}
.Tutor:hover {
	background-position: -70px -25px;
}
.AnQ:hover {
	background-position: -140px -25px;
}
#events_area {
	float: left;
	width: 375px;
	margin-right: 3px;
	padding: 0;
	text-align: center;
}
#events_area a,
#events_area a:link,
#events_area a:visited,
#events_area a:active,
#events_area h3 a,
#events_area h3 a:link,
#events_area h3 a:visited,
#events_area h3 a:active {
	color: #3f6184;
}
#events_area .cate_desc {
	background-image: url(images/events_tab_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #bdc8cf;
	height: 410px;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	color: #062a43;
}
#events_area .events_desc {
	height: 321px;
	padding: 0;
	margin: 0;
}
#events_area .opacitylayer {
	height: 355px;
	padding: 0;
	margin: 0;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#events_area .event_nav {
	width: 100%;
/*	text-align: right;*/
	font-size: 12px;
	margin-bottom: 3px;
}
#events_area .event_nav a,
#events_area .event_nav a:link,
#events_area .event_nav a:visited,
#events_area .event_nav a:active {
	background-image: url(images/events_button.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 85px;
	/*display: block;*/
	height: 20px;
	margin-right: 5px;
	padding-top: 4px;
	text-align: center;
	font-weight: bold;
	color: #5a6264;
	float: left; 
}
#events_area .event_nav a:hover {
	background-image: url(images/events_button.hover.png);
	background-repeat: no-repeat;
}
#events_area .event_nav a.event_windows,
#events_area .event_nav a.event_windows:link,
#events_area .event_nav a.event_windows:visited,
#events_area .event_nav a.event_windows:active {
	background-image: url(images/events_windows_button.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 85px;
	/*display: block;*/
	height: 20px;
	margin-right: 5px;
	padding-top: 4px;
	text-align: center;
	font-weight: bold;
	color: #584533;
	float: left; 
}
#events_area .event_nav a.event_windows:hover {
	background-image: url(images/events_windows_button.hover.png);
	color: #c5640f;
}
#events_area .cate_desc h4 {
	font-size: 20px;
	font-family: "Microsoft JhengHei", "Microsoft YaHei", SimHei, Sans-Serif;
	font-weight: lighter;
	text-align: left;
	color: #062a43;
	margin: 0;
	padding: 0;
}

#events_area .contentslide {
	width: 365px;
	height: 377px;
}

#events_area .contentslide .contentdiv {
	display: none;
}

#events_area .pagination {
	background-image: url(images/events_selection_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: auto;
	padding: 5px 0px 0px 0px;
	text-align: right;
}

#events_area .pagination a {
	background-image: url(images/selection_button.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 70px;
	height: 12px;
	text-align: center;
	color: #2e6ab1;
	padding: 3px 2px;
	margin-right: -4px;
	float: left;
	display: block;
}

#events_area .pagination a:hover{
	background-image: url(images/selection_button.hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}
#events_area .pagination a.selected {
	background-image: url(images/selection_button.selected.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #9bc331;
}

#events_area .pagination_num {
	background-image: url(images/events_selection_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: auto;
	text-align: right;
	padding: 6px 15px 0px 0px;
}

#events_area .pagination_num a {
	background-image: url(images/selection_button_num.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 38px;
	height: 25px;
	text-align: center;
	color: #2e6ab1;
	padding: 3px;
	margin-right: -7px;
	margin-bottom: -2px;
	float: left;
	display: block;
}

#events_area .pagination_num a:hover{
	background-image: url(images/selection_button_num.hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 2px;
}
#events_area .pagination_num a.selected {
	background-image: url(images/selection_button_num.selected.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #9bc331;
	margin-bottom: 2px;
}

#events_area .events1 {
	visibility: hidden;
}

#events_area .index-tab-pane .tab-pane {
	position: relative;
	width:		100%;
	margin-right:	0px;
	font-size: 12px;
}
#events_area .index-tab-pane .tab-row .tab {
	width:				78px;
	height:				20px;
	background-image:	url( "images/events_tab.png" );
	background-repeat:	no-repeat;
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	/*cursor:			Default;*/
	margin:			1px 10px 1px -8px;
	white-space:	nowrap;
	text-align:		center;
	padding-top: 3px;
}

#events_area .index-tab-pane .tab-row .tab.selected {
	width: 78px !important;
	height: 22px !important;
	background-image:	url( "images/events_tab.active.png" ) !important;
	background-repeat:	no-repeat;
	border-bottom-width:	0;
	z-index: 3;
	margin: -1px 10px 0px -8px;
}

#events_area .index-tab-pane .tab-row .tab a {
	color: #062a43;
	/*cursor:				default;*/
	font-weight: normal;
	font-size: 12px;
}

#events_area .index-tab-pane .tab-row .tab.hover {
	width: 78px;
	height: 20px;
	background-image:	url( "images/events_tab.hover.png" );
	background-repeat:	no-repeat;
}

#events_area .index-tab-pane .tab-page {
	clear:			both;
	z-index:		2;
	top:			-5px;
	position:	relative;
	color:				#000;
	padding: 0;
}

#events_area .index-tab-pane .tab-row {
	z-index: 1;
	white-space: nowrap;
	padding-top: 2px;
	padding-left: 8px;
}


#quick_buy {
	width: 332px;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}
#quick_buy .cate_desc {
	background-image: url(images/quick_buy_tab_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #c7c4c2;
	height: 414px;
	font-size: 12px;
	text-align: left;
	padding: 3px;
	color: #062a43;
}
#quick_buy #product_display {
	margin: 0;
	font-size: 12px;
	text-align: left;
	padding: 3px;
	height: 315px;
	color: #062a43;
}
#quick_buy #product_display #pro_img {
	padding: 0;
	margin: 0;
	width: 145px;
	height: 230px;
	float: left;
}
#quick_buy #product_display #pro_tit {
	margin: 0px 0px 3px 0px;
	padding: 2px;
	font-size: 15px;
	width: auto;
	height: 25px;
	text-align: left;
	font-weight: bold;
	text-indent: 10px;
}
#quick_buy #product_display #pro_desc {
	margin: 0;
	width: 155px;
	height: 230px;
	padding: 0;
	float: right;
	font-size: 12px;
}

#quick_buy #product_select {
	background-image: url(images/quick_buy_select_mid.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 318px;
	margin: 0;
	padding: 0;
}
#quick_buy #product_select .tit {
	background-image: url(images/quick_buy_select_tit.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 318px;
	height: 3px;
}
#quick_buy #product_select input,
#quick_buy #product_select select {
	font-size: 12px;
}
#quick_buy #product_select .mid {
	margin-top: 3px;
	width: 318px;
	height: 85px;
	padding-left: 6px;
	line-height: 28px;
}
#quick_buy #ecar,#quick_buy #ecar2 {
	padding: 3px 3px 0px 3px;
	background-color: #f7faff;
	width:130px;
	text-align:	center;
	border: 1px solid #abb7c0;
}
#quick_buy #ecar:hover,#quick_buy #ecar2:hover {
	background-color: #abb7c0;
	border: 1px solid #f7faff;
}
#quick_buy .index-tab-pane .tab-pane {
	position: relative;
	width:		100%;
	margin-right:	0px;
	font-size: 12px;
}
#quick_buy .index-tab-pane .tab-row .tab {
	width:				70px;
	height:				20px;
	background-image:	url( "images/quick_buy_tab.png" );
	background-repeat:	no-repeat;
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	/*cursor:			Default;*/
	margin:			1px 10px 1px -8px;
	white-space:	nowrap;
	text-align:		center;
	padding-top: 3px;
}

#quick_buy .index-tab-pane .tab-row .tab.selected {
	width: 70px !important;
	height: 22px !important;
	background-image:	url( "images/quick_buy_tab.active.png" ) !important;
	background-repeat:	no-repeat;
	border-bottom-width:	0;
	z-index: 3;
	margin: -1px 10px 0px -8px;
}

#quick_buy .index-tab-pane .tab-row .tab a {
	color: #062a43;
	/*cursor:				default;*/
	font-weight: normal;
	font-size: 12px;
}

#quick_buy .index-tab-pane .tab-row .tab.hover {
	width: 70px;
	height: 20px;
	background-image:	url( "images/quick_buy_tab.hover.png" );
	background-repeat:	no-repeat;
}

#quick_buy .index-tab-pane .tab-page {
	clear:			both;
	z-index:		2;
	top:			-5px;
	position:	relative;
	color:				#000;
	padding: 0;
}

#quick_buy .index-tab-pane .tab-row {
	z-index: 1;
	white-space: nowrap;
	padding-top: 2px;
	padding-left: 8px;
}

#forum_area {
	width: 603px;
	padding: 0;
	margin: 0 3px !important /* IE7 & FF */;
	margin: 0 3px 0 2px;
	float: left;
	text-align: center;
}
#forum_area .tit {
	background-image: url(images/forum_tit.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 3px;
	padding: 0;
	margin: 0;
}
#forum_area .mid {
	border-left: 1px solid #c7c4c2;
	border-right: 1px solid #c7c4c2;
	background-image: url(images/forum_mid.png);
	background-color: #ddd4e6;
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	height: 260px;
	padding: 0px 3px;
}
#forum_area .mid h3 {
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	text-indent: 0px;
	line-height: 28px;
	margin: 0;
	padding: 0;
}
#forum_area .board {
	width: 583px;
	height: 200px;
	border: 1px solid #c7c4c2;
	background-image: url(images/forum_area_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px 5px;
	line-height: 19px;
	font-size: 13px;
}
#forum_area.board span {
	/*font-weight: bold;*/
	color: #756a85;
}
#forum_area .board small {
	background-image: url(images/memo.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #839bb3;
	background-position: left -2px;
}
#forum_area .board a,
#forum_area .board a:link,
#forum_area .board a:active {
	font-weight: lighter;
}
#forum_area .forum_reg a,
#forum_area .forum_reg a:link,
#forum_area .forum_reg a:active {
	color: #81658D;
}
#forum_area .forum_reg {
	font-size: 12px;
	text-align: right;
	padding-right: 8px;
	margin-top: 3px;
}
#forum_area .forum_reg a {
	font-weight: bold;
}
#forum_area .flr {
	background-image: url(images/forum_flr.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 3px;
	padding: 0;
	margin-bottom: 0 !important /* IE7 & FF */;
	margin-bottom: -14px;
}
#download_area {
	width: 332px;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#download_area .tit {
	background-image: url(images/dl_top10_tit.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 3px;
	padding: 0;
	margin-bottom: 0 !important /* IE7 & FF */;
	margin-bottom: -15px;
}
#download_area .mid {
	border-left: 1px solid #bcccd0;
	border-right: 1px solid #bcccd0;
	background-image: url(images/dl_top10_mid.png);
	background-color: #ccded4;
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	height: 260px;
	padding: 0px 3px;
}
#download_area .mid h3 {
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	line-height: 28px;
	margin: 0;
	padding: 0;
}
#download_area .board {
	width: 312px;
	height: 200px;
	border: 1px solid #b7ccc6;
	background-image: url(images/dl_top10_area_bg.png);
	background-repeat: repeat-x;
	background-color: #fdfffd;
	background-position: left bottom;
	padding: 0px 5px;
	line-height: 19px !important /* IE7 & FF */;
	line-height: 20px;
	font-size: 13px;
}
#download_area .board small {
	color: #c04027;
	font-size: 11px;
}
#download_area .dl_list {
	font-size: 12px;
	text-align: right;
	padding-right: 8px;
	padding-top: 3px;
}
#download_area .dl_list a {
	font-weight: bold;
}

#download_area .board a,
#download_area .board a:link,
#download_area .board a:visited,
#download_area .board a:active,
#download_area .dl_list a,
#download_area .dl_list a:link,
#download_area .dl_list a:visited,
#download_area .dl_list a:active {
	color: #587666;
}
#download_area .board .dl_link:link,
#download_area .board .dl_link:active{
	font-weight: normal;
}
#download_area .flr {
	background-image: url(images/dl_top10_flr.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 3px;
	padding: 0;
	margin-bottom: 0 !important /* IE7 & FF */;
	margin-bottom: -14px;
}

#banner_area {
	float: left;
	width: 937px;
	margin: 3px 0 0 4px;
	height: 61px;
}
#banner_area .tit {
	background-image: url(images/banner_tit.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 3px;
	padding: 0;
	margin-bottom: 0 !important /* IE7 & FF */;
	margin-bottom: -14px;
}
#banner_area .mid {
	border-left: 1px solid #c7c4c2;
	border-right: 1px solid #c7c4c2;
	background-image: url(images/banner_mid.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFF;
	text-align: left;
	padding: 0px 6px;
	font-size: 12px;
}
#banner_area .mid div.board{
	font-size: 15px;
	height: 35px;
}
#banner_area .mid div.board a{
	margin: 8px 4px;
	line-height: 35px;
}
#banner_area .mid h3 {
	background-image: url(images/banner_hr.png);
	background-repeat: repeat-x;
	background-position: left 19px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
	margin: 0;
	padding-top: 5px;
}
#banner_area .flr {
	background-image: url(images/banner_flr.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 3px;
	margin-bottom: 0 !important /* IE7 & FF */;
	margin-bottom: -10px;
}
span.date {
	font-weight: lighter;
	font-size: 10px;
}
dd.cols {
	float: left;
	width: 178px;
	padding: 0;
	margin: 0;
}
.newyear_info{
	text-indent: 26px;
    line-height:.9;
	-webkit-margin-before:0.5em;
	-webkit-margin-after:0px
}
ul.trial {
 padding:0;
 margin: 3px 0  1px 0;
 display: inline-block;
}
ul.trial li{
	padding: 4px;
	margin: 0 1px;
	background:#0f5788;
	border-radius: 5px;
	text-align: center;
	float: left;
	display: inline-table;
	list-style: none;
}
ul.trial li:hover{
    background: #1996ea;
}
#product_list ul.trial li.red{
	background:#A22;
}
#product_list ul.trial li.red:hover{
    background: red;
}
#product_list ul.trial li a,
#product_list ul.trial li a:link,
#product_list ul.trial li a:active,
#product_list ul.trial li a:visited {
	font-family: "Microsoft JhengHei", "Microsoft YaHei", SimHei, Sans-Serif;
	color: #ceedff;
	line-height: 15px;
	font-size:15px;
	font-weight: bolder;
}
#product_list ul.trial li a:hover {
	color:#FFF;
	text-decoration: none;
}
#product_list ul.trial li.red a{
	color: #ffefef;
}