@charset "utf-8";
/* CSS Document */
/* content  on
/* 膚質檢測內頁右側欄位
----------------------------------------------- */
#indexcontent_right2 ul{
width:auto;
padding-left:20px
}
#indexcontent_right2 li{
text-align:left;
display:block;
width:250px;
color:#666;
border-bottom:1px dotted #666;
}
#indexcontent_right2 a{
color:#FF6600;
}
#indexcontent_right2 a:hover{
color:#000;
}
#indexcontent_right2 li input{
border:0px solid;
}
#indexcontent_right2 li a {
display:block;
padding:5px;
cursor: default;
width:250px;
color:#666;
}
#indexcontent_right2 li a:hover{
display:block;
padding:5px;
cursor: default;
width:250px;
color:#000;
background-color:#EFEFEF;
}
#indexcontent_right2 h2{
padding-left:20px;
padding-bottom:10px;
padding-top:10px;
}
/*膚質檢測開始*/
#indexcontent_right2_nextbuttom{
width: 306px;  
height: 76px;
background-image: url(../images/skintestnext.jpg); 
margin-top:20px;
float:right; 
 }
#indexcontent_right2_nextbuttom a{
background-image: url(../images/skintestgo.jpg); 
 }
#indexcontent_right2_nextbuttom a:hover{
background-image: url(../images/skintestgo2.jpg); 
 }
#nextbuttom_imgs{
width: 306px;  
height: 76px; 
cursor: hand;
}
 /*膚質檢測中*/
#indexcontent_right2_nextbuttom2{
width: 306px;  
height: 76px;
background-image: url(../images/skintestnext.jpg); 
margin-top:20px;
float:right; 
 }
#indexcontent_right2_nextbuttom2 a{
background-image: url(../images/skintestnext.jpg); 
 }
#indexcontent_right2_nextbuttom2 a:hover{
background-image: url(../images/skintestnext2.jpg); 
 }
#nextbuttom_imgs2{
width: 306px;  
height: 76px;
cursor: hand;
}
/*膚質檢測結束*/
 #indexcontent_right2_nextbuttom3{
width: 306px;  
height: 76px;
background-image: url(../images/skintestok.jpg); 
margin-top:20px;
float:right; 
 }
#indexcontent_right2_nextbuttom3 a{
background-image: url(../images/skintestok.jpg); 
 }
#indexcontent_right2_nextbuttom3 a:hover{
background-image: url(../images/skintestok2.jpg); 
 }
#nextbuttom_imgs3{
width: 306px;  
height: 76px;
cursor: hand;
}
/*檢測結果*/
/*早晚例行保養*/
#skintest_result{
	position: relative;
}
#skintest_result ul{
	width:auto;
}
#skintest_result li{
	width:auto;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin:0;
}
#skintest_result li a{
	display:inline;
	width:auto;
	color:#FF6600;
}
#skintest_result li a:hover{
	display:inline;
width:auto;
color:#fff;
background-color:#FF9900;
}
#skintest_result_1{
float:left;
display:block;
width:100%;
border-top:1px dotted #ccc;
margin-bottom:10px;
}

#skintest_result_1_product{
	width: 120px;
	height: 150px;
	display:inline;
	margin:5px;
	float:left;
	text-align:center;
}
#skintest_result_1_product img{
border:1px solid #ccc;
margin-bottom:5px;
}
#skintest_result_1_product a{
color:#666;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);   /* IE */
-moz-opacity:0.7;          /* Moz + FF */
opacity:0.7;               /* 支持CSS3的瀏覽器(FF1.5也支持) */
}
#skintest_result_1_product a:hover{
color:#000;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);   /* IE */
-moz-opacity:1;          /* Moz + FF */
opacity:1;               /* 支持CSS3的瀏覽器(FF1.5也支持) */
}
