body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	text-align: justify;
	background-color: #FFEEEE;
	background-position: left 28px;
	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: #584749;
	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:776px;
	background-color:#FFFFFF; 
	padding:10px; 
	border:1px solid #cccccc; 
	overflow:hidden;
}


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

/* Content */

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

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

.menucontentright {
	background-color: #FFFFFF;
	float:right;
	text-align:left;
	width:98%;
	border:1px solid #CCCCCC;
	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 {
	width:143px;
	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:#FFFFFF;
}

.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;
}

.forumtag a {
	color: #333333;
	text-decoration: none;
}

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

#bottom {
	height:20;
	background-color:#f3f3f3;
	width:796px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


