html{
height: 100%;
overflow-y: scroll;
background: #FFFFFF url(/images/alt/bg.gif);
}

html, body{
margin: 0;
padding: 0;
}


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

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

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #000000;
}

a {
    cursor: pointer;
    outline: none;
}

a:hover {
    color: #f696be;
}

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;
    font-size: 16px;
    font-weight: bold;
    color: #F696BE;
}

form div {
    margin-bottom: 5px;
}

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

label.error {
    background: url('/images/unchecked.gif') no-repeat;
    padding-left: 16px;
    margin-left: 10px;
    text-align: left;
}

label.valid {
    background: url('/images/checked.gif') no-repeat;
    width: 16px;
    height: 16px;
} .altrow {
    background: #EEEEEE;
} .inline {
    display: inline;
} .block {
    display: block;
} .equal {
} .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23 {
    margin-right: 10px;
    overflow: hidden;
} .col-w {
    padding-left: 5px;
    padding-right: 5px;
    overflow-x: hidden;
} .last-col {
    margin-right: 0;
} .col-1 {
    width: 30px;
} .col-2 {
    width: 80px;
} .col-3 {
    width: 110px;
} .col-4 {
    width: 150px;
} .col-5 {
    width: 190px;
} .col-6 {
    width: 230px;
} .col-7 {
    width: 270px;
} .col-8 {
    width: 310px;
} .col-9 {
    width: 350px;
} .col-10 {
    width: 390px;
} .col-11 {
    width: 430px;
} .col-12 {
    width: 470px;
} .col-13 {
    width: 510px;
} .col-14 {
    width: 550px;
} .col-15 {
    width: 590px;
} .col-16 {
    width: 630px;
} .col-17 {
    width: 670px;
} .col-18 {
    width: 710px;
} .col-19 {
    width: 750px;
} .col-20 {
    width: 790px;
} .col-21 {
    width: 830px;
} .col-22 {
    width: 870px;
} .col-23 {
    width: 910px;
} .col-24, .col-w {
    width: 950px;
} .pre-1 {
    padding-left: 30px;
} .pre-2 {
    padding-left: 80px;
} .pre-3 {
    padding-left: 110px;
} .pre-4 {
    padding-left: 150px;
} .pre-5 {
    padding-left: 190px;
} .pre-6 {
    padding-left: 230px;
} .pre-7 {
    padding-left: 270px;
} .pre-8 {
    padding-left: 310px;
} .pre-9 {
    padding-left: 350px;
} .pre-10 {
    padding-left: 390px;
} .pre-11 {
    padding-left: 430px;
} .pre-12 {
    padding-left: 470px;
} .pre-13 {
    padding-left: 510px;
} .pre-14 {
    padding-left: 550px;
} .pre-15 {
    padding-left: 590px;
} .pre-16 {
    padding-left: 630px;
} .pre-17 {
    padding-left: 670px;
} .pre-18 {
    padding-left: 710px;
} .pre-19 {
    padding-left: 750px;
} .pre-20 {
    padding-left: 790px;
} .pre-21 {
    padding-left: 830px;
} .pre-22 {
    padding-left: 870px;
} .pre-23 {
    padding-left: 910px;
} .pre-24 {
    padding-left: 950px;
}


.imgBlock{
	display: block;
}
.imgBlock img{
	vertical-align: bottom;
}

.error, .notice, .success {
    padding: 8px;
    margin-bottom: 10px;
    border: 2px solid #ddd;
} .error {
    background: #FBE3E4;
    color: #F696BE;
    border-color: #F696BE;
} .notice {
    background: #FFF6BF;
    color: #817134;
    border-color: #FFD324;
} .success {
    background: #E6EFC2;
    color: #529214;
    border-color: #C6D880;
} .error a {
    color: #D12F19;
} .notice a {
    color: #817134;
} .success a {
    color: #529214;
}

.more{
	color: #F696BE;
}

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

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

/*** clearfix ***/

#container{
position: relative;
min-height: 100%;
width: 800px;
background: #FFFFFF;
}

#container{
margin: 0 auto;
}

* html #container{
height: 100%;
}
#container .shadow_l {
	background:url("/images/alt/border_l.png") repeat-y scroll 0 0 transparent;
	height:100%;
	left:-20px;
	position:absolute;
	top:0;
	width:20px;
}
#container .shadow_r {
	background:url("/images/alt/border_r.png") repeat-y scroll 0 0 transparent;
	height:100%;
	position:absolute;
	right:-20px;
	top:0;
	width:20px;
}


#header{
	height: 400px;
	margin-bottom: 10px;
}
#headR1{
	height: 400px;
	overflow: hidden;
}
#logo{
}
#headR1 .lang{
	float: right;
	display: inline;
	padding-top: 30px;
}
#headR1 .lang li{
	margin-bottom: 10px;
}
#headR1 .lang li a{
	display: inline-block;
}
#headR1 .lang li a img{
	vertical-align: bottom;
}
#colorBar{
	background: url(/images/color_bar.gif);
	height: 23px;
	border-bottom: 1px solid #CCCCCC;
}


#main{

}

#mainLeft{
	width: 180px;
	overflow: hidden;
}
#mainLeft dl{
	padding: 0 3px;
}
#mainLeft dl dt{
	margin-top: 10px;
}
#mainLeft dl dt.first{
	margin-top: 0;
}
#mainLeft dl dd{
	padding: 0 8px;
}
#mainLeft dl dd h4{
	color: #f696be;
}

#mainLeft .hierarchicalTree li ul{
}
#mainLeft .hierarchicalTree li .head,
#mainLeft .hierarchicalTree li a{
	color: #F4A9DB;
}
#mainLeft .hierarchicalTree li a:hover{
	text-decoration: underline;
}
#mainLeft .hierarchicalTree li ul li{
	line-height: 18px;
	padding-left: 25px;
	background: url(/images/star.gif) no-repeat 5px center;
}
#mainLeft .hierarchicalTree li ul li .head,
#mainLeft .hierarchicalTree li ul li a{
	color: #000;
}
#mainLeft .hierarchicalTree li ul li a:hover{
	color: #F4A9DB;
	text-decoration: none;
}


#mainLeft .blog li{
	margin-left: 20px;
	list-style-type: circle;
	margin-bottom: 5px;
}


#footer{
margin-top: 20px;
height: 50px;
background: #f696be;
color: #FFFFFF;
}
#copyright{
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	width: 780px;
	line-height: 31px;
	text-align: center;
}
#copyright img{
	vertical-align: middle;
}

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


.mainContent{
width: 605px;
margin-left: 15px;	
}

.mainContent p{
	margin-top: 10px;
	margin-bottom: 10px;
	/*text-indent: 2em;*/
}

#mainNav{
	width: 180px;
	font-weight: bold;
	padding-top: 24px;
}

#mainNav li{
	height:48px;
}

#frmmemberLogin div label{
	display: block;
}



#side_calendar table{
margin: 0 auto;
font-size: 10px;
}

#side_calendar table a{
	color: #FF0000;
	text-decoration: underline;
}
#side_calendar table th a{
	color: #F696BE;
}
#side_calendar table td, #side_calendar table th{
	text-align: center;
	padding: 1px 2px;
	color: #777;
}
#side_calendar table .day_0,
#side_calendar table .day_1,
#side_calendar table .day_2,
#side_calendar table .day_3,
#side_calendar table .day_4,
#side_calendar table .day_5,
#side_calendar table .day_6{
	font-weight: bold;
}
#side_calendar table .day_0{
	color: #FF0000;
}
#side_calendar table .day_6{
	color: #0000FF;
}




/***********/
#index_news{
	background: url(/images/cover_08.png);
	width: 280px;
	height: 200px;
	text-align: left;
	overflow: hidden;
}

#index_news h3{
display: none;
}

#index_news ul{
	margin: 30px 10px 0 10px;
}
#index_news ul li{
	position: relative;
	padding: 3px 5px 0 90px;
	border-bottom: 2px dotted #F696BE;
}
#index_news ul li .date{
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 10;
}
* html #index_news ul li .date{
	left: -90px;
}

#index_news .more{
	padding: 5px 10px 0 10px;
}

#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;
} #articleContent h2 {
    font-weight: bold;
}

#main .navBar{
	margin-bottom: 15px;
}

#main .navBar li{
	float: left;
	display: inline;
	margin-left: 10px;
	padding-left: 15px;
	background: url(/images/arrow.gif) no-repeat left center;
}
#main .navBar li.first{
	margin-left: 0;
	padding-left: 0;
	background: none;
}
#main .navBar li.back{
	float: right;
	margin-left: 0;
	padding-left: 0;
	background: none;
}


#article_list .list dl.topic{
	margin-bottom: 5px;
}
#article_list .list dl.topic dt{
	float: right;
	display: inline;
	width: 500px;
	margin-left: 10px;
}
#article_list .list dl.topic dd.info{
	float: left;
	display: inline;
	width: 110px;
}
#article_list .list dl.topic dd.info .date{
color: #000000;
}
#article_list .list dl.topic dd.content{
	clear: both;
}

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

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

#article_static .pageList,
#article_detail .pageList{
	margin: 10px 0;
	border: 1px solid #CCCCCC;
	padding: 5px 20px;
}



/* album */
/* album */
#product_list .subCate{
	margin-bottom: 20px;
}

/*
#product_list .subCate li{
	position: relative;
	float: left;
	display: inline;
	width: 145px;
	margin: 0 5px 5px 5px;
	padding-top: 110px;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
}
#product_list .subCate li .img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	overflow: hidden;
}
*/
#product_list .list{
	display: block;
}

#product_list .list .product{
	position: relative;
	float: left;
	display: inline-block;
	width: 145px;
	margin: 0 5px 5px 0;
	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: 110px;
	overflow: hidden;
}
#product_list .list .product .thumb a{
	display:table-cell;
	text-align: center;
	vertical-align: middle;
	width: 145px;
	height: 110px;
}
* html #product_list .list .product .thumb a{
	display:block;
	font-size: 96px;
	font-family:Arial;
}
* + html #product_list .list .product .thumb a{
	display:block;
	font-size: 96px;
	font-family:Arial;
}
#product_list .list .product .thumb img{
	width: 145px;
}



#blog_list{
	width: 420px;
}

#blog_list .list dl.topic{
	position: relative;
	margin: 20px 0;
}

#blog_list .list hr{
	height: 0;
	border: none;
	border-bottom: 1px solid #F696BE;
}

#blog_list .list dl.topic dt,
#blog_list .list dl.topic dt a,
#blog_list .list dl.topic dd.info .date,
#blog_list .list dl.topic dd.info .date a{
	font-size: 14px;
	color: #F696BE;
}
#blog_list .list dl.topic dt a:hover{
	color: #F696BE;
	text-decoration: underline;
}
#blog_list .list dl.topic dt{
	width: 320px;
}
#blog_list .list dl.topic dd.info{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
}
#blog_list .list dl.topic dd.content{
	clear: both;
	margin-bottom: 10px;
}

#blog_list .mode_list .listModeSwitch{
	margin-bottom: 20px;
}
#blog_list .mode_list dl.topic{
	margin: 5px 0;
}


#blog_sideBar .panel{
	margin-bottom: 15px;
}
#blog_sideBar .panel h3{
	font-size: 14px;
	color: #F696BE;
}
#blog_sideBar .panelContent{
	padding-left: 15px;
}

#blog_comment .list .comment{
	margin: 10px 25px;
	padding: 10px;
	border: 1px solid #F696BE;
}

#blog_comment .list{
	margin-top: 40px;
}
#blog_comment .list .comment .name,
#blog_comment .list .comment .date{
	margin-bottom: 10px;
	color: #F696BE;
	overflow: hidden;
}
#blog_comment .list .comment .name{
	width: 390px;
}
#blog_comment .list .comment .date{
	width: 140px;
}
#blog_comment .list .comment .content{
	clear: both;
}
#blog_comment .list .comment .content .private{
	font-style: italic;
}
#blog_comment .list .comment .reply{
	float: right;
	width: 90%;
	margin-top: 10px;
	border: 1px solid #F696BE;
}
#blog_comment .list .comment .reply .title{
	background: #F696BE;
	color: #FFFFFF;
	padding: 3px 5px;
}
#blog_comment .list .comment .reply .replyContent{
	padding: 3px 5px;
}



#blog_comment form.reply{
	border: 1px solid #F696BE;
	margin: 20px;
}
#blog_comment form.reply h3{
	padding: 5px 20px;
	background: #F696BE;
	font-size: 14px;
	font-weight: bold;
}
#blog_comment form.reply div{
	padding: 0 20px;
}
#blog_comment form.reply .messageArea .error,
#blog_comment form.reply .messageArea .success{
	margin-top: 10px;
}

#blog_comment form label,
#blog_comment form span.label{
	vertical-align: top;
	display: inline-block;
	width: 80px;
}

#blog_comment .smileys{
	display: inline-block;
	vertical-align: top;
}

#blog_comment .valid_code{
	margin-left: 20px;
	vertical-align: bottom;
}


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

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

#article_static .pageList,
#article_detail .pageList{
	margin: 10px 0;
	border: 1px solid #CCCCCC;
	padding: 5px 20px;
}

#blog_sideBar{
	width: 170px;
	padding-left: 15px;
}




#product_order_form{
	border: 1px solid #F696BE;
	margin: 20px;
}
#product_order_form h3{
	padding: 5px 20px;
	background: #F696BE;
	font-size: 14px;
	font-weight: bold;
}
#product_order_form div{
	padding: 0 20px;
}
#product_order_form .messageArea .error,
#product_order_form .messageArea .success{
	margin-top: 10px;
}

#product_order_form label,
#product_order_form span.label{
	display: inline-block;
	width: 80px;
}

#product_order_form .valid_code{
	margin-left: 20px;
	vertical-align: bottom;
}




/* ======= main.css ===== */

#main_content .news{
	margin: 5px 0 0 0;
	width: 420px;
}
#main_content .pager{
	margin-top: 20px;
}
/*#main_content .news dl,*/
#main_content .sidePanel dl{
	padding-left: 20px;
}
#main_content .hotNews .content{
	background: #f5f5f5;
	border: 1px solid #f696be;
	border-top: none;
	border-bottom: none;

}
#main_content .news dl{
	margin-bottom: 5px;
}
#main_content .news dl dt{
	width: 298px;
}
#main_content .news dl dd.date{
	width: 100px;
	padding-left: 10px;
}
#main_content .news a{
	color: #f696be;
}

#main_content .updates{
	margin-top: 15px;
}



#main_content .sidePanel{
	width: 170px;
	margin: 0 0 20px 15px;
}
#main_content .sidePanel .box{
padding: 0 3px;
}
/*#main_content .sidePanel*/

/*#main_content .blog li,*/
#main_content .product li
{
	margin: 0 0 5px 23px;
	list-style-type: circle;
	padding: 0 2px;
}

/*#main_content .product .more*/
#main_content .news .more{
	list-style-type: none;
	padding: 5px 15px 0 15px;
}


