@charset "UTF-8";

body {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #4F0000;
}


a:link {
	color: #DA0227;
}

a:hover {
	color: #4F0000;
}

a:visited {
	color: #DA0227;
	text-decoration: none;
}

ul,li { margin:0px; 
		padding:0px;
}


#topnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.05em;
	color: #FFFFFF;
	margin-top: 12px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: bold;
}

#topnav li {
	display:inline;
	list-style:none;
}

#topnav li a {
	color:#DA0227;
	text-decoration: none;
	margin: 0px 3px 0px 3px;
}

#topnav li a:hover {
	color: #FFF;
}

#bottomnav li {
	display:inline;
	list-style:none;
}


#bottomnav li a {
		color:#FFF;
	text-decoration: none;
}

#bottomnav li a:hover {
	color: #DA0227;
}

/* below is the second nav*/
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.05em;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	line-height: 1.3em;
}

#content li a {
	text-decoration:none;
	padding: 2px;
	color: #cccccc;
}

#content li a:hover {
 	color: #FFF;
	background-color:#DA0227;
}

#content { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-size:1.05em;
	line-height:1.4em;
}


/**
 * Siteclick - styles for product boxes
 */
div.dvdListing {
	clear:					both;
	padding:				10px;
	border-bottom:	1px solid #444;
}
.dvdListing h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:						#cccccc;
	font-size:	1.15em;
	float:			left;
	width:			350px;
}
.dvdListing img.packshot {
	float:			right;
	margin:			0 0 20px 20px;
}
.dvdListing p.review {
	font-size:	1em;
	clear:			left;
}
.dvdListing p.priceoption a {
	padding-left:			60px;
	background:				url("images/buy.gif") top left no-repeat;
	text-decoration:	none;
	font-weight:			bold;
	font-size:	1.15em;
}
.dvdListing p.priceoption a:hover {
	color:						#DA0227;
	background-image:	url("images/buy_hover.gif");
}
.dvdListing a img {
	border:						0;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #DA0227;
}

