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

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

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

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