body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	text-align: justify;
	background-color: #666666;
	margin-bottom:20px;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align:justify;
}

.title {
	padding-left:10px;
	vertical-align:bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #006600;
	padding-top:3px;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	line-height:16px;
}

.dotted {
	BORDER-BOTTOM: 1px dotted #CCCCCC;
}

.point {
	padding-right: 5px;
}
	
a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
}


/* Shop Body */
#table {
	width:970px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-top:none;
	border-bottom:none;
	overflow:hidden;
	}

#bannertable {
	width:950px;
	color:#ffffff;
	overflow:hidden;
	padding-top: 0px;
}

#shopbanner {

	background-color:#ffffff;
	background-image: url(../images/template0009/banner.jpg);	
	height:180px;
	overflow:hidden;
}

/* Content */

#bodyleft {
	float:left; 
	width:80%; 
	overflow:hidden; 
	background-color:;
	text-align:left;
	padding-bottom:15px;
	
}

#bodyright {
	float:right; 
	width:19%; 
	overflow:hidden; 
	
	text-align:left;
	margin-bottom:15px;
	
}
	
.menubar {
	height:22px;
	background-color:#ffffff;
	width:100%;
	text-align:left;
	background-image: url(../images/template0009/barbg.gif);
	background-repeat:repeat-x;
	margin-bottom:10px;
}


.menucontentright {
	background-color:#ffffff;
	float:right;
	text-align:left;
	width:98%;
	border:1px solid #cddee2;
	margin-bottom:10px;
	overflow:hidden;
	padding-bottom: 5px;
	background-image: url();
	background-repeat: repeat-x;
}

.search {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}


.submenu {
	margin-top: 8px;
	font-size: 12px;
	font-weight:normal;
	margin-left: 10px;

}

.submenubanner {
	text-align:center;
	margin-bottom: 10px;
}

#news {
	background-color:#FFFFFF;
	overflow:hidden;
}

.newscontent {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#product {
	background-color:;
}

.price {
	width:100px;
	overflow:hidden;
	margin:2px;
	color: #663399;
	font-weight:bold;
}
	
.productname {
	/*width:100px;*/
	font-weight:bold;
	margin:2px;
}

.product_image {
	border:2px solid #ccc;
	background-color:#FFFFFF;
	/*width:106px;
	height:106px;*/
	text-align:center;
}

a.forumlink {
	color: #ffffff;
	text-decoration: none;
}

a.forumlink:hover {
	color: #FFCC00;
}


#bottom {
	height:30;
	background-color:#ffffff;
	width:950px;
	overflow:hidden;
	float:left;


}


