@charset "utf-8";
body {
	font-family: "微軟正黑體", "Century Gothic";
	min-width: 1100px;
	margin: 0px;
	background-color: #2B0E00;
}
*{padding:0;margin:0;list-style:none;border:0;}

a {
	text-decoration: none;
}
img {
        border:0px;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.Right_by {
	background-image: url(../images/by2.png);
	background-repeat: no-repeat;
	background-position: right -40px;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 550px;
	width: 370px;
}
.Left_by {
	background-image: url(../images/by1.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 600px;
	width: 248px;
	left: 0px;
	top: 400px;
}




#top_navigation {
	z-index: 1000;
	top: 0px;
	position: fixed;
	width: 100%;
	color: #FFF;
	background-color: rgba(0,0,0,1);
}
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
	position: relative;
}
.container_16 .shopping {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #CCC;
}
.container_16 .shopping-info {
	max-width: 550px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.container_16 .shopping-info ul{
	margin: 0px;
	padding: 0px;
}
.container_16 .shopping-info ul li{
	display: block;
	float: left;
	font-size: 10pt;
	color: #000;
	margin-top: 5px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.container_16 .shopping-info a {
	color: #FFF;
}
.container_16 .shopping-info a:hover {
	color: #C0A03F;
}

.container_16 .shopping-info.right ul .wire {
	float: left;
	padding: 0px 10px;
	border-right-color: #999;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
}



#Floating {
	width: 100%;
margin-right: auto;
margin-left: auto;
position: absolute;
top: 0px;
z-index: 999;
}



#Middle {
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
	position: relative;
	margin-top: 40px;
}
#logo {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#header {
	width: 1080px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
}









/*主選單 */
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	text-align: center;
}

nav a:hover,
nav a:focus {
	outline: none;
}



#cl-effect-13  {
	margin-left: 50px;	
	text-align: center;
	clear: both;
	
}
#cl-effect-13 ul{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#cl-effect-13 li {
	float: left;
	height:40px;
	position:relative
}

#cl-effect-13 li  a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	letter-spacing: 2pt;
	float: none;
}

#cl-effect-13 li a::before {
	position: absolute;
	top: 150%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.0em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

#cl-effect-13 li a:hover::before,
#cl-effect-13 li a:focus::before {
	color: #fff;
	text-shadow: 10px 0 #fff, -10px 0 #fff;
}

#cl-effect-13 li a:hover,
#cl-effect-13 li a:focus {
	color: #CC9933;
}


/*---選單分类---*/
#cl-effect-13 li ul{
	display: none;
	position: absolute;
	top: 35px;
	width: 116px;
	z-index: 11;
	background-color: rgba(0, 0, 0, 0.50);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#cl-effect-13 li ul li{
	line-height: 30px;
	height: 30px;
	margin: 0;
	background-image: none;
	position: relative;
	z-index: 1000
}
#cl-effect-13 li ul a
{
	background: none;
	color: #FFF;
	width: 110px;
	margin-left: 3px;
	font-size: 12px;
}
#cl-effect-13 li ul a:hover{
	color: #FC0;
	font-weight: 300
}

#cl-effect-13 li ul a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.0em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

#mid {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	min-height: 800px;
	overflow: hidden;
}










/*---下擺---*/
#footer {
	background-color: #000;
	padding-top: 50px;
	padding-bottom: 30px;
	color: #CCC;
	font-size: 12px;
}
.footer_line {
border-right: 1px solid #7f7465;
}
.footer_block {
	font-size: 16px;
	font-family: "微軟正黑體";
	font-weight: bold;
	background-image: url(../images/sf_bottom_border.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	width: 1080px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	overflow: hidden;
}
.footer_block2 {
	padding-top: 23px;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
#footer .footer_block2 .copy {
width: 900px;
display: block;
float: left;
color: #BCBCBC;
}
#footer .footer_block2 .creatop {
	width: 130px;
	display: block;
	float: right;
	text-align: right;
	color: #666666;
}







#Location {
	height: 25px;
	width: 1080px;
	font-size: 10pt;
	color: #FC6;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}
#Location samp {
	font-size: 10pt;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}
#Location .Out {
	font-family: Verdana;
	font-weight: bold;
}
#Location samp a {
	color: #FFF;
}
#about {
	background-color: #FFF;
	background-image: url(../images/about-wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 1080px;
	overflow: hidden;
}

#about_end {
	background-image: url(../images/about-wrapper_end.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 1000px;
	overflow: hidden;
	padding: 40px;
}
#about_end .Title {
	font-size: 24pt;
	color: #666;
	text-align: center;
	width: 1000px;
	margin-bottom: 20px;
}

#about_end .divider {
	height: 40px;
	overflow: hidden;
	background-image: url(../images/divider-about.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 30px;
}
#about_end .Button {
margin-bottom: 20px;
text-align: center;
width: 1000px;
}
#about_end .Button a.stay {
	color: #000;
	background-image: url(../images/Location.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#about_end .Button a {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #333;
	
	
}
#about_end .Button a:hover {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-image: url(../images/Location2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}#mid .rim_end {
	margin-bottom: 70px;
}
#teaching {
	float: left;
	width: 1080px;
}
#teaching ul {
	float: left;
	width: 320px;
	display: block;
	height: 300px;
	float: left;
	margin-bottom: 35px;
	position: relative;

}
#teaching .L30 {
	margin-right: 60px;
}

#teaching ul .map {
	height: 160px;
	width: 320px;
	overflow: hidden;
	background-image: url(../images/blog_type_1_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;	
}
#teaching ul .map .buttext {
	position: absolute;
	width: 180px;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	padding-top: 15px;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	margin-top: 40px;
	font-family: "微軟正黑體", "Century Gothic";
	padding-bottom: 15px;
}
#teaching ul .map .buttext span {
	font-size: 12pt;
	color: #CCC;
	display: block;
	line-height: 18pt;
	margin-top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif, "微軟正黑體";
	height: 20px;
	overflow: hidden;
}


#teaching ul .Title {
	margin-right: 10px;
	margin-left: 10px;
	width: 280px;
	margin-bottom: 5px;
	color: #FFF;
}
#teaching ul .Title a {
	color: #FFF;
}
#teaching ul .Narrative {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 280px;
	font-size: 10pt;
	line-height: 16pt;
	color: #FFF;
	margin-top: 10px;
}


#teaching ul .more {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif, "微軟正黑體";
	color: #FF6;
	border: 3px solid #FF9;
	padding: 5px;
	float: left;
}
#teaching .Broadcast {
	position: absolute;
	left: 110px;
	height: 60px;
	width: 80px;
	top: 55px;
}



/*教學文章介紹*/

#Brand_word .map {
	float: left;
	width: 800px;
	margin-bottom: 20px;
}
#Brand_word .word {
	float: left;
	width: 800px;
	margin-bottom: 20px;
}
#Brand_word .Title {
	float: left;
	width: 750px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	font-size: 16pt;
}
#Brand_word .Content {
	float: left;
	width: 750px;
	margin-right: 25px;
	margin-left: 25px;
	line-height: 22pt;
	margin-bottom: 30px;
}






/*-------頁碼-------*/
	
	.quotes {
	text-align: center;
	margin-bottom: 50px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 10pt;
	width: 100%;
	margin-top: 20px;
	float: left;
	color: #FFF;
	}
	
	
	.quotes a {
	margin-right: 5px;
	border: 1px solid #C2470B;
	text-decoration: none;
	color: #DD7631;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	}
	.quotes a:hover, div.pagination a:active {
	margin-right: 5px;
	border: 1px solid #FC9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	color: #FC9;
	}
	.quotes span.current {
	margin-right: 5px;
	border: 1px solid #FFFFCC;
	font-weight: bold;
	background-color: #2B0E00;
	color: #FF9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	}
	.quotes span.disabled {
	margin-right: 5px;
	border: 1px solid #f3f3f3;
	color: #ccc;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	}
#Title {
	color: #FFF;
	float: left;
	width: 1040px;
	font-size: 24pt;
	margin-left: 20px;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
#Title span {
	font-size: 14pt;
	font-family: "MS Serif", "New York", serif;
	margin-left: 15px;
}
#photo {
	float: left;
	width: 1080px;
	color: #FFF;
}
#photo ul {
	background-image: url(../images/photo.png);
	background-repeat: no-repeat;
	background-position: center -10px;
	float: left;
	width: 270px;
	padding-right: 45px;
	padding-left: 45px;
	height: 260px;
	display: block;
	padding-top: 19px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
#photo ul li {
	display: block;
}

#photo ul .map {
	float: left;
	height: 152px;
	width: 270px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;

}

#photo ul .map img {
		width: 290px;
		height: 194px;
		-webkit-transform: translate(-12.5px, -8px);
		-moz-transform: translate(-12.5px, -8px);
		-o-transform: translate(-12.5px, -8px);
		transform: translate(-12.5px, -8px);
		-webkit-transition: width 0.4s linear, height 0.4s linear, -webkit-transform 0.4s linear;
		-moz-transition: width 0.4s linear, height 0.4s linear, -moz-transform 0.4s linear;
		-o-transition: width 0.4s linear, height 0.4s linear, -o-transform 0.4s linear;
		transition: width 0.4s linear, height 0.4s linear, transform 0.4s linear;
	}
#photo ul .map:hover img {
		width: 270px;
		height: 180px;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}

#photo ul .Name {
	margin-bottom: 5px;
	font-size: 10pt;
	line-height: 16pt;
	color: #FFF;
	float: left;
	width: 270px;
}
#photo ul .Date {
	float: left;
	margin-right: 10px;
margin-bottom: 5px;
margin-left: 10px;
font-family: Georgia, "Times New Roman", Times, serif, "微軟正黑體";
color: #FF6;
}
#photo ul .Broadcast {
	position: absolute;
	z-index: 1000;
	left: 130px;
	top: 70px;	
}
/*----------實績----------*/
#project_map {
	float: left;
	width: 1080px;	
}
.subjectss {
	float: left;
	width: 1000px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #FFF;
}
#project_map .Staff {
	margin: 10px;
	float: left;
	width: 240px;
	background-color: #FFF;
	padding: 5px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.abgne_tip_gallery_block {
	width: 240px;
	overflow: hidden;
	position: relative;
	float: left;
	}


	.abgne_tip_gallery_block .caption {
	position: absolute;
	top: 100%;	/* .abgne_tip_gallery_block 的高 - 想顯示 title 的高(這邊是設 55) */
	width: 220px;	/* .abgne_tip_gallery_block 的寬 - .caption 的左右 padding */
	padding: 10px;
	cursor: pointer;
	color: #fff;
	background-image: url(../images/1px_black.png);
	background-repeat: repeat;
	}
	.abgne_tip_gallery_block .caption h3 {
	margin: 0;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px;
	}
	





#detailBox .item {
	width: 470px;
	text-align: left;
	float: left;
	margin-right: 50px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#detailBox .items {
	margin-bottom: 15px;
	overflow: hidden;
	float: left;
	width: 450px;
}











#Member {
	overflow: hidden;
	line-height: 20pt;
	font-family: "微軟正黑體", "Century Gothic";
	width: 940px;
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
/* --------------------會員表單-------------------- */

.roundbox_center {
	float: left;
	width: 820px;
	font: normal 10pt/14pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 60px;
}


.roundbox_center table tr td h4 {
	font-size: 15px;
	color: #444;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 8px;
	width: 80px;
	-webkit-margin-before: 0pt;
-webkit-margin-after: 0pt;
}
.roundbox_center table tr td h4 span {
color: #F40201;
margin-left: 2px;
}
.roundbox_center table tr td input {
	border: 1px solid #E0E0E0;
	color: #666666;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.roundbox_center table tr td {
	padding-top: 0;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 10px;
}
.roundbox_center table tr td textarea {
	width: 400px;
	height: 118px;
	border: 1px solid #E0E0E0;
}
.roundbox_center table tr td select {
	width: 230px;
	height: 33px;
	background-color: transparent;
	border: 1px solid #E0E0E0;
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 10pt;
	padding-bottom: 0px;
	padding-left: 5pt;
	margin-right: 10px;
}
.roundbox_center #form table tr td .Sex input {
	line-height: 20px;
	height: 15px;
	width: 15px;
	padding-top: 3px;
}
.circuit {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#Submit {
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#Submit label input {
	line-height: 25px;
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #999;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 30px;
	text-align: center;
}




#Member .legend {
	margin-bottom: 20px;
	font-size: 16pt;
	font-weight: 400;
}

#Member .Note {
	width: 920px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 22px;
	color: #666;
}

#Member .Goods {
	float: left;
	margin-top: 50px;
	width: 920px;
}
#Member .Goods .Title {
	float: left;
	width: 180px;
	margin-left: 30px;
	font-family: "微軟正黑體";
	color: #999;
	padding-right: 30px;
	font-size: 18pt;
	text-align: left;
}
#Member .Goods .Title span {
	font-size: 16px;
	float: left;
}
/* ----------退貨辦法----------- */
#Member .roundbox {
	float: right;
	width: 630px;
	padding-left: 25px;
	font: normal 10pt/14pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#Member .roundbox  h3  {
	font-size: 10pt;
	line-height: 14pt;
	float: left;
	width: 80px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "微軟正黑體", "Century Gothic";
}
#Member .roundbox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Member .roundbox li {
	float: left;
	width: 750px;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
}


#Member .roundbox ul li input {
	border: 1px solid #E0E0E0;
	color: #666666;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#Member .roundbox ul li select {
	width: 230px;
	height: 30px;
	background-color: transparent;
	border: 1px solid #E0E0E0;
	color: #666666;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-right: 10px;
}
#Member .roundbox ul li textarea {
	border: 1px solid #E0E0E0;
}




/* ----------訂單紀錄----------- */
#Member .ppin2 {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
	width: 940px;
	background-image: url(../images/btn_big_01.png);
	background-repeat: repeat-x;
	background-position: center center;
}

#Member .ppin {
	float: left;
	width: 940px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 8px;
	padding-bottom: 8px;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}
#Member .ppin .pname {
	font-size: 12pt;
	line-height: 20pt;
	color: #006666;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#Member .ppin .pname a{
	color: #006699;
	font-size: 10pt;
	line-height: 14pt;
	text-decoration: none;
}
#Member .ppin .price {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#Member .ppin .pname a:hover {
	color: #FF6600;
}
#Member .u3 .u1 .ppin table tr .price input {
	border: 1px solid #CCC;
	text-align: center;
}




.buttomarea {
	margin-bottom: 20px;
	overflow: hidden;
	height: 40px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.buttomarea a {
	border: 1px solid #dbdbdb;
	display: inline-block;
	border-radius: 3px;
	background: url(../images/btn_big_01.png) repeat-x;
	line-height: 35px;
	font-family: Helvetica, Arial, sans-serif;
	color: #767676 !important;
	text-shadow: 0px 2px 0px rgba(255,255,255,0,9);
	font-size: 13px;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.buttomarea a:hover {
	background: #f3f3f3 !important;
}
 .buttomarea span {
display: block;


}
 .buttomarea .l {
background: url(../images/arrow_shadowed_gray2.png) no-repeat left 10px;
padding-left: 25px;

}
 .buttomarea .r {
background: url(../images/arrow_shadowed_gray.png) no-repeat right 10px;
padding-right: 25px;

}
.lefts {
	float: left;
	margin-left: 20px;
}
.rights {
	float: right;
	margin-right: 20px;
}
.rights2 {
	float: right;
	margin-left: 10px;
}



#Price {
	float: right;
	width: 400px;
	margin-top: 20px;
	font-size: 11pt;
}
#Prices {
	float: right;
	width: 300px;
	margin-top: 20px;
	font-size: 11pt;
	text-align: right;
}
#Prices span {
	font-size: 32px;
	color: #F33;
	margin-right: 20px;
	margin-left: 20px;
	font-family: 'lativAbweb', 'Century Gothic', 'Tw Cen MT Condensed';
}
#Member .Month {
	font-size: 18pt;
	color: #999;
	padding-left: 20px;
	font-family: 'lativAbweb', 'Century Gothic', 'Tw Cen MT Condensed';
	margin-bottom: 20px;
}
.Goods_Orders {
	float: left;
	width: 940px;
	margin-bottom: 30px;
	position: relative;
}
.Total-price {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C00;
	padding-top: 5px;
	text-align: right;
}



.step_pay_select_list {
	float: left;
	width: 940px;
	
}
.step_pay_select_list .pay {
	height: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
}.step_pay_select_list_last {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eeeeee;
	border-bottom-color: #eeeeee;
}



.step_pay_select_list table {
	width: 940px;
	font-size: 10pt;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
.step_pay_select_list tr td {
border-top: 1px solid #eeeeee;
}
.step_pay_select_list td {
padding: 15px;
line-height: 20px;
}

.step_pay_select_radio {
width: 40px;
background-color: #f7f7f7;
text-align: center;
}



.subject {
	font-size: 16pt;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-weight: bold;
}
.Goods_Orders  .Same {
	position: absolute;
	top: 0px;
	font-size: 10pt;
	left: 200px;
}
.Goods_Orderss {
	float: left;
	width: 840px;
	margin-left: 70px;
}
.Goods_Orders .ppin table tr .caption2 input {
	text-align: center;
	border: 1px solid #CCC;
}

#Member .note {
	padding: 19px;
	border: 1px solid #D4D7DB;
	float: left;
	width: 900px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 30px;
}
#Member .note .Note2 {
	font-size: 10pt;
	line-height: 18pt;
	float: left;
	width: 860px;
	margin-right: 20px;
	margin-left: 20px;
}












/*-------客服中心-------*/

.say {
	width: 300px;
	height: 450px;
	margin-bottom: 0;
	float: left;
	padding-left: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	background-image: url(../images/menu02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 50px;
}
.say h3 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	float: left;
	width: 300px;
	margin-bottom: 10px;
	-webkit-margin-before: 5px;
-webkit-margin-after: 5px;
}
.say h2 {
	font-weight: bold;
	color: #000;
	font-size: 20pt;
	padding: 0px;
	-webkit-margin-before: 5px;
-webkit-margin-after: 5px;
}

.say p {
	color: #666;
	float: left;
	width: 250px;
	font-size: 10pt;
	line-height: 20pt;
}
.say .ja{
	color: #666;
	float: left;
	width: 460px;
	font-size: 10pt;
	line-height: 18pt;
}


.contact {
	width: 560px;
	overflow: hidden;
	float: left;
	margin: 45px;
}
.contact table tr td h4 {
	font-size: 15px;
	color: #444;
	font-weight: normal;
	-webkit-margin-before: 5px;
    -webkit-margin-after: 5px;
}
.contact table tr td h4 span {
color: #F40201;
margin-left: 2px;
}
.contact table tr td input {
width: 250px;
height: 25px;
border: 1px solid #E0E0E0;
color: #666666;
line-height: 25px;
padding: 1px 0;
}
.contact table tr td {
	padding-top: 0;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 10px;
}
.contact table tr td textarea {
	width: 530px;
	height: 118px;
	border: 1px solid #E0E0E0;
}
.contact table tr td select {
	width: 250px;
	height: 30px;
	background-color: transparent;
	border: 1px solid #E0E0E0;
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.loginsubmit2 a{
	height: 35px;
	line-height: 35px;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 12pt;
	border: none;
	font-family: "微軟正黑體", "Century Gothic";
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 4pt;
	float: right;
	margin-top: 20px;
	width: 90px;
	background-color: #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
}
.loginsubmit2 a:hover{
	background-color: #F90;
}








#job ul li .jobname2 {
	width: 95%;
	float: left;
	height: 30px;
	line-height: 30px;
}
#job ul li .slideinfo2 {
	float: left;
	width: 86%;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 5%;
	margin-left: 5%;
	text-indent: 0;
	padding-left: 4%;
	font-size: 12pt;
	line-height: 20pt;
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: none;
}













/*faq*/
#faq {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#faq .Introduction {
	height: 170px;
	width: 850px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/faq.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#faq .Introduction .Title {
	float: left;
	width: 400px;
	margin-bottom: 10px;
	font-size: 40px;
	color: #000;
	line-height: 48px;
	clear: left;
	text-align: left;
}
#faq .Introduction .narrative {
	color: #707070;
	font-size: 13px;
	line-height: 22px;
	float: left;
	width: 400px;
	clear: left;
}

#faq .Introduction .more {
	color: #FFF;
	font-size: 10pt;
	margin-top: 15px;
	float: left;
	clear: left;	
}
#faq .Introduction .more a {
	color: #FFF;
	background-color: #C00;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 10px;
}
#faq .Introduction .more a:hover {
	background-color: #F93;
}





.sliderbox { 
	width: 940px; 
	margin: 0 auto; 
	overflow:hidden;
}
.sliderbox a { color:#01B2F1;}
.sliderbox a:hover {
	color: #F90;
	text-decoration: none;
}
.sliderbox dt {
	height: 40px;
	cursor: pointer;
	background-image: url(../images/newsclosedbg.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
.sliderbox .open { 
	font-size: 13px; 
	background: url(../images/newsopenbgtop.gif) no-repeat; 
	color: #01b2f1; 
	cursor: default;
}
.sliderbox .title {
	font-size: 12pt;
	color: #990000;
	padding: 0 0 0 40px;
	line-height: 30pt;
}	
		
.sliderbox dt:hover span {
	color: #FF9900;
}	
.sliderbox .open:hover span { color:#01b2f1;}	
.sliderbox .n_thumb { 
	width: 113px; 
	height: 125px;
	float:right; 
	padding:0 0 20px 20px; 
}
.sliderbox dd {
	font-size: 12px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.sliderbox .text {
	font-size: 10pt;
	color: #666666;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	float: left;
	margin-top: 20px;
	line-height: 20pt;
}
.sliderbox .text .readmoreline { 
	text-transform:uppercase; 
	padding: 12px 0 0 0; 
	display: block;
}
.sliderbox .text .readmoreline .arrow {
	width: 14px; 
	height: 14px; 
	background: url(../images/readmore.gif) top left no-repeat; 
	display: block; 
	float: left; 
	margin: 1px 8px 0 0; 
	font-size: 0px; 
	line-height: 0px;
}	
.sliderbox .text .readmoreline:hover .arrow { background-position: bottom left;}	
.sliderbox .text .readmoreline:hover { text-decoration: none;}	
.sliderbox .text .readmoreline {
	display: block;
	padding: 12px 0 0;
	text-transform: uppercase;
}










#Project {
	float: left;
	width: 400px;
	font-size: 10pt;
}
#Project ul {
	float: left;
	width: 400px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#Project ul li {
	width: 380px;
	margin-bottom: 5px;
	float: left;
	margin-top: 5px;
}
#Project ul .Title {
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5B573C;
}
#Project ul .caption3 {
	float: left;
	width: 250px;
	text-align: center;
	overflow: hidden;
}
#Project ul .caption1 {
	float: left;
	width: 230px;
	text-align: left;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}
#Project ul .caption2 {
	float: left;
	width: 60px;
	text-align: center;
}
#Project ul .Checkout {
	background-color: #333333;
	float: right;
	height: 25px;
	width: 100px;
	border: 1px solid #C1BC9C;
	line-height: 25px;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}
#Project ul li .Checkout a {
	color: #FFF;
	text-decoration: none;
}
#Project ul li .Checkout a:hover {
	color: #FC0;
}






#Cartup a {
	padding-bottom: 2px;
	float: left;
	
}
#Cartup  a:hover {
}








	/*--------購物車--------*/

#Shopping {
	width: 350px;
	position: absolute;
	top: 40px;
	z-index: 100;
	background-color: #FFF;
	right: 0px;
	visibility: hidden;
    padding: 20px;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 0px 4px #E0E0E0;
    border-radius: 2px;
}
#Shopping .Title {
	padding-bottom: 4px;
	float: left;
	color: #000;
}
#Shopping .Title span {
	font-size: 10pt;
	text-align: center;
	float: left;
	font-weight: bold;
}
#Shopping .Title .w1 {
	width: 80px;
}

#Shopping .Title .w2 {
	width: 170px;
}
#Shopping .Title .w3 {
	width: 70px;
}
#Shopping .Title .w4 {
	width: 30px;
}


#Shopping ul {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	float: left;
	width: 350px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}
#Shopping ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#Shopping ul .map {
	height: 65px;
	width: 65px;
	border: 1px solid #CCC;
	padding: 4px;
}
#Shopping ul .letter {
	width: 170px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 10px;
}

#Shopping ul .Quantity {
	width: 50px;
	font-size: 12pt;
	color: #3C9;
	margin-top: 25px;
	font-family: "MS Serif", "New York", serif;
	text-align: center;
}
#Shopping ul .letter span {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #999;
}

#Shopping ul .close {
	height: 10px;
	width: 10px;
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}






#Shopping .Checkout {
	float: right;
	text-align: center;
	margin-top: 15px;
}


#Shopping .Checkout a {
	border: 1px solid #C1BC9C;
	background-color: #333333;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 11pt;
}
#Shopping .Checkout a:hover {
	background-color: #CCC;
}








/*最新消息*/
#news {
	width: 1000px;
	float: left;
	text-align: left;
	
}
#news-content {
	
	float: left;
	width: 700px;
	margin-left: 30px;
}
#news-content .Article {
	float: left;
	width: 660px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	position: relative;
	margin-bottom: 40px;
}
#news-content .Article .Previous {
	position: absolute;
	top: -10px;
	margin-bottom: 30px;
	right: 0px;
}


#news-content .Article .Content {
	float: left;
	width: 660px;
	line-height: 20pt;
	font-size: 10pt;
}
#news-content .Article .Content .sort {
	font-size: 10pt;
	color: #666;
	float: left;
	margin-bottom: 5px;
	background-image: url(../images/tag-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#news-content .Article .Content .map {
	background-image: url(../images/news_by.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	width: 580px;
	margin-left: 30px;
	float: left;
	padding: 10px;
	margin-top: 20px;
}
#news-content .Article .Content .map span {
	width: 580px;
	float: left;
	height: 300px;
	overflow: hidden;
}


#news-content .Article .Content .Title {
	float: left;
	width: 650px;
	font-size: 14pt;
	color: #399;
	margin-bottom: 5px;
	text-align: left;
}

#news-content .Article .Content .Contents {
	font-size: 11pt;
	margin-bottom: 30px;
	line-height: 16pt;
	float: left;
}


#news-content .Article .Content .bottom {
	width: 630px;
	float: left;
}
#news-content .Article .Content .bottom .more {
	background-image: url(../images/message-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 15px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 15px;
}
#news-content .Article .Content .bottom .Date {
	background-image: url(../images/date-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 15px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 15px;
	float: left;
}


#Classification {
	float: right;
	width: 220px;
	margin-left: 25px;
	margin-right: 25px;
}
#Classification .assort {
	float: left;
	width: 220px;
	margin-bottom: 40px;
}
#Classification .assort .subject {
	font-size: 16pt;
	font-weight: bold;
	height: 40px;
	width: 200px;
	text-align: left;
	padding: 0px;
}
#Classification .assort .Baseline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	float: left;
}
#Classification .assort .Baseline li {
	float: left;
	width: 200px;
	list-style-type: disc;
	margin-left: 20px;
	color: #666;
	font-size: 11pt;
	margin-bottom: 15px;
}
#Classification .assort ul {
	padding-bottom: 50px;
}
#Classification .assort .top {
	padding-bottom: 50px;
	float: left;
}
#Classification .assort .top li {
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	float: left;
}
#Classification .assort .top li .Date {
	float: left;
	width: 80px;
	margin-bottom: 10px;
	background-image: url(../images/date-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#Classification .assort .top li .Title {
	float: left;
	width: 220px;
	font-size: 10pt;
	line-height: 16pt;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}
#Classification .assort .top li .Title a {
	color: #666;
}
#Classification .assort .top li .Content {
	color: #999;
	float: left;
	width: 220px;
	line-height: 14pt;
}



#Classification .assort .top li .sort {
	color: #F60;
	float: left;
	width: 120px;
	display: block;
	font-size: 10pt;
	text-align: right;
}

#Classification .assort .top .Height30 {
	padding-top: 30px;
}
#course {
	width: 1000px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 14pt;
}
#course .In {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
#course .Money {
	color: #900;	
}

















/*----------最新消息----------*/

.education {
	float: left;
	width: 1080px;
}
.education ul {
	width: 250px;
	display: block;
	float: left;
	margin: 10px;
	position: relative;
}
.education ul .vip {
	position: absolute;
	top: -5px;
	right: -4px;
	z-index: 1000;
}
.education ul .Broadcast {
	position: absolute;
	z-index: 1000;
	top: 60px;
	left: 80px;
}



.education ul .center {
	width: 230px;
	float: left;
	overflow: hidden;
	background: #fff;
	height: auto;
	clear: both;
	overflow: hidden;
	/* -webkit-box-shadow: 0 0px 8px rgba(102, 102, 102, 0.5); */
	-moz-box-shadow: 0 0px 8px rgba(102, 102, 102, 0.5);
	box-shadow: 0 0px 8px rgba(102, 102, 102, 0.5);
	margin-right: auto;
	margin-bottom: 30;
	margin-left: auto;
	position: relative;
	padding: 10px;	
	
}
.education ul .center .map {
	float: left;
	width: 230px;
	margin-bottom: 10px;
	overflow: hidden;
}
.education ul .center .date {
	float: left;
	width: 210px;
	float: left;
	color: #ff6600;
	font-size: 12px;
	padding: 10px;
}
.education ul .center .tit {
	width: 210px;
	float: left;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.education ul .center .detail {
	width: 210px;
	float: left;
	line-height: 20px;
	color: #878787;
	margin-top: 5px;
	font-size: 10pt;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.education ul .center .more {
	width: 180px;
	float: left;
	float: left;
	margin-top: 22px;
	color: #666;
	background-image: url(../images/list_09.jpg);
	background-repeat: no-repeat;
	background-position: 15px 8px;
	font-size: 10pt;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 30px;
}










.memberintor {
	width: 1000px;
	_margin-left: 10px;
	float: left;
	position: relative;
}


.memberintor ul {
	float: left;
	width: 920px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	font-size: 10pt;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.memberintor .Year {
	position: absolute;
	top: 20px;
	right: 40px;
}

.memberintor ul li {
	float: left;

}
.memberintor ul .by {
	background-color: #F5F5F5;
}

.memberintor ul .topic {
	margin-top: 10px;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.memberintor ul .detail {
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.memberintor .Month {
	font-size: 18pt;
	color: #999;
	padding-left: 20px;
	font-family: 'lativAbweb', 'Century Gothic', 'Tw Cen MT Condensed';
}
.memberintor ul .Price {
	margin-top: 15px;
	margin-bottom: 15px;
	float: right;
	width: 600px;
	line-height: 24px;
}
.memberintor ul .Price span {
	color: #F33;
	margin-left: 5px;
}









#products  {
	float: left;
	margin-top: 30px;	
}




#product .Introduction {
	margin-bottom: 40px;
	padding-bottom: 10px;
	float: left;
	width: 1040px;
	position: relative;
	color: #FFF;
	margin-right: 20px;
	margin-left: 20px;
}
#product .Introduction .Enlarge {
	float: left;
	height: 450px;
	width: 450px;
	margin-right: 25px;
	padding: 10px;
	background-color: #FFF;
}
#product .Introduction .Breakdowns {
	float: right;
	width: 540px;
}
#product .Introduction .Breakdowns .Photo {
	float: right;
	width: 514px;
	overflow: hidden;
	margin-top: 10px;
}
#product .Introduction .Breakdowns .Photo ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 540px;
}
#product .Introduction .Breakdowns .Photo ul li {
	float: left;
	display: block;
}
#product .Introduction .Breakdowns .Photo ul .map {
	padding: 4px;
	width: 70px;
	border: 1px solid #666;
	height: 70px;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 4px;
	float: left;
}
#product .Introduction .Breakdowns .Photo .literal {
	font-size: 10pt;
	line-height: 14px;
	color: #999;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 20px;
	margin-top: 5px;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#product .Introduction .Breakdowns #typeline {
	float: left;
	height: 30px;
	width: 515px;
	margin-bottom: 10px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-image: url(images/control_play.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 5px;
}
#product .Introduction .Breakdowns #typeline .map {
	height: 30px;
	width: 30px;
	margin-right: 5px;
	float: left;
}
#product .Introduction .Breakdowns #typeline .script {
	line-height: 30px;
	font-size: 15pt;
}
#product .Introduction .Breakdowns .no {
	width: 510px;
	margin-left: 25px;
	float: left;
	font-size: 11pt;
	font-family: Verdana, Geneva, sans-serif;
}
#product .Introduction .Breakdowns .no ul li {
	float: left;
	width: 490px;
	margin-bottom: 5px;
	display: block;
}
#product .Introduction .Breakdowns .no .30 {
	height: 30px;
}
#product .Introduction .Breakdowns .no ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 450px;
	list-style-type: none;
}
#product .Introduction .Breakdowns .no ul .Size {
	float: left;
	width: 480px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	font-size: 10pt;
	line-height: 20pt;
	min-height: 80px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#product .Introduction .Breakdowns .no ul li .fb {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	height: 25px;
}
#product .Introduction .Breakdowns .no ul li .Quantity {
	float: left;
	width: 120px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#product .Introduction .Breakdowns .no ul li .Quantity a {
	color: #999;
	text-decoration: none;
}

#Products .Introduction .Breakdowns .no ul li .Quantity a:hover {
	font-weight: bold;
	color: #390;
}
#product .Introduction .Breakdowns .no ul li .Car {
	float: right;
	text-align: center;
}
#product .Introduction .Breakdowns .no ul li .Car a {
	color: #333;
	background-color: #CCCCCC;
	display: block;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#product .Introduction .Breakdowns .no ul li .Car a:hover {
	color: #FFF;
	background-color: #666666;
	display: block;
	}#product .Introduction .Breakdowns .no ul li .Quantity input {
	padding: 5px;
	border: 1px solid #FFF;
}
#product .Introduction .Breakdowns .no ul .Narrative {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#product .Introduction .Breakdowns .no ul .Narrative .term {
	float: left;
	width: 490px;
	margin-bottom: 5px;
	display: block;
	line-height: 25px;
	font-size: 10pt;
}
#product .Introduction .Breakdowns .no ul li .Price {
	font-size: 18pt;
	color: #FFF;
}








#Related_Products {
	float: left;
	width: 1080px;
	color: #FFF;
}
#Related_Products .Tell{
	overflow: hidden;
	position: relative;
	width: 1080px;
	float: left;
	margin-bottom: 40px;
}

#Related_Products .Tell .Title {
	font-size: 16pt;
	color: #FF9;
	margin-bottom: 5px;
	width: 800px;
}
#Related_Products .Tell .Narrative {
	float: left;
	width: 1080px;
	margin-bottom: 30px;
	font-size: 10pt;
	letter-spacing: 3pt;
}
#Related_Products .Tell .Mmore {
	text-align: center;
	border: 1px solid #CCC;
	position: absolute;
	top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 10pt;
	line-height: 20pt;
	right: 15px;
}

#Related_Products .Tell .hd{
	overflow: hidden;
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 10pt;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 120px;
}
#Related_Products .Tell .hd .prev, #Related_Products .Tell .hd .next{
	display: block;
	width: 50px;
	height: 95px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	background:url("../images/arrow2.png") 0 0 no-repeat
}
#Related_Products .Tell .hd .next{
	background-position:-50px 0px;
}
#Related_Products.Tell .hd .prev{
	background-position: 0px 0px;
}

#Related_Products .Tell .bd ul{ overflow:hidden; zoom:1; }
#Related_Products .Tell .bd .tempWrap {
	float: left;
	width: 1080px;
	overflow: hidden;
	position: relative;
}

#Related_Products .Tell .bd ul li{
	width: 200px;
	margin-right: 8px;
	margin-left: 8px;
	float: left;
	height: 290px;
	display: block;
	position: relative;
}
#Related_Products .Tell .bd ul li .pic{
	float: left;
	height: 190px;
	width: 190px;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 5px;
	background-color: #FFF;
}
#Related_Products .Tell .bd ul li .Writing {
	font-size: 10pt;
	color: #FFF;
	float: left;
	height: 40px;
	overflow: hidden;
	width: 200px;
	line-height: 20px;
	margin-bottom: 10px;
}
#Related_Products .Tell.bd ul li .pic a:hover img{ border-color:#999;  }
#Related_Products .Tell .bd ul li .NT {
	color: #CCC;
	text-decoration: line-through;
	font-size: 10pt;
	float: left;
	width: 70px;
}
#Related_Products .Tell .bd ul li .NT2 {
	position: absolute;
	right: 7px;
	bottom: 10px;
	color: #FF9;
}





#by_Menu {
	background-image: url(images/bg_Menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 190px;
	float: left;
}
#by_Menu .level2 {
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
	width: 160px;
	padding-right: 10px;
	font-size: 10pt;
	line-height: 14pt;
}

#by_Menu  .level2 li {
	line-height: 20pt;
	background-image: url(../images/ten2.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	float: left;
	display: block;
	width: 155px;
	font-size: 12pt;
}
#by_Menu .level2 li a {
	color: #FFF;
}

#by_Menu  .level2 ul {
	float: left;
	width: 155px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
#by_Menu .level2 li li {
	line-height: 12pt;
	float: left;
	width: 155px;
	background-image: none;
	padding: 0px;
	border-radius: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 10pt;
	letter-spacing: normal;
}
#by_Menu .level2 li li a {
	background-image: url(images/icon1.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	width: 145px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	display: block;
	font-family: "微軟正黑體";
	color: #FFF;
}
#by_Menu .area {
	width: 180px;
	float: left;
	margin-bottom: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	position: relative;
	padding-top: 20px;
}
#by_Menu .area .Title {
	margin-bottom: 10px;
	position: absolute;
	top: -9px;
	background-color: #2B0E00;
	font-family: Verdana;
	font-weight: bold;
	padding-right: 5px;
	color: #FFF;
}#by_Menu .area .top {
	float: left;
	width: 180px;
	margin-top: 10px;
}
#by_Menu .area .top .project {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
	padding-bottom: 10px;
	width: 180px;
}



#by_Menu .area .top .project .map {
	float: left;
	height: 60px;
	width: 60px;
	overflow: hidden;
}
#by_Menu .area .top .project .Writing {
	float: right;
	width: 110px;
	font-size: 10pt;
	line-height: 15pt;
	height: 35px;
	overflow: hidden;
	margin-bottom: 10px;
	color: #FFF;
}
#by_Menu .area .top .project .nt {
	color: #FF9;
	float: right;
	width: 110px;
	font-size: 10pt;
	line-height: 12pt;
}
#Items {
	float: right;
	width: 880px;
	position: relative;
}
#Items .sortby {
	position: absolute;
	top: -45px;
	right: 0px;
	color: #FFF;
}
#Items .sortby select {
	border: 1px solid #CCC;
}




#product_rank {
	float: left;
	width: 880px;
}
#product_rank ul {
	float: left;
	width: 210px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
	position: relative;
	height: 300px;
}
#product_rank ul a {
	color: #FFF;
	display: block;
	height: 300px;
	width: 210px;
}
#product_rank ul a:hover {
	color: #FF9;
	display: block;
}

#product_rank ul li {
	float: left;
}
#product_rank ul .map {
	height: 200px;
	width: 200px;
	overflow: hidden;
	float: left;
	background-color: #FFF;
	padding: 5px;
}

#product_rank ul .Title {
	width: 190px;
	height: 40px;
	overflow: hidden;
	font-size: 10pt;
	line-height: 20px;
	letter-spacing: 1px;
	top: 180px;
	float: left;
	margin: 10px;
}

#product_rank ul .NT {
	color: #FFF;
	text-decoration: line-through;
	font-size: 10pt;
	float: left;
	margin-left: 10px;
	width: 150px;
}
#product_rank ul .NT2 {
	position: absolute;
	right: 7px;
	bottom: 12px;
	color: #FF6;
	font-size: 12pt;
}
#about_word {
	float: left;
	width: 960px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 20pt;
}
#about_end .apply {
	float: left;
	width: 960px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
	background-image: url(../images/linebox.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 40px;
}
#about_end .apply .map {
	float: right;
	width: 480px;
	margin-bottom: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	height: 240px;
	position: relative;
}
#about_end .apply .map span{
	font-size: 22pt;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.53);
	height: 100px;
	width: 150px;
	position: absolute;
	top: 50px;
	right: 30px;
	padding-top: 50px;
	text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}






#about_end .apply .Screenings {
	float: left;
	padding-top: 3px;
	width: 440px;
}
#about_end .apply .Screenings .Baseline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


#about_end .apply .Screenings ul li {
	padding-bottom: 3px;
	display: block;
	font-size: 10pt;
	float: left;
	width: 440px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	top: 3px;
	bottom: 3px;
	padding-top: 3px;
}
#about_end .apply .Screenings ul .Time {
	float: left;
	padding: 10px;
	width: 330px;
	
}
#about_end .apply .Screenings ul .item {
	background-color: #EFEFEF;
	float: left;
	padding: 10px;
	width: 60px;
}
#about_end .apply .Screenings ul .Status {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 200px;
}

#about_end .apply .Application {
	float: left;
	margin-top: 20px;
}



#Home_Middle {
	width: 100%;
	padding-top: 50px;
}

















#newsflash {
	width: 1080px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 30px;
}

#newsflash .areaflash {
	float: left;
	height: 30px;
	width: 950px;
	overflow: hidden;
	position: relative;
	margin-left: 100px;
}


#newsflash  ul li {
	float: left;
	height: 30px;
	font-size: 10pt;
	line-height: 30px;
	color: #FFF;
	margin-right: 80px;
}
#newsflash .areaflash .mltitle li a {
	color: #FFF;
}


#newsflash .areaflash .mltitle .Date {
	font-size: 12pt;
	color: #F90;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif, "微軟正黑體";
}
#Home_Teaching {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	color: #FFF;
}
#Home_Teaching ul {
	width: 320px;
	display: block;
	float: left;
	height: 450px;
}
#Home_Teaching .Left30 {
	float: left;
	margin-right: 60px;
}
#Home_Teaching .Title {
	background-image: url(../images/circle.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 330px;
	padding-top: 13px;
}
#Home_Teaching .Title span {
	float: left;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
	font-size: 14pt;
	margin-right: 13px;
}
#Home_Teaching .map {
	float: left;
	width: 330px;
	margin-top: 10px;
	height: 180px;
	overflow: hidden;
	margin-bottom: 30px;
}
#Home_Teaching .depiction {
	font-size: 10pt;
	line-height: 20pt;
}


#Home_Teaching .more a {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 2px solid #FFF;
	width: 90px;
	margin-top: 15px;
	color: #FFF;
	float: left;
}









#Home_Product {
	margin-top: 50px;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}



#Home_Product .Tell{
	position: relative;
	width: 1080px;
	margin-bottom: 40px;
}

#Home_Product .Tell .Title {
	font-size: 16pt;
	color: #FF9;
	margin-bottom: 5px;
	width: 800px;
}
#Home_Product .Tell .Narrative {
	float: left;
	width: 1080px;
	margin-bottom: 30px;
	font-size: 10pt;
	letter-spacing: 3pt;
}
#Home_Product .Tell .Mmore {
	text-align: center;
	border: 1px solid #CCC;
	position: absolute;
	top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 10pt;
	line-height: 20pt;
	right: 15px;
}

#Home_Product .Tell .hd{
	height: 60px;
	font-size: 10pt;
	position: absolute;
	top: 160px;
	width: 1080px;
}
#Home_Product .Tell .hd .prev, #Home_Product .Tell .hd .next{
	display: block;
	width: 60px;
	height: 60px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
}
#Home_Product .Tell .hd .next{
	background-position: -60px 0px;
	position: absolute;
	right: -50px;
}
#Home_Product .Tell .hd .prev{
	background-position: 0px 0px;
	position: absolute;
	left: -50px;
}

#Home_Product .Tell .bd ul{ overflow:hidden; zoom:1; }
#Home_Product .Tell .bd .tempWrap {
	width: 1080px;
	overflow: hidden;
	position: relative;
}

#Home_Product .Tell .bd ul li{
	width: 250px;
	margin-right: 9px;
	margin-left: 9px;
	float: left;
	height: 350px;
	display: block;
	position: relative;
	border: 1px solid #FFF;
}
#Home_Product .Tell .bd ul li .pic{
	float: left;
	height: 170px;
	width: 170px;
	overflow: hidden;
	padding: 5px;
	background-color: #FFF;
	margin: 35px;
		-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
	
}
#Home_Product .Tell .bd  .picList li .pic a .map {
	height: 170px;
	width: 170px;
	overflow: hidden;
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}


#Home_Product .Tell .bd ul li .Writing {
	font-size: 14px;
	color: #FFF;
	float: left;
	overflow: hidden;
	width: 200px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;
	letter-spacing: 2px;
}
#Home_Product .Tell.bd ul li .pic a:hover img{ border-color:#999;  }
#Home_Product .Tell .bd ul li .Price {
	font-size: 10pt;
	color: #FFF;
	float: left;
	overflow: hidden;
	width: 200px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;

}
#Home_Product .Tell .bd ul li .NT {
	color: #CCC;
	text-decoration: line-through;
	font-size: 10pt;
	float: left;
	width: 70px;
}
#Home_Product .Tell .bd ul li .NT2 {
	color: #FF9;
}
#topic {
	font-size: 14pt;
	color: #FFF;
	letter-spacing: 2pt;
}

#depiction {
	font-size: 12pt;
	color: #FFF;
	letter-spacing: 2pt;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}





#topic .outer_title_table {
margin-bottom: 25px;
}
#topic .outer_title_table .left_border {
	width: 50%;
	background-image: url(../images/outer_title_border.png);
	background-repeat: repeat-x;
	background-position: center;
}
#topic .outer_title_table .right_border {
width: 50%;
background: url(../images/outer_title_border.png) repeat-x center;
}
#topic .outer_title_table .text_env {
	padding: 0px 15px;
	white-space: nowrap;
	font-size: 16pt;
}

#brand {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#brand ul li {
	float: left;
	margin-bottom: 50px;
	width: 900px;
	display: block;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#brand ul li .map {
	float: left;
	width: 220px;
	margin-right: 30px;
	margin-top: 10px;
	overflow: hidden;
}
#brand ul li .script {
	float: right;
	width: 630px;
}
#brand ul li .script .Titles {
	float: left;
	width: 630px;
	margin-bottom: 15px;
	color: #600;
}
#brand ul li .script .narrative {
	font-size: 12px;
	line-height: 22px;
	color: #666;
	margin-bottom: 5px;
	width: 630px;
}
#brand ul li .script .Site {
	font-size: 12px;
	line-height: 18px;
	width: 630px;
}
#brand ul li .script .Site a {
	color: #F63;
}






#Home_Brand {
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 60px;
	overflow: hidden;
}
#Home_Brand .Tell2{
	overflow: hidden;
	position: relative;
	width: 1140px;
	float: left;
	height: 95px;
}









#Home_Brand .Tell2 .hd{
	overflow: hidden;
	height: 95px;
	font-size: 10pt;
	position: absolute;
	width: 1140px;
	left: 0px;
	top: 0px;
}

#Home_Brand .Tell2 .hd .prev, #Home_Brand .Tell2 .hd .next{
	display: block;
	width: 25px;
	height: 95px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../images/arrow3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 0px;
	position: absolute;
}
#Home_Brand .Tell2 .hd .next{
	background-position: -25px 0px;
	right: 0px;
}
#Home_Brand .Tell2 .hd .prev{
	background-position: 0px 0px;
	left: 0px;
}
#Home_Brand .Tell2 .bd {
	height: 75px;
	width: 1080px;
	position: absolute;
	right: 35px;
	overflow: hidden;
	top: 10px;
}

#Home_Brand .Tell2 .bd ul{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#Home_Brand .Tell2 .bd ul li{
	width: 160px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	height: 75px;
	display: block;
	position: relative;
	list-style-type: none;
	overflow: hidden;
}
#Home_Brand .Tell2 .bd ul li .map{
	float: left;
	height: 75px;
	width: 160px;
	overflow: hidden;
}

