@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, th, td, p, ul, ol, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
}
body {
	background-color: #191919;
	color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #0CF;
	font-size: 1.3em;
	font-weight: bold;
	line-height: normal;
}

table#tableSearchResults h1{margin-bottom:5px;}
table#tableSearchResults h1 a{
padding-left: 18px;
background-image: url(/assets/icons/details.png);
background-repeat: no-repeat;
background-position:0px 2px;
text-decoration: none;
}
table#tableSearchResults .icon{margin-right: 3px;}

h2 {
	color: #FFF;
	font-size: 1.25em;
	font-weight: bold;
}
a, a:link {
	color: #93EAFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0CF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:focus {
	color: #93EAFF;
}
a:active {
	color: #0CF;
}
hr {
	color: #CCC;
	height: 1px;
	width: 90%;
}
p {
	line-height:1.25em;
	margin-bottom:1.25em;
}
/*Form Elements*/
form {
	margin: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px inset #6FF;
}
textarea {
	font-size: 1em;
}
#outerWrapper {
	font-size: .75em;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 980px;
}
* html #outerWrapper {
	min-width: 980px;
	max-width: 980px;
}
/* Internet Explorer *
/*\*/
* html #outerWrapper {
	width: 980px;
}
/**/
 #header {
	/*	border-bottom: solid 1px #666;
*/	color: #93EAFF;
	font-weight: bold;
	height: 70px;
	padding: 0px 0px 0px 0px;
}
#header #Logo {
	float: left;
	width: 182px;
	padding-top:8px;
}
#header h1 {
	font-size: 1.2em;
}
#header a, #header a:link {
	color: #00CCFF;
}
#headerRight {
	text-align: right;
	float: right;
	height: 35px;
	width: 700px;
	margin-right: 10px;	
	font-size:.9em;
}
#searchForm input {
	background-color:#333;
	color:#FFF;
	border:#93EAFF solid 1px;
	
}
#topBar {
	background-image: url(../assets/siteDesign/linkBack.jpg);
	background-repeat: repeat-x;
	/*	border-bottom: solid 1px #666;
*/	color: #93EAFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	padding: 0px 0px 0px 0px;
	width: 980px;
	clear:both;
}
#topNavigation {
	float:left;
	text-transform:uppercase;
	font-weight: bold;
	font-size:1.2em;
	display:block;
	width:900px;
}
#topNavigation ul {
}
#topNavigation ul li {
	display:inline;
}
#topNavigation ul li a:link, #topNavigation ul li a:visited {
	color: #93EAFF;
	font-weight: bold;
	text-align:center;
	padding-right: 25px;
	padding-left:25px;
	line-height:25px;
}
#topNavigation ul li a:hover, #topNavigation ul li a:active {
	color: #fff;
	background-image:url(/assets/siteDesign/activeBack.jpg);
	background-repeat:repeat-x;
	line-height:25px;
	text-decoration:none;
	display:inline-block;
}

#contentWrapper {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	height: auto; /*needs height so the div lays out properly in Mozilla*/
}
#contentWrapper h1 {
	padding-bottom:10px;
}
#contentWrapper h6 {
	color:#93EAFF;
}
#contentWrapper ul li, #contentWrapper ol li {
	margin-left:30px;
	line-height:2em;
}
#contentWrapperInside {
	width: 978px;
	margin: 0 auto;
	height: auto; /*needs height so the div lays out properly in Mozilla*/
	background-image:url(/assets/siteDesign/contentWrapperInsideBG.jpg);
	background-repeat:repeat-y;
	border-left:#666 1px solid;
	border-right:#666 1px solid;
	border-bottom:#666 1px solid;
}
#nav {
	width: 160px;
	float: left;
}
#nav ul {
	font-size: 90%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li a, #nav li a:visited {
	font-weight:bold;
	color: #93EAFF;
	display: block;
	text-decoration: none;
	padding:6px 2px 3px 6px;
	height: 1%;
	border-bottom:#333333 solid 1px;
}
.aspan {
	font-weight:normal;
	font-style:italic;
	font-size: 80%;
}
#nav li a:hover {
	border-bottom:#333333 solid 1px;
	color: #0CF;
	height: 1%;
	padding:6px 2px 3px 6px;
}
#nav ul li ul li a, #nav ul li ul li a:visited {
	font-weight:bold;
	Font-size:110%;
	color: #93EAFF;
	display: block;
	text-decoration: none;
	padding:2px 4px 2px 15px;
	height: 1%;
}
#nav ul li ul li a:hover {
	color: #3F4E69;
	height: 1%;
	background-color: #f0f0f0;
	padding:2px 4px 2px 12px;
}
#contentright {
	float: right;
	font-size: 90%;
	margin-top: 0px;
	padding-top: 0px;
	width: 790px;
	padding: 10px 10px 10px 0;
}
#contentright img {
	border:#666 solid 1px;
}
#contentright p {
	line-height: 130%;
	margin-top: 5px;
	color: #FFF;
	padding-right:15px;
}
#contentright h2 {
	line-height: 130%;
	margin-top: 5px;
	color: #CCC;
	padding-right:15px;
}
#contentright h3 {
	line-height: 130%;
	margin-top: 5px;
	color: #CCC;
	padding-right:15px;
	font-size:100%;
}
#contentright ul {
	line-height: 130%;
	margin-left: 25px;
	padding-right:15px;
	list-style-position: outside;
	list-style-type: square;
}
#contentright ol {
	line-height: 130%;
	margin-left: 25px;
	padding-right:15px;
	list-style-position: outside;
}
#movieBg {
	padding-top:20px;
	float: left;
	width: 550px;
	height: 350px;
	background-color: #000000;
	text-align: center;
}
#moviesFront {
	width: 520px;
	height: 348px;
	background-color: #000000;
	text-align: center;
	visibility:visible;
	border:#000 solid 1px;
}
#movieList {
	padding-top:15px;
	padding-left:10px;
	float: right;
	width: 420px;
	background-color:#000;
	height: 355px;
}
.movieListing {
	width: 400px;
	max-width: 400px;
	height: 116px;
	max-height: 116px;
	clear: both;
}
.moviePreview {
	float: left;
	width: 135px;
	height: 76px;
	background-color: #333; /*temp color - replace with image*/
}
.movieDetail {
	float: right;
	width: 245px;
	padding: 0 10px;
	color: #ffffff;
	vertical-align:top;
}
.movieDetail p {
/*	padding-top: -5px;	
*/}
.movieHeading {
	color: #00ccff;
	margin-top:-5px;
}
/*wrapper for #whatWeDo and #welcome*/
#Ws {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
#whatWeDo {
	float: left;
	width: 255px;
	margin-top: 10px;
	padding: 20px 10px;
	font-size: 100%;
	background-color: #252525;
	color: #c7c7c7;
}
#whatWeDo ol li {
	/*font-size: 75%;*/
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: 15px !important;
}
#whatWeDoHeader {
	margin-bottom: 20px;
	font-size: 100%;
	color: #00CCFF;
}
#welcome {
	float: right;
	width: 670px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
	border-top: 1px solid #cacaca;
	color: #c7c7c7;
}
.welcomeHeader {
	font-size: 1.50em;
	font-family: Impact, Verdana;
	margin-top: 10px;
	margin-bottom: 15px;
	letter-spacing: .2em;
	color: #93EAFF;
}
.welcomeP {
	text-indent: 20px;
	padding-bottom: 15px;
}
a.moreLinkRight:link, a.moreLinkRight:visited {
	float: right;
	text-align: right;
	text-decoration: none;
	color: #92EAFF;
}
a.moreLinkRight:hover, a.moreLinkRight:active, a.moreLinkRight:focus {
	color: #00ccff;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}
input.formButton, #searchForm input.formButton, a.formButton,#checkoutPages fieldset input.formButton, #checkoutPages fieldset a.formButton{
	background-color: #93EAFF;
	border:3px double #000;
	color: #252525;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}
a.formButton{padding:3px 8px;font-size:10px;text-decoration:none;}
a.formButton:hover{
text-decoration:none;
background-color: #0CF;
}
/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabularData">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #696969;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th {
	padding: 10px;
}
table.tabularData th {
	vertical-align:top;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active {
	background-color: #000;
	color: #FFFFFF;
}
td.artistInformation {
	vertical-align:top;
	padding:10px;
	
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #252525;
}
.altRowOdd {
	background-color: #191919;
}
/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}
.pagingLinks {
	text-align: center;
}
.errorMessage {
	color: #93EAFF;
	font-weight: bold;
}
.errorMessage2 {
	color: #93EAFF;
	font-weight: bold;
	font-size:120%;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
	padding:15px;
}
.nowrap{white-space:nowrap;}
#footer {
	width: 978px;
	margin-top: 30px !important;
	background-color:#000;
	margin: 0 auto;
	padding-top: 20px;
	border-top: 1px solid #666;
	text-align: center;
	color: #92EAFF;
	clear: both;
	height:80px;
	vertical-align:middle;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	padding: 0 10px;
	color: #92EAFF;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #00ccff;
}
#MovieArea {
	height: 380px;
	width: 980px;
}
.internalRepeat {
}
#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #CCC;
	clear: both;
	width: 979px;
	padding-top: 5px;
	background-color:#191919;
	height:90px;
}
#copyLeft {
	float: left;
	width: 400px;
	padding:5px 10px 5px 5px;
}
#copyRight2 {
	float: right;
	width: 400px;
	text-align:right;
	padding:5px 5px 5px 5px;
}
#AuthorizeNetSeal {
	text-align:center;
}

/* Message Display */
.info, .displayError, .success{
background-repeat:no-repeat;
background-position:5px 5px;
background-color:#FFF;
border-width:1px;
border-style:solid;
font-size: 12px;
padding: 1em 1em 1em 57px;
margin:1.5em;
color:#333 !important;
}
.info{
border-color: #002252;
background-image:url(/assets/icons/info.png);
}
.displayError{
border-color: #900;
background-color:#F8DBDA;
background-image:url(/assets/icons/warning.png);
}
.success{
border-color: #030;
background-color:#E1F6DC;
background-image:url(/assets/icons/success.png);
}
.smallprint{
background-repeat:no-repeat;
background-position:2px 2px;
background-image:url(/assets/icons/fineprint.png);
font-size: 10px;
line-height:14px;
padding-left: 16px;
}

.displayError a:link, .displayError a:visited, .displayError a:hover, displayError a:active,
.success a:link, .success a:visited, .success a:hover, success a:active{
color: #0CF !important;
}
.displayError p, .info p, .success p, .displayError li, .info li, .success li{
color:#333 !important;
}

noscript .displayError{text-align:left;}

.icon{border:none !important;}

#myAccountNav{
text-align:center;
padding:10px 0px 0px 0px;
margin-bottom:2em;
}
#myAccountNav a{font-size:14px;}

.iconLabel{
padding:4px 10px 4px 26px;
background-repeat:no-repeat;
background-position:left center;
}
.myProfile{background-image:url(/assets/icons/user.png);}
.myHistory{background-image:url(/assets/icons/clock.png);}
.myDownloads{background-image:url(/assets/icons/download.png);}
.myDownloadsDisabled{background-image:url(/assets/icons/download-disabled.png);}
.Image{background-image:url(/assets/icons/image.png);}
.Video{background-image:url(/assets/icons/video.png);}

#myAccountNav a,#myAccountNav a:hover{text-decoration:none;}

#checkoutPages #formForgotPassword fieldset label{display:inline;}

#divForgotPassword{
display:none;	
}
#divForgotPasswordNotFound{
display:block;	
}

#checkoutPages label{
color:#999;
display:block;
line-height:normal;
text-indent:4px;
margin-bottom:1.25em;}

#checkoutPages label.errorMessage input,
#checkoutPages label.errorMessage textarea, 
#checkoutPages label.errorMessage select{border:1px solid #993333;}
#checkoutPages label.errorMessage{color: #993333;}
#checkoutPages input,
#checkoutPages textarea{padding:.25em;}
#checkoutPages legend{
color:#FFF;padding:0px 8px;font-size:18px;font-weight:bold;line-height:35px;
}
#checkoutPages fieldset{
border:none;
border:1px solid #999;
margin-bottom:20px;
padding:1em;
}

#checkoutPages fieldset input,
#checkoutPages fieldset textarea,
#checkoutPages fieldset select{
border:1px solid #999;
}

#checkoutPages h3{
margin:1em 0px.5em 0px;	
}

.divOrderPreview caption{text-align:right;}

.divDownloadDetails{margin:0px 0px 2em 18px;}
/*CFDEBUGGING OVERRIDE STYLES*/
table[class^="cfdump"] * {
color:black !important;
text-align:left;
}
table[class^="cfdump"] th {
text-align:right;
}td #artistInformation {
	vertical-align: top;
	padding: 10px;
}
