/* @group colors */

body {
	background: #000;
	color: #fff;
}

#header {
	
}

.message {
	color: #408000;
}

.error {
	color: #ff0000;
}

a {
	color: #666666;
}

a:hover {
	color: #CC0066;
}

h2 {
	color: #CC0066;
}

#info dt,
#info dd a:hover {
	color: #CC0066;
}

#info dd,
#info dd a {
	color: #ffffff;
}

#nav {
	color: #7f7f7f;
}

#nav a {
	color: #fff;
}

#category #nav li.navitem a#cats_title {
	color: #fff;
	background: #000;
}

#quarter #nav li.navitem a#areas_title {
	color: #fff;
	background: #000;
}

#nav li.navitem a#areas_title:hover {
	color: #000;
	background: #fff;
}

#nav li.navitem a:hover {
	color: #666;
}

#nav li.navitem ul#areas li a, 
#nav li.navitem ul#areas li a:link,
#nav li.navitem ul#areas li a:visited,
#nav li.navitem ul#areas li a:active ,
#nav li.navitem ul#cats li a, 
#nav li.navitem ul#cats li a:link,
#nav li.navitem ul#cats li a:visited,
#nav li.navitem ul#cats li a:active 
{
	

/*color: #666;*/
	color: #fff;
}

#nav li.navitem ul#areas li a:hover, 
#nav li.navitem ul#cats li a:hover {
	background: #fff;
	

/*color: #CC0066;*/
	color: #000;
}

#media {
	color: #7f7f7f;
	background: #000;
}

#content {
	
}

#footer {
}

/* @end */

/* @group typo */

body, p, ol, ul, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a, a:link, a:hover {
	text-decoration: none;
	text-transform: lowercase;
}

h1 {
	font-family: Helvetica, Arial;
	font-size: 32px;
	font-weight: normal;
	text-transform: lowercase;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	text-transform: lowercase;
}

h3 {
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	height: 1em;
}

h1 em {
	font-style: normal;
	font-weight: lighter;
	color: #bfbfbf;
}

pre {
	font-size: 11px;
}

.mediumfooter {
	font-size: 9px;
}

#info dt {
	font-size: 11px;
}

#info dd {
	font-size: 10px;
}

/* @end */

/* @group layout */

body {
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}

#content {
	

/* vertical centering */
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 580px;
	margin: -290px auto 0 -480px;
	

/* debug border */
	border: 0px dashed #3f3f3f;
}

#splash #content {
	text-align: center;
	width: 710px;
	margin-left: -355px;
}

#splash #flash {
	margin-top: 200px;
}

#splash #langs {
	margin: auto;
	padding: 0;
	width: 710px;
	height: auto;
	overflow: hidden;
	text-align: left;
}

#splash #langs .lang {
	width: 134px;
	margin-right: 10px;
	float: left;
	display: inline-block;
}

#splash #langs .lang.last-child {
	margin-right: 0;
}

#splash #langs .langimg {
	margin: 0;
	display: block;
	width: 134px;
	height: 134px;
}

#splash #langs .langlabel {
	margin: 14px 0 0;
}

#splash #langs a {
	outline: none;
}

#music #content {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: auto;
	

/* debug border */
	border: 0px dashed #3f3f3f;
}

#header {
	border-bottom: 1px solid #666666;
	overflow: visible;
	height: 40px;
}

#footer {
	overflow: visible;
	clear: both;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 20px;
	font-size: 14px;
}

#footer {
	color: #666666;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #CC0066;
}

#footer #copyright {
	float: left;
}

#footer #footer-right {
	float: right;
}

#footer #press {
	float: left;
}

#footer #contact {
	float: left;
	margin-left: 10px;
}

#splash #footer {
	width:  710px;
	margin: auto;
	font-size: 13px;
}

#logo {
	float: left;
}

#nav {
	float: right;
	margin: auto;
	padding: 0;
	height: 36px;
	text-align: left;
	overflow: visible;
}

#nav a {
	padding-right: 5px;
	padding-left: 5px;
	width: 80px;
}

#nav li.navitem {
	list-style: none;
	float: left;
	display: block;
	position: relative;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 36px;
	font-size: 14px;
	vertical-align: bottom;
	overflow: visible;
	z-index: 1;
}

#nav li.navitem a:hover {
	color: #000000;
	background: #ffffff;
}

#areas, #cats {
	float: none;
	display: block;
	position: absolute;
	top: 12px;
	left: 0px;
	color: #ffffff;
	text-align: left;
	

/*opacity: .9; filter: alpha(opacity=90);*/
	margin: 12px 0 0 0;
	padding: 0;
	margin-left: 0;
	z-index: 100;
	border: solid #3f3f3f 1px;
	background: #000000;
	width: auto;
}

#areas li, #cats li {
	float: none;
	list-style: none;
	display: block;
	padding: 2px;
	text-align: left;
	font-size: 13px;
	position: relative;
	white-space: nowrap;
	line-height: 1.2em;
	width: auto;
}

#areas li a, #cats li a {
	display: block;
	width: auto;
}

#left {
	margin-top: 92px;
	float: left;
	width: 268px;
	text-align: right;
}

#media {
	width: 268px;
	height: 290px;
}

.medium {
	width: 268px;
	height: 268px;
}

.mediumfooter {
	width: 100%;
	clear: both;
	margin-top: 0.5em;
}

.mediumcopyright {
	float: left;
}

#mediumselect {
	float: right;
}

#info {
	text-align: right;
}

#info dl {
	margin: 0em 0 0 0;
	padding: 0;
}

#right {
	margin-top: 5px;
	float: right;
	width: 640px;
	margin-left: 50px;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 21px 0 0;
}

#left {
	position: relative;
}

#overlay {
	width: 268px;
	height: 346px;
	background-color: #000;
	background: #000 url(/img/spinner.gif) no-repeat center center;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 0px;
	z-index: 100;
	color: #fff;
	border: none;
	text-align: center;
	font-size: 24px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* @end */

#left {
	position: relative;
	left: 0;
	top: 0;
}

/* @group map */

#map_container {
	width: 268px;
	height: 290px;
	visibility: visible;
	position: static;
	left: 0;
	top: 0;
}

#map_container.hidden {
	visibility: hidden;
	position: absolute;
	left: -300px;
	top: -300px;
}

#map_button {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../img/icon-map-bg.gif) 0 0;
	margin-top: 1em;
}

/*
#map_button:hover {
	background-position: 0 32px;
}

#map_button.selected {
	background-position: 0 32px;
}

#map_button.selected:hover {
	background-position: 0 0;
}
*/

#map_button img {
	display: none;
}

/* @end */

/* @group text */

#text {
	color: #CCCCCC;
}

#text strong {
	color: #fff;
}

#text em {
	color: #CD3066;
	font-style: normal;
}

#text p {
	margin: 0 0 0em 0;
}

#text {
	text-align: justify;
	font-weight: normal;
	font-style: normal;
}

#text, #text p, #text li {
	font-size: 12px;
	line-height: 1.6em;
}

#text a {
	
}

#text u, #text u a, #text a {
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	color: #CD3066;
/* for backward compatibility */
}

#text strong, #text strong a, #text a strong {
	color: #fff;
}

#text strong a, #text a strong {
	text-decoration: underline;
}

#text u.link0, #text u.link0 a, #text a u.link0 {
	color: #CD3066;
}

#text u.link0 a, #text a u.link0 {
	text-decoration: underline;
}

#text u.link1, #text u.link1 a, #text a u.link1 {
	color: #F90A1B;
}
#text u.link1 a, #text a u.link1 {
	text-decoration: underline;
}

#text u.link2, #text u.link2 a, #text a u.link2 {
	color: #9AE902;
}
#text u.link2 a, #text a u.link2 {
	text-decoration: underline;
}

#text u.link3, #text u.link3 a, #text a u.link3 {
	color: #871185;
}
#text u.link3 a, #text a u.link3 {
	text-decoration: underline;
}

#text u.link_white, #text u.link_white a, #text a u.link_white {
	color: #fff;
}
#text u.link_white a, #text a u.link_white {
	text-decoration: underline;
}

#text a, #text a:hover {
	text-decoration: underline;
}

#text a {
	

/*color: #CC0066;*/
	font-weight: bold;
}

/* @end */

/* @group scroll */

.scroll {
	position: absolute;
	margin-top: 20px;
	height: 380px;
	overflow: hidden;
	float: left;
	width: 640px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	left: 318px;
}

.scrollarea {
	position: absolute;
	float: left;
	width: 572px;
	overflow: hidden;
	left: 4px;
}

.scrollbar {
	position: absolute;
	float: left;
	width: 16px;
	height: 380px;
	margin-top: 0px;
	margin-left: 624px;
	z-index: 0;
}

#scrollbar_up {
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 2;
	cursor: pointer;
	line-height: 16px;
}

#scrollbar_track {
	position: absolute;
	left: 0px;
	top: 16px;
	z-index: 3;
	line-height: 16px;
}

#scrollbar_drag {
	position: absolute;
	left: 0px;
	top: 16px;
	z-index: 4;
	cursor: pointer;
	line-height: 16px;
}

#scrollbar_down {
	position: absolute;
	left: 0px;
	top: 364px;
	z-index: 2;
	cursor: pointer;
	line-height: 16px;
}

/* @end */

/* @group contact */

#contact .errors {
	float: right;
	color: #ff0000;
	height: 1.5em;
	position: absolute;
	right: 0;
	top: 98px;
}

#contact #text p {
	margin: 0 0 1em 0;
}

#contact h2 {
	margin-top: 5px;
}

#contact #left {
	text-align: left;
	margin-top: 20px;
}

#contact #left p {
	margin: 0 0 1em 0;
}

#contact #right {
	margin-top: 20px;
	width: 440px;
}

#contact form p {
	position: relative;
	overflow: visible;
	height: 1em;
}

#contact form p label {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	text-align: right;
}

#contact form p input, #contact form p select, #contact form p textarea, #contact form p img {
	position: absolute;
	left: 80px;
	top: 0;
	margin: 0 0 0 10px;
	border: solid 1px #ccc;
	font-size: 12px;
}

#contact form p img {
	border: none;
}

#contact form p input, #contact form p textarea, #contact form p select#country {
	width: 346px;
}

#contact form p textarea, #contact form p.textarea {
	height: 7em;
}

#contact form p select#title {
	left: 80px;
}

#contact form p label#label_lastname {
	
}

#contact form p label#label_firstname, #contact form p label#label_city {
	left: 218px;
}

#contact form p input#lastname, #contact form p input#firstname, #contact form p input#zipcode, #contact form p input#city {
	width: 128px;
}

#contact form p input#firstname, #contact form p input#city {
	left: 298px;
}

#contact form p.security {
	height: 40px;
}

#contact form p.security span {
	display: block;
	font-size: 10px;
	position: absolute;
	left: 90px;
	bottom: 0;
	width: 216px;
}

#contact form p.security img {
	left: 308px;
}

#contact form p input#security_code {
	left: 80px;
	width: 216px;
}

#contact form p label#label_required {
	left: 80px;
}

#contact form p input#submit {
	left: 337px;
	width: 100px;
	border: solid 1px #fff;
	margin: 5px 0 0 0;
}

/* @end */

/* @group category */

#category #right h3 {
	position: relative;
}

#category #right h3 a {
	color: #fff;
	text-transform: none;
}

#category #right .header-name {
	position: absolute;
	left: 0;
	top: 0;
	height: 1em;
}

#category #right .header-name a {
	text-transform: lowercase;
}

#category #right .header-quarter {
	position: absolute;
	left: 250px;
	top: 0;
	height: 1em;
}

#category #right .header-quarter a {
	text-transform: lowercase;
}

#category #right #text ul {
	margin: 0;
	padding: 0;
}

#category #right #text li {
	position: relative;
	height: 1.5em;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#category #right #text li span {
	display: block;
	position: absolute;
}

#category #right #text li span.name {
	top: 0;
	left: 0;
}

#category #right #text li span.quarter {
	top: 0;
	left: 250px;
}

/* @end */