/**
 * CSS
 * (c) 2007 Darío G. Ruellan / ecimTech
 * http://www.ecimtech.com.ar
 */
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
	vertical-align: top;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

body {
	background-color: rgb(61, 59, 57);
	background-image: url(../images/background.png);
	font-size: 9pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: black;
	margin-top: 25px;
}
a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#loading {
	position: absolute;
	z-index: 1;
	top: 45%;
	left: 45%;
}
#frame {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 570px;
	border: 1px solid black;
	overflow: hidden;
	z-index: 10;
}

/* Header */

#header {
	position: relative;
	height: 148px;
	background-image: url(../images/main_background.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}
#header .decoration {
	float: left;
}
#header .mainlogo {
	float: right;
}
#header .mainmenu {
	float: right;
}
#header .mainmenu ul {
	margin-top:11px;
}

/* Content */

#content {
	background-color: rgb(209, 209, 155);
	background-image: url(../images/background_textarea.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 420px;
	border-top: 1px solid rgb(235, 235, 213);
	overflow: auto;
}
#content .margins {
	margin: 15px 25px 15px 25px;
}
#content .textarea {
	margin-bottom: 25px;
}
#content .textarea p {
	margin: 0 0 8px 0;
}
#content h1 {
	margin-bottom: 15px;
}
#content input, #content textarea {
	border: 0;
	background-color: rgb(235, 235, 213);
	padding: 1px 5px 1px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#content input:focus, #content textarea:focus {
	background-color: white;
}
#content form input.submit {
	border: 1px solid gray;
}
#content .message {
	text-align: center;
	padding: 20px 0 20px 0;
	margin: 40px 100px 40px 100px;
	border: 1px solid gray;
	background-color: rgb(209, 209, 155);
	background-image: url(../images/background_textarea.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	font-weight: bold;
}

/* Search Box */

#content .searchblock {
	float: right;
	width: 450px;
	text-align: right;
	margin-top: 1px;
}
#content .searchblock input {
	width: 200px;
}
#content .searchblock span.active {
	float: right;
	width: 22px;
	height: 20px;
}
#content .searchblock span.active img {
	display: none;
	margin-left: 2px;
}

/* AlbumSlide */

#content .albumslide {
	position: absolute;
	width: 100%;
	background-image: url(../images/background_decoration_topright_white.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#content .albumslide h1 {
	margin-bottom: 5px;
}
#content .albumslide li {
	float: left;
	text-align: center;
	width: 104px;
	margin-right: 10px;
	margin-left: 10px;
}
#content .albumslide a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 6px 0 6px;
	margin: 0;
	color: gray;
	height: 120px;
}
#content .albumslide a:hover {
	background-color: silver;
}
#content .albumslide li a img {
	border: 1px solid black;
	margin-bottom: 5px;
}

/* Album List */

#albumList li {
	float: left;
	margin: 0 15px 15px 0px;
	padding: 0;
	height: 185px;
	width: 270px;
	border: 1px solid rgb(177, 177, 131);
	background-image: url(../images/background_decoration_topright.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}
#albumList a {
	display: block;
	height: 170px;
	margin: 8px;
}
#albumList a:hover {
	background-color: rgb(177, 177, 131);
}
#albumList img {
	float: left;
	margin-right: 12px;
	border: 1px solid black;
	width: 90px;
	height: 80px;
}
#albumList span.title {
	display: block;
}
#albumList span.code {
	display: block;
	font-family: "Courier New", Serif;
	font-size: 8pt;
	font-weight: normal;
}
#albumList span.desc {
	display: block;
	clear: both;
	font-size: 8pt;
	font-weight: normal;
	padding: 8px 0 0 0;
}

/* catList */

div.distro {
	margin-top: -5px;
	margin-bottom: 10px;
	font-size: 8pt;
	text-align: right;
}
div.distro a {
	background-image: url(../images/icn_link.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	margin-left: 5px;
}
div.distro a:hover {
	background-color: rgb(235, 235, 213);
}

p.alfalist {
	margin: 2px 0 5px 0;
	background-color: rgb(217, 217, 158);
	border-bottom: 1px solid rgb(177, 177, 131);
	padding: 5px;
}
p.alfalist a:hover {
	color: gray;
}
#catlist li h1 {
	width: 630px;
	font-size: 9pt;
	font-weight: bold;
	background-color: rgb(235, 235, 213);
	margin: 10px 0 2px 0;
	padding: 2px 0 2px 0;
}
#catlist li li {
	padding: 0;
	margin: 0;
	border: 1px solid rgb(209, 209, 155);
}
#catlist li li a {
	display: block;
	width: 628px;
	font-size: 8pt;
	padding: 2px 0 2px 0;
	color: black;
	border-bottom: 1px solid rgb(219, 219, 165);
	background-color: rgb(209, 209, 155);
	white-space: nowrap;
	overflow: hidden;
}
#catlist li li a:hover {
	background-color: rgb(219, 219, 165);
}
#catlist span.artist {
	color:rgb(109, 109, 55);
	font-weight: normal;
}
#catlist span.tracks {
	color: rgb(149, 149, 95);
	font-weight: normal;
}

/* blockUI */

.blockUI div {
	font-size: 8pt;	
	margin: 2px;
}
.blockUI a.btn {
	display: block;
	font-weight: bold;
	margin-top: 8px;
	background-color: rgb(235, 235, 213);
	padding: 1px 5px 1px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	border: 1px solid gray;
}