/* @override 
	http://localhost:3000/stylesheets/main.css?1175263611
	http://localhost:3000/stylesheets/main.css?1178896567
	http://localhost:3000/stylesheets/main.css?1178897389
	http://localhost:3000/stylesheets/main.css?1178897989
	http://localhost:3000/stylesheets/main.css?1178900045
	http://localhost:3000/stylesheets/main.css?1178901172
	http://localhost:3000/stylesheets/main.css?1178901690
	http://localhost:3000/stylesheets/main.css?1178911134
	http://localhost:3000/stylesheets/main.css?1178911277
	http://localhost:3000/stylesheets/main.css?1189456601
	http://localhost:3000/stylesheets/main.css?1205814317
	http://localhost:3000/stylesheets/main.css?1209934075
	http://192.168.15.4:3000/stylesheets/main.css?1209934075
	http://localhost:3000/stylesheets/main.css?1211061884
	http://localhost:3000/stylesheets/main.css?1212332693
	http://localhost:3000/stylesheets/main.css?1212692330
	http://www.alien8recordings.com/stylesheets/main.css?1220028429
	http://localhost:3000/stylesheets/main.css?1235508990
	http://localhost:3000/stylesheets/main.css?1241108525
	http://localhost:3000/stylesheets/main.css?1241108975
	http://localhost:3000/stylesheets/main.css?1241109368
	http://localhost:3000/stylesheets/main.css?1241110403
	http://localhost:3000/stylesheets/main.css?1241110960
	http://localhost:3000/stylesheets/main.css?1241151663
	http://localhost:3000/stylesheets/main.css?1241471371
	http://localhost:3000/stylesheets/main.css?1241471693
	http://alien8.local/stylesheets/main.css?1241471795
	http://alien8.local/stylesheets/main.css?1253821431
	http://alien8.local/stylesheets/main.css?1254345932
	http://alien8.local/stylesheets/main.css?1254795105
	http://alien8.local/stylesheets/main.css?1254796837
	http://alien8.local/stylesheets/main.css?1254797863
	http://alien8.local/stylesheets/main.css?1254799366
	http://alien8.local/stylesheets/main.css?1254799414
	http://alien8.local/stylesheets/main.css?1254799566
	http://alien8.local/stylesheets/main.css?1254800121
	http://alien8.local/stylesheets/main.css?1254800568
	http://alien8.local/stylesheets/main.css?1254801098
	http://alien8.local/stylesheets/main.css?1254801345
	http://alien8.local/stylesheets/main.css?1254931267
	http://alien8.local/stylesheets/main.css?1254932097
*/

/****************** Jello Layout Rules *****************/

a#digital. {
  
}

div.center_news img {
  margin: 0 0 0 20px;
}

html, body {
  margin: 0; 
  padding: 0;
  border: 0;
  height: 100%;
}

table.tour_dates {
	border-collapse: collapse;
	font-family: "Lucida Grande", Trebuchet, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: .75 em
	;
}
table.tour_dates tr th {
	text-align: left;
	font-family: Trebuchet, "Trebuchet MS", "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 8px;
	padding-top: 15px;
	background-color: #EBEBEB;
}

table.tour_dates tr td {
	font-size: .75em;
	padding-right: 15px;
}

table.tour_dates tr {
	background-color: #DDD;
	border: 0;
	margin: 0;
	padding: 0;
}

table.tour_dates tr.odd {
	background-color: #EEE;
}

body {
  padding: 0; /* the critical side padding that sets the natural min-width! */ 
  color: #000; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
  background: #525252 url("/images/bgcolor.gif") fixed repeat-x top left;
  font: 100.01% Arial, Helvetica, sans-serif;
}


#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 auto; /* neg side margin values should be < or = to side body padding */
	width: 900px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	border-left: 16px solid #161616;
	border-right: 16px solid #161616;
	background-color: #EBEBEB;
	min-height: 100%;

} 

/*\*/
* html #expander {height: 0;}
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the */
/* usual 1% height value. Any % value on this element causes a horrendous IE bug!  */ 


#wrapper1 {
  position: relative;
  font-size: 1em; /* set global font-size here */ 
  padding-bottom:  50px;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
   position: relative; /* extra insurance against bugs in IEwin */
   /* background-color: yellow; */
   }

/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are */
/* marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
  border-left: 0px solid #ECECEC; /*** Critical left divider dimension value ***/
  border-right: 0px solid #ECECEC; /*** Critical right divider dimension value ***/
  margin-left: 200px;    /*** Critical left col width value ***/
  margin-right: 200px;    /*** Critical right col width value ***/
  /* background-color: red; */
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 200px;    /*** Critical left col width value ***/
  margin-left: -200px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 200px;    /*** Critical right col width value ***/
  margin-right: -200px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 0px;   /*** Critical right divider dimension value ***/
}

.centerbox {
  font-weight: normal;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: .85em;
  line-height: 140%;
  text-align: justify;
  overflow: visible;
  width: 100%;
}

.container-left {color: #333;}

.container-right {color: #333;
	position: relative;
	} /* makes room for the froggy */


/*************** Header and Footer elements *****************/


.my-header {
  width: 100%;
  height: 70px;;
  padding: 0px 0;
  background: url(/images/alien8_logo_new.gif) no-repeat #000;
  background-position: -25px 0;
} /* "jello" BG is made to be in fixed position here */

.subheader {
  width: 100%;
  height: 25px;
  min-height: 20px;
  padding: 0px 0;
  background: url(../images/alien8_logo_bottom.gif) no-repeat #CCCCCC;
  background-position: -25px 0;
} /* "jello" BG is made to be in fixed position here */

.store-sub {
  width: 100%;
  height: 28px;
  min-height: 20px;
  padding: 0px 0;
  background: url(../images/alien8_logo_bottom_red.gif) no-repeat #630000;
  background-position: -25px 0;
}

.store-sub h2 {
	font-size: 1em;
	color: #ccc;
	border: 0;
	margin: 0 0 0 30px;
	padding: 7px 0;
}

/*\*/
* html .my-header {background-position: 0px 0px;}

/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */


/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */


/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */



/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows      */
/* variance. IEwin does not support fixed backgrounds on elements other than the body */


.footer {
  width: 100%;
  clear: both;
  position: absolute;
  padding: 5px 0;
  background-color:#999999;
  text-align: center;
  bottom:  0;
}

.footer p {margin: 10px 0 0 0px; color: #383;}

.footer hr {
	margin: 0;
	background: #944;
	height: 5px;
}


.footer ul {
	margin: 0 0 0 0;
	padding: 5px;
	display: inline;

	}
	
.footer ul li {
	display: inline;
	padding: 0 5px;
	margin: 5px;
	  font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	}


/************** Spacing Controls for various column contents ***************/

.textpadder {
	padding: 8px;
	}
	
.textpadder-left {
		padding: 8px 8px 8px 0;
		}	
	
.textpadder-right {
	padding: 8px 0 8px 8px;
	}	
.textpadwide {
	padding: 8px 11px 8px 11px;
	margin: 0;
	}	
	
.textpadtitle {
	padding: 8px 0px 8px 0px;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}		


/************** Generic Rules *************/

a, a:link, a:visited {	color: #630000; 
	text-decoration: none;
	}

a:focus, a:hover {
	color:	#B00000;
	text-decoration: underline;
	}	

p, ul { margin: .8em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; 
	line-height: 140%;
	}
	
	h1 {
	  font-size: 1.5em; 
	  text-align: left; 
	  padding: 5px 0; 
	  margin: 0; 
	  border: none;
	  color: #000;
	  font-family: Trebuchet, "Trebuchet MS", "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  border-bottom:double #CCC 3px;
	  text-transform: uppercase;
	  letter-spacing: .8px;}


	h2 {
	  font-size: 1em; 
	  text-align: left; 
	  padding: 5px 0; 
	  margin: 0; 
	  border: none;
	  color: #333;
	  font-family: Trebuchet, "Trebuchet MS", "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  border-bottom: 1px solid #ccc;
	  text-transform: uppercase;
	  letter-spacing: .8px;
	}

	h3 {
	margin: 1em 0 .3em;
	}

h3.store-header-3 {
  font-family: Trebuchet, "Trebuchet MS", "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
  font-size: .9em;
  color: #333;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 20px;
  clear: both;
}

.recede {
  font-size: .8em;
  color: #666;
}


/****************************/
/* Main Top Menu            */
/****************************/

#topmenu {
	margin: 0;
	padding: 0;
	height: 70px;
	position: relative;
	right: 0;
	}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 0px;
	}

#nav a {
	display: block;
	background-color: #333;
	color: #ccc;
	padding: 2px 10px 2px 10px;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	text-decoration: none; 
	letter-spacing: 1px;
	
	}
	
#nav li {
	float: left;
	position: relative;
	background-color: #ccc;
	display: inline;
	}	
	
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	bottom: auto;
	z-index: 5;
	}
	
#nav li ul li {
	width: 100%;
}	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
#nav li.selected a {
    background-color: #5ea1c3;	
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	}
		
#nav li.selected ul li a {
	background-color: #ccc;
	}
			
#nav li a:focus, #nav li a:hover, #nav li.selected a:focus, #nav li.selected a:hover {
	color: #630000;
	background-color: #e6e7e7;
	}

#nav li#digital a {
	background-color: #630000;
	color: #ccc;
}

#nav li#digital a:hover, #nav li#digital a:focus {
  	color: #630000;
	background-color: #e6e7e7;
}

#nav li#digital-store a {
  background-color: #222;
}

#nav li#digital-store a:hover, #nav li#digital-store a:focus {
  	color: #630000;
	background-color: #e6e7e7;
}

#nav li#digital a.current {
	background-color: #CCCCCC;
	color: #101010;
	border-left: 1px solid #EEE;
	border-top: 1px solid #EEE;
}

#nav li a.current_store {
	background-color: #630000;
}



#nav li a.current_store:hover {
	color: #630000;
	background-color: #e6e7e7;
}

#nav li a.current {
	background-color: #CCCCCC;
	color: #101010;
	border-left: 1px solid #EEE;
	border-top: 1px solid #EEE;
}
/********************************************/
/****** BEGIN STYLES FOR SPECIFIC PAGES *****/
/********************************************/

/***********************/
/* Index page          */
/***********************/

ul.newslist, ul.tracklist {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 150%;
	color:#333333;
	margin: 0 0 30px 0;
	list-style: none;
	padding: 0;
	}

	
ul.newslist li, ul.tracklist li {
	border-bottom: solid 1px #CCC;
	margin: 0;
	padding: 5px;
	}

ul.tracklist li {
	padding: 0;
}

ul.tracklist li a {
	display: block;
	padding: 5px;
	}

ul.tracklist li a:hover, ul#newslist li a:focus {
	background-color: #ccc;
	text-decoration: none;
	}

ul#artistlist {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color:#333333;
	border-bottom: double #CCC;
	line-height: 150%;
	list-style: none;
	padding: 0;
	}	
	
ul#storelist {
	font-size: .75em;
	text-align: left;
	color: #333;
	margin: 0 0 30px 0;
	}	

.release {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: .9em;
	font-weight: normal;
	line-height: 140%;
	border-bottom: 1px solid #ccc;
	margin: 0 0 0px 0;
	padding: 5px 0;
	}

.release a:link, .release a:visited {	
	color: #330099; 
	text-decoration: none;
	}

.release a:focus, .release a:hover 
	{
	color:	#0066FF;
	text-decoration:underline;
	}

.releaseimage {
	float:right;
	margin: 10px 0 15px 15px;
	text-align: left;
	font-size: .85em;
	color: #333;
	}
	
.releaseimage .catalog {
	text-align: right;
	margin: 0 0 10px 0;
	}	
	
.releaseimage img {
	border: 1px solid #000000;
	}

.artist-image-box {
	float: left;
	background-color: #DBDBDB;
	padding: 30px 20px;
	margin: 10px 10px 10px 0;
}

.artist-image-box img {
	border: 1px solid #333;
}

	.tinycover {
		float:left;
		margin: 0 10px 7px 0;
		border: 0px solid #000000;
		}	


	.artistphoto {
		position: relative;
		margin: .8em 0;
		border: 1px solid #000000;
		padding: 0;
		}	

	.cover_release {
		position: relative;
		margin: .8em 0 5px 0;
		border: 1px solid #000000;
		padding: 0;
		}	

	.catalog {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: .75em;	
		color:#333333;
		margin: 0 0 30px 0;
		padding: 0;
		line-height: 100%;
		padding: 2px 0 0 0;
		}	


/***********************/
/* Releases index page */
/***********************/


.twocolleft, .twocolright {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	}	
	
.twocolleft div {
	padding: 10px 0 5px 0;
	margin: 0 20px 0 0;

	}		

.twocolright div {
	padding: 10px 0 5px 0;
	margin: 0 0 0 20px;
	}

.twocolleft div img, .twocolright div img {
		float:right;
		margin: 7px 0 15px 15px;
		border-top: 1px solid #999;
		border-left: 1px solid #999;
		border-right: 2px solid #333;
		border-bottom: 2px solid #333;
		padding: 0;
		}
		
.twocolleft div.image img, .twocolright div.image img {
		float: none;
		margin: 0 0 5px 0;
		}		
	
.brclear { /* Use a break with this class to clear float containers */
	clear:both;
	height:0;
	margin:0;
	padding: 0;
	font-size: 1px;
	line-height: 0px;
	}

/*******************************/
/* Digital Releases index page */
/*******************************/
.digital-release {
	float: left;
	padding: 0 0 5px 0;
	margin: 0 0px 0 0;
	}


.digital-release div img {
		float:right;
		margin: 7px 0 10px 0;
		border-top: 1px solid #999;
		border-left: 1px solid #999;
		border-right: 2px solid #333;
		border-bottom: 2px solid #333;
		padding: 0;
		}

div.digital-row{
  background-color: #ddd;
}
div.digital-row p {
margin-top: 0; 
padding-top: 10px; 
}	
		
.digital-release div.image {
	float: left;
	margin: 10px 10px 10px 0;
	width: 153px;
	font-size: .75em;
	color: #333;
}		

.digital-release div.digital-artist-image {
	float: right;
	margin: 10px 0 10px 10px;
	padding: 0 4px 4px 4px;
	width: 156px;
	font-size: .75em;
	color: #eee;
	background-color: #333;
}

.digital-release div.digital-artist-image p {
	margin: 0 0 0 3px;
}
/* Styles for releases / artists show template	*/

.outer_artist {
  border-left: 0px solid #ECECEC; /*** Critical left divider dimension value ***/
  border-right: 0px solid #ECECEC; /*** Critical right divider dimension value ***/
  margin-left: 0px;    /*** Critical left col width value ***/
  margin-right: 480px;    /*** Critical right col width value ***/
  padding: 0;
  position: relative;
  width: 400px;
	}
	
.float-wrap_artist {
  float: left;
  width: 100%;
  margin-left: 0px;
  position: relative;
}	

.center_artist {
	float: left;
	width: 100%;
	padding: 0;
	}

.left_artist {
	float: right;
	position: relative; /* Needed for IE/win */
	width: 269px;    /*** Critical left col width value ***/
	margin-right: -269px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
	}

.right_artist {
	float: right; 
	position: relative; /* Needed for IE/win */
	width: 211px;    /*** Critical right col width value ***/
	margin-right: -480px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
	margin-left: 269px;   /*** Critical right divider dimension value ***/
	}
	
.right_release {
	float: right; 
	position: relative; /* Needed for IE/win */
	width: 211px;    /*** Critical right col width value ***/
	margin-right: -480px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
	margin-left: 269px;   /*** Critical right divider dimension value ***/
		}

	
.left_artist img {
	border: 1px solid #999;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	
}	

.flashplayer {
	margin: 0;
}

.flashwrap {
	margin: 20px 0 0 0;
	border: 1px solid #999;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
}
.release-catalog {
	float: right;
	color: #666;
}

.store-release-catalog {
	float: right;
	color: #666;
	margin: 5px 0 0 0;
}
/***************************************/
/*  Styles for news pages              */
/***************************************/

.outer_news {
  border-left: 0px solid #ECECEC; /*** Critical left divider dimension value ***/
  border-right: 0px solid #ECECEC; /*** Critical right divider dimension value ***/
  margin-left: 0px;    /*** Critical left col width value ***/
  margin-right: 273px;    /*** Critical right col width value ***/
  /* background-color: pink; */
  margin-top: 20px;
	}
	
.float-wrap_news {
  float: left;
  width: 100%;
}	

.center_news {
	float: left;
	width: 100%;
	/* background-color: blue; */
	}

.left_news {
	float: right;
	position: relative; /* Needed for IE/win */
	width: 243px;    /*** Critical left col width value ***/
	margin-right: -273px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
	margin-left: 30px; 
	}
.date {
	font-size: .75em;
	color: #666666;
	}
	
ul.info {
	font-size: inherit;
	}
	
ul.info li {
	list-style-type: disc;
	margin: 0 0 0 1em;
	font-size: inherit;
	}
	
ul#newslist {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color:#333333;
	margin: 0 0 30px 0;
	list-style: none;
	padding: 0;
	}
	
ul#newslist li {
	border-bottom: solid 1px #CCC;
	margin: 0;
	}
	
ul#newslist li a {
	display: block;
	padding: 5px;
	}
	
ul#newslist li a:hover, ul#newslist li a:focus {
	background-color: #ccc;
	text-decoration: none;
	}	

/****************************************/
/* Styles for digital songs list        */
/****************************************/

table.product-table {
	width: 100%;
	margin: 0;
	font-size: .75em;
	font-family: "Lucida Grande", Trebuchet, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}

table.product-table tr {
	background-color: #DDD;
	border: 0;
	margin: 0;
	padding: 0;
}

table.product-table tr.odd {
	background-color: #EEE;
}

table.product-table tr.collectrow{
	background-color: #333;
	color: #ccc;
}

table.product-table tr th {
	background-color: #CCC;
	border-bottom: 1px solid #666;
	color: #000;
	margin: 0;
	padding: 2px 3px;
	text-align: center;
}
table.product-table td {
	vertical-align: top;
	padding: 2px 3px;
	margin: 0;
	border: 0;
}

table.product-table td.alignr {
	text-align: right;
  	white-space: nowrap;
}

table.product-table tr td.addtocart {
	padding: 0;
	background-color: #DDD;
}

table.product-table tr.odd td.addtocart {
	padding: 0;
	background-color: #EEE;
}

table.product-table td.addtocart a {
	display: block;
	padding: 2px 3px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	background-color: #EEE;
}
table.product-table td.addtocart a:hover, table.product-table td.addtocart a:focus {
	background-color: #B00000;
	color: #fff;
}

table.product-table td.song-title {
	padding: 0;
	margin: 0;
	border: 0;
}

table.product-table td.song-title a {
	display: block;
	padding: 2px 3px;
	color: #000;
	height: 300%;
}

table.product-table td.song-title span.title {
	display: block;
	padding: 2px 3px;
	color: #666;
	height: 300%;
}

table.product-table td.song-title a:hover, table.product-table td.song-title a:focus {
	color: #fff;
	background-color: #333;
}

.right_artist ul li {
	margin: 0 0 10px 0;
	font-size: .9em;
}

.right_artist ul li img {
	border: 1px solid #999;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	margin: 0 0 7px 0;
}

.right_artist img {
	border: 1px solid #999;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
}

ul.releaselist {
	margin: 10px 0;
	list-style: none;
	padding: 0;
}
ul.releaselist li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

ul.releaselist li img {
	float: left;
	margin: 0 10px 0 0;
}

/* START:cart */

/* Styles for mini cart in store sidebar */

#cart, #cart table {
  font-size: .85em;	
  color: #333;
  background-color: #ddd;
}

#cart {
	padding: 10px;
	margin: 0 0 20px 0;
}

#cart h4 {
	padding: 0;
	margin: 0 0 5px 0;
}

table.mini-cart  {
	border-collapse: collapse;
  	border-top:    1px solid #999;
  	margin-bottom: 10px;
	width: 100%;
	font-size: .85em;	
	color: #333;
	background-color: #ccc;
}

h4 {
  color: #333;
  font-size: .9em;
  margin-bottom: 5px;
}

table.mini-cart tr {
	border-bottom: 1px solid #999;
}
table.mini-cart tr td {
	padding: 2px 3px;
}

table.mini-cart .item-price {
  text-align: right;	
}

table.mini-cart tr.total-line {
	background-color: #666;
}

table.mini-cart tr.total-line td {
	color: #fff;
	background-color: #444;
	border-bottom: 1px solid #999;
}

/* Styles for subheader_cart */
div.subheader_cart {
	float: right;
	color: #333;
	font-size: .75em;
	margin: 5px 10px 0 0;
	vertical-align: top;
}

div.subheader_cart_store {
	float: right;
	color: #ccc;
	font-size: .75em;
	margin: 5px 10px 0 0;
	vertical-align: top;
}

div.subheader_cart img, div.subheader_cart_store img {
	vertical-align: sub;
}
/* Styles for #view_cart in the view_cart page */

table#view_cart {

	border: 1px solid #666;
	font-size: .75em;
	border-collapse: collapse;
  	border-top:    1px solid #666	;
  	margin-bottom: 10px;
	width: 100%;
}

p.store-small {
  font-size: 11px;
  margin-bottom: 0;
  margin-right: 2px;
}

a.store-link {
  border: 1px solid #000;
  padding: 4px;
  font-size: 13px;
  font-weight: bold;
  background-color: green;
  color: #eee;
}

a.store-link:hover, a.store-link:focus {
  border: 1px solid #000;
  padding: 4px;
  font-size: 13px;
  font-weight: bold;
  background-color: white;
  color: green;
  text-decoration: none;
}

a.store-link-warn {
  border: 1px solid #000;
  padding: 2px;
  font-size: 13px;
  font-weight: bold;
  background-color: #630000;
  color: #eee;
}

a.store-link-warn:hover, a.store-link-warn:focus {
  font-size: 13px;
  font-weight: bold;
  background-color: white;
  color: green;
  text-decoration: none;
}

table#view_cart tr {
	border-bottom: 0;
	background-color: #ccc;
	border-bottom: 1px solid #666;
}

#view_cart tr.odd {
	background-color: #fff;
}

#view_cart tr.even {
	background-color: #eee;
}

table#view_cart tr td {
	padding: 2px 3px;
}

table#view_cart tr td.format {
	padding: 2px 3px;
  white-space: nowrap;
}

#view_cart tbody tr.head td {
	font-weight: bold;
}

#view_cart tr td img {
	float: right;
	border: 1px solid #333;
	margin: 0 0 0 10px;
}

table#view_cart .item-price {
  text-align: right;	
}

table#view_cart tr.total-line {
	background-color: #444;
	color: #fff;
}

table#view_cart tr.total-line td {
	border-bottom: 1px solid #666;
}

.item-price {
	white-space: nowrap;
}

.spincell {
	width: 22px;
}

/***********************/


/* END:cart */


/***************************************/
/* Store styles                        */
/***************************************/

img {
  border: 0;
}

.spinner {
	border: 0;
}

ul.sidelist {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color:#333333;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	}
	
ul.sidelist li {
	border-bottom: solid 1px #CCC;
	margin: 0;
	}
	
ul.sidelist li a {
	display: block;
	padding: 5px;
	}
	
ul.sidelist li a:hover, ul.sidelist li a:focus {	
	background-color: #ccc;
	text-decoration: none;
}

div.artist-row-even, div.artist-row-odd {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}

div.artist-row-even {
	background-color: #E4E4E4;
}

div.artist-row-odd {
	background-color: #DDDDDD;
}

div.artist-row-odd .image, div.artist-row-even .image {
	float: right;
	margin: 0 0 10px 10px;
	width: 96px;
	font-size: .75em;
	color: #333;
}

div.artist-row-odd h3, div.artist-row-even h3 {
	margin: 0;
}
 
div.product-row-even, div.product-row-odd {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}

div.product-row-even {
	background-color: #E4E4E4;
}

div.product-row-odd {
	background-color: #DDDDDD;
}

div.product-row-odd .image, div.product-row-even .image, div.index-release .image {
	float: right;
	margin: 0 0 10px 10px;
	width: 99px;
	font-size: .75em;
	color: #333;
}


div.product-row-odd h3, div.product-row-even h3 {
	margin: 0;
}

div.product-row-odd h4, div.product-row-even h4 {
	margin: 3px 0;
	color: #444;
	font-size: .9em;
}

.image img {
	border: 1px solid #111;
	margin: 0 0 5px 0;
}

div.product-detail {
	margin-top: 20px;;
}

fieldset {
	border: none;
	padding: 0;
	
}
div.product-detail div.img-buylinks {
	float: right;
	margin: 0 0 10px 10px;
	width: 252px;
}

div.img-buylinks img {
	border: 1px solid #111;
}

.mybox {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 1px solid #ccc;
	margin: 15px 0 0 0;
	padding: 10px;

}

/* css styles for record navigation */

.navbar { 
	margin: 10px 0;	
	width: 100%;
	text-align: center;
	color: #666;
}

.leftnavs {
	float: left;
	margin: 0 0px 20px 0px;
}

.rightnavs {
	float: right;
	margin: 0 0px 20px 0px;
}

a.navlinks {
    background-color: #ccc;
    padding: 3px 5px;
    border: 1px solid #333;
}

a.navlinks:hover, a.navlinks:focus {
    background-color: #666;
 	color:#ffef99;
    border: 1px solid #ccc;
}


/******************************/
/* myform custom form layouts */
/******************************/

.myform {
	margin: 20px 0;
}
.myform label, .myform input .myform .myfield {
	float: left;
	margin: 4px 0 3px 0;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	}
	
.myform input {
	width: 225px;
	background-color: #eff8ff;
}

.myform select {
  background-color: #f3fafe;
}
	
.myform input.money {
	width: 50px;
	}
	
.myform input.button {
	width: auto;
	}	
		

.myform input.myfile {
	width: 200px;
	}	
	
.myform label {
	text-align: right;
	width: 120px;
	padding: 4px 15px 4px 5px;
	margin: 0px 0 0px 0;
	color: #333;
}

.myform .myfield {
	padding: 5px 15px 4px 5px;
	margin: 0px;
	font-size: .85em;
	display: inline-block;
	line-height: 100%;
}	
		
.myform br {
    clear: left;
	font-size: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
    }

/*.myform span {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}*/

div.buttons {
	overflow:auto;
	clear: both;
	margin-bottom: 20px;
}	
/**********************************/
/* general class definitions      */
/**********************************/

.clearboth {
	clear: both;
	height: 1px;
}

/* Style of flash notices from rails */
p.error {
	border-style: solid;
	border-width: 2px;
	color: maroon;
	background-color: #ffc130;
	padding: 10px;
}

p.notice {
	border-style: solid;
	border-width: 2px;
	color: green;
	background-color: #fff;
	padding: 10px;
}

/************************************************************/
/* Styles for AR model error messages (validation problems) */
/************************************************************/

.fieldWithErrors {
}

.fieldWithErrors label {
	color: red;
}

.fieldWithErrors input, .fieldWithErrors select {
	border: 1px solid red;
	margin: 2px 0 1px 0;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

