/* CSS Document */


#ToolBar a {
	background: url(../images_gen/cart_button_darkred.gif) no-repeat left center;
}


#Page {
	border-left: solid 10px #990000;
}
#Content {
	background: #000 !important;
	color: #CCCCCC !important;
}
.Heading {
	color: #fff !important;
}


#MainNav ul li a {
	color: #990000;
}

table#ShippingTable {
	border-collapse: collapse;
	border: 1px solid black;
}
table#ShippingTable td, table#ShippingTable th {
	border: 1px solid black;
	padding: 5px;
}
table#ShippingTable th {
	font-weight: bold;
}
dl.PressItem {
	float: left;
	width: 335px;
	margin: 0 0 0 30px;
	padding: 10px 0 15px 0;
}
dl.PressItem dt {
	text-align: center;
	padding: 3px;
}
dl.PressItem dd {
	margin: 0;
	padding: 5px;
	text-align: center;
	color: #fff !important;
}
dl.PressItem dd a {
	color: #990000 !important;
	font-size: 85%;
	text-decoration: none;
}
dl.PressItem dd a:hover {
	text-decoration: underline;
}
dl.PressItem h3, p {
	margin: 0 0 3px 0;
	font-size: 100%;
}
dl.PressFirst {
	margin: 0 !important;
}