@charset "utf-8";
/* CSS Document */
/*Movies And DVDs Page*/
#moviesPageBox  {
	height: auto;
	min-height: 300px;
}
#moviesAndPics  {
	width: 850px;
	height: auto;
	text-align: center;
}
#moviesAndPics h1  {
	font-size: 24px;
	text-align: left;
}
#moviesAndPics h2  {
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 10px;
}
#moviesAndPics p  {
	text-align: left;
}
#moviesPageDVDBox  {
	height: auto;
	min-height: 300px;
}
#Dvds  {
	width: 850px;
	height: auto;
	text-align: center;
}
#Dvds h1  {
	font-size: 24px;
	text-align: left;
}
#Dvds h2  {
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 10px;
}
#Dvds p  {
	text-align: left;
}
#movieThumbnails, #dvdThumbnails, #siteThumbnails  {
	width: 840px;
}
/*movies*/
#movieThumbnails dl  {
	display: inline;
	float: left;
	width: 136px;
	height: 182px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
#movieThumbnails dl dt  {
	width: 136px;
	height: 92px;
}
#movieThumbnails dl dt img {
	width: 120px;
	height: 90px;
	border: 1px solid #686262;
}
#movieThumbnails dl dd {
	font-size: 9px;
}
#movieThumbnails dl dd.title {
	text-align: center;
	height: 24px;
}
#movieThumbnails dl dd.desc {
	width: 126px;
	text-align: left;
	margin: auto;
}
#movieThumbnailsLink  {
	width: 190px;
	height: 14px;
	float: right;
	padding-right: 3px;
}
/*dvds box*/
#dvdThumbnails dl  {
	display: inline;
	float: left;
	width: 134px;
	height: 302px;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}
#dvdThumbnails dl dt  {
	width: 134px;
	height: 182px;
	text-align: center;
}
#dvdThumbnails dl dt img  {
	width: 120px;
	height: 180px;
	border: 1px solid #000000;
}
#dvdThumbnails dl dd {
	font-size: 9px;
}
#dvdThumbnails dl dd.title {
	text-align: center;
	height: 24px;
}
#dvdThumbnails dl dd.desc {
	width: 126px;
	text-align: left;
	margin: auto;
}
#dvdThumbnailsLink  {
	width: 190px;
	height: 14px;
	float: right;
	padding-right: 3px;
}
#allDVDSLink  {
	width: 160px;
	height: 14px;
	float: right;
	padding-top: 5px;
}
/*pop up boxes for movies and dvds*/
#moviesAndPics dl a:hover, #Dvds dl a:hover {
	/*background-color:#ffffff; */
	text-decoration:none;
} /*BG color is a must for IE6*/
#moviesAndPics dl a.details span, #Dvds dl a.details span {
	display:none; 
	padding: 3px;
	margin-top: -20px;
	/*margin-left:8px; */
	width:200px;}
#moviesAndPics dl a.details:hover span, #Dvds dl a.details:hover span {
	display:block;
	position:relative;
	background:#ffc;
	border:2px solid #cc0000;
	color:#000;
	font-size: 10px;
	text-align: left;
	overflow: hidden;
}