/* CSS Document */

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
	width: 795px;
    height:260px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*** set the width and height to match your images **/

/** search_engine */
#search_engine{
	width: 793px;
	height: 201px;
	border: 1px solid #ccbd68;
	background-color: #faf5db;	
}

#search_content{
	text-align:center;	
	height: 152px;
	width: 793px;
	clear:both;
}

#search_frm{
	margin:auto;
	width: 790px;
	_width: 790px;	
	clear:both;
}

.search_select{
	width: 150px;	
	height: 25px;
}

.search_input{
	width: 146px;	
	height: 20px;
	margin: 0;
	top: 0;
	left: 0;
	padding: 0;
}

.search_label,
.search_label2{
	width: 100px;
	height:25px;
	line-height: 25px;
	text-align: right;	
}
.search_label2{
	width: 50px;
}
.search_label3{
	width:240px;
	height:25px;
	line-height: 25px;
	text-align: left;	
}
.search_label4{
	width: 105px;
	text-align: left;	
}
.search_btn{
	width: 92px;
	height: 28px;
	border:0;
}
.reset_btn{
	width: 92px;
	height: 28px;
	border: 0;
	cursor:pointer;
}
/** search_engine **/

/** list content **/
#list_content{
	clear:both;
}	
.list_pic_br{
	width: 245px;
	height: 184px;
	background-color:#ffffff;
	background-image:url(../images/loading2.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.list_pic{
	width: 235px;
	height: 174px;
	border: 0;
}
.list_tn_br{
	width: 58px;
	height: 44px;
	background-color: #ffffff;
	text-align:center;
	overflow:hidden;
}
.list_tn{
	margin:auto;
	margin-top: 2px;
	height: 40px;
}
#list_info1{
	clear:both;
	width: 269px;	
}
#list_info2{
	clear:both;
	width: 254px;	
}
.list_info_name{
	text-align: left;
	font-size: 20px;
	color: #811e0d;
	font-family:"新細明體", "微軟正黑體", "標楷體";
}
.list_info_data1{
	text-align: left;
	font-size: 12px;
	font-family:"新細明體", "微軟正黑體", "標楷體";
}
.list_info_data2{
	text-align: left;
	font-size: 12px;
	font-family:"新細明體", "微軟正黑體", "標楷體";	
	color: #82650c;
	width: 100px;
}
.list_info_data3{
	text-align: left;
	font-size: 12px;
	font-family:"新細明體", "微軟正黑體", "標楷體";	
	color: #82650c;
	width: 130px;
}
/** list content **/
/** nav content **/
.nav{
	width: 753px;
	height: 20px;
}
#nav1{
	float:left;
	width: 90px;
	text-align:left;
	padding-top: 2px;
	height: 20px;
}
#nav2{
	float:left;
	width: 50px;
	text-align:left;	
	height: 20px;
}
#nav2b{
	float:left;
	width: 85px;
	text-align:left;	
	height: 20px;
}
#nav2c{
	float:left;
	width: 36px;
	text-align:left;	
	height: 20px;
}
#nav3{
	float:left;	
	width: 478px;
	text-align:right;
	padding-top: 2px;
	height: 20px;
}
.total_input{
	width: 40px;
	height: 10px;	
	font-size: 11px;
	color: #a28633;
}
.nav_select{
	width: 80px;	
	height: 16px;
	font-size:11px;
	padding: 0;
	margin: 0;
	font-family:"新細明體", "微軟正黑體", "標楷體";	
}
/** nav content **/

/** fancybox **/
#fancybox-close {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 30px;
	height: 30px;
}
#fancybox-content {
	border: 5px solid #ccbd68;
}
