/* CSS Document */
body{
font: Lucida Sans Unicode

}
p{
font: 12px Lucida Sans Unicode ;
letter-spacing: 0.2px;
}

.indexfont{
font: 11px Lucida Sans Unicode ;
color:#323232;
}

.style2{font: 11px arial;
color: rgb(255,255,0);
}
.productistbox {
	background-image: url(images/product_list_bg.gif);
	height: 140px;
	width: 140px;
	background-repeat: no-repeat;
	background-position: center center;
}
.indexbox {
	background-image: url(images/product_list_bg.gif);
	height: 126px;
	width: 126px;
	background-repeat: no-repeat;
	background-position: center center;
}
.productdetailbox {
	background-image: url(images/product_detail_bg.gif);
	width: 374px;
	height: 330px;
	background-repeat: no-repeat;
	background-position: center center;
}
.productstext {
font: 12px Lucida Sans Unicode ;
letter-spacing: 0.2px;
	font-size: 13px;
	font-weight: bold;
	color: #5a4c29;
}
a:link {
	color: #68744e;
	text-decoration: none;
}
a:visited {
	color: #68744e;
	text-decoration: none;
}
a:hover {
	color: #b9bb2b;
	text-decoration: underline;
}
.formbox1 {
	width: 163px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial;
}

.formbox2 {
	width: 273px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial;
}
.indexcontentbg {
	background-attachment: scroll;
	background-image: url(images/index_subcontent_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
