html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	color: #808080;
	background: #242425;
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1;
}

/* --- COMMON -------------------------------------------------------------- */
#wrap {
	color: #555;
	background: #DDD;
}
#wrap, #intro, #info, #footer {
	float: left;
	width: 100%;
}
.container {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.colRight {
	float: right;
	width: 450px;
}
.colLeft {
	float: left;
	width: 490px;
}
a {
	color: #366EA5;
}
a:hover {
	color: #D26424;
}
abbr {
	border-bottom: 1px dotted #777;
	cursor: help;
}

.txt p {
	margin: 0 0 1em;
	font-family: Georgia, serif;
	font-size: 1.4em;
	line-height: 1.4;
}
.txt strong {
	font-weight: normal;
	color: #8E5A3C;
}



.text h1 {
	font-size: 4em;
	font-weight: normal;
}
.text p {
	margin: 0 0 1em;
	font-size: 1.4em;
	line-height: 1.4;
}
.text dl {
	margin: 3em 0;
}
.text dt {
	font-size: 2em;
	line-height: 1.3;
}
.text dd {
	margin: .8em 0 .8em 1.5em;
	font-size: 1.3em;
	line-height: 1.3;
}
.text dd strong {
	display: inline-block;
	width: 3.8em;
	margin-right: .5em;
	text-align: right;
	font-style: italic;
}
.text dd span {
	color: #808080;
}



/* --- HEADER -------------------------------------------------------------- */
#header {
	height: 60px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	color: #4D4D4D;
	background: #242425 url("../images/shadow_header_pattern.png") repeat-x 0 100%;
}
#logoHeader {}
#logoHeader strong, #logoHeader a {
	float: left;
	width: 245px;
	height: 30px;
	margin-top: 15px;
	background: url("../images/logo_header.png") no-repeat 0 0;
	text-indent: -99999px;
}
#logoHeader a:hover {
	background: url("../images/logo_header.png") no-repeat 0 -35px;
}


#headerNav {
	position: absolute;
	top: 22px;
	left: 310px;
	font-size: 1.5em;
}
#headerNav a {
	float: left;
	height: 16px;
	padding-left: 20px;
	color: #69B3FD;
}
#headerNav a:hover {
	color: #D26424;
}
#headerNavEmail {
	margin-right: 20px;
	background: url("../images/icons_header.png") no-repeat 0 0;
}
#headerNavEmail:hover {
	background-position: 0 -50px;
}
#headerNavMyspace {
	float: left;
	padding-left: 20px;
	background: url("../images/icons_header.png") no-repeat 0 -100px;
}
#headerNavMyspace:hover {
	background-position: 0 -150px;
}

#production {
	z-index: 100;
	position: absolute;
	top: 10px;
	left: 530px;
	padding-bottom: 10px;
	background: url("../images/shadow_header.png") no-repeat 0 100%;
}
#production li {
	float: left;
	margin-right: 10px;
}
#production a {
	display: block;
	border: 5px solid #8E5A3C;
}
#production a.active {
	border-color: #D26424;
}
#production a:hover {
	border: 5px solid #D26424;
}
#production img {
	display: block;
}
a#prodRestore {
	display: none;
	position: absolute;
	top: 20px;
	left: -30px;
	width: 15px;
	height: 16px;
	background: url("../images/prod_restore.png") no-repeat 0 0;
	border: none;
}
a#prodRestore:hover {
	background: url("../images/prod_restore.png") no-repeat 0 -19px;
	border: none;
}


/* --- INTRO --------------------------------------------------------------- */
#intro {
	padding-bottom: 25px;
	color: #000;
}
#intro.widthAudio {
	padding-bottom: 20px;
}
#intro .container {
	overflow: hidden;
}
#viewProd {
	overflow: hidden;
	width: 7000px;
}
#viewProd .screen {
	float: left;
	position: relative;
	width: 980px;
	margin-right: 20px;
}
.introPhoto {
	padding: 0 10px 10px 0;
	background: url("../images/shadow_grenouer_photo.png") no-repeat 0 0;
}
.introProd {
	position: absolute;
	top: 0;
	left: 0;
	height: 325px;
	width: 325px;
	padding: 0 10px 10px 0;
	background: url("../images/shadow_prod.png") no-repeat 0 0;
}
p.introText {
	line-height: 1.2;
	font-size: 2.4em;
}
p.commText {
	font-style: italic;
	color: #8E5A3C;
}
h1.prodName {
	float: right;
	width: 635px;
	margin-bottom: .1em;
	font-size: 4em;
	color: #242425;
}
h1.prodName em {
	float: right;
	font-size: 1em;
	font-style: normal;
	color: #808080;
}
p.prodName {
	float: right;
	width: 635px;
	margin-bottom: .5em;
	font-family: Georgia, serif;
	font-size: 2.2em;
	line-height: 1.2;
	color: #555;
}
p.prodName span {
	color: #999;
}
p.prodName a {
	color: #555;
}
p.prodText {
	margin-bottom: .6em;
	padding-left: .6em;
	border-left: 4px solid #C0C0C0;
	line-height: 1.5;
}
.colTrackList {
	float: right;
	width: 155px;
	margin-right: 30px;
	color: #8E5A3C;
}
.colTrackList ol li {
	margin: .4em 0 .6em 27px;
	line-height: 1.2;
	font-style: italic;
	list-style: decimal;
	color: #808080;
}
.colTrackList ol li span {
	font-size: 1.2em;
	font-style: normal;
	color: #8E5A3C;
}
.colTrackList ol li span a {
	color: #8E5A3C;
	text-decoration: none;
	border-bottom: 1px dashed #8E5A3C;
}
.colTrackList p {
	margin: .8em 0 0;
	font-size: 1.2em;
	line-height: 1.2;
}
.colTrackList p span {
	margin: 0 6px 0 11px;
	color: #808080;
}

#player {
	width: 980px;
	height: 25px;
}
#playerOutput {
	margin: 4px 0 6px 6px;
	font-size: 12px;
	font-style: italic;
	color: #555;
	cursor: default;
}
#playerOutput span {
	color: #777;
}




/* --- INFO ---------------------------------------------------------------- */
#info {
	padding: 35px 0 0;
	background: #F4F5F6;
}
#bandStatus {
	margin-bottom: 30px;
	background: #DDD;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	text-align: center;
}
#bandStatus p {
	margin: .6em 1.1em;
	line-height: 1.2;
	font-size: 2.2em;
	color: #000;
}
#latestInfo {
	position: relative;
	float: left;
	padding-bottom: 40px;
}
#latestInfo .colLeft, #latestInfo .colRight {
	width: 235px;
}
#latestInfo h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #366EA5;
}
#latestInfo .text dd .hot {
	color: #BF0000;
}
#latestInfo .text dd a {
	color: #242425;
}
#latestInfo .text dd a:visited {
	color: #555;
}
#latestInfo .text dd a:hover {
	color: #D26424;
}
#latestInfo .text dl {
	margin: 1.5em 0;
}
#latestInfo .text dd {
	position: relative;
	margin-left: 4.3em;
}
#latestInfo .text dd strong {
	position: absolute;
	left: -4.3em;
}



/* Выровненные по низу блока #latestInfo ссылочки */
#latestInfo p.nav {
	position: absolute;
	width: 235px;
	margin: 0 0 18px;
	bottom: 0;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.4;
	font-style: italic;
}



.announces {
	margin-left: -20px;
	word-spacing: -.3em;
}
.announces * {
	word-spacing: normal;
}
.announces p.nav {
	margin: 0 0 18px;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.4;
	font-style: italic;
}
#home .announces p.nav {
	margin-left: 20px;
}
.announces .article {
	overflow: hidden;
	/*float: left;*/
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 215px;
	margin: 0 0 20px 20px;
	line-height: 1.2;
	vertical-align: top;
}
#notes .announces {
	margin-left: -40px;
}
#notes .announces .article {
	margin: 0 0 35px 40px;
}
.announces .article img {
	display: block;
}
.announces .article h2 {
	padding: 4px 7px 1px;
	font-size: 1.4em;
	color: #F4F5F6;
	background: #242425;
}
.announces .article p {
	padding: 0 7px 6px;
	font-size: 1.2em;
	color: #F4F5F6;
	background: #242425;
}
.announces .article p.comm {
	padding: 2px 7px 0;
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-style: italic;
	color: #242425;
	background: transparent;
}



#mediaReport dd {
	padding-left: 76px;
	background: url('../images/mediareport-types.png') no-repeat 0 4px;
}
#mediaReport dd.type_interview {}
#mediaReport dd.type_lifelong-days {
	background-position: 0 -26px;
}
#mediaReport dd.type_try {
	background-position: 0 -56px;
}
#mediaReport dd.off, #tourDates dd.off {
	display: none;
}
#mediaReport dd a:visited, #tourDates dd a:visited {
	color: #555;
}
#mediaReport dd a:hover, #tourDates dd a:hover {
	color: #D26424;
}



#visualFilter div {
	float: right;
	margin-left: 15px;
	padding: 5px 0;
	border: 2px solid #DDD;
	background: #EEE;
	line-height: 1.4;
	cursor: default;
}
#visualFilter p {
	margin: .1em .5em;
	padding: .1em .8em;
	font-size: 1.4em;
	text-transform: capitalize;
}
#visualFilter p span {
	border-bottom: 1px dashed #999;
	cursor: pointer;
}
#visualFilter p.active {
	background: #E5D5C5;
}
#visualFilter p.active span {
	border-bottom: none;
	cursor: default;
}
#visualFilter p em {
	margin-left: .2em;
	font-size: .8em;
	color: #999;
}




/* --- FOOTER -------------------------------------------------------------- */
#footer {
	padding: 27px 0 10px;
	color: #F4F5F6;
	background: #242425 url("../images/shadow_footer_pattern.png") repeat-x 0 0;
	text-align: center;
}
#footerText p {
	width: 650px;
	margin: 1.5em auto 1em;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: #808080;
}
#partners {
	padding-bottom: 5px;
	border-bottom: 1px dotted #4D4D4D;
}
#partners img {
	vertical-align: middle;
}
#partners a {
	margin: 0 24px;
}
