/*ㄧ般*/
.button{
	background-color:#999;
	margin:0 5px;
	border:1px solid #666;
	color:#FFF;
	cursor:pointer;
}

/*S公司簡介頁面*/
.company_list a{
	display:block;
	padding:5px 0;
}
.company_list{
	margin:0 auto;
	width:150px;
	border-bottom:1px dotted #333; 
	text-align:left;
}
/*S會員管理頁面*/
.member_list a{
	display:block;
	padding:5px 0;
}
.member_list{
	margin:0 auto;
	width:150px;
	border-bottom:1px dotted #333; 
	text-align:left;
}
/*S新訊頁面*/
.t_center,.t_left,.t_right{
	height:23px;
	color:#FFF;
	font-size:12px;
	text-align:center;
	font-weight:normal;
}
.t_left{
	background-image:url(../image/t_left.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.t_right{
	background-image:url(../image/t_right.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.t_center{
	background-image:url(../image/t_center.gif);
}
#featured{
	position:relative;
	width:580px;
	height:120px;
	margin-bottom:0;
	overflow:hidden;
	z-index:2;
}
.covers{
	position:relative;
	width:2000px;
	z-index:1;
}
.covers a{
	position:absolute;
	top:13px;
	margin:5px;
	height:120px;
}
.covers a img{
	background-color:#FFF;
	padding:5px;
	border:1px solid #CCC;
}
#product_title{
	position:absolute;
	width:102px;
	height:30px;
	background-color:#666;
	display:none;
	z-index:3;
	color:#FFF;
}
#page_num,#page_num a,#page_num input{
	color:#666;
	font-size:12px;
	text-align:right;
}
#page_num a ,#page_num input{
	background-color:#FFFDD0;
	border:1px solid #FFB18C;
	text-align:center;
	padding:0 2px;
	margin:2px;
	height:15px;
}
#page_num a:hover,#page_num #now_page{
	background-color:#fff;
	color:#333;
}
/*其他*/
.hr_1{
	padding-top:10px;border:none;border-bottom:1px solid #999;	
}
.hr_2{
	border:none;border-bottom:1px solid #CCCBCB; margin:14px 0px;
}
/*清單視窗*/
.car_item_pic{
	max-width:80px;
	max-height:80px;
	_height:80px;
	_width:80px;
	padding:6px; 
	border:1px solid #999; 
	background-color:#FFF; 
	margin:2px;
}
#car_content{
	margin:0 auto;
	z-index:98;
	text-align:left;
	position:fixed;
	bottom:-125px;
	_position: absolute; /* position fixed for IE6 */  
	_top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight+4);
}
#car_content thead th{
	color:#fff;
	height:30px;
	background-image:url(../image/list_back.png);
	background-repeat:no-repeat;
	background-position:left top;
}
#car_content thead th a{
	cursor:pointer;
	text-align:center;
	line-height:200%;
	display:block;
	color:#fff;
}
#car_content thead th a:hover{
	color:#e4e4e4;
	background:#F4393E;
}
#car_item_area li{
	float:left;
	margin:2px;
	padding:2px;
	color:#666;
	border:1px solid #999;
	background-color:#FDB;
}
#car_item_area{
	width:100%;
	height:125px;
	overflow:auto;
	background-color:#FFEBE1;
}