html {
	overflow-y: scroll
}
body, div, h1, h2, h3, h4, p {
	margin:0;
	padding:0;
}
ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
body {
	font-size: 78%;
	color: #555555;
	line-height: 155%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color:#e1e1e1;
}
td, tr {
	font-size: 100%;
	color: #555555;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
a:visited {
	color: #D11225;
	text-decoration: underline;
}
a:link {
	color: #D11225;
	text-decoration: underline;
}
a:hover {
	color: #e36000;
	text-decoration: none;
}
.graylink:visited {
	color: #555555;
	text-decoration: none;
	line-height: 155%;
}
.graylink:link {
	text-decoration: none;
	color: #555555;
	line-height: 155%;
}
.graylink:hover {
	color: #000000;
	text-decoration: none;
	line-height: 155%;
}


/*----------------- 最外層包裝 --------------------*/
#wrapper {
	width: 1000px;
	position:relative;
}


/*----------------- 大圖 --------------------*/
#header {
	width: 930px;
	height:55px;
	background-image:url(images/top01.gif);
	background-repeat:no-repeat;
	text-align:right;
	padding-right:70px;
	padding-top:83px;
}
#header a {
	color:#585858;
	text-decoration:none;
	background-image:url(images/icon01.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}
#header a:hover {
	color:#777777;
	text-decoration:underline;
	background-image:url(images/icon02.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}

/*----------------- 主要內容區 --------------------*/
#content {
	float:left;
	width:808px;
	background-image:url(images/bg01.gif);
	padding-left:96px;
	padding-right:96px;
}

/*----------------- warranty --------------------*/
#warranty {
	float:left;
	width:509px;
	background-image:url(images/border01b.gif);
}
#warranty p  {
	clear:both;
}
#warranty p textarea {
	width:446px;
	height:92px;
	padding:5px;
	margin-left:25px;
	color:#333333; 
	border:1px solid #d4d4d4; 
	background-color:#f3f3f3;
}
#warranty ul  {
	width:509px;
	padding-top:11px;
}
#warranty ul li {
	float:left;
}
#warranty ul li input.bt01 {
	width:98px;
	height:38px;
	margin-left:25px;
	background-image:url(images/bt01.gif);
	border:0px;
	cursor:pointer;
}
#warranty ul li input.bt02 {
	width:123px;
	height:38px;
	margin-left:13px;
	background-image:url(images/bt02.gif);
	border:0px;
	cursor:pointer;
}
#warranty ul li input.bt03 {
	width:130px;
	height:38px;
	margin-left:13px;
	background-image:url(images/bt03.gif);
	border:0px;
	cursor:pointer;
}
#warranty ul li input.bt01:hover {
	width:98px;
	height:38px;
	margin-left:25px;
	background-image:url(images/bt01b.gif);
	border:0px;
}
#warranty ul li input.bt02:hover {
	width:123px;
	height:38px;
	margin-left:13px;
	background-image:url(images/bt02b.gif);
	border:0px;
}
#warranty ul li input.bt03:hover {
	width:130px;
	height:38px;
	margin-left:13px;
	background-image:url(images/bt03b.gif);
	border:0px;
}

/*----------------- qty --------------------*/
#qty {
	float:right;
	width:240px;
	padding-top:21px;
}
#qty table {
	background-color:#d0d0d0;
}
#qty table th {
	background-color:#eaeaea;
	text-align:center;
}
#qty table td {
	background-color:#FFFFFF;
	padding-left:15px;
}
#qty table td.qty01 {
	text-align:right;
	padding-right:15px;
}


/*----------------- sn --------------------*/
#sn {
	clear:both;
	padding-top:25px;
}
#sn table {
	background-color:#FFFFFF;
}
#sn table th {
	background-color:#3f3f40;
	text-align:center;
	color:#FFF;
}
#sn table td {
	background-color:#eaeaea;
	text-align:center;
}
#sn table td img {
	width:23px;
	height:16px;
}

/*----------------- 頁尾 --------------------*/
#footer {
	clear: both;
	float:left;
	width:957px;
	height:34px;
	background-image:url(images/down01.gif);
	background-repeat:no-repeat;
	text-align:right;
	padding-right:43px;
	padding-top:83px;
	padding-bottom:37px;
	color:#757575;
}
#footer a {
	color:#757575;
	text-decoration:none;
}
#footer a:hover {
	color:#999999;
	text-decoration:underline;
}


/*-----------------20120912新增 explanation --------------------*/

#explanation {
	padding:10px;
}
#explanation table {
	background-color:#d0d0d0;
}
#explanation table th {
	background-color:#eaeaea;
	text-align:left;
}
#explanation table td {
	background-color:#FFFFFF;
}