/* ==================================== Common ========================================*/

h2.h2 {
	color:#8a7210;
}

h3.h3 {
	color:#8a7210;
}

a.head {
	color:#8a7210;
}

/* ==================================== Head ========================================*/

div.head {
	background: url("../images/es/head-bg.gif") repeat-x top #cda732;
}

div.head h1{
	color:#8a7210;
}

div.somethingNew {
	background:url("../images/es/something_new.gif") no-repeat;
}
/* ==================================== Search ========================================*/

div.searchBg {
	background: url("../images/es/search-bg.gif") repeat-x top;
	height:58px;
	width:100%;
	margin-top:18px;
}

div.searchLeftBg {
	background: url("../images/es/search-left-bg.gif") no-repeat left;
	height:58px;	
}

div.searchRightBg {
	background: url("../images/es/search-right-bg.gif") no-repeat right;
	height:58px;
}

/* ==================================== index ========================================*/

div.indexAlbums {
	border-top:solid 5px #67120f;
	border-bottom:solid 5px #67120f;
}

/* ==================================== News ========================================*/

div.news {
	background: url("../images/es/news-bg.gif") repeat-x bottom #9a8241;
}

div.news h3{
	color:#e3d18e !important;
	background: url("../images/es/news-seporator.gif") no-repeat left bottom;
}

div.newsTL {
	background: url("../images/es/news-tl.gif") no-repeat left top;
}

div.newsTR {
	background: url("../images/es/news-tr.gif") no-repeat right top;
}

div.news p {
	color:#e3d18e;
}


/* ==================================== Artists ========================================*/

div.artists h3{
	color:#8a7210;
}

div.leftHead {
	border-bottom:2px solid #a91717;
/*	background:url("../images/plackabg.gif") repeat-x bottom #9c2f2a; */
}

div.artists h4 {
	color:#8a7210;
}

a.artistList {
	color:#8a7210 !important;
	border-bottom:dashed #8a7210 1px;
}

a.artistListLoading {
	color:#8f1512 !important;
	border-bottom:none !important;
}

/* ==================================== Texts ========================================*/

div.buttons {
	font-size:0.7em;
	position:relative;
	bottom:7px;
}

div.buttons span{
	margin-right:5px;
}

div.buttons span.selected {
	color:#777;
}

/* ==================================== Album ========================================*/

div.album h4 {
	color:#082164;
}

div.album span {
	color:#082164;
}

div.album h3.biography {
	height:27px;
	background: url("../images/es/biography.gif") no-repeat left top;
	padding:3px 0 0 32px;
}

div.album h3.discography {
	height:27px;
	background: url("../images/es/discography.gif") no-repeat left top;
	padding:3px 0 0 32px;
}

div.album h3.links {
	height:27px;
	background: url("../images/es/links.gif") no-repeat left top;
	padding:3px 0 0 32px;
}

/* ==================================== Albums ========================================*/

div.albumMenu h3 {
	color:#a91717;
}

/* ==================================== Content ========================================*/

div.biography h2 {
	color:#2c6230;
}

div.biography h3 {
	color:#2c6230;
}

/* ==================================== Form ========================================*/


small.red {
	color:#8f1512;
}

span.error {
	color:#8f1512;
}

/* ==================================== AddSongForm ========================================*/

table.addSong span.request{
	color:#8f1512;
}

small.addSong {
	color:#8f1512;
}