@charset "utf-8";
/* Layer */
body {
	width:960px;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333;
	text-align: center;
	margin:0 auto;
}
#main{
	border-left:1px dotted #aaa;
	overflow:hidden;
	text-align:left;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:15px;
	padding:3px;
}
h2{
	font-size:12px;
}
/* iFocus style */
#ifocus {
	width:660px;
	height:320px;
	margin:20px 0;
	border:1px solid #DEDEDE;
	background:#F8F8F8;
	float:right;
}
#ifocus_pic {
	display:inline;
	position:relative;
	float:left;
	width:520px;
	height:300px;
	overflow:hidden;
	margin:10px 0 0 10px;
}
#ifocus_piclist {
	position:absolute;
}
#ifocus_piclist li {
	width:520px;
	height:300px;
	overflow:hidden;
}
#ifocus_piclist img {
	width:520px;
	height:300px;
}
#ifocus_btn {
	display:inline;
	float:right;
	width:120px;
	margin:9px 9px 0 0;
}
#ifocus_btn li {
	width:120px;
	height:76px;
	cursor:pointer;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
#ifocus_btn img {
	width:105px;
	height: 65px;
	margin:7px 0 0 12px;
}
#ifocus_btn .current {
	background: url(images/ifocus_btn_bg.gif) no-repeat;
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
#ifocus_opdiv {
	position:absolute;
	left:0;
	bottom:0;
	width:520px;
	height:65px;
	background:#000;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
#ifocus_tx {
	position:absolute;
	left:8px;
	bottom:8px;
	color:#FFF;
}
#ifocus_tx .normal {
	display:none;
}
/* header */
#header {
	height:80px;
	border-bottom:1px dotted #aaa;
	padding-bottom:15px;
}
#header a{
	color:#fff;
	text-decoration:none;
}
#header a:hover{
	color:#000;
	text-decoration:none;
}
#header #logo {
	position:relative;
	text-align:left;
}
#header #navi {
	top:60px;
	background-color:#000;
	margin:0 auto;
	text-align:center;
	width:100%
}
#header span {
	padding:2px 22.5px;
	color:#fff;
	background-color:#000;
	float:left;
	font-size:12px;
}
#header span:hover {
	color:#000;
	background-color:#eee;
}
/* footer */
#footer {
	margin:12px auto;
	border-top:1px dotted #aaa;
	width:960px;
	text-align:center;
	padding-top:5px;
	overflow:hidden;
}
#footer li {
	text-align:center;
	border-top:1px dotted #aaa;
}
/* sidebar */
#sidebar{
	margin:20px 0;
	width:280px;
	float:left;
	text-align:left;
	padding-right:8px;
}
#sidebar h2{
	padding:2px 22.5px;
	color:#fff;
	background-color:#000;
	margin:2px 0;
}
#sidebar #list{
	margin:2px 0 4px 2px;
}
#sidebar li{
	padding:3px 12px;
	margin-bottom:2px;
}
/*
category
*/
#sidebar .cata-0{
	font-size:12px;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
	background-color:#f8f8f8;
}
#sidebar .cata-1{
	font-size:11px;
	margin-left:8px;
}
#sidebar .cata-1 a{
	color:#333;
}
#sidebar .cata-2{
	font-size:10px;
	margin-left:16px;
}
#sidebar .cata-2 a{
	color:#999;
}
/* products */
#products{
	float:right;
	width:660px;
	text-align:left;
	font-size:12px;
	margin-bottom:24px;
	border-top:1px dotted #aaa;
	padding-top:12px;
	overflow:hidden;
}
#products img{
	width:198px;
	height:200px;
}
#products #title{
	border-bottom:2px solid #eee;
}
#products .new{
	border-bottom:2px solid #f00;
}
#products #item{
	width:198px;
	margin: 8px 4px 4px auto;
	padding-right:12px;
	float:left;
	overflow:hidden;
}
#products .category{
	font-size:12px;
	color:#999;
}
#products .img{
	margin-top:3px;
}
#products .name{
	margin-right:6px;
	padding:1px;
	text-align:center;
	color:#333;
	font-size:10px;
}
#products .description{
	margin-right:6px;
	padding:1px;
	text-align:center;
	color:#666;
	font-size:10px;
}
#products h3{
	margin-top:8px;
	padding:4px;
	font-size:14px;
	text-align:center;
	background:#f8f8f8;
	border-bottom:1px dotted #aaa;
	border-top:1px dotted #aaa;
}
#products p{
	padding:6px;
}
#products #news-list{
	margin-top:8px;
	padding:5px;
	border-bottom:1px dotted #aaa;
	border-left:3px solid #aaa;
}
/* form elements */
form {
	padding: 5px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
    margin-right:3px;
    margin-top:3px;
	padding:2px;
	border:1px solid #888;
	font: normal 1em Verdana, sans-serif;
}
textarea {
	width:400px;
	padding:2px;
	font-family: Verdana, sans-serif;
    font-size:12px;
	border:1px solid #888;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font-family:Arial, Sans-serif;
    font-size:12px;
	border: 1px solid #CCC;
	padding: 2px 3px;
	background: #FFF;
	color: #AF7F5B;
}
