﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Thaoma, Arial, Helvetica, sans-serif, "新細明體";
	font-size: 12px;
	}
body {
	background: url(../images/bodybg.jpg) no-repeat center top;
	text-align: center;
	}
	
.Wrapper {
	margin: 0 auto;
	width: 1000px;
	}
.Debug {
	clear: both;
	}
	
/*Header*/	
.Logo {
padding-left:10px;
	height: 78px;
	text-align: left;
	}
.Logo a {
	width: 280px;
	height: 78px;
	background: url(../images/logo.gif) no-repeat center top;
	display: block;
	}

/*Navi*/
.Navi {
	width: 1000px;
	height: 35px;
	text-align: center;
	overflow: hidden;
	}
.Navi ul {
	margin: 0 auto;
	width: 720px;
	height: 35px;
	list-style: none;
	display: block;
	}
.Navi ul li {
	padding: 0 5px;
	height: 35px;
	list-style: none;
	text-align: left;
	display: block;
	float: left;
	}
.Navi ul li a {
	padding: 0 20px 0 0;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 35px;
	display: block;
	}
.Navi ul li a span {
	padding: 0 0 0 20px;
	display: block;
	}
.Navi ul li a:hover, .Navi ul li a.NaviSelected {
	background: url(../images/menu_hover.gif) no-repeat 100% 0;
	color: #000000;
	}
.Navi ul li a:hover span, .Navi ul li a.NaviSelected span {
	background: url(../images/menu_hover.gif) no-repeat 0 -35px;
	color: #000000;
	}
/*SubMenu*/
.SubMenu {
	margin: 10px auto 0 auto;
	padding: 0 50px 0 120px;
	width: 790px;
	height: 31px;
	background: url(../images/sub_menu.jpg) no-repeat 0 0;
	text-align: left;
	}
.SubMenu a {
	padding: 0 10px 0 50px;
	background: url(../images/sub_menu_dot.gif) no-repeat 0 center;
	color: #444444;
	line-height: 31px;
	text-decoration: none;
	display: block;
	float: left;
	}
.SubMenu a:hover {
	color: #FF0000;
	}
/*Banner*/
.Banner {
	margin: 10px auto 0 auto;
	width: 950px;
	height: 215px;
	}
	
/*Main*/
.Main {
	margin: 10px auto;
	width: 950px;
	text-align: left;
	}
.ColLeft {
	width: 174px;
	float: left;
	}
.ColRight {
	margin: 0 0 0 26px;
	width: 750px;
	float: left;
	}

/*Left Categories*/
.DeBox {}
.DeBoxTop {
	background: url(../images/left_menu_top.jpg) no-repeat;
	height: 25px;
	}
.DeBoxContent {
	padding: 10px 0;
	background: url(../images/left_menu_bg.jpg) repeat-y;
	}
.DeBoxBot {
	background: url(../images/left_menu_bot.jpg) no-repeat;
	height: 25px;
	}

.MenuItem {
	padding: 0 0 0 30px;
	background: url(../images/left_item.jpg) no-repeat;
	height: 30px;
	text-decoration: none;
	color: #666666;
	line-height: 30px;
	display: block;
	}
.MenuItem:hover, .MenuItemLinkNow {
	padding: 0 0 0 30px;
	background: url(../images/left_item_over.jpg) no-repeat;
	height: 30px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 30px;
	display: block;
	}
#submenu a {
	padding: 0 0 0 45px;
	background: url(../images/left_item_sub.jpg) no-repeat;
	height: 30px;
	text-decoration: none;
	color: #333333;
	line-height: 30px;
	display: block;
	}
#submenu a:hover {
	background: url(../images/left_item_sub_over.jpg) no-repeat;
	}
#submenu .MenuItemLinkNow {
	padding: 0 0 0 45px;
	background: url(../images/left_item_sub_now.jpg) no-repeat;
	height: 30px;
	text-decoration: none;
	color: #FF0000;
	line-height: 30px;
	display: block;
	}

.PageHeading {
	height: 34px;
	}
.PageHeading h3 {
	padding: 0 20px 0 0;
	background: url(../images/headingbg.gif) no-repeat right top;
	height: 34px;
	float: left;
	}
.PageHeading span {
	padding: 0 0 0 20px;
	background: url(../images/headingbg.gif) no-repeat 0 -34px;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	color: #FFFFFF;
	display: block;
	}
.PageContent {
	padding: 30px;
	background: #FFFFFF url(../images/contentbg.gif) no-repeat 0 0;
	border-bottom: 1px solid #DE598C;
	line-height: 2em;
	font-size: 12px;
	color: #333333;
	}
.ProdContent {
	padding: 30px 15px;
	background: #FFFFFF url(../images/contentbg.gif) no-repeat 0 0;
	border-bottom: 1px solid #DE598C;
	line-height: 2em;
	font-size: 12px;
	color: #333333;
	}
	
.ConDetail {
	padding: 5px;
	background: #F4F4F4;
	border: 1px solid #CCCCCC;
	text-align: left;
	display: block;
	}
.ConDetail ul {
	margin: 0 0 5px 0;
	padding: 10px;
	width: 120px;
	height: 280px;
	background: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	list-style: none;
	display: block;
	float: left;
	}
	
.ProdName {
	color: #0000FF;
	font-weight: bold;
	font-size: 12px;
	}
.ProdNote {
	color: #333333;
	font-size: 10px;
	line-height: 1.5em;
	}
	
/*Page Sort*/
.PageSort {
	text-align: center;
	}
.PageSort a {
	margin: 0 2px;
	padding: 2px 5px;
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	border: 1px solid #cccccc;
	}
.PageSort a:hover {
	color: #FF0000;
	border: 1px solid #FF0000;
	}
.PageFirst {}
.PagePrev {}
a.PageNumSelect {
	color: #FF0000;
	border: 1px solid #FF0000;
	}
.PageNum {}
.PageNext {}
.PageEnd {}

/*Footer*/
.Footer {
	margin: 10px auto;
	width: 950px;
	background: #DD000F;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 11px;
	}
.Footer a {
	color: #FFCCCC;
	}
.Footer a:hover {
	color: #FFFFFF;
	}
.highslide img {
	cursor: url(user/w070512861/TW/highslide/graphics/zoomin.cur), pointer !important;
	border: none;
	}

