@charset "UTF-8";
/*
Design By Away
http://www.dfuns.idv.tw
*/

body{ font-size:1em; background:url(images/bg.jpg) repeat-x;}
.hdr{ background:url(images/logo.png); width:461px; height:94px; margin:10px auto; text-indent:-9999px;}
.list{ list-style:none; margin:0; padding:0;}

.sliderBox{
	background:#FFF;
	width:1000px;
	border-radius:10px;
	overflow:hidden;
	position:relative;
}

.slider{
	width:950px;
  height:250px;
/*	height:660px;*/
	overflow:hidden;
	margin:auto;
	position:relative;
	padding-top: 20px;
	padding-bottom: 10px;
	left: 2px;
	padding-left: 2px;
}
.slider ul{ overflow:hidden; width:1992px; position:absolute; left:0;}
.slider li{
	float:left;
	text-align:left;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 7px;
}


.status{ text-align:center; margin-top:5px; position:relative\9; *margin-left:435px;}
.status li{
	cursor:pointer;
	background:#FFF;
	display:inline-block;
	text-indent:-9999px;
	border:2px dotted #CCC;
	width:8px;
	height:8px;
	border-radius:100%;
	margin:0 5px;
*float:left; }
.status li.now{ background:#09C; border-color:#999;}

.dIcon{
	text-indent:-9999px;
	position:absolute;
	top:90px;
	display:block;
	width:20px;
	height:20px;
	background:url(images/all.png) no-repeat;
	width:38px;
	height:47px;
}
.next{
	right:-5px;
	background-position:-44px -2px;
}
.prev{
	left:0px;
	background-position:0 -2px;
}
.next:hover{ background-position:-44px -55px;}
.prev:hover{ background-position:0 -55px;}

.product{
	width: 300px;
	float: left;
	font-weight: bold;
	text-align: left;
	background-color: #f1f1f1;
}
.product_title{
	width: 200px;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	background-color: #009D85;
	text-align: left;
	padding-top: 8px;
	background-image: url(../web/images/product_01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.product_main{
	width: 200px;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 17px;
	font-weight: bold;
	background-color: #F1F1F1;
	text-align: left;
	padding-top: 8px;
}
