﻿#ajaxdivcontainer.divContainer {
	width: 100%;
	margin: 0px;
	height: 179px;
	padding: 0px;
	text-align: left;
	clear: both;
	background-color: #FFFFFF;
	float: left;
}

#ajaxtabs.shadetabs{
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	color: #999999;
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
	float: left;
}
#ajaxtabs.shadetabs li {
	display: inline;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
	height: 19px;
	width: 64px;
	float: left;
}

#ajaxtabs.shadetabs li a{
	padding: 0px 3px;
	margin: 0px;
	background-image: url(../../../images/tag2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 19px;
	width: auto;
	color: #999999;
	display: block;
	text-decoration:none;
}

#ajaxtabs.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../../../images/tag1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #3D5354;
}

/*-------------------服務據點----------------------------*/
#locationTabs {
	width:90%;
	margin:0px auto;
	padding: 0px 0px 20px;
}
#locationTabs .shadetabs{
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	margin: 0px;
	padding: 0px;
	height: 36px;
	clear: both;
	float: left;
}
#locationTabs .shadetabs li {
	display: inline;
	margin: 0 1px 0 0;
	width: 103px;
	height: 28px;
	float: left;
}
#locationTabs .shadetabs li a{
	margin: 0px;
	background-image: url(../../../images/tag3.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 28px;
	line-height:28px;/*讓文字垂直置中*/
	display: block;
	text-decoration:none;
	text-align: center;
	padding-top: 8px;
	vertical-align: middle;
}

#locationTabs .shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../../../images/tag4.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;	
	height: 100%;
	bottom:-1px;
	position:relative;
	line-height:1em; /*讓文字垂直置中*/
}
#locationDivContainer {
	width: 100%;
	margin: 0px;
	height: auto;
	padding: 0px;
	text-align: left;
	clear: both;
	float: left;
	position: relative;
	top: 20px;
}

/*-------------------產品規格----------------------------*/
#specTabs {
	width:387px;
	margin:1em auto 0px;
	padding: 0px;
	background-image: url(../../../images/tag5Bg1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	float: none;
}
#specTabs .shadetabs{
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	margin: 0px;
	padding-left: 5px;
	clear: both;
	float: left;
	padding-top:3px;
}
#specTabs .shadetabs li {
	display: inline;
	margin: 0;
	width: 65px;
	height: 25px;
	float: left;
}
#specTabs .shadetabs li a{
	margin: 0px;
	background-image: url(../../../images/tag5.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 20px;
	line-height:20px;
	display: block;
	text-decoration:none;
	text-align: center;
	padding-top: 5px;
	color: #999999;
}

#specTabs .shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../../../images/tag5sel.gif);
	color:#FF0000;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;	
	bottom:-1px;
	position:relative;
	height: 25px;
	line-height:25px;/*讓文字垂直置中*/
	padding-top: 0px;
}
#specDivContainer {
	width: 376px;
	height:auto;
	min-height:411px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	clear: both;
	float: none;
	position: relative;
	background-image: url(../../../images/tag5Bg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #ccf0ff;
}
#specDivContainer .spec1,#specDivContainer .spec2,#specDivContainer .spec3,#specDivContainer .spec4{
	margin:10px;
}
#specDivContainer .spec1 li{
		margin:0 0 0 0.5em;
	list-style-position: outside;
	list-style-image: url(../../../images/list03.gif);
	list-style-type: none;
	padding-left:1em;
}
#specDivContainer .spec3 li{
		margin:0 0 0 0.5em;
	list-style-position: outside;
	list-style-image: url(../../../images/list03.gif);
	list-style-type: none;
	padding-left:1em;
}
#specDivContainer .spec2 td,#specDivContainer .spec3 td{
	border-bottom:dotted 1px #CCC;
}
#specDivContainer .spec4 .list03{
	margin:0 0 0 0.5em;
	list-style-position: outside;
	list-style-image: url(../../../images/list03.gif);
	list-style-type: none;
	padding-left:1em;
}
