/* 

Exprecious - CSS File

*/


/*** GLOBAL  ***/
html,body {margin:0;padding:0; height:100%}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999999;
	padding:0;
	line-height:1.5em;
	font-size: 13px;
	overflow-y: hidden;
	　overflow-x: hidden;
	margin: 0px;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
a, a:visited{
	color:#999999;
}
.clear{clear:both; height:1px !important; line-height:1px !important; float:none!important;}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#e7e7e7;
	background-color:#e7e7e7;
	background-repeat:repeat-x
}
input[type=text], textarea
{
	border:solid 1px #e0e0e0;
	margin:4px 4px 8px 0px; 
	padding:5px; 
	vertical-align:middle; 
	font-size:11px;}


/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2{
	margin-bottom:15px;
	font-family:"新細明體";
}
h3, h4, h5, h6{margin-bottom:12px; font-family:"新細明體", Arial;}
h1 {
	font-size:16px;
	line-height:1.5em;
}
h2 {font-size:24px; line-height:26px;}
h3 {font-size:20px; line-height:22px;}
h4 {font-size:18px; line-height:20px;}
h5{font-size:14px; line-height:16px;}
h6 {font-size:12px; line-height:15px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; color:#1b1b1b}
.pagetitle{margin-bottom:20px;}

/* links */
a, a:visited {text-decoration:none; font-weight:normal; }
a:hover{text-decoration:underline;}
a img{border:none}
/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}


img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}


/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
}
ul, ol {
	margin:10px 0 20px 20px;
	list-style-position:inside
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
	
blockquote {
	margin:0px 20px 25px 20px;
	padding:0px 10px 0px 50px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-size:11px;
	line-height:20px;
	font-style:italic
	}
	
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px; font-size:11px; line-height:20px}

.customquote{
	margin:20px 0;
	border:solid 1px #e7e7e7;
	border-width:1px 0;
	padding:25px 0 25px 36px;
	font-style:normal;
	background-position:0 20px;
	font-size:16px;
	line-height:24px;
	color:#1b1b1b

}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #cfcfcf;
	padding:15px 10px;
}


/*** CONTAINER ***/
#bg-wrapper{
	width:100%;
	padding-top: 0px;
	padding-left: 0px;
	background-position: center center;
}
#bg-wrapper div{
	width:100% !important; /***height:1080px !important;***/
	min-height:100% !important;
	position:relative !important;
	top:0;
	z-index:1;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	height: 1080px;
	margin: auto;
}
#wrapper{
	min-height:100%;
	z-index:800;
	top:0;
	position: absolute;
	width: 100%;
}
* html #wrapper{height:100%;}
#container{
	width:1100px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}


/* TOP */
#top{
	height:10px;
	margin-top: 90px;
}

/* TOP MENU */
#mainmenu{
	z-index:200;
	margin-bottom:20px;
	margin-right: 10px;
	background-image:url(../images/opacity.png);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	margin-top: 0px;
}
#mainmenuxx {
	z-index:200;
	margin-bottom:0px;
	margin-right: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	margin-top: 0px;
	width: 110px;
	float: left;
}

#menu {margin:0px 0px 0px 0px; padding:0px; list-style-type:none;}
#menu li {
	margin: 0;
	padding: 0;
  }
#menu a, #menu a:visited {
	line-height: 25px;
	margin: auto 0;
	padding:0 0 3px 0;
	color:#878787;
	font-size:14px;
	text-decoration:none;
  }
#menu a.activeSlide{
	color: #1b1b1b;
}
#menu li a:hover{
	color: #1b1b1b;
	text-decoration: none;
  }
  
#menu li.current > a, #menu li:hover {
	color:#1b1b1b
}
#menuxx {
	margin:0px;
	padding:0px;
	list-style-type:none;
	width: 110px;
	float: left;
}
#menuxx li {
	margin: 0;
	padding: 0;
  }
#menuxx a, #menu a:visited {
	line-height: 40px;
	margin: auto 0;
	padding:0 0 3px 0;
	color:#878787;
	font-size:14px;
	text-decoration:none;
  }
#menuxx a.activeSlide{
	color: #1b1b1b;
}
#menuxx li a:hover{
	color: #1b1b1b;
	text-decoration: none;
  }
  
#menuxx li.current > a, #menu li:hover {
	color:#1b1b1b
}


/* HEADER */
#slider-container{width:940px; height:450px; position:relative; margin:0 auto}
#slider h1{font-size:40px; line-height:42px;}


/* CONTENT */
#content{width:;}/* #content{width:996px;} */
#side1 {
	width:100px;
	float:left;
	margin-top: 110px;
}
#side {
	width:120px;
	float:left;
}
.main {
	float:left;
	background-image:url(../images/bg_paper_2012.png);
	/* -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 8px; */
	position:relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	/* height: 470px; */
 }
 .mainnews {
	float:left;
	background-image:url(../images/bg_paper_2012.png);
	/* -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 8px; */
	position:relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	/* height: 470px; */
 }
  .maindescript {
	float:left;
	background-image:url(../images/bg_paper_2012.png);
	/* -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 8px; */
	position:relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	/* height: 470px; */
 }
.roomnews {
	float:left;
	background-image:url(../images/bg_paper_2012.png);
	/* -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 8px; */
	position:relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 160px;
	/* height: 470px; */
 }
 .singlenews {
	float:left;
	background-image:url(../images/bg_paper_2012.png);
	/* -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 8px; */
	position:relative;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 500px;
	padding: 10px;
	/* height: 470px; */
 }
.pictures {
	float:left;
	background-image:url(../images/bg_paper_2012.png);
	/* -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 8px; */
	position:relative;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 620px;
	padding: 10px;
	/* height: 470px; */
 }
.picscont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.7em;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
.picscont img {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 60px;
	width: 90px;
	background-color: #333333;
	margin-left: 5px;
} 
.viewpics {
	float:left;
	width: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
 }
.page2b{
	float:left;
	background-repeat: no-repeat;
	background-position: right bottom;
 }
.smalllight{
	float:left;
	height: 140px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	position: relative;
 }
 .smallpics{
	float:left;
	width: 640px;
	height: 140px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
 }
  .smallpics img {
	margin: 1px;
	float: left;
	border: 1px solid #999999;
 }
.page{clear:both; height:auto !important}
.imgframe{background-color:#fff; padding:5px; border:solid 1px #e7e7e7;}
.txt1{color:#878787;}
ul.list-row{margin:0; padding:0; list-style-type:none;}
ul.list-row li{padding:0 0 25px 0; clear:both}
.title-icon{display:block; float:left; width:100%}
.boldtext{font-size:16px; color:#1b1b1b; line-height:22px;}

/*==== Blog ====*/
.post{margin:0 0 30px 0}
.post-img{float:left; width:149px; margin-right:30px}
.entry{
	float:left;
	width:333px;
}
.entry-utility{color:#6f6f6f; font-size:10px;}
.entry-utility a, .entry-utility a:visited{color:#1b1b1b;}
.posttitle{font-size:16px;}
.postmore, .postmore:visited, .postmore:hover{color:#6f6f6f}

.pagenavi {clear:both; padding:0px 0px 20px 0px;}
.pagenavi a, .pagenavi a:visited{
	color:#737373;
	padding:5px 10px;
	margin-right:8px;
	border:0;
}

.pagenavi a:hover{
	background-color:#555555;
	color:#fff;
	padding:5px 10px;
	margin-right:8px;
	border:0;
}
.pagenavi .current{
	background-color:#555555;
	color:#fff;
	padding:5px 10px;
	margin-right:8px;
	border:0;
	}
.pagenavi .pages{
	background-color:#555555;
	color:#fff;
	padding:5px 10px;
	margin-right:8px;
	border:0;
}

/*==== Contact ====*/
.listcustom{padding:0; margin:0; list-style-type:none;}
.listcustom li{text-align:right;}
.left{float:left;}
form{margin:0; padding:0;}
fieldset{border:0px;}
#contactform{
	position:relative;
	width: 300px;
}

#contactform label{ display:block}
span.error{color:red;text-align:left; font-size:9px; float:left;}
#contactform .text-input{
	background-color:#ffffff;
	border:solid 1px #e7e7e7;
	margin-bottom:10px;
	padding:5px 5px;
	font-size:11px;
	font-family:Verdana;
	width:226px;
}

#contactform textarea{
	background-color:#ffffff;
	border:solid 1px #e7e7e7;
	margin-bottom:7px;
	padding:5px 5px;
	font-size:11px;
	font-family:Verdana;
	width:226px;
}
#message{ margin-left:0px;}
#message h2{}
#message p{margin:6px 0px; }
#contactform .button{ cursor:pointer; margin:10px 8px 0 0; float:right}

/*==== Portfolio ====*/
.ts-display-pf-img{position:relative;}
.ts-display-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
.ts-display-pf-text .more{
	text-align:left;
	float:left
}
.ts-display-pf-text .more:hover{
}
#ts-display-pf-col-3{
	list-style-type:none;
	padding:0;
	margin:0;
	height: 150px;
}
#ts-display-pf-col-3 li{
	list-style-type:none;
	padding:0;
	margin:0;
	width:22px;
	float:left;
	height: 22px;
}
#ts-display-pf-col-3 li.nomargin{margin-right:0;}
#ts-display-pf-col-3 h2{margin-bottom:10px}

#ts-display-pf-col-3 .ts-display-pf-img{
	width:15px;
	height:15px;
	border:0px solid #e7e7e7;
	padding:0px;
	background-position: right;
}

#ts-display-pf-col-3 .ts-display-pf-img a.image{
	width:15px;
	height:15px;
	display:block;
	position:relative;

}

#ts-display-pf-col-3 .ts-display-pf-img a .rollover{
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	width:15px;
	height:15px;
	display:block;
	position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
	background-image: url(../images/hover-opacity2.png);
}

/* SIDE */
#side ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
#side ul li{
	list-style-type:none;
	margin:0;
	padding:0;
}
#side ul li a, #side ul li a:visited{color:#878787}
#side ul li a:hover{color:#1b1b1b;}
#side .widget-container{margin-bottom:20px; }
#side .widget-title{
	font-size:16px;
	margin-bottom:10px;
	line-height:28px; 
}
#side li li{
	list-style-type:none;
	margin:0;
	padding:0 0 3px 0;
}
#side li li a{padding:0 ;}
#side li.current, #side li li:hover{}
#side li li a:hover{text-decoration:none;}
#side ul.sub-menu, #side ul.children{margin:0 0 0 10px !important;}
#side ul ul li:last-child, #side ul.sub-menu li:last-child, #side ul.children li:last-child{padding-bottom:0px;}
#side blockquote{font-size:12px; font-family:Arial; font-style:italic; padding:10px 0 0 0; text-indent:40px}

/* FOOTER */
#footer{
	clear:both;
	font-size:11px;
	color:#4f4f4f
}
#copyright{margin-left:300px; padding:20px 0}


/*==== Form and Button ====*/
input[type="text"],
textarea {
	padding: 5px;
	background: #fbfbfb;
	border: 1px solid #e0e0e0;
	color:#828282
}

.inputbox{
	padding: 5px;
	background: #fbfbfb;
	border: 1px solid #bfbfbf;
	color:#828282
}
.button{
	background:#b0b0b0;
	padding:8px 20px;
	color:#fff;
	border:0;
}
.button:hover{
	background:#bebdbd;
}

/*==== Column ====*/
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{margin-right: 4%;  float:left; }
.one_half{ width:48%; }
.one_third{width:30.6666%;}
.one_fourth{width:22%; }
.one_fifth{width: 16.8%;}
.one_sixth {width: 13.3333%;}

.two_third{width: 65.3332%;}
.two_fourth {width: 48%;}
.two_fifth {width: 37.6%;}
.two_sixth {width: 30.6666%;}

.three_fourth{width:74%;}
.three_fifth {width: 58.4%;}
.three_sixth {width: 47.9998%;}

.four_fifth {width: 79.2%;}
.four_sixth {width: 65.3332%;}

.five_sixth {width: 82.6665%;}
.last{ margin-right:0 !important; clear:right; }


/*==== Dropcaps ====*/
.dropcap1{
	text-shadow:1px 1px 0 #fff;
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
	color:#676767
}
.dropcap2{
	background: transparent url(../images/dropcaps.png) top left no-repeat;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:4px 8px 0 0;
}
.dropcap3{
	background-color:#989898;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
}

/*==== Highlight ====*/
.highlight1{padding:2px 5px;background-color:#e6e8e8;color:#000; border:solid 1px #ccc}	
.highlight2{padding:2px 5px;background-color:#666666;color:#fff; border:solid 1px #333}	


/*==== Pullquotes ====*/
.pullquote-right,.pullquote-left{
	padding:0px 10px;
	float:right;
	font-style:italic;
	font-size:14px;
	letter-spacing:0px;
	line-height:20px;
	margin:0px 2px 20px 20px;
	width:50%;
	font-family:"Bookman Old Style", Georgia, arial;
	color:#454545
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}


/*==== Tables ====*/
table {
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	margin-bottom:18px;
}
table,td,th {
	text-align:left;
}
th{
	padding:5px;
	color:#4e4e4e;
	text-transform:uppercase;
}
td{
	padding:5px;
	color:#4e4e4e;
}
tfoot td{border:0px;}
th,tr:hover{
}
table {
	border: 0px none #cfcfcf;
	text-align: left;
	width: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}
tr th,
thead th {
	color: #4e4e4e;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 9px;
	padding-right: 24px;
	padding-bottom: 9px;
	padding-left: 9px;
}
tr td {
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}
tr.odd td {
	background: #F2F7FC;
}
.smalltlt {
	font-family: "微軟正黑體";
	font-size: 17px;
	line-height: 1.5em;
	color: #4e4e4e;
	margin-bottom: 15px;
	font-weight: bold;
}
.engtxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #999999;
}
.normaltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #333333;
}
.otrabts {
	text-align: center;
	padding-bottom: 6px;
	padding-top: 12px;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
.bimg {
	background-image: url(../images/paper_0.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.bimgfood {
	background-image: url(../images/paper2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	width: 640px;
}
.bimgcoco {
	background-image: url(../images/papercoco3.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}
.bimgphoto {
	background-image: url(../images/gallery_bt.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 166px;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}
.sparoom {
	height: 200px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.cocoorder {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #993300;
	text-align: left;
	font-size: 13px;
	padding-left: 5px;
}
.engtlt2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #CCCCCC;
}
.instittle {
	font-family: Georgia, "Times New Roman", Times, serif ;S
	font-size: 18px;
	line-height: 1.7em;
	color: #CCCCCC;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	margin-top: 10px;
}
.indexcont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.7em;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.indexcont a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.7em;
	color: #999999;
	text-decoration: none;
}
.indexcont a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.7em;
	color: #FFCC00;
}
.indexcont2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.7em;
	color: #999999;
}
.indexcont2 a {
	margin-bottom: 10px;
}
.indexcont2 a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.indexcont3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.7em;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
.indexcont3 img {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.closebtf {
	background-image:url(../images/bg_paper_2012.png);
	width: 60px;
	float: left;
	margin: 1px;
}
.REbtf {
	background-image:url(../images/bg_paper_2012.png);
	width: 90px;
	float: left;
	margin: 1px;
}
.testtest {
	background-image: url(../images/bg3.jpg);
	background-position: center center;

}
.coco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	float: left;
	width: 96px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	text-align: center;
	height: 106px;
}
.coco img {
	float: left;
	width: 90px;
	text-align: center;
}
.coco a img {

}
.coco a:hover img {
	background-image: url(../images/coco/coco_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
