html{}
body{
	text-align: center;
	font: normal 12px/14px Verdana, Geneva, Arial;
	margin: 0;
	padding: 0;
/*	background: #EFEFEF;*/
}
div, span, table, ul, li, p{
	text-align: justify;
}
a, a:link, a:visited{
	color: #82864A;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
	color: #CC0000;
}
img{
	border: none;
	vertical-align: middle;
}
table, tr, td{
	font: normal 12px/14px Verdana, Geneva, Arial;
	border-collapse: collapse;
}
input,
select,
textarea {
	font-family: Verdana,Arial;
	font-size: 12px;
	border:1px solid gray;
	margin: 0;
	padding: 1px;
}
input.nostyle {
	border-style: none;
	background: none;
}
input.submit-img{
	border-style: none;
	cursor: hand;
}
fieldset {
	width: auto;
	margin-top: 10px;
	margin-bottom: 6px;
	padding-left: 10px;
	padding-bottom: 10px;
}
legend {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 3px;
}
#wrapper{
	width: 998px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#header{
	margin-top: 1px;
	border: 1px solid #82864A;
	border-bottom: 0;
}
#body{
	height: 78%;
/*	background: #EFEFEF url("/public/images/leftbg.gif") repeat-y;*/
  border: 1px solid #82864A;
	border-top: none;
	border-bottom: none;
  position: relative;
/*	margin-top: -4px;*/
}
#bodyleft{
	width: 251px;
	background: url('/public/images/gap_bg.gif') repeat-y right;
}
#menu{
	width: 209px;
}
/* Footer */
#footer{
	border: 1px solid #82864A;
	color: #445;
	padding: 5px;
}
#blink{
	float: right;
	color: gray;
	font-size: 12px;
}
#copyright{

}
#messenger{
	width: 300px;
	border: 1px solid gray;
	padding: 4px;
	text-align: left;
}
#messager_title{
	font-size: 14px;
	font-weight: bold;
	border-bottom: #A8B2BB 1px solid;
	width: 100%;
	padding: 2px;
}
#fp{
	border: 10px solid gray;
	height: 400px;
}
#pshow{
	width: 260px;
}
.formtbl th{
	border-bottom: 1px solid #AAAAAA;
}
.formtbl td{
	border-bottom: 1px solid #D3D3D3;
}
.title{
	padding: 4px;
	margin: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	border-bottom: 1px solid gray;
}
.body{
	padding: 2px;
	margin: 4px;
	text-align: center;
}
.ctitle{
	padding-top: 1px;
	border-bottom: 1px solid #E6E6E6;
	font-size: 14px;
	width: 100%;
}
.cbody{
	margin: 4px;
	padding: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #E6E6E6;
	background-color: #F5F5F5;
	font-size: 14px;
	width: 716px;
}
.right{
	float: right;
}
.small{
	font-size: 10px;
}
.normal{
	font-size: 12px;
	font-weight: normal;
}
.middle{
	font-size: 14px;
}
.big{
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.menublock{
	width: 97px;
	text-align: center;
	border-left: 1px solid black;
	padding: 4px;
}
.right{
	float: right;
}
.menu{
	height: 38px;
	padding-left: 30px;
	font-family: Arial;
	font-size: 18px;
	background: url('/public/images/menu_bg.gif') no-repeat;
}
.menu a{
	color: #3D3D3D;
	text-decoration: none;
}
.menu_sub{
	height: 38px;
	padding-left: 30px;
	font-family: Arial;
	font-size: 18px;
	background: url('/public/images/menu2_bg.gif') no-repeat;
}
.menu_sub a{
	color: #3D3D3D;
	text-decoration: none;
}
.pagination{
	text-align: right;
	font-size: 14px;
	border: 1px solid #E6E6E6;
	padding: 4px;
}
.q{
	color: #CC0000;
	font-weight: normal;
	font-size: 12px;
}
.listprice{
	text-decoration: line-through;
	font-size: 10px;
}
.price{
	font-size: 14px;
	color: #CC0000;
}
.thumblist{
	margin: 10px;
	padding: 4px;
	border: 10px solid #E5E5E5;
	width: 185px;
	text-align: center;
}
.thumbtext{
	padding: 8px;
	background: black;
	color: white;
	font-size: 13px;
}
.hand{
	cursor: hand;
}
.darkred{
	color: #CC0000;
}