/* CSS Document */

body {margin:0; background-color:#0D0D0D; font-family:Tahoma; color:#000000; font-size:12px;}

#container {margin-left:auto; margin-right:auto; width:1024px;  border-left:1px solid #444444; border-right:1px solid #444444; border-bottom:1px solid #444444;}

#footerhp { background-image:url(/images/footerhp_bg.jpg); background-repeat:no-repeat; width:900px; height:90px; padding:32px 0 0 148px; color:#97936c; font-family:Tahoma; font-size:10px}

#footer{ background-image:url(/images/footer_bg.jpg); background-repeat:no-repeat; width:900px; height:90px; padding:32px 0 0 148px; color:#97936c; font-family:Tahoma; font-size:10px}

.content {padding:20px; background-color:#FFFFFF}

a {
	text-decoration:none;
	color:#000;
	}
	
a:hover {
	text-decoration:underline;
		}
		
.submit {
	border:1px solid #000000;
	background-color:#FFFFFF;
	padding:2px;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	}
	
input {
	border:1px solid #000000;
	}
	
.black img{
	border: 1px solid #000000;
	}
	
.imgborder {
	border: 1px solid #000000;
	}
	
.cartheader {
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
	border-bottom:1px solid #FF0000;
	}
	
h2 {
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
	margin-bottom:10px;
	margin-top:0px;
	}