/* GLOBALS */
body {
margin: 0 auto;
background-color: #fafafa;
background-image: url(../_images/bgtile.gif);
background-repeat: repeat-x;
text-align: center;
}

body,td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

a {
text-decoration: none;
color: #931717;
text-decoration: underline;
}

a:hover {
text-decoration: underline;
color: #680f0f;
}

a.fade img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.fade:hover img {
filter:alpha(opacity=80);   
-moz-opacity: .8;   
opacity: .8;
-khtml-opacity: .8; 
}

#container {
margin: 0 auto;
width: 855px;
text-align: left;
}

.dvd-wrap {
	width: 275px;
	float: left;
	}
.dvd-wrap#div1 {
	padding-right: 15px;
	}
.dvd-wrap#div2 {
	padding-right: 15px;
	}
.dvd-wrap#div3 {}
.dvd-int {
	
	}
.redbox {
margin: 0 auto;
width: 855px;
background-image: url(../_images/redbox_bg.gif);
background-repeat: repeat-y;
}

.redbox td {
color: #ffffff;
}

.redboxpad {
padding: 5px 15px;
}

.blackbox {
width: 470px;
height: 320px;
background-color: #000000;
}

.imgbrdrwhite {
border: 2px solid #ffffff;
}

.imgbrdrwhitefloat {
border: 2px solid #ffffff;
float: left;
margin-right: 10px;
}

.imgbrdr {
border: 1px solid #a4a4a4;
}

.spacer5 {
margin: 0 0 5px 0;
}

.spacer10 {
margin: 0 0 10px 0;
}

.spacer15 {
margin: 0 0 15px 0;
}

.padit10 {
padding: 10px;
}

.greybox {
background-color: #e3e3e3;
}

.titlebigblack {
font-size: 24px;
color: #000000;
}

.titlebigwhite {
font-size: 24px;
color: #ffffff;
}

.titlebigred {
font-size: 22px;
color: #8f2e29;
}

.titlemedred {
font-size: 16px;
color: #8f2e29;
}

.titlemedblack {
font-size: 18px;
color: #000000;
}

.itunes {
color:#8F2E29;
float:left;
font-size:22px;
line-height:40px;
padding:0 15px 0 100px;
}
#itunes-click {
float:left;
padding:4px 15px;
}

.title {
font-size: 16px;
font-weight: bold;
}

.titleital {
font-style: italic;
font-size: 14px;
}

.clearit {
clear: both;
}

.divider {
width: 100%;
height: 15px;
margin: 15px auto 0px auto;
border-top: 2px solid #afafaf;
}

.divider2 {
width: 100%;
height: 25px;
margin: 25px auto 0px auto;
border-top: 1px solid #e7e7e7;
}

.smalltxtital {
font-size: 11px;
font-style: italic;
}

.padleft {
padding: 0 0 0 15px;
}

.footer {
text-align: center;
font-size: 10px;
line-height: 16px;
}

/* FORM FIELDS */
form {
margin: 0;
padding: 0;
}

.formbox {
background: #6e6e6e;
padding: 8px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 0 0 9px 0;
border: 0;
color: #fff;
font-size: 11px;
}

.error {
font-size: 11px;
color: #C40A11;
font-weight: bold;
}