@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
ul li, ol li, dl dt, dl dd {
   	list-style:none;
	text-decoration:none;
	
	}
	
img {
	border:none;
}

h1 {
    font-size:50%;
    padding:0;
    margin:0;     
}
h1,h2,h3,h4,h5 {
    font-size:12px;
      
}

a:link { text-decoration: none;color:#666666};

a:active { text-decoration: none };

a:visited { 
     text-decoration: none;
     color:#F60};
    
a:hover {
    text-decoration: none;
	color:#F60;
}
.clear {
	clear:both;
}
.title {    
	text-align:center;
}

.content1 {
   
	padding:10px;
}
.warning {
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.post {
   
   padding-bottom:25px;

}

.post .t {	
	float:left;
	font-size:12px;
	color: #000000;
	
	}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
 float:right;
 font-size:12px;
 color: #000000;

}

  


.pTitle {
	padding:10px;
	font-size:12px;
	font-weight:bold;
	color:#333;
}
.a2 a {
	color:#3E9722;
	
	}
.a2 a:hover {
	color:#F60;
	
	}
body {
	background:#f5f5ec;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	color: #666666;
}
#outer {
	min-width:770px;
}
#header {
	border-bottom:solid 20px #ff9b09;
	background:#fff;	
}
#main {
 *display:inline-block;
  
}
#left-wraper {
	width:100%;
	float:left;
	margin-right:-180px;
}
#left-inner {
	margin-right:180px;
}
#l-left {
	float:left;
	width:180px;
	padding:0 0 0 0px;
	background:#f5f5ec;
	position:relative;
}
#l-right {
	float:right;
	width:100%;
	margin-left:-180px;
	
}
#right {
	float:right;
	width:180px;
	background:#f5f5ec;
	position:relative;
}
#center {
    padding-top:10px;
	margin-left:180px;
	background:#fff;	
    min-height:1450px;
    
}
#center:after, #left-inner:after, #main:after, #outer:after, #productList:after {
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
#featureProduct {
    text-align:center;  
	border-bottom:solid 10px #FFCC66;
}
#productList dl {
    text-align:center;
	display:block;
	float:left;
	height:220px;
	width:24.5%;
	overflow:hidden;
	padding-bottom:25px;	
}
#productList dl dd {
	padding:5px;
	text-decoration:none;
}
#productList dl dd a {
	color:#666;
	text-decoration:none;
}
#productList dl dd a:hover {
	color:#F60;
	text-decoration:underline;
}

#logo {
	position:absolute;
	left:10px;
	top:15px;
}
#GTranslator {
	position:absolute;
	right:10px;
	top:10px;
}
#GTranslator input {
	margin:0 0 0 24px;
}
#menu {
	display:block;
	padding:60px 10px 0 0;
}
#menu li {
	float:right;
}
#menu a {
	display: block;
	width:90px;
	height:30px;
	line-height:30px;
	margin:0 0 1px 2px;
	background: url(../images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
#menu a:hover {
	background-image: url(../images/img04.gif);
}
#menu .active a {
	background-image: url(../images/img05.gif);
}
#rightProductList dl {
	display:block;
	text-align:center;
}
/* Footer */
#footer {    
	clear:both;
	padding:10px 0;
	text-align:center;
	background:#f5f5dc;

}
#footer p {
	width:90%;
	line-height:normal;
	font-size:x-small;
}
#footer a {
	text-decoration: underline;
	color:#666;
}
#footer a:hover {
	text-decoration:none;
	color: #880000;
}
/* Footer > Legal */

#legal {
}
/* Footer > Links */

#links {
}
/* Boxed Style */
.boxed {
}
.boxed .title {

}
.boxed .title h2 {
	height:25px;
	font-size: 16px;
	padding-top: 8px;
	color: #000000;
	text-align:center;
}
.boxed .content {
	padding: 0px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	padding-left:10px;	
}
.linkList li {
	background:url(../images/circle.gif) left center no-repeat;
	padding:0 0 5px 5px;
	font-size: bold;

}
.linkList li a {
	color:#3e9722;
	text-decoration:none;
}
.linkList li a:hover {
	color:#F60;
	text-decoration:underline;
}