﻿@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #787A7C;
	line-height: 15pt;
	letter-spacing: 1pt;
	text-align: center;
	background-image: url(../images/bg_shop.gif);	/*overflow-x:hidden; 
	overflow-y:hidden;*/
}
/* --------------------------------
shop區
----------------------------------- */
#shop-content {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}

#shop-content h1{
	margin: 0px;
	padding: 0 0 10px 0;

}

#shop-content .subnav{
	text-align: left;
	margin: 0;
	display: block;
	padding: 20px 0 30px 0;

}

#shop-content .subnav .btn{
	float: right;
	top: 17px;
	position: static;
}



#shop-content input{
	font-size: 13px;
	color: #888888;
	border: 0px solid #999999;
	margin: 0;
	padding:0;

} 



/*#shop-content .shoplist{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/bg_shoplist.png);
	clear: both;
	line-height: 30px;
	height: 260px;
	margin:0 auto;
	padding: 0;
}
*/

#shop-content .shoplist{
	clear: both;
	line-height: 30px;
	padding: 0;
	margin: 0;

}
#shop-content .shoplist a{
	line-height: 30px;
	color: #999999;
}

#shop-content .shoplist a:hover{
	color: #FF3399;
}


#shop-content .shoplist ul{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0 ;


}

#shop-content .shoplist li{
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	width: 185px;
	text-align: center;
	background-color: #000000;
	border-width: 5px 1px 0 0;
	border-style: solid dashed none none;
	border-top-color: #000000;
	border-right-color: #333333;

}

#shop-content .shoplist img{
	width: 185px;
	border:0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;

}
.list_bottom {
	height: 50px;
	display: block;
	clear: both;
	background-image: url(../images/bg_shoplist.png);
	background-repeat: repeat-x;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

* html .list_bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/bg_shoplist.png);
}

.list_bottom2 {
	height: 10px;
	display: block;
	clear: both;
}




/* --------------------------------
products區
----------------------------------- */
#shop-content #wrapleft{
	width: 500px;
	text-align: left;
	float: left;

}

#shop-content #wrapleft .list_bottom {
	height: 50px;
	display: block;
	clear: both;
	background-image: url(../images/bg_wrapleft.png);
	background-repeat: repeat-x;
	border-style: none;
	margin: 0px;
	padding: 0px;
	background-position: top;
}

* html #shop-content #wrapleft .list_bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/bg_wrapleft.png);
}


#shop-content #detail{
	width: 430px;
	text-align: left;
	float: right;
	font-size: 13px;
}

#shop-content #detail .title{
	background-color: #000000;
	display: block;
	font-size: 17px;
	color: #FFFFFF;
	height: 45px;
	padding: 12px 0 0 40px;
	font-weight: bold;
}

#shop-content #detail .title .price{
	font-size: 18px;
	color: #ff3399;
	text-align: right;
	float: right;
	padding-right: 30px;
	position: relative;
	top: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#shop-content #detail .title .series{
	font-size: 11px;
	color: #999999;
	line-height: 16px;
}


#shop-content #detail .article{
	padding:30px 30px 20px 40px;
	color: #FFFFFF;
	line-height: 18px;
	background-color: #333333;
}

#shop-content #detail .article1{
	font-size: 11px;
	color: #999999;
}


#shop-content #detail .article .sizetab{
	font-size: 11px;
	color: #cccccc;
	border: 1px solid #888888;
	width: 240px;
	padding: 10px;
	text-align: center;
}

#shop-content #detail .orderoption{
	background-color: #333333;
	font-size: 11px;
	border-top: 1px dotted #000000;
	padding: 30px;
	background-image: url(../images/ordernow.gif);
	background-repeat: no-repeat;
	text-align: right;
}
#shop-content #detail .orderoption td{
	padding: 0 5px 0 5px;
	text-align: center;
}

#shop-content #detail .orderoption select{
	font-size: 11px;
	color: #333333;
	margin-top: 7px;

}
#shop-content #detail .orderoption input{
	font-size: 11px;
	color: #333333;
	width: 55px;
	border: 1px solid #999999;
	text-align: center;
	margin-top: 5px;
	padding: 2px 0 2px 0;

}



#shop-content #detail .order{
	text-align: right;
	padding:20px 0;
}
#shop-content #detail .order ul{
	list-style: none;
	display: block;

}
#shop-content #detail .order li{
	display: inline;
	padding:0 0 0 1px;

}

#shop-content #detail .order select{
	height: 20px;
	font-size: 12px;
}


#shop-content #detail #moreshop{
	padding:20px 0 20px 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-image: url(../images/bg_moreshop.gif);
	background-repeat: repeat-y;
	background-position: right;
	border-left-width: 1px;
	border-left-color: #999999;
}


#shop-content #detail #moreshop h1 {
	height: 55px;
	background-image: url(../images/bg_moreshop.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
}

* html #shop-content #detail #moreshop h1 {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/bg_moreshop.png);
}


#pages{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	margin-bottom: 50px;
}

#pages a:link ,#pages a:visited{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#pages a:hover{
	color: #FF3399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;


}
#pages .box{
	background-color: #333333;
	border: 1px solid #777777;
	padding:1px 5px 0 5px;

}

#pages .boxcurrent{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #555555;
	border: 1px solid #777777;
	padding:1px 5px 0 5px;


}

#pages #next{
	float: right;
}
#pages #prev{
	float: left;
}

	/*cart*/

#cart-content{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 50px;
	background-image: url(../images/bg_cart.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#cart-content h2{
	padding: 0 0 20px 0;

}
	
#cart-content #detail{
	width: 390px;
	text-align: left;
	float: right;
	font-size: 12px;
	background-color: #000000;
	padding: 20px;

}


#cart-content #detail ol {
	list-style-position: outside;
	padding-left: 25px;
}

#cart-content #detail .article1{
	color: #29abe2;
	font-size: 12px;

}

#cart-content #detail .inputsize{
	width: 330px;

}
#cart-content #detail td{
	color: #ffffff;	
	padding: 2px 0;
	font-size: 13px;


}


#cart-content #wrapleft{
	width: 470px;
	text-align: left;
	float: left;
	color: #cccccc;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#cart-content #wrapleft td{
	padding: 5px 0;

}

#cart-content #wrapleft input {
	font-size: 13px;
	color: #333333;
	border: 0px solid #999999;
	text-align: center;
	width: 20px;
}

.carttab{
	border: 1px solid #888888;
	width: 97%;
	padding: 5px;
	top: auto;
	margin-bottom: 25px;
}
.clearfix:after {    
content: ".";     
display: block;     
height: 0;     
clear: both;     
visibility: hidden;
}

.clearfix {
display: inline-block;
}/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}/* End hide from IE-mac */
