/*list of production*/
a {
	color:#a8c800;
}
.productInfo {
	background:#a8c800;
}

.main-right h1 {
	color:#a8c800;
}
ul.production li{
	background:url(../img/bg-green-top.gif) no-repeat top #fff;
	/*border:#a8c800 solid 2px;*/
}
ul.production li a span {
	color:#a8c800;
}
ul.production li div.border {
	border-left:2px solid #a8c800;
	border-right:2px solid #a8c800;
}
ul.production li div.bottom{
	background:url(../img/bg-green-bottom.gif) no-repeat bottom #a8c800;
	height:20px;
}
ul.categories ul li {
	border-bottom:#a8c800 2px solid;
}
.links h2 {
	color:#a8c800;
}
.links ul li{
	background:url(../img/bg-links-green-li.gif) no-repeat 0 3px;
}
ul.categories ul li.current{
	background:#a8c800;
}

.detail{
	background:url(../img/bg-detail-green-top.gif) no-repeat 0 0;
}
.det-container{
	background:url(../img/bg-detail-green-body.gif) repeat-y 0 0;
}
.detail-holder{
	background:url(../img/bg-detail-green-bottom.gif) no-repeat 0 100%;
}

ul.navigator li a.prev{
	background:url(../img/bg-green-prev.gif) no-repeat 0 2px;
}
ul.navigator li a.next{
	background:url(../img/bg-green-next.gif) no-repeat 100% 2px;
}