body { background: url(../images/body_bg.gif) repeat-y right; }

#catmenu {
	padding: 0;
	margin: 0;
}
#catmenu li {
	list-style: none;
	padding: 2px 60px 2px 0;
	margin-bottom: 2px;
}
#catmenu li  a {
	padding-right: 10px;
	display: block;
}
#catmenu li.current {
	background: #5c4f62;
}
#catmenu li.current a {
	color: #f9d4f7;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px #f9d4f7 solid;
}
#catpage div {
	float: right;
	margin-left: 5px;
	padding: 2px 5px;
	cursor: pointer;
}
#catpage div.current {
	font-weight: bold;
	background: #f9d4f7;
	text-decoration: none;
}

.itemdetails {
	font-weight: bold;
}
.itemdetails span {
	color: #d884db;
}

.side { width: 260px; padding-top: 20px; }
.right { float: right; }
.left { float: left; }
.left .promo { height: 70px; background-repeat: no-repeat; padding-right: 82px; padding-top: 25px; }
.center { margin: 0 260px; }
.center .spacer { padding: 20px; padding-bottom: 50px; }

.product_center { margin-right: 260px;
}
.product_center .spacer { padding: 20px 20px 20px 70px; 
max-width: 980px;
}
