@charset "UTF-8";
/* CSS Document */

/*RESET-------------------*/

h1, h2, h3, h4, h5, h6, p, ul, li, div { margin:0px; padding:0px;}

html{ overflow:-moz-scrollbars-vertical; }

body {
	background:url(../images/tintedwindowsmusic/bg_shadow.gif) top left no-repeat #ed1f24;
	font-size:14px;
	line-height:20px;
	font-family:Arial, Helvetica, Sans-Serif;
	color:#FFF;
	margin:0px;
	padding:0px;
}

#home {
	background:url(../images/tintedwindowsmusic/bg_home.gif) top left no-repeat #ed1f24;
}

h1 { font-size:18px; line-height:24px; color:#000; margin:0px 0px 20px 0px; text-transform:uppercase; font-style:italic;}
h2 { font-size:16px; line-height:24px; text-transform:capitalize; color:#000; margin:0px 0px 10px 0px; }
h3 { font-size:16px; margin:0px 0px 20px 0px;}
h4 { font-size:14px; margin-bottom:10px; font-style:italic;}
p { margin:0px 0px 15px 0px; }




/*ANCHORS-------------------*/
a {	text-decoration:none; color:#000;}
a:hover { color:#FFF; }
a, a img {border:none; }
a:active, a:focus{ outline:none;}
.more { font-style:italic; font-weight:bold;}

/*BREAKS-------------------*/
.force_break { clear:both; }
.hr_break { clear:both; height:20px;}
.line_break { 
	clear:both;
	margin: 20px 0px;
	border-top: 1px solid #fff;
}


/*SPECIAL CLASSES*/
.inner {
	padding:0px 10px 0px 10px;
}

.intro {
	margin-bottom:40px;
}

.short_description {
	font-size:24px;
	line-height:34px;
	background:#000;
	display:inline;
}


.date {
	text-transform:uppercase;
	color:#000;
	font-style:italic;
	font-weight:bold;
	margin-right:5px;
}

.marginright {
	margin-right:20px;
}
.marginleft {
	margin-left:20px;
}


/*FLOATS-------------------*/
.left { float: left; }
.right { float: right; }
.leftimg { float: left; margin:0px 20px 20px 0px; border:5px solid #FFF;}
.rightimg { float: right; margin:0px 0px 20px 20px; border:5px solid #FFF; }

/*LAYOUT-------------------*/


#wrap {
	width:800px;
	margin:0px auto 0px auto;
	clear:both;
}

/*HEADER-------------------*/

#header {
	height:130px;
	margin-bottom:20px;
}

	#header .logo {
		margin:21px 0px 0px 30px;
		float:left;
	}

/*MEDIA PLAYER LINK ---------*/

#media_player {
	display:none; /*TEMP*/
}
	#media_player h3 {
		line-height:24px;
	}
	#media_player em {
		font-style:normal;
		padding:0px 10px 0px 0px;
		background:url(../images/tintedwindowsmusic/arrow_media.gif) right no-repeat;
	}
	#media_player h3 a {
		top:0px;
		right:0px;
		position:absolute;
		color:#FFF;
		display:block;
		padding:6px 9px 9px 9px;
		background: #000;
	}
	#media_player h3 a:hover {
		background:#FFF;
		text-decoration:none;
		color:#000;
	}
	
/*NAV --------------------------*/

#nav {
	margin:10px 0px 0px 20px;
	float:left;
}
	#nav ul {
		font-size:14px;
		line-height:45px;
	}
	#nav ul li {
		display:inline;
		list-style:none;
		font-weight:bold;
		margin-right:10px;
	}
	#nav ul li a {
		color:#FFF;
	}
	#nav ul li a:hover {
		color:#000;
	}

/*NEWS ------------------------*/

.columns {
	margin:25px 0px;
	overflow:auto;
}

.columns div {
	width:240px;
	float:left;
	margin-right:20px;
	margin-bottom: 20px;
}

.columns a {
}

/*HOME-SPECIFIC -----------------*/

.title_home {
	font-style:italic;
	margin-right:10px;
	padding-left:0px;
}

.title_home a {
	color:#000;
}
.title_home a:hover {
	color:#FFF;
}

#home .date {
	font-size:12px;
	color:#666;
}

		
/*EMAIL CALLOUT-------------------*/

.email_callout {
	float:left;
/*	border-right:1px solid #333;*/
/*	padding:0px 20px 0px 0px;*/
	margin-bottom:10px;
}
.email_callout p {
	margin-bottom:10px;
	font-size:11px;
	color:#FFF;
}
	.email_callout_type {
		background:#CCC;
		border:0px;
		padding:4px;
		width:100px;
		float:left;
		margin:0px 5px 5px 0px;
	}
	
	.email_callout_button {
		background:#333;
		border:0px;
		color:#FFF;
		padding:3px;
		float:left;
		font-weight:bold;
	}
	
	.email_callout input:focus {
		background:#FFF;
	}
	
	.email_callout em {
		display:none;
	}

/*FOOTER-------------------*/

#footer {
	margin:20px 0px 20px 0px;
	color:#FFF;
	clear:both;
/*	background:#000;*/
	width:100%;
/*	bottom:0px;*/
/*	position:fixed;*/
/*	height:100px;*/
}
	#footer .inner {
/*		border-top:1px solid #000;*/
		margin:0px auto;
		width:800px;
		padding:20px 0px;
	}
	#footer .block_right {
		margin-left:40px;
		float:left;
	}
	
	#footer ul {
		font-size:11px;
		line-height:18px;
		margin-bottom:10px;
		display:none;
	}
		#footer ul li {
			display:inline;
			list-style:none;
			margin-right:10px;
		}
			#footer ul li a { color:#fff;}
			#footer ul li a:hover { color:#000; }
	
	.twitter {
		background:url(../images/tintedwindowsmusic/logo_twitter_on.gif) top left no-repeat;
		display:block;
		float:left;
		width:85px;
		height:25px;
		margin:0px 20px 0px 0px;
	}
		.twitter em {
			display:none;
		}
		.twitter:hover {
			background:url(../images/tintedwindowsmusic/logo_twitter_off.gif) top left no-repeat;
		}
	
	.myspace {
		background:url(../images/tintedwindowsmusic/logo_myspace_on.gif) top left no-repeat;
		display:block;
		float:left;
		width:85px;
		height:25px;
		margin:0px 20px 0px 0px;
		}
		.myspace em {
			display:none;
		}
		.myspace:hover {
			background:url(../images/tintedwindowsmusic/logo_myspace_off.gif) top left no-repeat;
		}

.galleryImg{

	float:left;
	margin: 0px 20px 20px 0px;
}
.galleryImg a{
/*	width:130px;
	height:150px;
	overflow:hidden;*/	
	display:block;
	border: 5px solid #fff;
	background-color: #fff;
}

.galleryImg a:hover{
	border: 5px solid #000;
}
/*    New    */
#home .intro {
margin-top:320px;
}

#home .intro .short_description {
background:none;
}

#home .intro .short_description .date {
padding:0px 0px 0px 5px;
}

#home .intro .short_description .date {
color:#000;
}
/*    Store    */
.storeImg a{
	float:	left;
	display:	block;
	overflow:	auto;
	border: 5px solid #fff;
}
.storeImg a:hover{
	border: 5px solid #000;
}
.cart_btn{
	background:	#333333 none repeat scroll 0 0;
	border:	0 none;
	color:	#FFFFFF;
	float:	left;
	font-weight:	bold;
	padding:	3px;
	margin-top:10px;
	margin-bottom:10px;
}
.sale_price{
	background:	#000000 none repeat scroll 0 0;
	display:inline;

}
.product_listing_table{
	width: 350px;
}
.product_listing_table th{
	text-align: left;
}
.name{
	color:#000000;
	font-style:italic;
	font-weight:bold;
	margin-right:5px;
	text-transform:uppercase;
}
.cart_btn_sm{
	background:	#333333 none repeat scroll 0 0;
	border:	0 none;
	color:	#FFFFFF;
	float:	left;
	font-weight:	bold;
	padding:	3px;
}
.high_price{
	text-decoration: line-through;
}
ul.show{
	display:block!important;
	color:#fff;
}
input {
	background:#CCC;
	border:0px;
	padding:4px;
	margin:0px 5px 5px 0px;
}
textarea {
	background:#CCC;
	border:0px;
	padding:4px;
	margin:0px 5px 5px 0px;
}

input:focus {
	background:#FFF;
}

textarea:focus {
	background:#FFF;
}
input.btn {
	cursor:hand;
	background:#333;
	border:0px;
	color:#FFF;
	padding:3px;
}
table .btn {
	cursor:hand;
	background:#333;
	border:0px;
	color:#FFF;
	padding:3px;
	font-size: 12px;
}
.shopping_cart_int table{
	width:800px;
}
.shopping_cart_int th{
	text-align: left;
}
.combine_submit .small{
	text-align:center;
	width:25px;
}
.cart_table_image{
	width:60px;
}
th{
	text-align: left;
}
#billing_info{
	float: left;
	width:400px;
}
#shipping_info{
	float:left;
	width:400px;
}
input.chk_btn{
	cursor:hand;
	background:#333;
	border:0px;
	color:#FFF;
	padding:3px;
	cursor: pointer;
}
.chk_btn{
	cursor:hand;
	background:#333;
	border:0px;
	color:#FFF;
	padding:4px;
}
.cart_table_name{
	width:250px;
}
.shopping_cart_int th {
	color:#000000;
	font-style:italic;
	font-weight:bold;
	margin-right:5px;
	text-transform:uppercase;
	line-height:16px;
}
.total_box{
width: 300px;
float:right;
}
.payment_info{
width:300px;
float:left;
}
.payment_table th{
font-size:10px;
color:#fff;
}


.checkout_total {
width:300px;
text-align:right;
vertical-align:center;
}

.checkout_total td {
padding:2px 0px 2px 0px;
}

.checkout_total td.subtotal1 {
font-style:italic;
font-weight:bold;
line-height:16px;
margin-right:5px;
text-transform:uppercase;

font-size:12px;
line-height:24px;

text-align:right;
}

.checkout_total td.subtotal2 {
font-style:italic;
font-weight:bold;
line-height:16px;
margin-right:5px;
text-transform:uppercase;
font-size:12px;
line-height:24px;
text-align:right;
width:189px;
}
.checkout_total td.total1 {
font-size:18px;
line-height:24px;
font-weight:bold;
margin-left:10px;
padding:12px 0px 12px 0px;
text-align:right;
color:#000;
letter-spacing:-0.06em;
}

.checkout_total td.total2 {
font-size:18px;
line-height:24px;
font-weight:bold;
margin-left:10px;
text-align:right;
color:#000;
letter-spacing:-0.06em;
width:189px;
}

.checkout_total td select {
margin:0px 0px 0px 10px;
}