@charset "utf-8";
/* CSS Document */
/* 產品列表開始*/
#product_list_all{
text-align:center;
position:relative;
width:601px;
}
#product_list{
text-align:center;
position:relative;
margin-top:20px;
width:601px;
border-bottom:1px dotted #ccc;
}
#product_list2{
text-align:center;
position:relative;
width:601px;
border-bottom:1px dotted #ccc;
}
#product_list3{
text-align:center;
position:relative;
width:601px;s
}
#product_list4{
text-align:center;
position:relative;
margin-top:20px;
width:601px;
}
/*產品內容左邊*/
#product_list_1_all{
float:left;
width:300px;
border-right:1px dotted #ccc;
padding-top:20px;
border-bottom:1px dotted #ccc;
}
#product_list_1{
float:left;
width:300px;
border-right:1px dotted #ccc;
}
/*產品內右邊*/
#product_list_2_all{
float:right;
width:300px;
padding-top:20px;
border-bottom:1px dotted #ccc;
}
#product_list_2{
float:right;
width:300px;
}
/*產品內容左邊高*/
#product_list_3{
padding-top:20px;
float:left;
width:300px;
border-right:1px dotted #ccc;
}
/*產品內右邊高*/
#product_list_4{
padding-top:20px;
float:right;
width:300px;
}
/*產品內容*/
#product_list_content{
position:relative;
padding:10px;
margin:0 auto;
width:250px;
}
#product_list_content img{
border:1px solid #ccc;
}
#product_list_content img:hover{
	border:1px solid #000;
}
#product_list_content ul{
padding-top:10px;
padding-bottom:10px;
}
#product_list_content li{
	color:#666666;
}
#product_list_content li h3{
	color:#000;
}
#product_list_content li a{
	color:#000;
}
#product_list_content li a:hover{
	color:#FF6600;
}
/*付款頁*/
#paid{
width:750px;
position:relative;
margin:0 auto;}
#paid td{
padding:6px;}