/* CSS Document */

body {
	background:#990000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#000000;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}
h1 {
	font-size: x-large;
	text-decoration:underline;
	color:#990000;
}
h2 {
	font-size: large;
	color:#000000;
}
a:link {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
a:hover {
	background-color:#990000;	
}
a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
.bottomBg {
	background:#990000 url(images/leftbg.JPG) bottom left no-repeat;
}
.cellHeader {
	background:#006699;
	text-align:center;
}
.cellFooter {
	background-color:#006699;
	font-size:x-small;
	color:#CCCCCC;
	text-align:center;
}
.menuTitle {
	background-color:#993333;
	font-weight:bold;
	color:#CCCCCC;
}
.menuItem {
	background-color:#336699;
}
.textBg {
	background:#DAC9C9 url(images/mainbg.JPG) right top no-repeat;
}
.imgBorder {
	border: 1px solid #000000;
}
.productTitle {
	background-color:#C89393;
}
.date {
	color:#000000;
	font-weight:bold;
	font-style:italic;
}
.article {
	font-weight: bold;
	background-color:#DDB7B8;
}
.seperator {
	text-align:center;
}
.badgesTitle {
	font-weight:bold;
	background-color:#C0CFDE;
}
.badgesContent {
	background-color:#C8B4AE;
}
.badgesImageBg {
	background-color:#FFFFFF;
}

.badgesCaption {
	background-color:#FFFFFF;
	font-size:x-small;
	text-align:center;
}

.buyitnow {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	font-style:italic;
	border: 1px solid #000000;
	background-color: #C89393;
}
.xsmall {
	font-size:x-small;
}
