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


body {
	background: #FFF;	
}

/* LINKS */

a {
	text-decoration: underline;
	color: #800000;
}

a:HOVER {
	text-decoration: none;
	font-weight: bold;
}

/* TABLES */

table {
	font-size: 10px;
	color: #808080;
}

td {
	padding: 0;	
}


/* IMAGES */
img {
	border: none;
}

/* MAIN DIVS */

#frontcontainer {
	color: #808080;
	background: transparent;
}

#contentcontainer {
	float: none;
	width: 670px;
	padding: 10px 0;
}


/* LINE */

div.line {
	border-bottom: 1px solid rgb(204, 204, 204); 
	padding: 1px 4px;
	margin: 20px 0;
}

/* NO RESULT */

div.noresults {
	padding: 20px 10px;
	font-weight: bold;
	font-size: 12px;
}

/* FRONT PRODUCTS */
div.products {
	margin: 10px 0;	
}

td.product div {
	padding: 1px 0 0 0;	
}

td.product div.product {
	margin-bottom: 13px;	
}

td.product div.buttons img {
	margin: 2px;
	border: none;
}

div.genre a, div.country a {
	font-size: 9px;	
}


/* FRONT ARTISTS */

div.artists h2 {
	font-size: 13pt;
	text-align: left;
}

div.artists div {
	padding: 3px 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

div.artists a {
	font-weight: normal;
}

div.artists div.artist a {
	font-size: 12px;
}

div.artists div.pix img {
	border: 1px solid #800000;	
}

div.artists div.fantool {
	font-size: 10px;
	margin-top: 5px;
}

div.button {
	margin: 0;	
}

/* FRONT ARTIST VIEW NEW */


div.artists div.backstage {
	text-align:left;	
}

div.artists div.backstage img {
	margin: 0 5px;	
}





/* FRONT PRODUCT VIEW */

div.view div.title {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}





