@charset "utf-8";
/* CSS Document */

.line_cubit{
	height:235px;
	border-right-style:dashed;
	border-width:thin;
	border-color:#999;
	float:left;
	margin-top:10px;
}
#center{
	width:546px;
	float:left;
	margin:10px;
}
/*product*/
#new{
	margin:30px 0 10px 0;
	width:546px;
	border:#666 3px groove;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	float:left;
	position:relative;
}
#title{
	position:absolute;
	top:-38px;
}
.product_all{
	width:546px;
	float:left;
	margin:5px 0;
}
.product{
	width:159px;
	margin:10px 0 0 17px;
	float:left;
}
.product_pic{
	width:110px;
	height:110px;
	border:#c5c5c5 4px solid;
	margin:0 auto;
}
.product_pic img{
	width:108px;
	height:108px;
	border:#565656 1px solid;
}
.product_price_o{
	width:74px;
	height:15px;
	font:12px 微軟正黑體;
	color:#C00;
	margin-top:10px;
	float:left;
}
.x{
	text-decoration:line-through;
}
.product_price{
	text-align:right;
	width:85px;
	height:15px;
	font:12px 微軟正黑體;
	color:#C00;
	margin-top:10px;
	float:right;
}
.product_name{
	width:158px;
	height:32px;
	font:12px/16px 微軟正黑體;
	color:#03C;
	margin:5px 0 10px 0;
	float:left;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.product_name a{
	color:#03C;
	text-decoration:none;
}
.product_name a:hover{
	color:#06F;
}
.btn_add{
	width:94px;
	height:42px;
	background-image:url(../images/btn_add.png);
	border-style:none;
	background-color:transparent;
	margin-top:-10px;
}
.btn_add:hover{
	background-image:url(../images/btn_add_t.png);
}
.btn_buy{
	width:58px;
	height:42px;
	background-image:url(../images/btn_buy.png);
	border-style:none;
	background-color:transparent;
	margin-top:-10px;
}
.btn_buy:hover{
	background-image:url(../images/btn_buy_t.png);
}
/*.add{
	width:77px;
	height:23px;
	background-image:url(../images/add_01.png);
	border-style:none;
	margin-top:10px;
}
.add:hover{
	width:77px;
	height:23px;
	background-image:url(../images/add_01_t.png);
	border-style:none;
}
.buy{
	width:63px;
	height:23px;
	background-image:url(../images/buy_01.png);
	border-style:none;
}
.buy:hover{
	width:63px;
	height:23px;
	background-image:url(../images/buy_01_t.png);
	border-style:none;
}*/

#big_pic{
	width:250px;
	height:210px;
	float:left;
}
#down{
	margin-top:30px;
	width:512px;
	border:#666 3px groove;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	float:left;
	position:relative;
	padding:17px;
	margin-bottom:10px;
}
#title_02{
	position:absolute;
	top:-38px;
	left:0;
}
#down_choice{
	width:256px;
	float:right;
}
#down_choice ul{
    border-style:solid;
	border-width:thin;
	border-color:#999;
	margin:0;
	padding-left:20px;
	list-style:none;
}
#down_choice li{
	background:url(../images/sa.png) 0px 11px no-repeat;
	font-size:14px;
	width:210px;
	height:29px;
	vertical-align:top;
	border-bottom-style:dashed;
	border-width:thin;
	border-color:#999;
	padding:11px 0 0 22px;
}
#down_choice a{
	font:14px 微軟正黑體;
	color:#333;
	text-decoration:none;
}
#down_choice a:hover{
	font:14px 微軟正黑體;
	color:#666;
	text-decoration:none;
}

#right{
	width:155px;
	float:right;
	margin:30px 50px 10px 0;
}
.s_ads_right img{
	width:155px;
	border-style:solid;
	border-width:thin;
	border-color:#999;
	margin-top:10px;
}