@charset "big5";
/* CSS Document */
html, body {
	padding: 0;
	margin: 0;
	font-family: "微軟正黑體", "新細明體", Arial;
	background-color: #fff;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
#wrapper {
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	float: left;
	margin-bottom: 10px;
	height: 120px;
	width: 960px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
#content {
	width: 980px;
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
#main {
	width: 770px;
	float: left;
}
#left{
	width: 190px;
	float: left;
	margin-right: 20px;
}
.logo{
	width: 280px;
	height: 90px;
	float: left;
}
.top-banner{
	width: 380px;
	height: 80px;
	float: left;
	padding-top: 10px;
}
.login{
	width: 230px;
	height: 70px;
	float: left;
	padding-top: 20px;
	padding-left: 70px;
	background-image: url(../images/login-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.marquee {
	float: left;
	padding-top: 7px;
	height: 23px;
	width: 890px;
	padding-left: 70px;
	background-image: url(../images/new-left.jpg);
	background-repeat: no-repeat;
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 13px;
	color: #FFF;
}
.left-banner {
	width: 190px;
	float: left;
	height: 150px;
	margin-bottom: 10px;
}
.title {
	width: 750px;
	float: left;
	height: 39px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 20px;
	line-height: 39px;
	color: #003f7e;
}
.content {
	width: 750px;
	float: left;
}
.product {
	width: 770px;
	float: left;
}
.product li {
	width: 240px;
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}
.product li .mane {
	width: 240px;
	float: left;
	height: 30px;
	background-color: #0066a9;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	font-size: 15px;
}
.product li .content {
	width: 210px;
	float: left;
	height: 115px;
	background-color: #d3edfb;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.product li .content .price {
	float: left;
	height: 35px;
	position: relative;
	font-size: 16px;
	line-height: 35px;
	color: #be3e35;
	font-weight: bold;
}
.product li .content .buy {
	float: right;
	height: 35px;
	position: relative;
	width: 60px;
}
.product li .content .txt {
	float: left;
	position: relative;
	width: 210px;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	padding-top: 5px;
}
.product .in {
	float: left;
	width: 490px;
	margin-left: 20px;
	font-size: 13px;
	line-height: 22px;
	color: #666;
}
.product .in .mane {
	float: left;
	width: 490px;
	font-size: 18px;
	line-height: 39px;
	color: #000;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.product .in .mane .buy {
	float: right;
	height: 39px;
	position: relative;
	width: 60px;
}
.product .in .mane .price {
	float: right;
	height: 39px;
	position: relative;
	font-size: 24px;
	line-height: 39px;
	color: #be3e35;
	margin-right: 10px;
}
.product .in .mane .nb {
	float: right;
	height: 39px;
	position: relative;
	font-size: 13px;
	line-height: 39px;
	color: #666666;
	margin-right: 10px;
}
.product-title {
	float: left;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #003f7e;
	background-color: #d3edfb;
	background-image: url(../images/icon-03.png);
	background-repeat: no-repeat;
	width: 455px;
	padding-left: 35px;
	margin-bottom: 15px;
	background-position: 0px 5px;
}
.form {
	float: left;
	width: 730px;
	margin-top: 20px;
}
.form li {margin-bottom: 15px;}
.ps {
	font-size: 13px;
	line-height: 24px;
	color: #666;
	float: left;
	width: 730px;
	padding-top: 15px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#footer{
	height: 90px;
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	float: left;
	padding-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 13px;
	line-height: 20px;
	color: #666;
}

/* 選單 */
#menu{
	float: left;
	width: 190px;
}
#menu li{float: left;}
#menu li a{
	float: left;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	height: 38px;
	width: 190px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3e7fa;
	background-color: #00afed;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008cbe;
	line-height: 38px;
}
/*第一層選單*/
#menu li a.normal{}
#menu li a.over{
	float: left;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	height: 38px;
	width: 190px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3d1e5;
	background-color: #0066a9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005287;
	line-height: 38px;
}
#menu li a.cur{
	float: left;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	height: 38px;
	width: 190px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3d1e5;
	background-color: #0066a9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005287;
	line-height: 38px;
}
/* 子選單 */
#othermenu{
	float: left;
	height: 36px;
	padding-top: 13px;
}
#othermenu li{float: left;}
#othermenu li a{
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	color: #000;
	height: 24px;
	width: 80px;
	display: block;
}
