@charset "utf-8";
/* CSS Document */
html,body {
	margin:0 auto;
	background-color:#DDD;
	height:100%;
	}
	
a img{
	border:none;}
	
a{
    text-decoration:none;}

.wrapper{   
    *display: table; /* For IE7 Hack */
    *height: 100%; /* For IE7 Hack */
     min-height:100%;
}

.container{
	margin:0 auto;
	width:980px;
	background-color:#FFF;
    min-height:100%;
	height: 100%; 
	border-left:10px solid #FFF;
	border-right:10px solid #fff;
}

#top_bg{
	background-color:#DDD;
	margin:0 auto;
	width:100%;
	height:130px;
	}

#top{
	width:980px;
	height:120px;
	margin:0 auto;
	margin-top:-130px;
	background-color:#FFF;
		border-left:10px solid #FFF;
	border-right:10px solid #fff;}	
	
#logo{
	width:980px;
}
	
#btn{
	border-top:3px solid #666;
	width:980px;
	margin:0 auto;
	margin-top:23px;
}

#banner{
	width:100%;
	background-color:#FFF;}
#banner ul{
	margin-left:210px;
	list-style:none;
	font-family:微軟正黑體;
}
#banner ul li{
	float:left;
	padding-right:30px;
	padding-left:30px;
	border-right:1px solid #ccc;
	font-size:14px;}
#banner ul li a{
	color:#333;
	transition:all 0.1s ease;}
#banner ul li a:hover{
	color:#88BE42;}

#main{
    padding-bottom: 160px;
	width:980px;
	height:100%;
	min-height:100%;
	font-family:微軟正黑體;	
}
#main #main_UK{
	float:left;
	width:500px;
	height:250px;
	padding-bottom:15px;}
#main #main_UK p{}
#main #main_UK p a{
	color:#00F;
	transition:all 0.2s ease;}
#main #main_UK p a:hover{
	color:#88BE42;
	text-decoration:underline;}

#main #main_left{
	float:left;
	width:310px;
	margin-right:20px;}
#main #main_left h3, #main #main_right h3{
	color:#000;
	}
#main #main_left p, #main #main_right p{
	font-size:13px;}
#main #main_left p a, #main #main_right p a{
	color:#00F;
	transition:all 0.2s ease;}
#main #main_left p a:hover, #main #main_right p a:hover{
	color:#88BE42;
	text-decoration:underline;}
#main #main_right{
	float:right;
	width:310px;}
#product_list{
	width:980px;
	height:320px;
	margin:20px 0px 20px 0px;}

#product{
	width:230px;
	background-color:#fff;
	border:1px solid #ddd;
}
.left{
	float:left;
	margin:0px 17px 0px 0px;}

.right{
	float:right;
}

#product h5{
	margin:0px 0px 0px 5px;
	font-family:微軟正黑體;
	font-weight:bold;
}

#product a{
	color:#000;
	transition:all 0.1s ease;}
	
#product a:hover{
	color:#88BE42;}

#product p{
	margin:0px 0px 0px 5px;
	font-family:微軟正黑體;
	font-size:10px;}
	
/*#product div{
	background-color:#FC0;
	margin-top:30px;}*/
	
#product .price{
	background-color:#FC0;
	margin-top:30px;}

#product_intro{
	border-top:2px solid #ccc;
	margin-top:10px;}

#product_intro #left{
	float:left;
	margin:10px 0px 15px 0px;
	width:410px;}

#product_intro #right{
	float:right;
	margin:10px 0px 15px 0px;
	font-family:微軟正黑體;
	width:550px;}

#buy_btn{
	width:100px;
	height:30px;
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-align:center;
	line-height:30px;
	border-radius:8px;}

#buy_btn a{
	color:#fff;}
	
#buy_btn:hover{
	cursor:pointer;
	background: rgb(14,14,14); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(14,14,14,1) 0%, rgba(125,126,125,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(125,126,125,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */

	}

#main #story #L_pic{
	float:left;
	width:570px;}
	
#main #story #R_main{
	float:right;
	width:380px;
	margin-right:15px;}
#main #story #R_main h2{
	font-family:微軟正黑體;}	
	
#main #story #R_main p{
	font-family:微軟正黑體;}

#main #story #clear{
	clear:both;}

#main #store{
	margin-top:20px;
	font-family:微軟正黑體;}
#main #store h3{
	border-bottom:1px solid #ccc;}

#new_item {
	position:absolute;
	padding-top:5px;
	padding-left:5px;
	z-index:999;
	}
	
.cata_no {
	position:absolute;
	background:#333;
	border:#999 1px solid;
	color:#FFF;
	width:55px;
	height:18px;
	font-size:9pt;
	margin-top:8px;
	margin-left:165px;
	text-align:center;
	padding-top:2px;
	z-index:999;
	}
	
.cata_no2 {
	background:#000;
	color:#FFF;
	width:55px;
	height:18px;
	font-size:9pt;
	margin-top:8px;
	text-align:center;
	padding-top:2px;
	}
	
#right h3 {
	margin-top:3px;
	}
	
#footer{
	clear:both;
	margin-top:-42px;
	position:relative;
	width:100%;
	height:40px;
	border-top:2px solid #f9b900;	
	background-color:#000;
}

#footer_info{
	margin:0 auto;
	background-color:#000;
	height:160px;
	}

#footer_info #container{
	margin:0 auto;
	width:980px;
	
}
	

#footer_info #container ul{
	margin-left:80px;
	font-family:微軟正黑體;
	list-style:none;
	float:left;
	}

#footer_info #container ul li{}

#footer_info #container ul li a{}

#footer_info #container ul li a:hover{}
		
#footer_info p{
	padding-top:20px;
	color:#FFF;
	font-family:微軟正黑體;
	font-size:11px;
	margin:0 auto;
	text-align:center;}

#footer_info a{
	color:#FFF;}
	
#footer_info a:hover{
	color:#f9b900;}
	
#line_add {
	width:80px;
	position:relative;
	top:-110px;
	left:900px;
	}
	
.p1 {
	padding:10px;
	background:#000;
	color:#FFF;
	}
	
.p1:hover {
	background:#ba0000;
	}
	
.p2 {
	padding:10px;
	background:#ba0000;
	color:#FFF;
	}
	
.p2:hover {
	background:#000;
	}	