@charset "utf-8";
/* CSS Document */

html,body {
	margin:0 auto;
	background-color:#FFF;
	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:#df0419;
	margin:0 auto;
	width:100%;
	height:80px;
	}

#top{
	width:980px;
	height:65px;
	margin:0 auto;
	padding-top:15px;
	background-color:#df0419;
	border-left:10px solid #df0419;
	border-right:10px solid #df0419;}	
	
#logo{
	width:980px;
}

#btn_bg{
	background-color:#000;
	margin:0 auto;
	width:100%;
	height:30px;
	}
	
#btn{
	border-top:0px solid #666;
	background:#000;
	width:1000px;
	margin:0 auto;
	margin-top:0px;
}

#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:#df0419;}

#main{
	padding-top:10px;
    padding-bottom: 100px;
	width:980px;
	height:100%;
	min-height:100%;
	font-family:微軟正黑體;	
}
#main #main_UK{
	float:left;
	width:490px;
	height:250px;
	padding-bottom:15px;
	margin-right:10px;}
#main #main_UK p{}
#main #main_UK p a{
	color:#00F;
	transition:all 0.2s ease;}
#main #main_UK p a:hover{
	color:#df0419;
	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:#df0419;
	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:#df0419;}

#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:0px 0px 15px 0px;
	width:410px;}

#product_intro #right{
	float:right;
	margin:0px 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 #df0419;	
	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;
	}
	
.index_product {
	font-size:11pt;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
	}
	
.index_product_price {
	color:#F00;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
	}
	
.index_product_btn{
	width:100px;
	height:30px;
	background: #df0419;
	color:#fff;
	text-align:center;
	line-height:30px;
	margin:0 auto;
	margin-top:20px;
	font-weight:bold;	
	border:#df0419 1px solid;
	color:#fff;
	}

	
.index_product_btn:hover{
	cursor:pointer;
	background: #FFF; 
	border:#df0419 1px solid;
	color:#000;
	}
	
#footerbg {
	font-family:微軟正黑體, Verdana, Geneva, sans-serif;
	border-top:0px solid #DDD;
	font-size:11pt;
	background-color:#000;
	text-align:center;
    position:relative;
    margin-top: 0px;  /*影響footer高度*/
	height: 50px;
    padding:10px 0px 30px 0px;
	color:#000;
	width:980px;
	position:fixed;
	bottom: 0px;
}


#footer2{
	width:980px;
	margin:0 auto;
	margin-left:150px;
	}
	
#footer2 a{
	color:#DDD;
	text-decoration:none;}
	
#footer a:hover{
	color:#FFF;}
	
#footer_logo {
	float:left;
	padding-top:0px;
	}
	
#footer_logo img {
	width:188px;
	height:75px;
	}
	
#footer_text {
	float:left;
	font-size:11pt;
	margin-left:20px;
	margin-top:30px;
	text-align:left;
	line-height:150%;
	}
	
	
