@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EBEBEB;
	font-family: "微軟正黑體", "Century Gothic";
}
p {
	margin: 0px;
	padding: 0px;	
}
/* 會員登入 */
.main{
	padding: 10px;
}
.login_left{
	background: #ffffff;
	padding:15px;
	margin: 15px 0;
}
.login_left h3{
	font-size: 1.5em;
	color: #FF6666;
	text-transform: capitalize;
	text-shadow: 0 1px 0 white;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 10px;
}
.login_left p{
	font-size: 1.2em;
	line-height: 2.2em;
	color: #555555;
	margin: 10px 0;
}
.btn form input[type="button"],.registration_form input[type="submit"],.registration_form input[type="reset"]{
	cursor: pointer;
	background: #242424;
	border: 1px solid #242424;
	padding: 10px 20px;
	outline: none;
	color: #ffffff;
	font-size: 1em;
	text-transform: capitalize;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.btn form input[type="button"]:hover,.registration_form input[type="submit"]:hover{
	background: #57C5A0;
	border: 1px solid #57c5a0;
}
.forget a{
	text-transform: capitalize;
	color: #999999;
	font-size: 1.5em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/54h.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.forget a:hover{
	text-decoration: none;
}
.registration_form{
	display: block;
}
.registration_form div{
	padding:10px 0;
}


.registration_form input[type="text"],.registration_form input[type="email"],.registration_form input[type="tel"],.registration_form input[type="password"]{
	padding: 8px;
	display: block;
	width: 95%;
	outline: none;
	font-size: 0.8925em;
	color: #777777;
	-webkit-appearance: none;
	text-transform: capitalize;
	background: #FFFFFF;
	border: 1px solid rgb(231, 231, 231);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.registration_form input[type="text"]:focus,.registration_form input[type="email"]:focus,.registration_form input[type="tel"]:focus,.registration_form input[type="password"]:focus{
	box-shadow: inset -1px -1px 1px rgba(228, 228, 228, 0.67);
	-webkit-box-shadow: inset -1px -1px 1px rgba(228, 228, 228, 0.67);
	-moz-box-shadow: inset -1px -1px 1px rgba(228, 228, 228, 0.67);
	-o-box-shadow: inset -1px -1px 1px rgba(228, 228, 228, 0.67);
}
#registration_form div #xsubject {
	padding: 5px;
	width: 100%;
	background: #ffffff;
	outline: none;
	color: #999999;
	border: 1px solid #DADADA;
	font-size: 0.9em;
}
#registration_form div #xsubject option {
	padding-top: 5px;
	padding-bottom: 5px;
}
.registration_form #registration_form div p {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	color: #666;
}
.registration_form div p textarea {
	padding: 4px;
	display: block;
	width: 95%;
	background: #ffffff;
	outline: none;
	color: #555555;
	font-size: 1.5em;
	border: 1px solid #DADADA;
	-webkit-appearance: none;
}





/* 客服中心 */
.contact {
	margin-bottom: 40px;
	float: left;
	width: 100%;
}

.contact_left h3{
	margin: 10px 0;
	font-size: 1.5em;
	text-transform: capitalize;
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;
}
.company_address{
	padding-top:10px;
}
.company_address p{
	color: #555555;
	text-shadow: 0 1px 0 #ffffff;
	line-height: 1.5em;
	font-size: 1em;
	margin-bottom: 5px;
}
.company_address p a{
	color: #FF3366;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.company_address p a:hover{
	color: #242424;
}

.contact_right h3{
	margin: 10px 0;
	font-size: 1.5em;
	text-transform: capitalize;
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;
}
.contact-form{
	position:relative;
}
.contact-form div{
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="text"],.contact-form textarea{
	padding: 5px;
	display: block;
	width: 95%;
	background: #ffffff;
	outline: none;
	color: #555555;
	font-size: 1.5em;
	border: 1px solid #DADADA;
	-webkit-appearance: none;
}

.contact-form input[type="submit"],.contact-form input[type="reset"]{
	margin-top: 10px;
	font-family: 'Maven Pro', sans-serif;
	cursor: pointer;
	background: #242424;
	border: 1px solid #242424;
	outline: none;
	color: #ffffff;
	font-size: 1em;
	text-transform: capitalize;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	float: left;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 24px;
	margin-right: 5px;
	margin-left: 5px;
}
.contact-form input[type="submit"]:hover{
	background: #57C5A0;
	border: 1px solid #57c5a0;
}.contact-form form div select {
	padding: 5px;
	width: 100%;
	background: #ffffff;
	outline: none;
	color: #555555;
	font-size: 1em;
	border: 1px solid #DADADA;
}
.contact-form form div p {
	padding-bottom: 5px;
	float: left;
	width: 100%;
}
.contact-form form div p span {
	font-size: 1.2em;
	color: #F66;
	float: left;
	margin-left: 5px;
	width: 40%;
}
.contact-form form div p .Code {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
.contact-form form div p label {
	float: left;
	font-size: 1.2em;
}
.sky_form {
	float: left;
	margin-bottom: 10px;
	color: #999;
}

.sky_form ul li{
	display:inline-block;
	line-height: 1.5em;
}
.sky_form ul li input[type="radio"]{
	vertical-align: middle;
}
.sky_form label i{
	color: #777777;
	font-size: 0.8725em;
	margin-right: 12px;
	vertical-align: text-top;
	font-style: normal;
}
.sky_form  input[type="checkbox"]{
	vertical-align: text-top;
}

.sky_form .terms {
	color: #777777;
	text-decoration: none;
}



/* 客服中心 */
#page-title {
	padding: 0px;
	font-size: 30px;
	letter-spacing: -1px;
	display: block;
	color: #666;
	font-weight: 300;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
	width: 100%;
}
#page-title span {
	float: left;

}

#page-title .titleen {
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: 300;
	color: #888;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial;
	margin-left: 5px;
	margin-top: 18px;
}
#page-title .Title {
	float: left;
	font-size: 14px;
	width: 100%;
}


#breadcrumb {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 25px;
	border: 0px !important;
	background-color: #CCC;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 97%;
}


#breadcrumb a {
	color: #666;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}
#word {
	color: #555555;
	text-shadow: 0 1px 0 #ffffff;
	line-height: 1.7em;
	font-size: 1.2em;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}



/*最新消息*/
#recent-news {
	float: left;
	width: 100%;
	height: 100%;
}
#recent-news .news li{
	margin-bottom: 20px;
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#recent-news .news li .Date {
	float: left;
	width: 20%;
}

#recent-news .news li .Date .dates{
	float: left;
	font-size: 1em;
	color: #FFF;
	padding: 15px;
	text-align: center;
	background-color: #FF3333;
}
#recent-news .news li .Date .Year {
	text-align: center;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#recent-news .news li .desc{
	float: right;
	width: 80%;
}
#recent-news .news li .desc h4 {
	text-transform: uppercase;
	margin-bottom: 8px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#recent-news .news li .desc h4 a{
	color: #333333;
	font-size: 1.2em;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	line-height: 1.5em;
}
#recent-news .news li .desc h4 a:hover{
	color:#242424;
}
#recent-news .news li .desc .para {
	color: #555555;
	text-shadow: 0 1px 0 #ffffff;
	line-height: 1.5em;
	font-size: 1.1em;
}
#recent-news .news li .desc h4 a span {
	background-color: #FFF;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	margin-bottom: 5px;
}


#news_sort {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
#recent-news .news .word {
	width: 97%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 1.2em;
	line-height: 1.7em;
	text-shadow: 0 1px 0 #ffffff;
}

#news_sort #form #jumpMenu {
	padding: 4px;
	width: 100%;
	background: #ffffff;
	outline: none;
	color: #555555;
	font-size: 1em;
	border: 1px solid #DADADA;
}






/*頁碼*/
.pagination{
	text-align: center;
	width: 100%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
 .pagination ul{display:inline-block;*display:inline;margin-bottom:0;margin-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*zoom:1;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}
 .pagination ul>li{display:inline}
 .pagination ul>li>a,.pagination ul>li>span{
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
	color: #666;
}
 .pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{
	background-color: #f5f5f5;
	color: #F66;
}
 .pagination ul>.active>a,.pagination ul>.active>span{color:#999;cursor:default}
 .pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#999;cursor:default;background-color:transparent}
 .pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}
 .pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}




/*分隔線*/
.outer_title_table {
	margin-bottom: 20px;
}
.outer_title_table .left_border {
	width: 50%;
background: url(../images/outer_title_border.png) repeat-x center;
}
.outer_title_table .right_border {
width: 50%;
background: url(../images/outer_title_border.png) repeat-x center;
}
.outer_title_table .text_env {
	padding: 0px 15px;
	white-space: nowrap;
	font-size: 1.5em;
}




/*faq*/
#faq {
	width: 100%;
	overflow: hidden;
	float: left;
}
#faq .Introduction {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	padding: 20px;
	float: left;
	margin-bottom: 20px;
}
#faq .Introduction .Title {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.8em;
}
#faq .Introduction .narrative {
	color: #707070;
	font-size: 1.2em;
	line-height: 1.7em;
	float: left;
	width: 90%;
	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;
	text-decoration: none;
}
#faq .Introduction .more a:hover {
	background-color: #F93;
}

.sliderbox {
	width: 100%;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.sliderbox a { color:#01B2F1;}
.sliderbox a:hover {
	color: #F90;
	text-decoration: none;
}
.sliderbox dt {
	cursor: pointer;
	background-image: url(../images/newsclosedbg.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.sliderbox .open {
	font-size: 13px;
	background: url(../images/newsopenbgtop.gif) no-repeat;
	color: #FF3333;
	cursor: default;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.sliderbox .title {
	font-size: 1.5em;
	color: #555555;
    text-shadow: 0 1px 0 #ffffff;
	line-height: 1.8em;	
}	
		
.sliderbox dt:hover span {
	color: #333333;
}	
.sliderbox .open:hover span { color:#01b2f1;}	
.sliderbox .n_thumb { 
	width: 113px; 
	height: 125px;
	float:right; 
	padding:0 0 20px 20px; 
}
.sliderbox dd {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	line-height: 1.5em;
}
.sliderbox .text {
	font-size: 1em;
	color: #666666;
	padding-right: 20px;
	padding-left: 40px;
	float: left;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 #ffffff;
}
.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;
}
#staff {
	float: left;
	width: 100%;
}
#staff ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#staff ul li {
	margin-bottom: 50px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#staff ul li .map img {
	max-width: 100%;
	display: block;
	text-align: center;
}
#staff ul li .Name {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 #ffffff;
	letter-spacing: 0.15em;
}
#staff ul li .map {
	margin-bottom: 10px;
	text-align: center;
}
#staff ul li .present {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 #ffffff;
}
#staff ul li .present a {
	color: #F33;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
}
#staff ul li .container {
	width: 100%;
	margin-bottom: 40px;
	float: left;
}
#staff ul li .container ul {
	margin: 0px;
	padding: 0px;
}
#staff ul li .container ul li {
	margin: 1.6%;
	padding: 0px;
	float: left;
	width: 30%;
	overflow: hidden;
	height: 67px;
}
#staff ul li .container ul li img {
	width: 100%;	
}






/*產品介紹敘述*/

.desc1 {
	display: block;
	width: 100%;
}
#Product_Description {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.desc1 h3 {
text-shadow: 0 1px 0 #ffffff;
color: #555555;
font-size: 1.5em;
margin: 20px 0 10px;
}
.desc1 h5 {
	margin-top: 10px;
	font-size: 1.8em;
	color: #FF3333;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-shadow: 0 1px 0 #ffffff;
}
.desc1 h5 span {
text-decoration: line-through;
}



.desc1 .script {
	float: left;
	font-size: 1.1em;
	width: 100%;
	text-shadow: 0 1px 0 #ffffff;
	line-height: 1.2em;
}
.desc1 .script p {
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
.desc1 .script p span {
	letter-spacing: 3pt;
	color: #F33;
}




.share-desc{
	padding: 10px 0;
}
.share h4{
	font-size: 1.2em;
	color: #555555;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #ffffff;
}
.share_nav{
	float:left;
}
.share_nav li {
	display: inline-block;
	margin: 2px;
}
.share_nav li a {
	background: #242424;
	padding: 10px;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
}
.share_nav li a:hover{
	
	background: #3CC395;
}
.share li img {
	vertical-align:middle; 
}





.desc1 .available {
	margin-top: 10px;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.desc1 .Style {
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.desc1 .Style .type {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.desc1 .Style .type a {
	border: 1px solid #666;
	padding: 2px;
	margin: 5px;
	text-decoration: none;
	float: left;
	text-align: center;
	color: #666;
}
.desc1 .Style .type a:hover {
	border-top-color: #F33;
	border-right-color: #F33;
	border-bottom-color: #F33;
	border-left-color: #F33;
	color: #F33;
}
.desc1 .Style .type a p {
	float: left;
	width: 24px;
	overflow: hidden;
	text-align: center;
	height: 24px;
}




.desc1 .available input[type="button"]{
	background: #E45D5D;
	color: #FFF;
	font-size: 1.2em;
	border-radius: 5px;
	border-bottom: 4px solid #B93838;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	border-right: none;
	border-left: none;
	border-top: none;
	float: right;
	padding-top: 0.7em;
	padding-right: 1.2em;
	padding-bottom: 0.7em;
	padding-left: 1.2em;
}
.desc1 .available input[type="button"]:hover{
	background: #1C1C20;
	border-bottom: 4px solid #333;
}


.desc1 .available input[type="Quantity"] {
	padding: 10px;
	display: block;
	width: 35%;
	outline: none;
	font-size: 1em;
	color: #777777;
	-webkit-appearance: none;
	text-transform: capitalize;
	background: #FFFFFF;
	border: 1px solid rgb(231, 231, 231);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: left;
	margin-top: 5px;
}









#Product {
	float: left;
	width: 100%;
}
#Product ul {
	margin: 0px;
	padding: 0px;
}
#Product ul a {
	color: #666;
	text-decoration: none;
	
}

#Product ul li {
	width: 45%;
	list-style-type: none;
	text-align: center;
	padding: 5px;
	background-color: #FFF;
	float: left;
	margin-right: 0.8%;
	margin-bottom: 20px;
	margin-left: 0.8%;
}




#Product ul .map img {
	width: 100%;
}#Product ul .map {
	margin-bottom: 10px;
	float: left;
}
#Product ul h3 {
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#Product ul .no {
	font-size: 0.8em;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}
#Product ul .price {
	width: 100%;
	float: left;
	font-size: 1em;
}
#Product ul .price span {
	text-decoration: line-through;
}
#step_Title {
	text-align: center;
	width: 100%;
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 20px;
}
#Process {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#Process p {
	float: left;
}
#Process table tr .Step {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 1em;
	font-weight: bold;
}
#Process table tr .site {
	color: #F33;	
}
.Inventory {
	background-color: #FFF;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.Inventory .Goods_Orders {
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px;
	overflow: hidden;
	position: relative;
}
.Inventory .Goods_Orders ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.Inventory .Goods_Orders ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


.Inventory .Goods_Orders .ppin2 {
	background-color: #EFEFEF;
	padding: 5px;
}
.Inventory .Goods_Orders ul .ppin {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 5px;
	padding-left: 5px;
}
.Inventory .Goods_Orders ul .ppin h4 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.Inventory .Goods_Orders ul .Same {
	position: absolute;
	top: 2px;
	right: 3px;
	font-size: 0.8em;
}
.Inventory .Goods_Orders ul .ppin table tr .map {
	width: 60px;
	padding-right: 10px;
}

.Inventory .Goods_Orders ul .ppin table tr .map img {
	width: 100%;
}
.Inventory .Goods_Orders ul .ppin table tr .script {
	font-size: 0.8em;
}
.Inventory .Goods_Orders ul .ppin table tr .script .no {
	color: #F33;
}
.Inventory .Goods_Orders ul .word {
	margin: 10px;
	float: left;
	font-size: 1em;
	line-height: 1.5em;
}
.Inventory .Goods_Inquiry {
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px;
	overflow: hidden;
	position: relative;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.Total-price {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C00;
	padding-top: 5px;
	text-align: right;
}



.buttomarea {
	margin-bottom: 20px;
	overflow: hidden;
	height: 40px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	width: 100%;
}
.buttomarea a {
	border: 1px solid #dbdbdb;
	display: inline-block;
	border-radius: 3px;
	background: url(../images/btn_big_01.png) repeat-x;
	line-height: 35px;
	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: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
}
.buttomarea a:hover {
	background: #f3f3f3 !important;
	color: #F03;
}
 .buttomarea span {
display: block;


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

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

}
.buttomareas a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
	background-color: #666;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.buttomareas {
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}


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




.step_pay_select_list {
	float: left;
	color: #666;
	
}
.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 tr td {
border-top: 1px solid #eeeeee;
}
.step_pay_select_list td {
	padding: 5px;
	line-height: 20px;
}

.step_pay_select_radio {
width: 40px;
background-color: #f7f7f7;
text-align: center;
}
.step_pay_select_list span {
	color: #000;
}
#Profile {
	margin: 10px;
	float: left;
	width: 90%;
}
.Complete_order {
	font-size: 1em;
	margin-bottom: 20px;
	line-height: 1.5em;
	text-shadow: 0 1px 0 #ffffff;
	text-align: center;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#Button {
	text-align: center;
	margin-bottom: 20px;
}
#Button a {
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #999;
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}






.bordered {
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.bordered tr .Date {
	font-size: 0.8em;
}













.thumbnail {
  display: block;
  padding: 10px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
margin-bottom: 30px;
}
#photo {
	float: left;
	width: 100%;
}

#photo .thumbnail:hover {
  border-color: #FF9900;
  -webkit-box-shadow: 0 1px 5px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 5px rgba(0, 105, 214, 0.25);
}
#photo .thumbnail img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#photo .thumbnail h3 {
	padding: 0px;
	margin: 10px;
}
#photo ul .thumbnail p {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #F33;
}
#photo .Title {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 1.5em;
	border-bottom: 1px solid #E9E9E9;
}
#photo .Date {
	margin-bottom: 10px;
	border-bottom: 1px solid #E9E9E9;
}
#photo .narrative {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 15px;
	color: #666;
	border-bottom: 1px solid #E9E9E9;
}



/*----------實績----------*/
#project_map {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
}
#project_map .Staff {
	margin: 2%;
	float: left;
	width: 44%;
	background-color: #FFF;
	padding: 1%;
	
}
#project_map .Staff img{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#project_map .Staff a{
	margin: 0px;
	padding: 0px;	

}
.abgne_tip_gallery_block {
	overflow: hidden;
	position: relative;
	float: left;
	}


	.abgne_tip_gallery_block .caption {
	position: absolute;
	top: 100%;	/* .abgne_tip_gallery_block 的高 - 想顯示 title 的高(這邊是設 55) */
	width: 100%;
	cursor: pointer;
	color: #fff;
	background-image: url(../images/1px_black.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	.abgne_tip_gallery_block .caption h3 {
	margin: 0;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px;
	}
	
	
	
	
	
	
	
	
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
#Language {
	background-color: #3D3D3D;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#Language select {
	width: 100%;
	color: #FFF;
	background-color: #3D3D3D;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#Home-middle {
	margin: 10px;
}
#Home-middle .project {
	padding: 2%;
	float: left;
	width: 42%;
	background-color: #FFF;
	margin-right: 2%;
	margin-left: 2%;
}
#Home-middle .project ul li {
	list-style-type: none;
		text-align: center;
			width: 100%;
				float: left;


}

#Home-middle .project ul .map img {
	width: 100%;
}
#Home-middle .project ul .title{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F2F0EC;
	height: 35px;
	overflow: hidden;
}
#Home-middle .project ul a {
	color: #999;
}


#Home-middle .project ul .no{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.8em;
}
#Home-middle .project ul .price {
	font-size: 0.8em;
}
#Home-middle .project ul .price span {
	text-decoration: line-through;
	
}
#Home-middle .Latest_news {
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 15px;
}



.txtScroll-top{
	overflow: hidden;
	position: relative;
}
.txtScroll-top .bd{
	padding: 10px;
}





.txtScroll-top .news li{
	display: block;
	float: left;
	width: 100%;

}
.txtScroll-top .news li .Date {
	float: left;
	width: 20%;
}

.txtScroll-top .news li .Date .dates{
	float: left;
	font-size: 1em;
	color: #FFF;
	padding: 15px;
	text-align: center;
	background-color: #FF3333;
}
.txtScroll-top .news li .Date .Year {
	text-align: center;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.txtScroll-top .news li .desc{
	float: right;
	width: 80%;
}
.txtScroll-top .news li .desc h4 {
	text-transform: uppercase;
	margin-bottom: 8px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 20px;
	width: 100%;
	overflow: hidden;
}
.txtScroll-top .news li .desc h4 a{
	color: #333333;
	font-size: 1.2em;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	line-height: 1.5em;
}
.txtScroll-top .news li .desc h4 a:hover{
	color:#242424;
}

.txtScroll-top .news li .desc  span {
	border-radius: 5px;
	color: #333;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}
.txtScroll-top .bd .news li .desc .para {
	font-size: 0.8pt;
	color: #333333;
}
.other {
	padding: 4px;
	float: left;
	width: 100%;
	background-color: #FFF;
}
