/* @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;
}



/* @override 
	http://localhost:3000/stylesheets/lightbox.css?1205125030
	http://localhost:3000/stylesheets/lightbox.css?1216396517
*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* @override http://cst.local/stylesheets/smoothness.css?1251297883 */

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }

/* My Comment */
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/images/smoothness/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/images/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/images/smoothness/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(/images/smoothness/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/images/smoothness/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(/images/smoothness/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/images/smoothness/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/images/smoothness/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/images/smoothness/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/images/smoothness/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/images/smoothness/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/images/smoothness/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/images/smoothness/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/images/smoothness/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/images/smoothness/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/images/smoothness/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/images/smoothness/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: 0; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding:  0; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }



div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	color: 					#fff;
	opacity: 				.85;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				10px;
}

div.jGrowl div.jGrowl-notification div.close {
	float: 					right;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	height: 				15px;
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				11px;
	font-weight: 			bold;
	text-align: 			center;
}


/*--------------------------------------------------------------------------------------------------
  
   Simply Buttons, version 1.0
   (c) 2007-2009 Kevin Miller

   This script is freely distributable under the terms of an MIT-style license.

   BUTTON DEFINITIONS 
  
   Edit below at your own risk, everything done here is for a reason for cross browser
   compatibility so that the buttons will appear identical in the tested browsers.
   
   Tested on: IE6 IE7 FF(PC/MAC) Safari SafariMobile Opera(PC/MAC)
   
--------------------------------------------------------------------------------------------------*/

button,
a.button,
a.button:link,
a.button:visited {
  /*
      Strip down the button and link elements to a base we can work with.
  */
  padding: 0 0 0 0;
  margin: 0 3px 0 3px;
  border: none;
  display: block;
  float: left;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  overflow: visible;
}

  * html a.button,
  * html a.button:link,
  * html a.button:visited {
    /*
        IE6 fix to make link fit text.
    */
    width: 1%;
  }

  button, x:-moz-any-link {
    /*
        FF fix to make button spacing even across browsers.
    */
    margin: 0 0 0 0;
  }

  *:first-child+html button {
    /*
        Reset IE7 back to what it was for previous fix.
    */
    margin: 0 3px 0 3px;
  }

  button span,
  a.button span,
  a.button:link span,
  a.button:visited span {
    /*
        Set the span tags to display: block, as they will work our background-image magic.
    */
    display: block;
  }

/*--------------------------------------------------------------------------------------------------
  
   CUSTOMIZATIONS 
  
   Edit below to change the look and feel of the buttons and even add more classes for
   different looks and feels.
   
--------------------------------------------------------------------------------------------------*/

button,
a.button,
a.button:link,
a.button:visited {
  /* 
      HEIGHT - Total height of button. 
  */
  height: 26px; 

  /*
      NOTE - You must define the font here otherwise your buttons and links could end up diffrent.
  */
	font-family: "Helvetica Neue", Helvetica, clean, sans-serif;

  font-size: 13px;
font-weight: normal;
  color: #666666;
  background-color: transparent;
}

  button.button_active,
  a.button_active {
  }

  button span,
  a.button span,
  a.button:link span,
  a.button:visited span {
    /* 
        Right side padding for button (default). 
    */
    padding: 0 14px 0 0;

    /* 
        SPAN HEIGHT - This should be 2px smaller than the height set on the button (see HEIGHT).
    */
    height: 24px;

    /*
        We define our background top left and use the 'Sliding Doors' Technique for some fast loading buttons.
    */
    background: url(/images/simply-buttons/bg_button_right.gif) top right no-repeat;
  }

  button span span,
  a.button span span,
  a.button:link span span,
  a.button:visited span span {
    /* 
        Left side padding for button (default). 
    */
    padding: 0 0 0 13px;

    /* 
        SPAN HEIGHT - This should be 1px smaller than the height set on the button (see HEIGHT).
    */
    height: 24px;

    /* 
        SPAN LINE-HEIGHT - This should be 1px smaller than the height set on the button (see HEIGHT) and will 
                            center the text vertcailly.
    */
    line-height: 24px;

    /*
        We define our background top left and use the 'Sliding Doors' Technique for some fast loading buttons.
    */
    background: url(/images/simply-buttons/bg_button_left.gif) top left;
  }

  button:hover,
  a.button:hover {
    color: #000000;
  }

  button.submit span,
  a.submit span,
  a.submit:link span,
  a.submit:visited span {
  }

  button.submit span span,
  a.submit span span,
  a.submit:link span span,
  a.submit:visited span span {
    /*
        Give some extra space for the icon.
    */
    padding-left: 26px;

    /*
        Add in a left side piece with an icon.
    */
    background-image: url(/images/simply-buttons/bg_button_left_submit.gif);
  }

  button.submit:hover,
  a.submit:hover {
  }

  button.cancel span,
  a.cancel span,
  a.cancel:link span,
  a.cancel:visited span {
  }

  button.cancel span span,
  a.cancel span span,
  a.cancel:link span span,
  a.cancel:visited span span {
    /*
        Give some extra space for the icon.
    */
    padding-left: 26px;

    /*
        Add in a left side piece with an icon.
    */
    background-image: url(/images/simply-buttons/bg_button_left_cancel.gif);
  }

  button.cancel:hover,
  a.cancel:hover {
  }

  button:active span,
  a:active:active span,
  /*
      'button_active' is the class used by SimplyButtons.js to create the button states in IE.
  */
  button.button_active span,
  a.button_active:active span {
    /*
        Using the 'Sliding Doors' Technique we 'slide' the new button state into view.
    */
    background-position: bottom right;
  }

  button:active span span,
  a:active:active span span,
  /*
      'button_active' is the class used by SimplyButtons.js to create the button states in IE.
  */
  button.button_active span span,
  a.button_active:active span span {
    /*
        Using the 'Sliding Doors' Technique we 'slide' the new button state into view.
    */
    background-position: bottom left;
  }