@charset "utf-8";
html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	color: #666;
	background-color: #424242;
	}
ins, iframe, form, input, table, img{ border:none; margin:0px; padding:0px; }
form { margin:0px; padding:0px; border:none;}
a {
	
	text-decoration: none;
	font-weight: bold;
	color:  #ffffff;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	color: #10B1BB;
	}

a#link { 
display:block;
/*width:100%;
height:100%;
*/
width:222px;
height:222px;

}
a#link:hover {
background:url(../css/tablebg_2.jpg);
color:#ccc;
width:222px;
height:222px;
}


a#linkNew { 
display:block;
width:222px;
height:222px;
}
a#linkNew:hover {
background:url(../css/tablebg_2_ifnew.jpg);
color:#ccc; 
width:222px;
height:222px;
}

.searchText
{
	 width:109px;
	 border:none;
	 height:17px;
	 font-size:11px;
	 color:#000000;
	 background:url(../css/searchbox.jpg);
	 background-position:center left;
	 *margin-top:-1px;
	 background-repeat:no-repeat;
	 background-color:#cacaca;
	 font-family:Arial;
	 line-height:16px;
	 padding-left:5px;
	 margin-left:15px;
}

.release {
	text-align: center;
}
.menu {
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	font-weight:500;
	line-height: 15px;
	text-align: left;
	}
.itemimage {
	border-style: solid;
	border-color: #2A2A2A;
	border-width: 1px;
	text-align: center;
	margin-top: 10px;
}
.releasetitle {
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	font-weight:400;
	line-height: 15px;
	text-align: center;
	}
.releaseartist {
	color:#000000;
	font-family: Arial;
	font-size: 11px;
	font-weight:300;
	line-height: 15px;
	text-align: center;
	}
.releaseextraline {
	color:#373737;
	font-family: Arial;
	font-size: 10px;
	font-weight:100;
	line-height: 15px;
	text-align: center;
	}
.footer {
	font-family: Arial;
	font-size: 9px;
	color: #CCCCCC;
	text-align: right;
	font-weight: 100;
}


/* --------- NAVIGATION ---------- */
#nav {
	text-align:left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	color:#fff;
	z-index: 1000;
	font-family:Arial;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

#nav li { /* all list items */
	text-align:left;
	color:#fff;
	position: relative;
	margin-left: 10px;
	padding:0px;
}

#nav li ul { /* second-level lists */
	/*display: none;
	list-style: none;*/
	margin: 0px;
	padding:0px;
	list-style: none;
	white-space: normal;
	z-index: 1000;
	color:#fff;
	
}
#nav li.over ul li {
	border-right: 0px none;
	/*width:100%;*/
	z-index: 1000;
	color:#fff;
	margin-left: 0px;
	padding:0px;
}
#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li.over ul { /* lists nested under hovered list items */
	color:#fff;
	display: block;
	/*margin-left: 10px;*/
	margin:0px;
	background-color: transparent;

}

#nav a{
	display: block;
	padding: 2px 4px 2px 2px;
	color:#fff;
	text-decoration: none;  
}

#submenu {
	list-style: none;
	text-align:left;
	margin:0px;
	padding:0px;
}

ul#submenu div{
	list-style: none;
	text-align:left;
	margin-left:10px;
	*margin-left:0px;
	padding:0px;
}


ul#submenu li{
	list-style: none;
	text-align:left;
	margin:0px;
	padding-left:10px;
	*padding-left:0px;
}

ul#submenu li.over ul {
	list-style: none;
	text-align:left;
	margin:0px;
	padding:0px;
}

ul#submenu li a{
	display:block;
	text-decoration:none;
	list-style: none;
	text-align:left;
	background-image:url(../css/arrow.jpg);
	background-position:left;
	padding-left:10px;
	background-repeat:no-repeat;
	list-style: none;
	margin:0px;
	line-height:16px;
}





/* --------- NAVIGATION ---------- */