body {
	font-family: tahoma;
	background-color: black;
	padding: 0;
	margin: 0;
	color: white;
}
a, img {
	border: 0;
	outline: none;
	padding: 0;
}

a.red:link {color: #ca1b2b; font-style: normal;}
a.red:active {color: #8e0e38; font-style: normal;}
a.red:visited {color: #8e0e38;  font-style: normal;}
a.red:hover {color: #ca1b2b; background: #555555; font-style: normal;}

#header {
	background-color: #b2b5b6;
	background-image: url('../images/headerBG.png');
	background-repeat: repeat-x;
	margin: 0;
	text-align: center;
	height: 203px;
}
#footer {
	margin: 0 0 30px 0;
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat-x;
}
#footer1 {
	margin: 0 0 30px 0;
	background-image: url('../images/nav_bg1.png');
	background-repeat: repeat-x;
}
#main {
	margin-top: 40px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	
}
#cartTable {
	margin: 20px;
	width: 95%;
}
#cartTable td {
	padding: 5px 10px 5px 10px;
}
#greybox {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
#litebox {
	display:none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -325px;
	margin-left: -425px;
	z-index:9999;
	width:850px;
	height:650px;
	border:3px solid #fff;
	padding: 20px;
	background:black url('/images/boxBG.png') repeat left top;
	color: black;
	font-weight: bold;
}
#closelink {
	text-align: right;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #b2b5b6;
}


.translucent {
	background-color:white;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
.content {
	width: 1000px;
	margin: 0 auto;
}
.clearfloat {
	height: 1px;
	clear: both;
}
.vidbox {
	float: left;
	width: 460px;
	margin: 40px 20px;
	text-align: center;
	cursor: pointer;
}
.formL {
	text-align: right;
	padding-right: 3px;
}
.storeItem {
	margin: 20px;
	text-align: left;
}
.storeItemL {
	text-align: center;
	width: 500px;
	float: left;
}
.storeItemR {
	width: 450px;
	float: left;
}
.cartfield {
	width: 25px;
	text-align: right;
}
.msg {
	color: black;
	font-weight: bold;
}
