.store{
}
.store a img{
	border: 0 none;
}
.store .product{
	border: 0 solid #6D7136;
	border-width: 0px 0 0px 0;
	width: 360px;
	padding: 0px 0 35px 0;
	margin-bottom: 30px;
} 
.store .product div{
	position: relative;
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 340px;
	margin-left: 20px;
	border: 0 solid #6D7136;
	border-width: 0px 0 0px 0;
}
.store .product div img{
	padding:10px 5px 0 10px;
	margin: 0;
}
.store .price{
	position: absolute;
	font-size: 17px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	bottom: 20px;
	right: 0px;
	text-align: right;
}
.store .addtocart{
	padding: 0;
	margin: 0;
}
.store .product div .addtocart img{
	padding: 0;
	margin: 0;
	border: 0 none;
}
.store .producttitle{
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 5px 0 0 10px;
	height: 25px;
	width: 350px;
	background: url(images/producttitlebg.png) top left no-repeat;
}
.store table.productlisting{
	padding: 0;
	margin: 0;
	border: 0 none;
	width: 400px;
}
.store table.productlisting td{
	width: auto;
	border: 0 none;
	padding: 0;
	margin: 0;
}
.store table.productlisting td.productimg{
	background-position: top left;
	background-repeat: no-repeat;
	width: 300px;
}
.store table.productlisting td.productinfo{
	vertical-align: bottom;
	padding-bottom: 25px;
	text-align: right;
}


a.yourcart{
	position: relative;
	display: block;
	width: 126px;
	height: 34px;
	color: #3F5901;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	background: url(images/yourcart.png) top left no-repeat;
}
a.yourcart span{
	position: absolute;
	display: block;
	width: 36px;
	text-align: center;
	top: 4px;
	left: 33px;
}
a.yourcart:hover{
	color: #3F5901;
	text-decoration: none;
	background: url(images/yourcart-over.png) top left no-repeat;
}




.store table{
	border: 1px solid #999;
	border-collapse: collapse;
	font-size: 12px;
	width: 250px;
	margin: 10px 0;
}
.store table th{
	padding: 3px 10px 7px 3px;
	border: 1px solid #999;
	border-width: 0 0 1px 0;
	font-weight: bold;
	text-align: left;
	background-color: #B5C19D;
	font-weight: normal;
	font-style: italic;
}
.store table td{
	padding: 3px 10px 3px 3px;
	border: 1px solid #999;
	border-width: 0 1px 1px 0;
}

fieldset{
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #999;
	border-width: 1px 0;
}
fieldset ol{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
fieldset ol li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	float: none;
}
fieldset ol li label{
	display: block;
	width: 130px;
	float: left;
	font-weight: bold;
}
fieldset ol li label input, fieldset ol li label select{
	display: block;
	float: left;
}