﻿@charset "utf-8";
/* CSS Document */
/* content  on
/* 產品內頁開始
----------------------------------------------- */
#indexcontent_product{
position:relative;
margin:0 auto;
width:650px;}
#pro_images{
float:left;
width:320px;
}
#pro_images a{
	color:#333333;
	margin-left:20px;
}
#pro_images a:hover{
	color:#FF9900;
}
#pro_images img{
border:1px solid #ccc;
margin:10px;
}
#pro_images li{
display:block;
}
#pro_images li li{
display:inline;
width:70px;
height:70px;
border:1px solid #ccc;

}
#pro_images li li img{
border:1px solid #ccc;
margin:5px;
}
#pro{
float:right;
width:290px;
padding-top:20px;
}
#pro h2{
color:#000;
padding-top:0px;
padding-left:10px;
padding-bottom:10px;
border-bottom:1px dotted #ccc;
font-size:16px;
}
#pro li{
border-bottom:1px dotted #ccc;
padding:10px;
}
#procontent{
padding:20px 20px 40px 20px;}
#procontent img{
padding-bottom:20px;}
#procontent h2{
padding-bottom:5px;
font-size:16px;
color:#FF6600;
border-bottom:1px dotted #ccc;}
#procontent li{
	color:#333;
	padding:5px;
	letter-spacing:2px;
	line-height:1.5em;
}
#procontent li li{
padding:5px;
	color:#666666;
}
#buybuttom_space{
cursor:pointer;
width:200px;
height:60px;
}
#buybuttom {
cursor:pointer;
margin:0 auto;
width:200px;
height:60px;
background-image:url(/images/buy.jpg);
background-position:LT;
background-repeat:no-repeat;
}
#buybuttom a:hover{
cursor:pointer;
margin:0 auto;
width:200px;
height:60px;
background-image:url(/images/buy2.jpg);
background-position:LT;
background-repeat:no-repeat;
}

/* 產品內息結束
----------------------------------------------- */


