/*------------------------------------------------------------

* Filename: base.css
* Version: 1.0.0 (2009-05-01) 
* Website: http://
* Contact: service@mail.medialand.com.tw
* Description: basic elements

== STRUCTURE: ==============================
* Page width: 990 px
* Number of columns: 2

+ WRAPPER
	+ HEADER
	  - branding
	  - main-nav
	
	+ CONTENT
	  - main-article
	    - pagebar
	  - sidebar
	  
	+ FOOTER
	  - address

============================================


== Color Codes: ============================
* Background: #ffffff(white)
* Content:
* Header h1:
* Header h2:
* Footer:

a(standard):
a(visited):
a(active):

============================================


== Typography: ============================
Body copy: 1.2em/1.6em Verdana, Helvetica, Arial, Geneva, sans-serif;
Headers: 
Inputs, textarea: 
Sidebar heading: 

Notes: decreasing heading by 0.4em with every subsequent heading level
============================================

-------------------------------------------------------------*/

@charset "utf-8";
/* =CSS RESET ========================*/

html, body, div, span, applet, object, iframe, caption,      
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,     
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,     
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {    
vertical-align: baselinebaseline;    
font-family: inherit;    
font-weight: inherit;    
font-style: inherit;    
font-size: 100%;    
outline: 0;    
padding: 0;    
margin: 0;    
border: 0;    
}    
/* remember to define focus styles! */   
:focus {    
outline: 0;    
}    
body {    
	line-height: 20px;
}    
ol, ul {    
list-style: none;    
}    
/* tables still need cellspacing="0" in the markup */   
table {    
border-collapse: separate;    
border-spacing: 0;    
}    
caption, th, td {    
font-weight: normal;    
/*text-align: left;    */
}    
/* remove possible quote marks (") from <q> & <blockquote> */   
blockquote:before, blockquote:after, q:before, q:after {    
content: "";   
}   
blockquote, q {   
quotes: "" "";    
}    

/* =CSS RESET ========================*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	background:#38536c;
	color: #666666;
}
input,select,textarea {
	font-size: 12px;
}
/* H1: site-name title */
h1 {
}
/* H2: page title */
h2 {
	/*text-indent: -9999px;*/
}
/* H3: sidebar title */
h3 {
	color:#077376;
	font-weight:bold;
}

/* H4: section title */
h4 {
}
/* H5: product title */
h5 {
}
/* H6: section title */
h6 {
}


.tka:link {
	color: #0066FF;
	text-decoration: none;	
}
.tka:visited {
	color: #9d9d9d;
	text-decoration: none;	
}
.tka:hover {
	color: #fe0000;
	text-decoration:none;
}
.tka:active {
	color: #b50000;	
}


a:link {
	color: #696969;
	text-decoration: none;	
}
a:visited {
	color: #9d9d9d;
	text-decoration: none;	
}
a:hover {
	color: #fe0000;
	text-decoration:none;
}
a:active {
	color: #b50000;	
}
.clear{clear:both;}

/*layout.css*/
#breadcrumb{
	background: url(../images/bg/breadcrumb_bg.gif) repeat-x;
	height: 22px;
	color: #696969;}
	
	#breadcrumb a{
	color: #f61c03;
	text-decoration: none;}
	
	#breadcrumb a:hover{
	color: #C50F0F;}
	
#modules_title{
	background: url(../images/title/page_titleicon.gif) no-repeat left top;
	color: #343434;
	font-weight: bold;
	font-size: 15px;
	text-indent: 32px;
	line-height: 15px;
	height: 19px;
	padding: 13px 20px 0 0;
	margin-bottom: 26px;
	z-index:1;
	position:relative;}

	#modules{
	width: 650px;
	margin:0 auto 40px auto;
	}
	#modules2{
	width: 692px;
	}
	#modules_title img{
		vertical-align:top;
	}

#page{
	margin: 38px 0 24px;}
	
	#page table{
	font-size: 11px;
	line-height: 21px;
	border: 6px solid #ECECEC;
	}
	
	#page span{
	color:#fff;
	background: url(../images/bg/page_in.gif) no-repeat center;
	float: left;
	text-align: center;
	height: 21px;
	width: 20px;}
	
	#page a{
	text-align: center;
	float: left;
	height: 21px;
	width: 20px;
	font-size: 11px;}
	
	#page a:hover{	text-align: center;
	float: left;
	height: 21px;
	width: 20px;
	font-size: 11px;}
	
#article1{
	border: 1px solid #cdcdcd;
	padding: 20px;
	position: relative;
	left: 0px;
	top: 0px;}	
	
#article2{
	position: relative;
	left: 0px;
	top: 0px;}
	
	
	#article2 #column_txt{
	border: 1px solid #cdcdcd;
	padding: 10px 20px 10px 20px;
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;}

	#article2 #column_bottom{
	margin:0px 0px 0px -6px;
	position: relative;
	z-index: 1;
	_margin:0px 0px 0px -14px;}
	
		#article2 .img_preview{
		width:117px;
		height: 80px;
		float: left;
		padding: 2px;
		border: 1px solid #cdcdcd;
		margin:0px 0px 15px 8px;}

	#article2 #column_bg{
	width:100%;
	height: 500px;
	position: absolute;
	top: -28px;
	right: 0px;
	z-index: 2;
	_height: auto;
}

	#article2 #column_show{
	width:100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: -28px;}
	
	#article2 .img_preview2{
	float: left;
	margin: 8px 3px 0 3px;
	*margin: 12px 3px 0 3px;}


/* INDEX */
#main-content-index{
	background:url(../images/dec/dec_verline.gif) 638px top repeat-y;
}
#main-content-index .left-part{
	float:left;
	width:638px;
	border-right:1px solid #dfdfdf;
}
#main-content-index .right-part{
	float:right;
	width:261px;
	height:401px;
}
#news-center h2,#tvc h2{
	vertical-align:top;
}
#news-center h2{
	height:31px;
	text-indent:-9999px;
	background:url(../images/title/title_index-news.gif) top no-repeat;
}
#news-center{
	position:relative;
}
#news-center .more-btn{
	position:absolute;
	top:13px;
	right:10px;
}
#news-center .list{
	padding:7px 19px 5px 44px;
}
	#news-center .list td,#news-center .list th{
		background:url(../images/dec/dec_dotline01.gif) bottom repeat-x;
	}
	#news-center .list td.nodotlinebg,#news-center .list th.nodotlinebg{
		background:none;
	}
	#news-center .list img{
		vertical-align:top;
	}
	#news-center .list th{
		color:#3f3e3e;
		font-weight:bold;
		text-align:right;
	}
	#news-center .list td a{
		height:23px;
		line-height:23px;
		color:#3276b0;
	}
	#news-center .list td a:hover{
		text-decoration:underline;
	}
#new-product{
	height:207px;
	border-top:1px solid #cecece;
}
#new-product ul{
	height:36px;
	padding-left:32px;
	background:url(../images/bg/bg_newpro-index.gif) top repeat-x;
}
	#new-product li,#new-product li a{
		float:left;
		height:36px;
		display:block;
		text-indent:-9999px;
	}
	#new-product .nav01,#new-product .nav01 a{
		width:135px;
		background:url(../images/btn/btn_newpro.gif) left top no-repeat;
	}
	#new-product .nav02,#new-product .nav02 a{
		width:153px;
		background:url(../images/btn/btn_newbook.gif) left top no-repeat;
	}
	#new-product li.nav01 a:hover{
		background:url(../images/btn/btn_newpro.gif) left -36px no-repeat;
	}
	#new-product li.nav02 a:hover{
		background:url(../images/btn/btn_newbook.gif) left -36px no-repeat;
	}
	#new-product li.nav01-select,#new-product li.nav01-select a{
		width:135px;
		background:url(../images/btn/btn_newpro.gif) left -72px no-repeat;
	}
	#new-product li.nav02-select,#new-product li.nav02-select a{
		width:153px;
		background:url(../images/btn/btn_newbook.gif) left -72px no-repeat;
	}
#new-product .content{
	padding-top:28px;
}
	#new-product .content p{
		display:block;
		text-align:center;
		width:116px;
		line-height:12px;
		color:#156cae;
		font-size:9px;
		font-family:Verdana;
	}
	#new-product .zoompic{
		height:143px;
		width:276px;
		position:absolute;
		margin:-140px 0 0 0;
	}
	#new-product .zoompic-pngbg{
		height:133px;
		padding:4px 6px 6px 4px;
		behavior:url(htc/iepngfix.htc);
		background:url(../images/bg/bg_zoomnewpro.png) left top no-repeat;
	}
	#new-product .zoompic .name{
		color:#3f3e3e;
		font-size:11px;
		font-weight:bold;
		margin-left:14px;
		line-height:20px;
		text-align:left;
		font-family:Verdana;
		word-wrap: break-word;
		word-break: break-all;
		-moz-binding: url('../xml/wordwrap.xml#wordwrap'); 
		display: block;
		overflow:auto;
	}
	#new-product .zoompic .price{
		color:#e60013;
		font-size:11px;
		margin-left:14px;
		text-align:left;
		font-family:Verdana;
	}
	#new-product .zoompic .snav{
		color:#dfdfdf;
		padding-left:2px;
	}
	#new-product .zoompic .snav a{
		color:#105557;
		line-height:23px;
	}
	#new-product .zoompic .snav a:hover{
		text-decoration:underline;
	}
	#new-product .zoompic .snav	img{
		vertical-align:middle;
		margin-top:-3px;
	}
	
#tvc .content{
	padding:6px 34px 17px 21px;
	background:url(../images/bg/bg_tvc.gif) 17px 2px no-repeat;
}
#banner-list{
	height:391px;
	padding:14px 0 0 17px;
	background:url(../images/bg/bg_bannerlist.gif) top no-repeat;
}
#banner-list-small{
	height:192px;
	border-top:1px solid #d0d0d0;
	padding:14px 0 0 17px;
	background:url(../images/bg/bg_bannerlist.gif) top no-repeat;
}
	#banner-list .list-bg{
		height:373px;
		background:url(../images/bg/bg_bannerlist-inner.gif) left top no-repeat;
	}
	#banner-list-small .list-bg{
		height:192px;
		background:url(../images/bg/bg_bannerlist-innerS.gif) left top no-repeat;
	}
	#banner-list .page,#banner-list-small .page{
		height:24px;
		width:186px;
		line-height:24px;
		padding:0 12px;
		color:#d5d5d5;
	}
	#banner-list-small .page{
		padding-top:6px;
	}
	#banner-list .page a,#banner-list-small .page a{
		color:#666666;
	}
	#banner-list .page a:hover,#banner-list-small .page a:hover{
		color:#be0110;
	}
	#banner-list .banner,#banner-list-small .banner{
		text-align:center;
		width:210px;
	}
	#banner-list-small .banner{
		margin-top:6px;
	}
	#banner-list .banner img,#banner-list-small .banner img{
		margin-bottom:4px;
		*margin-bottom:5px;
	}

/* intro_about & tag switch css*/
#aboutv2{
	margin:-20px 19px 25px 31px;
	text-align:justify;
	position:relative;
	z-index:1;
}
#aboutv2 h3,#v2-site h3,#contact h3{
	line-height:44px;
}
#v2-site{
	margin:0 0 0 1px;
}
#v2-site  ul{
	height:35px;
	padding-left:37px;
	behavior:url(htc/iepngfix.htc);
	background:url(../images/bg/bg_aboutul.png) bottom repeat-x;
}

#v2-site #tab1 ul{
	background:none;
}
#v2-site #tab2 ul{
	background:none;
}
#v2-site #tab3 ul{
	background:none;
}
#v2-site #tab4 ul{
	background:none;
}
#v2-site #tab5 ul{
	background:none;
}

	#v2-site li,#v2-site li a{
		float:left;
		height:35px;
		display:block;
		width:600px;
		/*text-indent:-9999px;*/
	}
	#v2-site .nav01,#v2-site .nav01 a{
		width:103px;
		background:url(../images/btn/btn_about03.gif) left top no-repeat;
	}
	#v2-site .nav02,#v2-site .nav02 a{
		width:103px;
		background:url(../images/btn/btn_about01.gif) left top no-repeat;
	}
	#v2-site .nav03,#v2-site .nav03 a{
		width:101px;
		background:url(../images/btn/btn_about02.gif) left top no-repeat;
	}
	#v2-site .nav04,#v2-site .nav04 a{
		width:115px;
		background:url(../images/btn/btn_about04.gif) left top no-repeat;
	}
	#v2-site .nav05,#v2-site .nav05 a{
		width:115px;
		background:url(../images/btn/btn_about04.gif) left top no-repeat;
	}
	#v2-site .newproduct,#v2-site .newproduct a{
		width:115px;
		background:url(../images/btn/btn_new-products.gif) left top no-repeat;
	}
	#v2-site .newbook,#v2-site .newbook a{
		width:115px;
		background:url(../images/btn/btn_new-books.gif) left top no-repeat;
	}
	
	#v2-site li.nav01 a:hover{
		background:url(../images/btn/btn_about03.gif) left -35px no-repeat;
	}
	#v2-site li.nav02 a:hover{
		background:url(../images/btn/btn_about01.gif) left -35px no-repeat;
	}
	#v2-site li.nav03 a:hover{
		background:url(../images/btn/btn_about02.gif) left -35px no-repeat;
	}
	#v2-site li.nav04 a:hover{
		background:url(../images/btn/btn_about04.gif) left -35px no-repeat;
	}
	#v2-site li.nav05 a:hover{
		background:url(../images/btn/btn_about04.gif) left -35px no-repeat;
	}
	#v2-site li.newproduct a:hover{
		background:url(../images/btn/btn_new-products.gif) left -35px no-repeat;
	}
	#v2-site li.newbook a:hover{
		background:url(../images/btn/btn_new-books.gif) left -35px no-repeat;
	}
	
	#v2-site li.nav01-select,#v2-site li.nav01-select a{
		width:103px;
		background:url(../images/btn/btn_about03.gif) left -70px no-repeat;
	}
	#v2-site li.nav02-select,#v2-site li.nav02-select a{
		width:103px;
		background:url(../images/btn/btn_about01.gif) left -70px no-repeat;
	}
	#v2-site li.nav03-select,#v2-site li.nav03-select a{
		width:101px;
		background:url(../images/btn/btn_about02.gif) left -70px no-repeat;
	}
	#v2-site li.nav04-select,#v2-site li.nav04-select a{
		width:115px;
		background:url(../images/btn/btn_about04.gif) left -70px no-repeat;
	}
	#v2-site li.nav05-select,#v2-site li.nav05-select a{
		width:115px;
		background:url(../images/btn/btn_about04.gif) left -70px no-repeat;
	}
	#v2-site li.newproduct-select,#v2-site li.product-select a{
		width:115px;
		background:url(../images/btn/btn_new-products.gif) left -70px no-repeat;
	}
	#v2-site li.newbook-select,#v2-site li.newbook-select a{
		width:115px;
		background:url(../images/btn/btn_new-books.gif) left -70px no-repeat;
	}
	
#v2-site .site-detail{
	margin:0 20px 40px 30px;
}
#v2-site .para,#contact .para{
	margin-bottom:10px;
}
#v2-site .img_float_right img{
	border:1px solid #909090;
}
/*tag css end here*/

/* intro_partner */
#partner h3{
	margin-left:10px;
	line-height:25px;
}
#partner li{
	float:left;
	margin:0 20px 10px 0;
}
	#partner li img{
		vertical-align:top;
	}
	#partner li.nomarginR{
		margin:0 0 10px 0;
	}
	#partner li p{
		line-height:30px;
		text-align:right;
		width:137px;
		padding-right:10px;
	}
	#partner li a{
		cursor:default;
	}

/* inrto_contact */
#contact .info{
	margin:-20px 19px 15px 31px;
	position:relative;
	z-index:1;
}
#contact .online-service{
	margin:10px 19px 60px 31px;
}
#contact .online-service th{
	color:#000;
}
#contact .online-service th,#contact .online-service td{
	height:30px;
}
#contact .online-service .input02{
	height:15px;
	width:145px;
	padding:8px 0 8px 8px;
	background:url(../images/bg/bg_input01.gif) left top no-repeat;
}
#contact .online-service .input03{
	height:15px;
	width:295px;
	padding:8px 0 8px 8px;
	background:url(../images/bg/bg_input02.gif) left top no-repeat;
}
#contact .online-service .input04{
	height:15px;
	width:633px;
	padding:8px 0 8px 8px;
	background:url(../images/bg/bg_input03.gif) left top no-repeat;
}

#contact .online-service input{
	border:none;
	background:none;
}
#contact .online-service .textarea01{
	height:84px;
	width:633px;
	padding:10px 0 8px 8px;
	background:url(../images/bg/bg_textarea01.gif) left top no-repeat;
}
#contact .online-service .textarea01 textarea{
	height:83px;
	width:623px;
	border:none;
	background:none;
}

/* inrto_agency */
#agency.agencyT{
	padding-top:2px;
	background:url(../images/bg/bg_agencyfrT.gif) left top no-repeat;
}
.agencyB{
	padding-bottom:2px;
	background:url(../images/bg/bg_agencyfrB.gif) left bottom no-repeat;
}
.agencyC{
	padding:0 1px;
	border-right:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
}
#agency .nav-part{
	background:#f4f4f4;
	width:100%;
}
#agency .content-part{
	padding:25px 13px 17px 22px;
}
#agency .site-detail{
	height:220px ;
	padding-right:20px;
	overflow:scroll;
	overflow-x:hidden;
}
.register #agency .site-detail{
	height:auto;
	overflow:auto;
}
#agency .site-detail p{
	margin-bottom:15px;
}
#agency .site-detail h3{
	margin-bottom:10px;
}
#agency .nav-part #mnav{
		height:33px;
		margin-left:2px;
	}
	ul#mnav li{
		float:left;
		width:68px;
		height:33px;
		margin-right:12px;
		display:block;
	}
	.register ul#mnav li{
		width:92px;
	}
	ul#mnav li a{
		float:left;
		width:56px;
		height:31px;
		line-height:31px;
		color:#666;
		padding:2px 0 0 12px;
	}
	.register ul#mnav li a{
		width:80px;
		padding:2px 10px 12px;
	}
	ul#mnav li a:hover{
		color:#a7000e;
	}
	#mnav li.select{
		background:url(../images/bg/bg_agencymnav.gif) left bottom no-repeat;
		z-index:1;
		position:relative;
	}
	#mnav li.select a{
		color:#a7000e;
	}
	.register #mnav li.select{
		background:url(../images/bg/bg_registermnav.gif) left bottom no-repeat;
	}
	#mnav li a{
		background:url(../images/icon/icon_arrowR.gif) 45px 14px no-repeat;
		*background:url(../images/icon/icon_arrowR.gif) 45px 13px no-repeat;
	}
	.register #mnav li a,.register #mnav li#agmnav06 a{
		background:url(../images/icon/icon_arrowR.gif) 69px 14px no-repeat;
		*background:url(../images/icon/icon_arrowR.gif) 69px 13px no-repeat;
	}
	#mnav li.select a{
		background:url(../images/icon/icon_arrowD.gif) 45px 15px no-repeat;
		*background:url(../images/icon/icon_arrowD.gif) 45px 14px no-repeat;
	}
	.register #mnav li.select a,.register #mnav li#agmnav06.select a{
		background:url(../images/icon/icon_arrowD.gif) 69px 15px no-repeat;
		*background:url(../images/icon/icon_arrowD.gif) 69px 14px no-repeat;
	}
	#mnav li#agmnav06 a{
		background:url(../images/icon/icon_arrowR.gif) 56px 14px no-repeat;
		*background:url(../images/icon/icon_arrowR.gif) 56px 13px no-repeat;
	}
	#mnav li#agmnav06.select a{
		background:url(../images/icon/icon_arrowD.gif) 56px 15px no-repeat;
		*background:url(../images/icon/icon_arrowD.gif) 56px 14px no-repeat;
	}
	#mnav li#agmnav08{
		margin-right:0;
	}
#agency .snavT{
	padding-top:3px;
	margin-top:-1px;
	background:url(../images/bg/bg_agencysnavT.gif) left top no-repeat;
}
#agency .snavB{
	width:646px;
	padding-bottom:5px;
	background:url(../images/bg/bg_agencysnavB.gif) left bottom no-repeat;
}
#agency .snavC{
	width:638px;
	padding:0 4px;
	background:url(../images/bg/bg_agencysnavCf.gif) repeat-y;
}
#agency .nav-part .snavC ul{
	height:100%;
	background:#fff url(../images/bg/bg_agencysnavCB.gif) left bottom no-repeat;
}
	#agency .snavC ul li{
		float:left;
		height:33px;
		width:48px;
		color:#666;
		padding-left:26px;
	}
	.register #agency .snavC ul li{
		width:auto;
	}
	#agency .snavC ul li a{
		float:left;
		height:31px;
		width:50px;
		color:#666;
		text-decoration:underline;
		line-height:31px;
		text-align:center;
		display:block;
	}
	.register #agency .snavC ul li a{
		width:auto;
	}
	#agency .snavC ul li a:hover{
		color:#a7000e;
	}
/* service_sale */
#partner li a{
	cursor:pointer;
}

/* sitemap css*/
#main.main-sitemap{
	background:none;
}
#main-content-sitemap{
	width:804px;
	padding:15px 20px;
	margin:0 0 44px 34px;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
#main-content-sitemap p{
	color:#373737;
	line-height:35px;
	font-weight:bold;
}
#main-content-sitemap ul{
	margin:0 0 22px 0;
}
#main-content-sitemap li{
	float:left;
	display:block;
	width:190px;
	line-height:26px;
	padding-left:11px;
	background:url(../images/icon/icon_arrow-blue.gif) left 10px no-repeat;
	*background:url(../images/icon/icon_arrow-blue.gif) left 8px no-repeat;
}
#main-content-sitemap li a{
	color:#156cae;
	line-height:26px;
}
#main-content-sitemap li a:hover{
	text-decoration:underline;
}

/* Search result css */
#main-content-result{
	width:804px;
	padding:15px 20px;
	margin:0 0 44px 34px;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
#main-content-result ul{
	margin:0 0 22px 0;
}
#main-content-result ul li{
	display:block;
	line-height:26px;
	padding-left:11px;
	background:url(../images/icon/icon_arrow-blue.gif) left 10px no-repeat;
	font-size: 14px;
	margin-bottom: -5px;
}
#main-content-result li{
	display:block;
	/*line-height:26px;*/
	padding-left:11px;
	font-size: 12px;
	margin-bottom: 10px;
}
#main-content-result li a{
	color:#156cae;
	line-height:26px;
}
#main-content-result li a:hover{
	text-decoration:underline;
}

#counting{
	float:right;
}

#hilite
{
	color: #B03000;
}


/* service_regist */
.register #mem_content2 td{
	height:25px;
}
.register #agency .site-detail .addmember td p{
	margin-bottom:0;
}

/* intr_brand */
.brand td{
	vertical-align:top;
	padding-bottom:45px;
}
.brand .name{
	color:#077376;
	font-weight:bold;
	margin:-3px 0 5px 0;
}

/* search */
#main-content-search{
	width:804px;
	padding:15px 20px;
	margin:0 0 44px 34px;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
#main-content-search #page{
	margin-bottom:0;
}
.search{
	/*position:relative;*/
	width:805px;
	height:51px;
	margin-bottom:20px;
	background:url(../images/bg/bg_search.gif) left top no-repeat;
}
	#main-content-search .search input{
		position:absolute;
		/*top:14px;
		left:179px;*/
		margin:14px 0 0 179px;
		height:13px;
		*height:20px;
		line-height:20px;
		width:369px;
		padding-top:5px;
		*padding-top:0;
		background:transparent;
		border:none;
	}
	.search select{
		position:absolute;
		/*top:15px;
		right:155px;*/
		margin:15px 0 0 570px;
	}
	.search a{
		position:absolute;
		/*top:16px;
		right:16px;*/
		margin:16px 0 0 700px;
	}
.search-list .sum{
	color:#393939;
	line-height:42px;
	font-size:16px;
	font-weight:bold;
}
.search-list .sum span{
	font-size:12px;
	color:#af0000;
}
	.search-list .sum img{
		margin-right:8px;
		vertical-align:middle;
	}
	.search-list .content-list{
		padding:0 11px 0 12px;
	}
	.search-list .title{
		line-height:30px;
	}
	.dotlinebg{
		background:url(../images/icon/icon_dotline01.gif) left bottom repeat-x;
	}
	.search-list th{
		padding-top:7px;
	}
	.search-list th a{
		color:#156cae;
	}
	.search-list th a:hover{
		color:#156cae;
		text-decoration:underline;
	}
	.search-list td{
		color:#565656;
		padding-bottom:7px;
	}
	.search-list .date{
		vertical-align:top;
		padding-left:40px;
	}

/*style.css*/
	
.img_bg{
	_zoom:1;  
	_filter:alpha(opacity=70);}
	
/* other */

.img_float_right{
	float: right;
	margin:5px 0 10px 20px;}
	
.img_float_left{
	float: left;
	margin:5px 20px 10px 0;}
	
.img_right{
	margin:10px 0 10px 0;
	text-align: right;}
	
.img_left{
	margin:10px 0 10px 0;
	text-align: left;}
		
.img_center{
	margin:10px 0 10px 0;
	text-align: center;}

	
	
	
.input01{
	font-size: 11px;
	color: #FFFFFF;
	background:#666666;
	border: 1px solid #CCCCCC;
	width: 100px;
	height: 20px;
	line-height: 20px;
	letter-spacing: 0.1em;}

.input02 input{
	width:133px;
}	
.input03 input{
	width:285px;
}	
.input04 input{
	width:623px;
}	

.input05{
	color: #666666;
	border-top: 1px solid #9b9b9b;
	border-right: 1px solid #aab6b6;
	border-bottom: 1px solid #d4dedf;
	border-left: 1px solid #abb5b6;
	line-height: 15px;
	height: 15px;
	width: 200px;
}
	
	
.input06{
	color: #666666;
	border-top: 1px solid #9b9b9b;
	border-right: 1px solid #aab6b6;
	border-bottom: 1px solid #d4dedf;
	border-left: 1px solid #abb5b6;
	line-height: 15px;
	height: 15px;
	width: 48px;}


.input07{
	color: #666666;
	border-top: 1px solid #9b9b9b;
	border-right: 1px solid #aab6b6;
	border-bottom: 1px solid #d4dedf;
	border-left: 1px solid #abb5b6;
	line-height: 18px;
	height: 20px;}


/* u_add*/
.input08,.input09,.input10,.input11,.input12{
	color: #666666;
	border-top: 1px solid #9b9b9b;
	border-right: 1px solid #aab6b6;
	border-bottom: 1px solid #d4dedf;
	border-left: 1px solid #abb5b6;
	line-height: 15px;
	height: 15px;
}
.input08{
	width: 132px;
}
.input09{
	width: 25px;
}
.input10{
	width: 85px;
}
.input11{
	width: 32px;
}
.input12{
	width: 212px;
}
.input13{
	font-size: 11px;
	color: #FFFFFF;
	background:#666666;
	border: 1px solid #CCCCCC;
	height: 20px;
	line-height: 20px;
	letter-spacing: 0.1em;}
.textarea01{
	border-top: 1px solid #9b9b9b;
	border-right: 1px solid #aab6b6;
	border-bottom: 1px solid #d4dedf;
	border-left: 1px solid #abb5b6;
	width:212px;
	height:86px;
	*height:93px;
	_height:93px;
}

/* txt */

.title01{
	color: #2b2b2b;
	line-height: 26px;
	text-align:justify;
	text-justify:distribute;
	border-bottom: 2px solid #92a8b5;}
	
.title02{
	color: #017479;
	line-height: 26px;
	text-align:justify;
	text-justify:distribute;
	border-bottom: 2px solid #c2c2c2;
	font-weight: bold;}

.word01{
	color: #676767;
	line-height: 20px;
	text-align:justify;
	text-justify:distribute;
	font-size: 11px;
	*font-size: 10px;}
.word02{
	color: #676767;
	line-height: 18px;
}

.word03{
	color: #000000;}



.txtblack{
	color:#000;
}
a.txtemail{
	color:#176aac;
	text-decoration:underline;
}
a.txtemail:hover{
	color:#fe0000;
	text-decoration:underline;
}



/* style */

.showpic_min{
  min-height:500px;
  max-height:auto;
  _height:expression(document.body.clientHeight < 500? "500px" : document.body.clientHeight > auto? "auto" : "auto");
}

/* ju */
.dotline02{
	height:1px;
	line-height:1px;
	margin:0 20px 0 21px;
	background: url(../images/dec/dec_dotline02.gif) left top repeat-x;
}

/* font-color */
.t-red{
	color:#fe0000;
}
.t-black16b{
	color:#000;
	font-size:16px;
	font-weight:bold;
}

/*base.css */
/* OUTERWRAPPER */
#outerwrapper-L,#outerwrapper-R{
	height:485px;
}
#outerwrapper-L{
	width:50%;
	background: url(../images/bg/bg_L.gif) repeat-x;
}
#outerwrapper-R{
	position:relative;
	width:100%;
	margin-top:-20px;
	background: url(../images/bg/bg_R.gif) repeat-x;
}
#outerwrapper-M{
	position:absolute;
	top:0;
	left:50%;
	width:920px;
	margin-left:-460px;
	background: url(../images/bg/bg_M2.gif) repeat-y;
}
#outerwrapper-M-pngbg{
	width:920px;
	background: url(../images/bg/bg_M1.gif) left 20px no-repeat;
}

/* TOP-NAV */
#top-nav,#footer{
	padding:0 10px;
}
#top-nav{
	padding-right:28px;
	text-align:right;
	color:#7a858f;
	height:29px;
	line-height:29px;
	background: url(../images/bg/bg_T.gif) top no-repeat;
}
#top-nav a{
	color:#92caf1;
	text-decoration:none;
}
#top-nav a:hover{
	color:#92caf1;
	text-decoration:underline;
}

/* MAIN-VISUAL */
#main-visual{
	z-index:1;
	position:relative;
	height:261px;
	margin-top:-2px;
}
#main-visual-index{
	z-index:1;
	position:relative;
	height:370px;
	margin-top:-2px;
}
#main-visual-sitemap{
	z-index:1;
	position:relative;
	height:140px;
	margin-top:-32px;
}


/* MAIN */
#main{
	margin:0 10px;
	width:900px;
	background:url(../images/bg/bg_sidenav-shadow2.gif) left top repeat-y;
}
#main-index{
	margin:0 10px;
	width:900px;
}
#side-nav{
	float:left;
	width:208px;
	margin-top:-15px;
	z-index:2;
	position:relative;
	background:#efefef;
}
	#side-nav h2{
		border-bottom:5px solid #c50f0f;
	}
	#side-nav h2 img{
		vertical-align:top;
	}
	#side-nav li{
		display:block;
		height:auto;
		width:100%;
		line-height:28px;
		background:#d5d5d5 url(../images/icon/icon_arrow-red.gif) 192px 13px no-repeat;
		*background:#d5d5d5 url(../images/icon/icon_arrow-red.gif) 192px 11px no-repeat;
	}
	#side-nav li a{
		display:block;
		padding-left:28px;
		height:auto;
		width:180px;
		color:#303030;
		text-decoration:none;
	}
	#side-nav li a:hover{
		color:#fff;
		height:auto;

		background:url(../images/bg/bg_sidebar_over3.gif) left top no-repeat;
	}
	#side-nav li.select{
		display:block;
		height:auto;
		width:100%;
		line-height:28px;
		background:url(../images/bg/bg_sidebar_over3.gif) left top no-repeat;
	}
	#side-nav li.select a{
		color:#fff;
		background:url(../images/bg/bg_sidebar_over3.gif) left top no-repeat;
	}

	#side-nav .banner{
		text-align:center;
		margin-top:30px;
	}
	#side-nav .banner img{
		margin-bottom:6px;
	}
		
#main-content{
	float:left;
	width:692px;
	margin-bottom:40px;
}
#main-content-index{
	width:900px;
	border-top:1px solid #cecece;
}



/* FOOTER */
#footer {
	background:url(../images/bg/bg_B.gif) bottom no-repeat;
	height:85px;

}
	#bottom-nav{
		height:46px;
		padding:0 12px;
		border-top:5px solid #c50f0f;
		background:url(../images/bg/bg_footer.gif) bottom no-repeat;
	}
		#bottom-nav .left-part{
			float:left;
			margin-top:27px;
		}
		#bottom-nav .right-part{
			float:right;
			line-height:30px;
			margin-top:15px;
		}
		#bottom-nav .right-part img{
			vertical-align:middle;
			margin:-2px 5px 0 12px;
		}
		
	#copyright{
		height:35px;
		line-height:35px;
		color:#7c99b3;
		text-align:center;
	}

	/*news.css*/

#news_list{
	width: 646px;
	border: 1px solid #e6e6e6;
	padding: 1px;}
	
	#news_list b{
	font-size: 11px;
	text-align: center;}
	
	#news_list a{
	color: #006fb1;
	text-decoration: none;
	font-size: 11px;
	padding-left: 10px;
	line-height: 20px;}
	
	#news_list a:hover{
	text-decoration: underline;}
	
	#news_list ul{
	margin: 0px;
	padding: 0px;
	display: block;}
	
	#news_list li{
	list-style: none;
	display: inline;
	font-size: 11px;
	line-height: 30px;
	color: #3e3d3b;}
	


.news_item{
	color: #007074;
	text-align: center;
	border-bottom: 1px solid #c2c2c2;
	line-height: 18px;}

.news_date{
	color: #3e3d3b;
	text-align: center;
	font-weight: bold;
	padding:0 20px 0 22px;}
	
.news_date2{
	color: #3e3d3b;
	font-size: 11px;
	text-align: right;
	line-height: 25px;}

.list_bg01{
	background: #ecf5fa url(../images/bg/container_bg02.gif) repeat-x bottom;}
	
.list_bg02{
	background: #f1f1f1 url(../images/bg/container_bg02.gif) repeat-x bottom;}
.enddata{
	background: #f1f1f1;}

/*mainNavigation*/
#wrap{	
	position:relative;
	width:920px;
	margin-top:-2px;
	/*overflow:hidden;*/
}
#wrap #top{
	width:auto;
	height:40px;
}
#wrap #top a{
	display:block;
	position:absolute;
	right:2px;
	top:4px;
	width:97px;
	height:31px;
	text-indent:-9999px;
	cursor:pointer;
	background-image:url(../images/searchIcon.gif);

}
#wrap #top a:hover{
	background-image:url(../images/searchIconOver.gif);
}
#wrap #top #textInput{
	display:block;
	padding:6px 0 0 3px;
	position:absolute;
	top:4px;
	right:96px;
	width:128px;
	height:24px;
	z-index:105;
	background-image:url(../images/textInputBg.gif);
	background-repeat:no-repeat;
}
#wrap #top #textInput input{
	border:0;
	width:120px;
	height:18px;
	vertical-align:top;
}


#flashContent{
	position:relative;
	z-index:99;
	display:block;	
}
#searchPanel{
	position:absolute;
	background:url(../images/searchContainerBg.gif) top left no-repeat;
	width:212px; /*因為padding 8 所以要扣 8*/
	height:28px; /*因為padding 8 所以要扣 8*/
	top:32px;
	right:7px;
	z-index:190;
	padding:8px 0 0 8px;
}
#searchPanel input{
	position:absolute;
	right:8px;
	top:7px;
	display:block;
	width:45px;
	height:25px;
	z-index:102;
	background-image:url(../images/searchButton.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;		
}
#searchPanel #searchCombobox{	
	width:150px;
}



/* mainNavigation */
#wrap{
	position:relative;
	width:920px;
}
#main-nav-part{
	height:125px;
	position:relative;
	z-index:2;
}
.main-nav-part-bg{
	height:125px;
	behavior: url(htc/iepngfix.htc);
	background:url(../images/bg_mainnav.png) left top no-repeat transparent;
}
#main-visual-idx{
	height:245px;
	position:relative;
	z-index:1;
	background:url(../images/bg_mainvisual.jpg) left top no-repeat;
}
#main-visual{
	height:170px;
	position:relative;
	z-index:1;
	margin-top:-34px;
	/*background:url(../images/bg_mainvisual.jpg) left top no-repeat;*/
}
/*登入成功後 start */
#loginData{
	position:absolute;
	display:none;
	text-align:left;
	text-indent:10px;
	line-height:25px;
	width:279px;
	height:25px;
	/*登入後的位置right:260px;*/
	right:60px;
	top:47px;
	background:url(../images/memberObjBar.gif) left top no-repeat;
}
/*登入成功後 end*/


/*商品??打開後的面版*/
#history-expand{
	position:absolute;
	display:none;
	width:286px;
	height:167px;
	right:44px;
	top:71px;
	z-index:10;	
	background:url(../images/history_bg.gif) left top no-repeat;
}
#history-expand-th-img{
	padding:8px 0 0 7px;
}
#history-expand ul{
}
#history-expand ul li{
	background:url(../images/history_br.gif) left 8px no-repeat;
}
#history-expand ul li a{
	padding-left:10px;
	display:block;
	color:#497693;
	height:42px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:-1px;
	line-height:18px;
	overflow:hidden;
}
/*-------------------*/


ul#sub-nav{
	position:absolute;
	top:48px;
	right:45px;
	height:23px;
}
	#sub-nav li,#sub-nav li a{
		float:left;
		height:23px;
		display:block;
		text-indent:-9999px;
	}
	#sub-nav #snav01,#sub-nav #snav01 a{
		width:86px;
		background:url(../images/btn_login01.gif) left top no-repeat;
	}
	
	#sub-nav #snav01.select,#sub-nav #snav01.select a{
		width:86px;
		background:url(../images/btn_login01.gif) left -23px no-repeat;
	}
		#login-expand{
			position:absolute;
			z-index:3;
			height:156px;
			line-height:31px;
			width:286px;
			color:#666666;
			padding-top:11px;
			display:block;
			top:71px;
			right:44px;
		    background:url(../images/bg_login.gif) left top no-repeat;
		}
		#login-expand input{
			vertical-align:middle;
			_vertical-align:text-bottom;
		}	
		#login-expand th{
			text-align:right;
			font-weight:normal;
		}
		.t-blue01,.t-blue01 a{
			color:#236c86;
		}
		.t-blue01 a:hover{
			color:#fe0000;
		}
		.login-input{
			width:122px;
			height:16px;
			font-size:12px;
			padding:2px 3px 1px 3px;
			border-top:1px solid #727272;
			border-right:1px solid #b4b4b4;
			border-bottom:1px solid #dadada;
			border-left:1px solid #b4b4b4;
			background-attachment: fixed;
			background-image: url(../images/bg_logininput.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}
	#sub-nav #snav02,#sub-nav #snav02 a{
		width:80px;
		background:url(../images/btn_login02.gif) left top no-repeat;
	}
	#sub-nav #snav03,#sub-nav #snav03 a{
		width:118px;
		background:url(../images/btn_login03.gif) left top no-repeat;
	}

ul#main-nav{
	position:absolute;
	top:78px;
	left:45px;
	height:32px;
	z-index:2;
}
#main-nav ul{
		height:35px;
		padding-left:100px;
		background:url(../../images/bg/bg_menubg.gif) left bottom repeat-x;
	}
	#main-nav li,#main-nav li a{
		float:left;
		width:145px;
		height:32px;
		display:block;
		text-indent:-9999px;
		position:relative;
	}
	#main-nav li#mnav01,#main-nav li#mnav01 a{
		width:106px;
		background:url(../images/btn_mainnav01.gif) left top no-repeat;
	}
	#main-nav li#mnav02,#main-nav li#mnav02 a{
		background:url(../images/btn_mainnav02.gif) left top no-repeat;
	}
	#main-nav li#mnav03,#main-nav li#mnav03 a{
		background:url(../images/btn_mainnav03.gif) left top no-repeat;
	}
	#main-nav li#mnav04,#main-nav li#mnav04 a{
		background:url(../images/btn_mainnav04.gif) left top no-repeat;
	}
	#main-nav li#mnav05,#main-nav li#mnav05 a{
		background:url(../images/btn_mainnav05.gif) left top no-repeat;
	}
	#main-nav li#mnav06,#main-nav li#mnav06 a{
		width:144px;
		background:url(../images/btn_mainnav06.gif) left top no-repeat;
	}
	#main-nav li#mnav01 a:hover{
		background:url(../images/btn_mainnav01.gif) left -32px no-repeat;
	}
	#main-nav li#mnav02 a:hover{
		width:145px;
		background:url(../images/btn_mainnav02.gif) left -32px no-repeat;
	}
	#main-nav li#mnav03 a:hover{
		background:url(../images/btn_mainnav03.gif) left -32px no-repeat;
	}
	#main-nav li#mnav04 a:hover{
		background:url(../images/btn_mainnav04.gif) left -32px no-repeat;
	}
	#main-nav li#mnav05 a:hover{
		background:url(../images/btn_mainnav05.gif) left -32px no-repeat;
	}
	#main-nav li#mnav06 a:hover{
		background:url(../images/btn_mainnav06.gif) left -32px no-repeat;
	}
	#main-nav li#mnav01.select,#main-nav li#mnav01.select a{
		width:106px;
		background:url(../images/btn_mainnav01.gif) left -32px no-repeat;
	}
	#main-nav li#mnav02.select,#main-nav li#mnav02.select a{
		background:url(../images/btn_mainnav02.gif) left -32px no-repeat;
	}
	#main-nav li#mnav03.select,#main-nav li#mnav03.select a{
		background:url(../images/btn_mainnav03.gif) left -32px no-repeat;
	}
	#main-nav li#mnav04.select,#main-nav li#mnav04.select a{
		background:url(../images/btn_mainnav04.gif) left -32px no-repeat;
	}
	#main-nav li#mnav05.select,#main-nav li#mnav05.select a{
		background:url(../images/btn_mainnav05.gif) left -32px no-repeat;
	}
	#main-nav li#mnav06.select,#main-nav li#mnav06.select a{
		width:144px;
		background:url(../images/btn_mainnav06.gif) left -32px no-repeat;
	}
	
	/* SUB-MENU---------------------------------------------*/
	ul#main-nav div.msnav {
		position:absolute;
		top:32px;
		left:2px;
		width:140px;
		color:#fff;
		padding-bottom:2px;
		z-index:999;
		background:#b31313 url(../images/bg_msnavB.gif) left bottom no-repeat;
	}
	ul#main-nav div.msnav ul{
		width:134px;
		height:auto;
		padding:3px 3px 3px 3px;
		*padding:3px 3px 0 3px;
		background:#b31313 url(../images/bg_msnavT.gif) left top no-repeat;
	}
	#main-nav-part ul#main-nav li.select div.msnav li {
		float: none;
		text-indent:0;
		z-index:999;
		height:auto;
		margin-top:2px;
		width:134px;
		display:block;
		/* background:#000000 url(../images/icon_snavarrow.gif) no-repeat scroll 12px 7px; */
		background: url(../images/icon_snavarrow.gif) no-repeat scroll 12px 7px;
	}
	#main-nav-part ul#main-nav li.select div.msnav li a {
		background: none;
		width:112px;
		text-indent:0;
		color:#FFF;
		line-height:19px;
		text-decoration:none;
		padding-left:22px;
		height:auto;
		line-height:19px;
	}
	#main-nav-part ul#main-nav li.select div.msnav li a:hover {
		background:#000 url(../images/icon_snavarrow.gif) 12px 7px no-repeat;
	}
	ul#main-nav li div.msnav {
		display: none;
	}
	ul#main-nav li.select div.msnav{
		display: block;
	}

/* pro.css */
/* pro_index */
.pro #side-nav li{
		height:auto;
		border-bottom:1px solid #fff;
		background:url(../images/icon/icon_arrow-gray.gif) 10px 13px no-repeat;
		*background:url(../images/icon/icon_arrow-gray.gif) 10px 11px no-repeat;
	}
	.pro #side-nav li a{
		padding-left:22px;
		width:186px;
		color:#636363;
	}
	.pro #side-nav li a:hover{
		color:#fff;
		font-weight:bold;
		background:url(../images/bg/bg_sidebar_over2.gif) left top repeat;
	}
	.pro #side-nav li.select{
		height:auto;
		background:url(../images/bg/bg_sidebar_over.gif) left top no-repeat;
	}
	.pro #side-nav li.select a{
		color:#fff;
		font-weight:bold;
		background:url(../images/bg/bg_sidebar_over3.gif) left top no-repeat;
	}
	.pro #side-nav .subpro li{
		height:auto;
		border-bottom:none;
		background:#d5d5d5 url(../images/icon/icon_arrow-red.gif) 192px 13px no-repeat;
		*background:#d5d5d5 url(../images/icon/icon_arrow-red.gif) 192px 11px no-repeat;
	}
	.pro #side-nav .subpro li a{
		padding-left:28px;
		height:auto;
		width:180px;
		color:#303030;
	}
	.pro #side-nav li.select ul.subpro li{
		background:#d5d5d5 url(../images/icon/icon_arrow-red.gif) 192px 13px no-repeat;
		*background:#d5d5d5 url(../images/icon/icon_arrow-red.gif) 192px 11px no-repeat;
	}
	.pro #side-nav li.select .subpro li a{
		color:#303030;
		font-weight:normal;
		background:#d5d5d5 url(../images/icon/icon_arrow-red.gif) 192px 13px no-repeat;
		*background:#d5d5d5 url(../images/icon/icon_arrow-red.gif) 192px 11px no-repeat;
	}
	.pro #side-nav li .subpro li a:hover,.pro #side-nav li.select .subpro li a:hover{
		color:#fff;
		font-weight:normal;
		height:auto;
		background:url(../images/bg/bg_sidebar_over.gif) left top no-repeat;
	}
	
.pro-nav{
	height:32px;
	margin-left:3px;
}
.pro-nav ul{
	height:32px;
	padding-left:41px;
	background:url(../images/bg/bg_aboutul.gif) left bottom repeat-x;
}
	.pro-nav li{
		float:left;
		line-height:32px;
		margin-left:-5px;
		background:url(../images/bg/bg_labnomL.gif) left bottom no-repeat;
		z-index:1;
		position:relative;
	}
	.pro-nav li span{
		display:inline-block;
		height:32px;
		padding:0 2px;
		background:url(../images/bg/bg_labnomR.gif) right bottom no-repeat;
	}
	.pro .pro-nav li span a{
		display:inline-block;
		height:32px;
		color:#303030;
		background:url(../images/bg/bg_labnomC.gif) left bottom repeat-x;
	}
	.pro-nav li span a:hover{
		color:#c50f0f;
	}
	.pro-nav li span a p{
		display:block;
		padding:0 15px 0 38px;
		background:url(../images/icon/icon_labarrow_nom.gif) 14px 8px no-repeat;
	}
	.pro-nav li span a:hover p{
		display:block;
		height:auto;
		padding:0 15px 0 38px;
		background:url(../images/icon/icon_labarrow_over2.gif) 14px 8px no-repeat;
	}
	
	.pro-nav li.select{
		float:left;
		line-height:32px;
		background:url(../images/bg/bg_laboverL.gif) left bottom no-repeat;
		z-index:2;
		position:relative;
	}
	.pro-nav li.select span{
		display:inline-block;
		height:32px;
		padding:0 5px;
		background:url(../images/bg/bg_laboverR.gif) right bottom no-repeat;
	}
	.pro-nav li.select span a{
		display:inline-block;
		height:32px;
		color:#c50f0f;
		font-weight:bold;
		background:url(../images/bg/bg_laboverC.gif) left bottom repeat-x;
	}
	.pro-nav li.select span a p{
		display:block;
		padding:0 15px 0 38px;
		background:url(../images/icon/icon_labarrow_over.gif) 14px 8px no-repeat;
	}

.pro #main-content .modules-pro{
	width:637px;
	margin:0 0 40px 55px;
}
.pro .prolist li{
	vertical-align:top;
	display:inline-block;
	float:left;
	width:167px;
	height:178px;
	margin:22px 40px 0 0;
	border:1px solid #ddd;
	position:relative;
}
	.pro .prolist .propic{
		vertical-align:bottom;
		text-align:center;
		height:117px;
	}
	.pro .prolist .propic img{
		vertical-align:top;
	}
	.pro .prolist .promuch td{
		height:23px;	
		*height:22px;	
		background:#ededed;
		border-top:1px solid #ddd;
		position:relative;
		z-index:2;
	}
	.pro .prolist .promuch td a{
		color:#105557;
	}
	.pro .prolist .promuch td img{
		vertical-align:middle;
		_vertical-align:text-bottom;
		margin:0 5px;
	}
	.pro .prolist .promuch td.price{
		text-align:right;
		padding-right:6px;
		color:#636363;
	}
	.pro .prolist .proname{
		height:38px;
		*height:33px;
		overflow:hidden;
		line-height:20px;
		vertical-align:top;
		padding-left:10px;
		*padding:5px 0 0 10px;
		color:#006b6e;
	}
	.pro .prolist .proname img{
		vertical-align:middle;
	}
	.pro .proover{
		position:absolute;
		display:block;
		text-align:left;
		top:-1px;
		left:-1px;
		width:152px;
		height:184px;
		background:url(../images/bg/bg_proover.png) left top no-repeat;
		*background:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg/bg_proover.png', sizingMethod='image');
		z-index:1;
		padding:5px 10px;
		color:#006b6e;
	}
	.pro .proover img{
		margin-top:8px;
		*margin-top:5px;
	}

	
/* pro_detail */
.pro .printpage img{
	vertical-align:middle;
	_vertical-align:text-bottom;
}
.pro #modules_title{
	position:relative;
	width:672px;
}
.pro .printpage{
	position:absolute;
	color:#;
	width:120px;
	text-align:right;
	font-size:12px;
	font-weight:normal;
	top:14px;
	right:7px;
}

.pro #v2-site .nav01,.pro #v2-site .nav01 a{
		width:125px;
		background:url(../images/btn/recommendation.gif) left top no-repeat;
	}
	.pro #v2-site .nav02,.pro #v2-site .nav02 a{
		width:125px;
		background:url(../images/btn/details.gif) left top no-repeat;
	}
	.pro #v2-site .nav03,.pro #v2-site .nav03 a{
		width:125px;
		background:url(../images/btn/product_comparsion.gif) left top no-repeat;
	}
	.pro #v2-site .nav04,.pro #v2-site .nav04 a{
		width:125px;
		background:url(../images/btn/FAQ.gif) left top no-repeat;
	}
	.pro #v2-site .nav05,.pro #v2-site .nav05 a{
		width:125px;
		background:url(../images/btn/link.gif) left top no-repeat;
	}
	.pro #v2-site li.nav01 a:hover{
		background:url(../images/btn/recommendation.gif) left -35px no-repeat;
	}
	.pro #v2-site li.nav02 a:hover{
		background:url(../images/btn/details.gif) left -35px no-repeat;
	}
	.pro #v2-site li.nav03 a:hover{
		background:url(../images/btn/product_comparsion.gif) left -35px no-repeat;
	}
	.pro #v2-site li.nav04 a:hover{
		background:url(../images/btn/FAQ.gif) left -35px no-repeat;
	}
	.pro #v2-site li.nav05 a:hover{
		background:url(../images/btn/link.gif) left -35px no-repeat;
	}
	.pro #v2-site li.nav01-select,.pro #v2-site li.nav01-select a{
		width:125px;
		background:url(../images/btn/recommendation.gif) left -70px no-repeat;
	}
	.pro #v2-site li.nav02-select,.pro #v2-site li.nav02-select a{
		width:125px;
		background:url(../images/btn/details.gif) left -70px no-repeat;
	}
	.pro #v2-site li.nav03-select,.pro #v2-site li.nav03-select a{
		width:125px;
		background:url(../images/btn/product_comparsion.gif) left -70px no-repeat;
	}
	.pro #v2-site li.nav04-select,.pro #v2-site li.nav04-select a{
		width:125px;
		background:url(../images/btn/FAQ.gif) left -70px no-repeat;
	}
	.pro #v2-site li.nav05-select,.pro #v2-site li.nav05-select a{
		width:125px;
		background:url(../images/btn/link.gif) left -70px no-repeat;
	}
	.pro #v2-site .site-detail{
		margin:0 20px 40px 20px;
	}
	.pro #v2-site h3{
		line-height:20px;
		margin-top:20px;
	}
.pro .prodetail{
	padding-bottom:10px;
}	
	.pro .prodetail .propic{
		width:340px;
		vertical-align:top;
	}
	.pro .prodetail .propic img{
		border:1px solid #ddd;
	}
	.pro .prodetail li{
		padding-left:11px;
		margin-bottom:10px;
		background:url(../images/icon/icon_arrow-red03.gif) left 7px no-repeat;
	}
	.pro .prodetail li p{
		font-weight:bold;
	}
.pro .prodetail .propic img,.pro .prodetail .LT-btn a img{
	vertical-align:top;
}
	.pro .prodetail .LT-btn{
		text-align:right;
	}

	.pro #v2-site table{
		background:none;
		margin-left:40px;
		font-size:110%;
	}
	.pro #v2-site td{
		line-height:180%;
	}

/*member.css*/
/* CSS Document */

#mem_interest{
	overflow: auto;
	height: 175px;
	background: #EFEFEF;
	padding: 10px;
	margin:0 0 20px;
	border-top: 1px solid #9b9b9b;
	border-right: 0px;
	border-bottom: 1px solid #d4dedf;
	border-left: 1px solid #abb5b6;}

	#mem_interest p{
	margin-bottom:10px;}


#mem_content td{
	padding:8px 0 8px 0}
	
	#mem_content2 td{
	padding:2px 0 2px 0}




/* member_buycar */
p.shopform-title{
	padding-left:10px;
	margin-bottom:11px;
	color:#2b2b2b;
	border-bottom:3px solid #c2c2c2;
}
.shopform-title input{
	vertical-align:middle;
	_vertical-align:text-bottom;
}
.shopform-fr{
	border:1px solid #e6e6e6;
	padding:1px;
	margin-bottom:11px;
}
.shopform-fr .buylist th{
	height:26px;
	color:#016e75;
	text-align:center;
	background:#eaeaea url(../images/icon/icon_tablefr01.gif) right top no-repeat;
}
	.shopform-fr .buylist th.no,.shopform-fr .buylist th.proname{
		text-align:left;
		padding-left:10px;
	}
	.shopform-fr .buylist th.nobg{
		background:#eaeaea;
	}
.shopform-fr .buylist td{
	background:#ecf6fb;
	vertical-align:top;
	padding:10px 0;
	border-top:1px solid #fff;
}
	.shopform-fr .buylist td.data-col1,.shopform-fr .buylist td.data-col4,.shopform-fr .buylist td.data-col5,.shopform-fr .buylist 	td.data-col6{
		text-align:center;
	}
	.shopform-fr .buylist td.data-col1,.shopform-fr .buylist td.data-col2,.shopform-fr .buylist td.data-col4,.shopform-fr .buylist 	td.data-col6{
		font-size:11px;
	}
	.shopform-fr .buylist td.data-col2{
		padding-left:10px;
	}
	.shopform-fr .buylist td.data-col2 a{
		text-decoration:underline;
		color:#696969;
	}
	.shopform-fr .buylist td.data-col2 a:hover{
		text-decoration:underline;
		color: #fe0000;
	}
	.shopform-fr .buylist td.data-col3 img,.shopform-fr .buylist td.data-col7 img{
		vertical-align:middle;
	}
	.shopform-fr .buylist td.data-col3{
		color:#016e75;
		position:inherit;
		z-index:5;
	}
	.shopform-fr .buylist td.data-col3 img{
		margin-right:6px;
	}
	input.amout{
		width:40px;
		
	}
.shopform-fr .buylist .lasstdata td{
	border-bottom:1px solid #676767;
}
.shopform-fr .buylist .subjfr{ 
	height:1px;
	padding:0;
	border:none;
	background:url(../images/icon/icon_tablefr02.gif) left bottom repeat-x;
}
.shopform-fr .total{
	padding:12px 20px;
}
	.shopform-fr .total td,.shopform-fr .total th{
		text-align:right;
	}
	.shopform-fr .total th{
		color:#a3a3a3;
	}
	.shopform-fr .total td{
		color:#bd1200;
		font-size:15px;
		line-height:25px;
	}
.checkout-btn{
	text-align:right;
}
.viewpropic{
	width:156px;
	height:163px;
	display:block;
	position:absolute;
	margin:-24px 0 0 -85px;
	*margin:-5px 0 0 -148px;
	background:url(../images/bg/bg_viewpropic.gif) left top no-repeat;
	z-index:10;
}
.viewpropic .close-btn{
	position:absolute;
	display:block;
	width:66px;
	height:18px;
	top:2px;
	*top:3px;
	right:6px;
	_right:0px;
}
.viewpropic p{
	margin:4px 0 0 4px;
}

/* member_referlist */
.shopform-fr .buylist .gray-bg td{
	background:#f1f1f1;
}
.check-btn{
	margin:17px 0;
}
.check-btn a{
	margin-right:10px;
}
.graybar3px{
	height:3px;
	background:#c0c0c0;
}

/* member_filldata */
.data-wrap{
	width:317px;
	background:#f6f6f6;
}
.data-wrap .title{
	background:#fff;
	height:22px;
}
.data-wrap .title p{
	margin:0;
}
.data-wrap th{
	padding-right:28px;
	text-align:right;	
}
.data-wrap th,.data-wrap td{
	height:25px;
}
.payway input,.payway img,.checkdata .printpage img{
	vertical-align:middle;
	_vertical-align:text-bottom;
}

/* member_checkdata */
.checkdata #modules_title{
	position:relative;
	width:672px;
}
.checkdata .printpage{
	position:absolute;
	color:#;
	width:120px;
	text-align:right;
	font-size:12px;
	font-weight:normal;
	top:14px;
	right:7px;
}
.checkdata .total{
	margin-bottom:22px;
}
.checkdata .total td{
	text-align:right;
	padding-right:15px;
	color:#a2a2a2;
}
.checkdata .total td .sum{
		color:#bd1200;
		font-size:15px;
		line-height:25px;
}
.checkdata .data-wrap{
	height:290px;
}
.checkdata .data-wrap th{
	padding-right:0px;
	height:28px;
}
.checkdata .data-wrap td.dash01{
	text-align:center;
	color:#acacac;
}
.checkdata .data-wrap td{
	color:#2f2f2f;
	line-height:28px;
	height:28px;
}

/* member_index */
.addmember th{
	padding-top:5px;
}
.addmember th,.addmember td{
	height:30px;
	color:#000;
	padding-left:2px;
}
.addmember .ipt01{
	height:15px;
	width:276px;
	padding:8px 0 8px 8px;
	background:url(../images/bg/bg_input04.gif) left top no-repeat;
}
.addmember .ipt02{
	height:15px;
	width:133px;
	padding:8px 0 8px 8px;
	background:url(../images/bg/bg_input05.gif) left top no-repeat;
}
.addmember .ipt03{
	height:15px;
	width:82px;
	padding:8px 0 8px 8px;
	background:url(../images/bg/bg_input06.gif) left top no-repeat;
}
.addmember .ipt04{
	height:15px;
	width:505px;
	padding:8px 0 8px 8px;
	background:url(../images/bg/bg_input07.gif) left top no-repeat;
}
.ipt01 input{
	width:267px;
}	
.ipt02 input{
	width:118px;
}	
.ipt03 input{
	width:65px;
}	
.ipt04 input{
	width:490px;
}	
.addmember input{
	border:none;
	background:none;
}
.addmember td.sex input{
	vertical-align:text-bottom;
}
/* CSS of right flash-like gallery*/

/*Slidebar*/

   
        #container {
            background-color: #fff;
            width: 580px;
            margin: 15px auto;
            padding: 50px;
        }
        
        /* slider specific CSS */
        .sliderGallery {
            background: url(/media/temp/productbrowser_background_20070622.jpg) no-repeat;
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 160px;
            width: 560px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 542px;
            height: 17px;
            margin-top: 140px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(/media/temp/productbrowser_scrollbar_20070622.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(/media/temp/productbrowser_scroller_20080115.png) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 50px;
        }
        
        .slider .slider-lbl2 {
            left: 107px;
        }
        
        .slider .slider-lbl3 {
            left: 156px;
        }

        .slider .slider-lbl4 {
            left: 280px;
        }

        .slider .slider-lbl5 {
            left: 455px;
        }
