body{
	margin: 0;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-align: center; 
	background: url('../images/bg2.gif') #CCCCCC;
	background-repeat: repeat-y;
	background-position: top center;
}
body{
	text-align: -moz-center; 
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
a:link.more {
	font-weight: bold;
	color: #FF6600;
}
a:hover.more {
	font-weight: bold;
	color: #FF6600;
}
a:visited.more {
	font-weight: bold;
	color: #FF6600;
}
.shop a:link{
	color: #E96711;
	text-decoration: none;
}
.shop a:visited{
	color: #E96711;
	text-decoration: none;
}
.shop a:hover{
	color: #666666;
	text-decoration: none;
}
.error{
	color: red;
}
h1{
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
h2{
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
h3{
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.header {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FF6600;
}
.body {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #666666;
}
.productlist{
	padding-top: 10px;
	line-height: 25px;
}
.productpic{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.more{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}
.shopfield{
	border: 1px solid #707072;
}
.price{
	color: #E96711;
}
.admin_table td{
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
}
.bold{
	font-weight: bold;
}
	/* slightly enhanced, universal clearfix hack */
.clearfix:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
 }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
