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

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

ul.categories ul li.current{
	background:#e82931;
}

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

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