@import url("/css/content.css");

html{
overflow-y: scroll;
}

html, body{
height: 100%;
margin: 0;
padding: 0;
background-color: #FFF;
background-image: url(/images/bg_global.png);
background-repeat: repeat-x;
}

body {
    font-size: 12px;
    font-family: Microsoft JhengHei, Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
    word-spacing: 1pt;
    line-height: 16px;
    color: #000000;
}

table th{
	font-weight: bold;
}

input, textarea, select {
    font-weight: normal;
}

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #009fe8;
    cursor: pointer;
    outline: none;
}

a:hover {
    color: #009fe8;
    text-decoration: underline;
}

label {
    margin-right: 5px;
    cursor: pointer;
}

iframe {
    border: 0px;
}

ul, ol {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

h1 {
    margin: 10px 0 10px 0;
    font-size: 12px;
    font-weight: bold;
    color: #009fe8;
}

form .row {
    margin-bottom: 5px;
}

form .row .error{
	margin-left: 10px;
	float: right;
	text-align: left;
	color: #FF0000;
}

form div.no-margin {
    margin-bottom: 0;
}

fieldset{
	border: 1px solid #4C4C4C;
	padding: 3px 5px;
	margin-bottom: 10px;
}

img{
	vertical-align: middle;
}

.smalltxt {
    font-size: 10px;
} .floatL {
    float: left;
    display: inline;
} .floatR {
    float: right;
    display: inline;
} .txtL {
    text-align: left;
}.txtR {
    text-align: right;
}.txtC {
    text-align: center;
} .hide {
    display: none;
} .center {
    text-align: center;
} .border {
    border: 1px solid #CCCCCC;
}

label.error {
    padding-left: 16px;
    margin-left: 10px;
    text-align: left;
}

label.valid {
    width: 16px;
    height: 16px;
}

ul.notice,
ol.notice,
div.notice{
	margin-bottom: 20px;
	padding: 10px;
	background: #FEFFBF;
	border: 1px solid #FEFF7F;
}
ol.error,
ul.error,
div.error{
	margin-bottom: 20px;
	padding: 10px;
	color: #FF0000;
	border: 1px solid #FF0000;
}


.hierarchicalTree{
	margin: 20px 0 0 10px;
}
.hierarchicalTree li{
	margin-top: 8px;
}
.hierarchicalTree li .name{
	padding-left: 10px;
	background: transparent url(/images/arrow.gif) no-repeat scroll left center;
}

.hierarchicalTree li ul{
	padding-left: 20px;
}
.hierarchicalTree li ul li{
	margin-top: 2px;
	list-style: disc inside;
}
.hierarchicalTree li ul li .name{
	padding-left: 10px;
	background:none;
}


 .altrow {
    background: #EEEEEE;
} .inline {
    display: inline;
} .block {
    display: block;
} .equal {
}


.imgBlock{
display: inline-block;
vertical-align: middle;
}
.imgBlock{
	font-family : Arial;
	zoom: 1;
	line-height: 12px;
}

.imgBlock img{
vertical-align: bottom;
}


.clear{
	clear: both;
}

/*** clearfix ***/ .clearfix:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
} .clearfix{
    display: inline-block;
}

html[xmlns] .clearfix{
    display: block;
} * html .clearfix{
    height: 1%;
}
/*** clearfix ***/


.paragraph{
	line-height: 1.8;
	letter-spacing: 1px;
}
.paragraph a,
.article_detail a{
	color: #009FE8;
}
.article_detail a:hover{
	text-decoration: underline;
}

.paragraph h2 {
	color: #FF6600;
	font-size: 14px;
}
.paragraph h3 {
	color: #FF6600;
}
.paragraph ol,
.paragraph ul{
	padding: 0 0 10px 10px;
}
.paragraph ol li{
	list-style-position: inside;
	list-style-type: decimal;
}
.paragraph ul li{
	list-style-position: inside;
	list-style-type: disc;
}

.paragraph p{
	margin-bottom: 20px;
}

.col-50p{
	width: 50%;
}

.col-side, .col-main {
    margin-left: 10px;
    overflow: hidden;
} .col-w {
    overflow-x: hidden;
} .last-col {
    margin-right: 0;
}

.col-w {
	width: 900px;
	margin: 0 auto;
}

.col-w2 {
	width: 950px;
	margin: 0 auto;
}

.col-f {
	width: 100%;
	margin: 0 auto;
}

.col-blog {
	width: 770px;
	margin: 0 auto;
}

.col-side .box h2{
	margin-top: 8px;
}


.box{
	margin-bottom: 10px;
}
.box .title{
	margin-bottom: 5px;
}
.last-box{
	margin-bottom: 0;
}

.box .content{
	padding: 0 10px;
}

.dottedTitle{
	background: url(/images/title_bg.png) repeat-x;
	line-height: 29px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}
.grayBtn{
	background:#626262;color:#FFFFFF;padding: 5px 10px;
}

.box-pager,
.box-pager{
	height: 25px;
	line-height: 25px;
	margin: 10px 0 10px 10px;
}
.box-pager a,
.box-pager .current{
	font-weight: bold;
	padding: 3px 5px;
	margin: 0 5px;
	background: #ffffff;
}
.box-pager a:hover,
.box-pager .current{
	background: #009FE8;
	color: #FFFFFF;
}
/* global style end */


/* layout start */
#container {
    position: relative;
    min-height: 100%;
}

#container, #footer{
margin: 0 auto;
}

* html #container{
height: 100%;
}

#admin {
	width: 640px;
	margin: 0 auto;
	background-image: url(/images/admin_cover.png);
	background-repeat: no-repeat;
}

#admin_block {
	width: 600px;
	margin: 0 auto;
}

#admin_logo {
	width: 600px;
	height: 420px;
	margin: 0 auto;
	text-align:center;
}

#admin_login {
	float: left;
	width: 250px;
	text-align:center;
}

#admin_password {
	float: left;
	width: 250px;
	text-align:center;
}

#admin_submit {
	float: right;
	width: 100px;
	text-align:center;
}

#admin_footer {
	width: 560px;
	margin: 0 auto;
}

#admin_cp {
	float: left;
}

#admin_Plogo {
	float: right;
}

#header{
	background-image: url(/images/menu_bg.png);
	height: 100px;
	margin-bottom: 20px;
}

#headR1{
	position: relative;
}

#logo{
	float: left; 
	display: inline;
}

#headR2{
}

#nav_bar {
	height: 21px;
	background: #FFFFFF;
	border-bottom: 1px solid #bae2f8;
	padding: 5px 0 0 10px;
}

#nav_bar{
	color: #666666;
	margin-bottom: 5px;
}
#nav_bar a{
	color: #666666;
}

#nav_bar li{
	float: left;
	display: inline;
	margin-left: 10px;
	padding-left: 15px;
	background: url(/images/ico_arrow.png) no-repeat left center;
}
#nav_bar li.first{
	margin-left: 0;
	padding-left: 0;
	background: none;
}

#main {
	margin: 0 auto;
	padding: 10px 0 100px 0;
	overflow: visible;
}
#mainNav{
	width: 550px;
}
#mainNav li{
	height: 70px;
	margin-left: 40px;
}

#mainNav li .imgBlock{
	vertical-align: top;
}
#mainNav2{
}

#footNav li{
	float: left;
	display: inline;
    background: url(/images/menu_12.png) no-repeat right center;
    padding-right: 8px;
}
#footNav li.last{
	background: none;
	padding-right: 0;
}

.cornerBar{
	position: relative;
	background: #F6921D;
	height: 30px;
	padding: 0 20px;
	line-height: 30px;
}

.cornerBar .cornerL,
.cornerBar .cornerR{
	position: absolute;
	top: 0;
	width: 10px;
	height: 30px;
	background: url(/images/corner.png) no-repeat;
}
.cornerBar .cornerL{
	left: 0;
}
.cornerBar .cornerR{
	right: 0;
	background-position: -10px;
}

.cornerBar li{
	float: left;
	display: inline;
}

#mainLeft{
	
}

#footer{
	position: relative;
	top: 0;
	left: 0;
	height: 70px;
	margin-top: -70px;
	z-index: 10;
	overflow: hidden;
}

#footNav{
	height: 20px;
	background: #FFFFFF;
	border-top: 1px solid #bae2f8;
	border-bottom: 1px solid #bae2f8;
	padding: 5px 25px 0;
}

#footCP {
	overflow: visible;
	margin-top: 14px;
}

#hr {
	width: 100%;
	height: 1px;
	background-color: #bae2f8;
	margin: 10px auto;
}

#go_top {
	position: absolute;
	right: 25px;
	top: 5px;
}
/* layout end */



/* article module start */
.article_detail{
	float: right;
	display: inline;
	width: 640px;
}
.article_detail h1{
	margin: 10px 0;
	font-size: 16px;
	color: #000;
	
}
.article_detail h1 span{
	display: block;
	margin-top: 10px;
	border-bottom: 1px solid #000;
}


#articleContent,
#newsContent{
	padding: 0 10px 0 20px;
}
#newsContent{
	width: 460px;
	padding:0 10px;
}
#article_detail .thumb{
	margin: 10px 0;
}


#article_list .list dl.topic{
	border-top: 1px dotted #D4D4D4;
	border-bottom: 1px dotted #D4D4D4;
	line-height: 1.8;
	padding-bottom: 10px;
}
#article_list .list dl.topic dt{
	float: right;
	display: inline;
	width: 460px;
	padding: 10px;
	font-weight: bold;
	overflow: hidden;
}

#article_list .list dl.topic dd.info{
	float: left;
	display: inline;
	width: 100px;
	margin: 10px;
}
#article_list .list dl.topic dd.info .date{
}
#article_list .list dl.topic dd.content{
	float: right;
	display: inline;
	width: 460px;
	padding: 0 10px;
}



#article_static .pager,
#article_detail .pager{
	width: 810px;
	margin-top: 10px;
}

#article_static .pager a,
#article_static .pager a:hover,
#article_detail .pager a,
#article_detail .pager a:hover{
	display: inline;
	color: #024A89;
	padding: 3px 5px;
}
#article_static .pager a:hover,
#article_detail .pager a:hover{
	border: 1px solid #024A89;
	padding: 2px 4px;
}

.pageList .current{
	margin-left:1em;
	padding-left: 10px;
	background: transparent url(/images/arrow.gif) no-repeat scroll left center;
	font-weight: bold;
}
#article_static .pageList,
.article_detail .pageList{
	margin: 10px 0;
	border: 1px solid #CCCCCC;
	padding: 5px 20px;
}

.article_detail .pageList h4{
	margin-bottom: 10px;
}


.article_detail .detail .titles h2,
.article_detail .detail .titles h3,
.article_detail .detail .titles .author,
.article_detail .detail .titles .pubYear,
.article_detail .detail .titles .pageNo,
.article_detail .detail .titles .pipe{
	float: left;
	display: inline;
	display: inline-block;
	margin: 0 10px 0 0;
	line-height: 32px;
}
.article_detail .detail .titles .pageNo{
	float: right;
	margin: 0 0 0 10px;
}
.article_detail .detail .authorInfo{
	text-align: right;
}

#article_static .content,
#article_detail .content{
}
/* article module end */


/* search page start */
#searchResult .list li{
	padding: 5px 0 2px 0;
	border-bottom: 1px dotted #CCC;
}
#searchResult .list li .title{
	margin-left: 10px;
}
#frmsearch_items .textbox,
#memberLogin .textBox{
	width: 95px;
}
/* search page end */

#memberArea p{
	margin: 5px 0;
}
#memberArea ul{
	line-height: 1.8;
}
#memberArea ul li a{
	padding-left: 10px;
	background: transparent url(/images/ico_arrow.png) no-repeat scroll left center;
	color: #FF6600;
}
#memberArea .cart{
	margin-top: 20px;
	border-top: 1px solid #D2D2D2;
	padding-top: 10px;
}

#top_registration{
	margin-left: 10px;
}

.col-side .member{
	position: relative;
	height: 218px;
}
.col-side .member .join{
	position: absolute;
	bottom: 0;
}

.col-side .link ul{
	margin-top: 10px;
}
.col-side .link ul li{
	margin-top: 10px;
}
.col-side .link ul li a{
	display: inline-block;
	border: 1px solid #D2D2D2;
}
.col-side .link ul li a:hover{
	border: 1px solid #FF6600;
}

#frmMemberLogin{
	padding: 5px 10px;
}
#frmMemberLogin p{
	line-height: 1.8;
	margin-bottom: 10px;
}
#frmMemberLogin .row{
	margin-bottom: 10px;
}
#frmMemberLogin .row label span.label{
	display: inline-block;
	width: 50px;
	height: 1em;
}


#frmsearch_items .submit,
#frmMemberLogin .submit{
	margin-left: 5px;
	vertical-align: bottom;
}

#reg_terms{
	width: 800px;
	margin: 0 auto;
}

#reg_terms form .box{
	margin-top: 20px;
}
#reg_terms form .content{
	height: 300px;
	overflow-y: auto;
}
#reg_terms p{
	line-height: 1.8;
}

#frmRegistration fieldset{
	border: 1px solid #D2D2D2;
}
#frmRegistration legend{
	margin: 0 -6px;
}
#frmRegistration legend span{
	display: block;
	width: 528px;
	height: 26px;
	border: 1px solid #D2D2D2;
	border-bottom: none;
	overflow: hidden;
}

#frmRegistration .row label{
	display: inline-block;
	width: 100px;
}

#frmRegistration .row .error{
	width: 200px;
	white-space: nowrap;
}


#frm_InfoUpdate .row label{
	display: inline-block;
	width: 100px;
}




/***********/


#article_staticMenu {
    padding-top: 10px;
} #article_staticMenu li {
    padding-left: 20px;
} #article_staticMenu li a {
    display: block;
    padding: 2px 3px;
    white-space: nowrap;
} #article_staticMenu li a:hover {
    background: #CCCCCC;
}


#news_list{
	width: 610px;
	margin-left: 20px;
	margin-right: 10px;
	overflow: hidden;
}

#article_list,
#album_list{
	float: right;
	display: inline;
	width: 640px;
	overflow: hidden;
}

#album_detail{
	width: 720px;
	margin-left: 20px;
	overflow: hidden;
}
.newAlbums{
	border:1px solid #CCCCCC;
	padding: 10px 20px;
	width:138px;
	line-height: 1.8;
}
.newAlbums h4{
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:1px solid #D2D2D2;
}
.newAlbums a{
	padding-left: 10px;
	background: transparent url(/images/arrow.gif) no-repeat scroll left center;
	color: #FF6600;
}
#article_menu{
	float: left;
	display: inline;
	width: 220px;
	margin: 15px 40px 0 0;
}
#article_menu h3{
	margin-bottom: 10px;
}
#article_menu .content{
	margin-left: 23px;
}
#article_menu h4{
	border-top: 1px dashed #AAAAAA;
	display:list-item;
	list-style:disc inside none;
	padding: 10px 0 5px 0;
}
#article_menu h4.first{
	border-top: 0 none;
}
#article_menu ul{
	padding-left: 15px;
	margin-bottom: 10px;
}
#article_menu .content ul{
	padding-left: 28px;
}
#article_menu li{
	list-style: square;
}
#article_menu li a,
#article_menu li.current li a{
	color: #009FE8;
	background: #FFF;
	display: block;
	padding: 5px;
}
#article_menu li a:hover,
#article_menu li.current a{
	color: #FFFFFF;
	background: #009FE8;
	text-decoration: none;
}

#article_menu li li{
	list-style: disc;
}
#sideInquiry{
	padding: 10px 0 0 2px;
}

#sideInquiry div{
	margin-bottom: 5px;
}
#sideInquiry div label{
	margin: 0;
}
#sideInquiry span.name{
	display:inline-block;
	width:80px;
	font-size: 11px;
	vertical-align:top;
}
#sideInquiry input.text,
#sideInquiry textarea{
	padding: 2px;
    border: 1px solid #CCC;
	
	width: 112px;
	margin: 0 auto;
}


#works_detail h2{
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
#works_detail h3{
	color: #009FE8;
}

#product_list h1{
	margin: 0 10px 10px 10px;
}
#product_detail h1{
	margin: 0 15px 10px 15px;
}
#product_detail .detail .back{
	float: right;
}


#album_detail .description{
	margin-bottom: 10px;
}
#album_detail .photos li{
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
#album_detail .photos a{
	width: 170px;
	height: 130px;
	display: block;
	overflow: hidden;
}
#album_detail .photos img{
	max-height: 118px;
	max-width: 158px;
	padding: 5px;
	border: 1px solid #D2D2D2;
}
* html #album_detail .photos img{
	width: 160px;
}

#contact_form{
	margin-top: 20px;
}
#contact_form .row .label,
#contact_form .row label{
	vertical-align: top;
	display: inline-block;
}
#contact_form .row .label span.title,
#contact_form .row label span.title{
	vertical-align: top;
	display: inline-block;
	width: 100px;
}
#contact_form .row .textbox,
#contact_form .row textarea{
	width: 300px;
}



#album_list .list dl{
	position: relative;
	float: left;
	display: inline;
	width: 172px;
	padding-top: 137px;
	margin: 0 10px 10px 0;
}
#album_list .list dl.last{
	margin-right: 0;
}
#album_list .list dt,
#album_list .list dd{
	text-align: center;
}
#album_list .list dt{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
#album_list .list .thumb{
	position: absolute;
	top: 0;
	left: 0;
	width: 172px;
	height: 132px;
	vertical-align:middle;
	text-align: center;
	overflow: hidden;
}
#album_list .list .thumb a{
	display:table-cell;
	width: 162px;
	height: 120px;
	border: 1px solid #D2D2D2;
	padding: 5px;
	text-align: center;
	overflow: hidden;
	vertical-align: top;
}
* html #album_list .list .thumb a{
display:block;
font-family:Arial;
font-size:116px;
}

#album_list .list .thumb img{
	max-width: 160px;
	max-height: 120px;
}
* html #album_list .list .thumb img{
	width: 160px;
}

#index_shop .product,
#product_index_newArrival .product{
	position: relative;
	float: left;
	display: inline-block;
	width: 95px;
	margin: 0 5px 5px 5px;
	padding-top: 95px;
	vertical-align: top;
	overflow: hidden;
}
* html #index_shop .product
* html #product_index_newArrival .product{
	display: inline;
}

#index_shop .product dt,
#product_index_newArrival .product dt{
	width: 100%;
	text-align: center;
}
#product_index_newArrival .row{
	margin-bottom: 10px;
}
#product_index_newArrival .row h2{
	margin-bottom: 10px;
}
#product_index_newArrival .arrival{
	padding-bottom: 5px;
	border-bottom: 1px solid #D2D2D2;
}

#index_shop .product .thumb,
#product_index_newArrival .product .thumb{
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	height: 95px;
	overflow: hidden;
}

#index_shop .product .thumb a,
#product_index_newArrival .product .thumb a{
	display:table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	border: 1px solid #D2D2D2;
	width: 85px;
	height: 85px;
}

* html #index_shop .product .thumb a,
*+html #index_shop .product .thumb a,
* html #product_index_newArrival .product .thumb a,
*+html #product_index_newArrival .product .thumb a{
	display:block;
	font-size: 82px;
	font-family:Arial;
}
#index_shop .product .thumb img,
#product_index_newArrival .product .thumb img{
	width: 85px;
}

* html #index_shop .product .thumb img,
*+html #index_shop .product .thumb img,
* html #product_index_newArrival .product .thumb a img,
*+html #product_index_newArrival .product .thumb a img{
	vertical-align: middle;
}



#product_list .list{
	display: block;
}

#product_list .list .product{
	position: relative;
	float: left;
	display: inline-block;
	width: 122px;
	margin: 0 5px 5px 5px;
	padding-top: 110px;
	vertical-align: top;
	overflow: hidden;
}
* html #product_list .list .product{
	display: inline;
}
#product_list .list .product dt{
	width: 100%;
	text-align: center;
}
#product_list .list .product .thumb{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 122px;
	overflow: hidden;
}
#product_list .list .product .thumb a{
	display:table-cell;
	text-align: center;
	vertical-align: middle;
	width: 112px;
	padding: 4px;
	border: 1px solid #D2D2D2;
	height: 100px;
}
* html #product_list .list .product .thumb a{
	display:block;
	font-size: 87px;
	font-family:Arial;
}
* + html #product_list .list .product .thumb a{
	display:block;
	font-size: 87px;
	font-family:Arial;
}
#product_list .list .product .thumb img{
	width: 112px;
}

* html #product_list .list .product .thumb img,
*+html #product_list .list .product .thumb img{
	vertical-align: middle;
}

#product_basicInfo .preview{
	width: 350px;
	margin-right: 20px;
	overflow: hidden;
}

#product_previewTarget{
	display: block;
	margin: 0 auto;
}

#product_basicInfo .content{
	width: 340px;
	overflow: hidden;
}

#product_previewTarget{
	margin-bottom: 5px;
}

#product_previewOthers{
	position: relative;
}

#product_previewOthers .scrollL,
#product_previewOthers .scrollR{
	position: absolute;
	display: block;
	width: 10px;
	height: 80px;
	top: 0;
	
}
#product_previewOthers .scrollL{
	left: 0;
}
#product_previewOthers .scrollR{
	right: 0;
}

#product_previewOthers .thumbList{
	width: 330px;
	margin: 0 auto;
	margin-top: 5px;
	overflow-x: hidden;/* ref to noscript.css */
	white-space: nowrap;
}

#product_previewOthers .thumbList li{
	display: inline;
	margin-right: 5px;
}


/* noscript start */

.noscript #product_previewOthers .thumbList{
	overflow-x: auto;
}