/* Text */
body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}
fieldset, a img{border:0;}
sup{vertical-align: text-top;}
sub {vertical-align:text-bottom;}
a {outline: 0;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ text-decoration:none;}
p{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	padding:0 0 18px 0;
	line-height:1.3em;
}
.note			{font-size:0.92em;}
p.nopad			{padding:0 0 10px 0;}
p.comingSoon	{color:#666; font-size:1.50em;}

a.viewTrailer{
	width:265px;
	height:65px;
	display:block;
	text-indent:-9999px;
	background:url(../images/buttons/watch_trailer_btn.png) top left no-repeat;
	cursor:pointer;
}
a.viewTrailer:hover{
	background:url(../images/buttons/watch_trailer_active_btn.png) top left no-repeat;
}

a.sendDVDs{
	width:265px;
	height:65px;
	display:block;
	text-indent:-9999px;
	background:url(../images/buttons/send_dvds_btn.png) top left no-repeat;
	cursor:pointer;
}
a.sendDVDs:hover{
	background:url(../images/buttons/send_dvds_active_btn.png) top left no-repeat;
}


a.externalLink{
	background:url(../images/icons/icon_open_new_window.gif) top left no-repeat;
	padding:0 0 0 18px;
}
a.readMore  {
	display:block;
	width:100%;
	text-align:right;
	margin:0 0 5px 0;
}

#wrap_inside p a.viewTrailer{
	margin-top:10px;
}
blockquote{
	padding-left:70px;
}
blockquote p, blockquote blockquote{
	font-size:1.00em;
}

/* span.abbr is used for IE6 */
abbr, acronym, span.abbr	{border-bottom:1px dotted #333333; cursor:help;}

/* Links */
a			{color:#cc0000; text-decoration:underline;}
a:hover		{color:#cc0000; text-decoration:none;}
a:active	{color:#cc0000;}
a img		{border:none;}
a.readMore  {
	display:block;
	width:100%;
	text-align:right;
	margin:0 0 5px 0;
}

img.leftAligned{
	float:left;
	padding:0 6px 6px 0;
}
img.middleAlign{
	vertical-align:text-bottom;
}
.imageFrame{
	float:left;
	background: #fafafa;
	border:1px solid #d8d8d8;
	padding:8px 8px 8px 8px;
	margin:0 14px 25px 0;
}
.rightAligned{
	text-align:right;
}
span.highlight{
	color:#cc0000;
	font-weight:bold;
}

/* Headings */
h1{
	font-size:1.67em;
	color:#cc0000;
	font-weight:bold;
	padding:0 0 10px 0;
}
h2{
	font-size:1.50em;
	color:#cc0000;
	font-weight:bold;
	padding:0 0 10px 0;
}
h3{
	font-size:1.33em;
	color:#cc0000;
	font-weight:bold;
	padding:0 0 10px 0;
}
h4{
	font-size:1.17em;
	color:#cc0000;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0 0 2px 0;
	border-bottom:1px solid #999;
}
h4.twoLines			{height:32px;}
h4.threeLines		{height:48px;}
h5{
	font-size:1.08em;
	color:#cc0000;
	font-weight:bold;
	padding:0 0 10px 0;
}
h6{
	font-size:1.00em;
	color:#cc0000;
	font-weight:bold;
	padding:0 0 10px 0;
}
h5.toggler{
	background:#ffffff url(../images/design/acc_bg.gif) bottom left repeat-x;
	width:96%;
	border:#cfcfcf 1px solid;
	padding:7px 15px 0 5px;
	min-height:22px;
	margin:0 0 5px 0;
}
h5.toggler a{
	display:block;
	width:100%;
	background:url(../images/design/acc_arrow.gif) center right no-repeat;
	padding:0 0 0 0;
}
h5.toggler a:hover{
	text-decoration:underline;
}
/* Lists */
ul{
	color:#333333;
	list-style-type:disc;
	margin-top:10px;
	margin-bottom:10px;
}
ol{
	color:#333333;
	margin-top:10px;
	margin-bottom:10px;
}
dl {
	color:#333333;
	margin:10px 0 10px 0;
	padding:0;
}
dl dt {
	font-weight:bold;
	margin:2px 0 2px 0;
	padding:0;
}
dl dd {
	margin:0 0 0 30px;
	padding:0;
}


/* Table */
table{
	border-collapse:collapse;
	width:100%;
	border:1px solid #d8d8d8;
}
table caption{
	font-weight:bold;
	margin:0 0 20px 0;
	padding:0;
	text-align:left;
	color:#cc0000;
	font-size:1.08em;
}
thead		{font-weight:bold; background: #fafafa; border-bottom:1px solid #d8d8d8;}
tbody		{}
tfoot		{}
thead th	{color:#cc0000; padding:6px 4px;}
th			{color:#333; text-align:left;padding:4px;}
td			{color:#333; padding:4px;}
td p, th p	{padding:0; margin:0;}



/* Forms */
form{margin:0; padding:0;}
input{
	color:#333;
	border:1px solid #d8d8d8;
	background-color:#FFFFFF;
	font-size:0.92em;
}
input.noborder{
	border:none;	
	background-color:transparent;
}
fieldset{border:none;}
textarea, select{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	border:1px solid #d8d8d8;
	background:#FCFCFC;
	font-size:0.92em;
}
label{
	color:#333333;
	font-weight:bold;
	padding:0;
}
legend{
	color:#333333;
	font-weight:bold;
}

/* Horizontal Rule */
hr	{height:1px; background:#999; border:none; color:#999; border:none;}


