body	{
	background-color: #111111;
	margin:0px;
	font-family: Verdana, Arial;
	font-size: 12px;
}
#cartDiv {
	font-size:11px;
	color:#FFFFFF;
	position: absolute;
	width: 178px;
	height: 55px;
	z-index: 1;
	left: 95px;
	top: 34px;
}
#footerCell	{
	width: 404px;
	background-image: url(images/bottom_right.jpg);
	vertical-align: top;
	text-align: center;
	padding-top: 15px;
}
#contentDiv {
	margin: 2px;
	padding: 5px;
	height: 225px;
	max-width: 95%;
	width: 95%;
	border: 0px;
	float: left;
	overflow: auto;
	text-align: left;
	position: inherit;
	scrollbar-face-color: #3C3C3C;
	scrollbar-base-color: #2B2B2B;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #2B2B2B;
	scrollbar-highlight-color: #2B2B2B;
	scrollbar-darkshadow-color: #1E1E1E;
}
.productImage	{
	border: 1px solid black;
}
a	{
	color: #c71717;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}

.lightLink a 	{
	color: #FFFFFF;
	text-decoration: none;
}

.lightLink a:hover 	{
	text-decoration: underline;
}

.inputText	{
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid black;
}

.inputSelect	{
	font-family:Verdana;
	font-size: 12px;
	border: 1px solid black;
}

.inputButton	{
	border: 1px solid #111111;
	background-color: #FFFFFF;
	color: #c61913;
	font-weight: bold;
	font-face: verdana;
	font-size: 12px;
}

.productTitle	{
	font-size: 18px;
	font-weight: bold;
}

.colHeader	{
	font-weight:bold;
}

.cartItem	{
	font-size: 9px;
}

.row1	{
	background-color: #bcbcbc;
}