/*主標題 翻選式選單*/
#hmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#hmenu p {
	float: left;
	padding: 0 5px;
	margin-left:15px;/*標題距離左邊多少*/
}
#hmenu p a {
	display: block;
	height: 13px; /* 圖片的高/2 */
	line-height: 13px;	/* ie suck */
	text-indent: -9999px;
}
#hmenu a.v1 {
	width:82px; /* 圖片的寬 */
	background:url(images/Index-Menu-1.jpg) no-repeat 0 0;	
}
#hmenu a.v2 {
	width:95px; /* 圖片的寬 */
	background:url(images/Index-Menu-2.jpg) no-repeat 0 0;	
}	
#hmenu a.v3 {
	width:95px; /* 圖片的寬 */
	background:url(images/Index-Menu-3.jpg) no-repeat 0 0;	
}
#hmenu a.v4 {
	width: 68px; /* 圖片的寬 */
	background:url(images/Index-Menu-4.jpg) no-repeat 0 0;	
}
/*主標題 翻選式選單*/
a img {/*圖片連結無框*/
	border: none;
}

p {
	font-size:11.5px;
	color:#666666;
}
.p_inside{/*中間內文字 行距&字距*/
	line-height:1.8;
	letter-spacing:0.2em;
}
a {
	text-decoration : none;
	color:#666666;
}
a:hover{
	color:#036EB8;
}
.inner {/*圓角用*/
	top:30px;
	background:#EAEAEA;
	padding:15px;
	border:0px solid #555;
	width:130px;
	left:35px;
}
.title_right {/*上方圓角用*/
	top:5px;
	left:25px;
	height:10px;
	font-size:11px;
	background:#EAEAEA;
	border:0px solid #555;
	font-family: "微軟正黑體", sans-serif, Arial, "Arial Black", Verdana;
}
.div_under_top{/*最下面圖距離上端位置*/
	margin-top:40px;
}
select {
	color:#666666;
}
.table_font_color{
	color:#666666;
}
.main_title{/*主要標題字型顏色大小*/
	color:#666666;
	font-weight:bold;
	font-size:13px;
}
#product_main_title{/*SavDerm產品說明文字*/
	line-height:1.8;
	letter-spacing:0.2em;
	font-size:11.5px;
	color:#666666;
	width:600px;
	padding-left:210px;
	padding-top:10px;
}
#product_main_title span{/*SavDerm產品說明文字標題*/
	color:#999999;
	font-size:20px;
}
#product_main_title p{/*SavDerm產品說明文字內容*/
	margin-top:10px;
	margin-bottom:30px;
}
#product_main_title .img{/*SavDerm產品說明圖片*/
	margin-left:80px;
}
/*首頁圖片淡入淡出*/
#abgne_fade_pic a.ad {
	position: absolute;	/* 讓圖片疊在一起 */
}
#abgne_fade_pic .control {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display:none;
}
#abgne_fade_pic .control a {
	display: inline-block;
	padding: 3px;
	margin: 0 3px;
	width: 16px;
	color: #fff;
	background: #000;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}
#abgne_fade_pic .control a.on {
	font-weight: bold;
	color: #f00;
}
/*首頁圖片淡入淡出*/
/*SavDerm表格內文字*/
.SavDerm_table_font{
	line-height:1.8;
	letter-spacing:0.2em;
	color:#666666;
	font-size:12px;
	padding-left:20px;
}

/*Q與A顯示*/
#qaContent {
	width: 580px;
	float:left;
	left:30px;
	font-size:12px;
	line-height:1.8;
	letter-spacing:0.2em;
}
#qaContent ul.accordionPart {
	margin: 10px 10px 12px 30px;
}
#qaContent ul.accordionPart li {
	border-bottom: solid 1px #e3e3e3;
	padding-bottom: 6px;
	margin-top: 6px;
}
#qaContent ul.accordionPart li .qa_title {
	background: url(SavDerm/images/icon_q_a.gif) no-repeat 0px 4px;
	padding-left: 28px;
	color: #1186ec;
	cursor: pointer;
}
#qaContent ul.accordionPart li .qa_title_on {
	text-decoration: underline;
}
#qaContent ul.accordionPart li .qa_content {
	margin: 6px 2 0;
	background: url(SavDerm/images/icon_q_a.gif) no-repeat 0px -17px;
	padding-left: 28px;
	color: #666;
}
/*Q與A顯示*/
/*tab*/
.abgne_tab {
	width: 600px;
	margin: 10px 0;
}
ul.tabs {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #9FDCD7;
	border-left: 1px solid #9FDCD7;
	font-size:13px;
}
ul.tabs li {
	float: left;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border: 1px solid #fff;
	border-left: none;
	background: #01A29A;
}
ul.tabs li a {
	display: block;
	padding: 0 20px;
	color: #000;
	border: 1px solid #9FDCD7;
	text-decoration: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
ul.tabs li.active  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
ul.tabs li.active a:hover {
	background: #fff;
}
div.tab_container {
	clear: left;
	width: 100%;
	border: 1px solid #9FDCD7;
	border-top: none;
	background: #fff;
	margin-bottom:30px;
}
div.tab_container .tab_content {
	padding: 20px;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
	color:#9C9C9C;
}
div.tab_container .tab_content .p_inside span{/*SavDerm產品內文字標題*/
	color:#036EB8;
	font-size:11.5px;
}
div.tab_container .tab_content .p_inside p{/*SavDerm產品內文字縮排*/
	margin-left:10px;
}
div.tab_container .tab_content .product_inside li{/*SavDerm產品內tab裡文字*/
	list-style-type:decimal;
	color:#666666;
	font-size:11.5px;
	line-height:1.8;
	letter-spacing:0.2em;
	margin-left:-10px;
}
/*tab*/
/*OEM 產品特色文字*/
#oem_title{
	font-size:11.5px;
	color:#666666;
	line-height:1.8;
	letter-spacing:0.2em;
	font-weight:bold;
}
