html, body {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100.01%;
font-family: inherit;
vertical-align: baseline;
font-family: 'Open Sans Condensed', sans-serif;
min-width: 1280px;
width: 100%;
	letter-spacing: 1px;
height: 100%;
}

a
{
	color: #C7B299;
}

center
{
	height:100%;
	width: 100%;
}
/* Very Basic Container Styling *******************/
.headerimg {
background: #fff;
position: absolute;
top: 0px;
bottom:0px;
left: 0px;
right: 0px;
overflow: hidden;
min-width: 1280px;
min-height: 700px;
width: 100%;
} 

#pageTitle
{
	font-size: 28px;
	color: #000;
	text-transform:uppercase;
	margin-top:32px;
}

/* HTML ELEMENTS */

/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */


#content 
{
	width: 100%;
	min-width:1280px;
	 
	 /* right: 50%;
	 margin-right: -640px; */
	height: 100%;
	/* min-height: 700px; */
	display:table;
	text-align:left;
	
}

#contentCenter 
{
	width: 1280px;
	min-width:1280px;
	 
	 /* right: 50%;
	 margin-right: -640px; */
	/* min-height: 700px; */
	display:table;
	text-align:left;
	margin:auto;
	overflow:hidden;
	
}

#icons
{
	float:left;
	width:145px;
	text-align:center;
	margin-top: 144px;
}
#icons a
{
	margin-top:95px;
	display:block;
}
#content div.row
{
	display: table-row;
	vertical-align:top;
}
#content div.rowBottom
{
	display: table-row;
	vertical-align:bottom; 
	border: 1px solid blue;
}
#content #topPage
{
	height: 108px;
	margin-top: 70px;

}

#content #bottomPage 
{
	/* height: 154px; */
	vertical-align: bottom;
	display: table-row;
}
#content #bottomPage #leftColumn, #content #bottomPage #middleColumn, #content #bottomPage #rightColumn
{
	vertical-align:bottom;
	height:100%;
}
 #content #bottomPage #contentCenter
 {
	 vertical-align:bottom;
	 height:100%;
 }

#content #bottomPage #rightColumn
{
	width: auto !important;	
}

#content #bottomPage #leftColumn a.allNewsBtn
{
	margin-left: 165px;
}

#leftColumn
{
	/* float: left; */
	width: 525px;
	min-width: 525px;
	height: 100%;
	display: table-cell;
	vertical-align:bottom;
	height:100%;
	
}
#leftColumn #cont
{
	width: 361px;
	float: right;
	height: 100%;
	display: table;
	
}

#leftColumn #cont #DMalikov
{
	margin-bottom: 24px;
}

#leftColumn #video
{
	background: url(/img/main_videoBg.png) no-repeat left top;
	width: 342px;
	height: 220px;
	overflow: hidden;
	margin-top: 139px;
}

#leftColumn #video iframe
{
	width: 310px;
	height: 175px;
	margin-left: 10px;
	margin-top: 12px;
}

#leftColumn #video a.moreBtn
{
	display: block;
	float: right;
	margin-right: 20px;
	color: #fff;
	font-size:  12px;
	margin-top: 7px;
	text-decoration: underline;
	letter-spacing:0.7px;
}

#leftColumn #audioPlayer
{
	margin-top: 8px;

}

#leftColumn #audioPlayer .playlistHolder
{
	display: none;
}
/* player holder */

#leftColumn #audioPlayer .playlistName
{
	color: #736357;
	font-size: 14px;
	text-decoration: underline;
	margin-left: 10px;
	margin-right: 10px;
	
}


#leftColumn #audioPlayer .playerHolder{
	/* position:absolute; 
	top:0px;
	left:0px; */
	width:338px;
	height:72px;
	background-image: url('/img/playerBg.png'); 
	background-repeat: repeat-x; 
	position: relative;
}

/* player audio name mask for the name scroll function. Set width of the scrolling mask here. Also adjust height if neccesarry. */
#leftColumn #audioPlayer .player_mediaName_Mask{
	position:absolute;
	top:46px;
	right:10px;
	width:222px;
	padding-right: 10px;
	height:20px;
	overflow:hidden;
	background: #000;
	
}
#leftColumn #audioPlayer .player_mediaName_MaskEnd
{
	position:absolute;
	height:20px;
	right:10px;
	width:5px;
	top: 46px;
	background: #000;
}
#leftColumn #audioPlayer .corner
{
	position:absolute;
	background:url('/img/corner.png') no-repeat; width: 18px; overflow:hidden;
	height:20px;
	right:240px;
	top: 46px;
}
#leftColumn #audioPlayer .topCorner
{
	position:absolute;
	background:url('/img/topCorner.png') no-repeat; 
	width: 15px; overflow:hidden;
	height:20px;
	left:90px;
	top: 0px;
}
#leftColumn #audioPlayer .player_mediaName_Mask .trackName
{
	background: #000;
	height:20px;
	width:167px;	
		left:18px;
		position:absolute;
}

/* player audio name */
#leftColumn #audioPlayer .player_mediaName{
	position:absolute;
	top:1px;

	white-space: nowrap;
	background-color: #000;
	font-size:12px;
	color:#c7b299;
}

/* player audio time */
#leftColumn #audioPlayer .player_mediaTime{
	position:absolute;
	top:10px;
	right:17px;
	
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#leftColumn #audioPlayer .player_mediaTime_current{
	position:relative;
	top:0px;
	left:0px;
	float:left;
}

#leftColumn #audioPlayer .player_mediaTime_total{
	position:relative;
	top:0px;
	left:0px;
	float:left;
}

/* player holder for (previous,play/pause,next) buttons */
#leftColumn #audioPlayer .player_controls{
	position:relative;
	top:0px;
	left:8px;
}

/* player previous */
#leftColumn #audioPlayer .controls_prev{
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:20px;
	text-align: center;
}
#leftColumn #audioPlayer img{
	margin-top: 5px;
}
/* player play/pause */
#leftColumn #audioPlayer .controls_toggle{
	position:absolute;
	left:26px;
		top:0px;
	width:20px;
	height:20px;
	text-align: center;
}

#leftColumn #audioPlayer .controls_toggle img
{
	margin-top: 4px;
}

/* player next */
#leftColumn #audioPlayer .controls_next{
	position:absolute;
	top:0px;
	left:52px;
	width:20px;
	height:20px;
	text-align: center;
}

/* player loop */
#leftColumn #audioPlayer .player_loop{
	position:absolute;
	top:0px;
	left:274px;
	width:20px;
	height:20px;
	text-align: center;
}

/* player shuffle */
#leftColumn #audioPlayer .player_shuffle{
	position:absolute;
	top:2px;
	left:297px;
	width:20px;
	height:20px;
	text-align: center;
}
#leftColumn #audioPlayer .player_shuffle img{
	margin-top: 2px;
}
#leftColumn #audioPlayer .player_volume{
	position:absolute;
	top:1px;
	left:203px;
	width:20px;
	height:20px;
	text-align: center;
}

#leftColumn #audioPlayer .player_volume img{
	margin-top: 3px;
}
/* player volume, serves as hit as well */
#leftColumn #audioPlayer .volume_seekbar{
	position:absolute;
	top:4px;
	left:228px;
	/* for hit */
	width:40px;
	height:16px;
	/*background:green;*/
}

#leftColumn #audioPlayer .volume_bg{
	position:absolute;
	top:5px;
	width:40px;
	height:6px;
	background:#333333;
}

#leftColumn #audioPlayer .volume_level{
	position:absolute;
	top:5px;
	width:0px;
	height:6px;
	background:#ffffff;
}

#leftColumn #audioPlayer .player_volume_tooltip{
	position:absolute;
	top:10px;
	/* left is set in code */
	width:35px;/* width is not automatically set so adjust it yourself if you change font or font size */
	height:16px;
	background:#333;
	display:none;
	text-align:center;
	
	-moz-box-shadow: 1px 1px 1px #222;
	-webkit-box-shadow: 1px 1px 1px #222;
	box-shadow: 1px 1px 1px #222;
		z-index:100;

}

#leftColumn #audioPlayer .player_volume_tooltip p {
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	margin:0;
	line-height:18px;
		z-index:100;

}

/* player progress, serves as hit as well */
#leftColumn #audioPlayer .player_progress{
	position:absolute;
	left:78px;
	top: 3px;
	/* for hit */
	width:119px;
	height:16px;	/*background:green;*/
}

#leftColumn #audioPlayer .progress_bg{
	position:absolute;
	top:5px;
	width:119px;
	height:9px;
	background: url(/img/trackLineBg.jpg) no-repeat;
}

#leftColumn #audioPlayer .load_progress{
	position:absolute;
	top:6px;
	width:0px;
	height:7px;
	border-radius: 50px;
	/*background:#444444;*/
}

#leftColumn #audioPlayer .play_progress{
	position:absolute;
	top:6px;
	width:0px;
	height:7px;
	background:#ffffff;
	border-radius: 50px;
}

#leftColumn #audioPlayer .player_progress_tooltip{
	position:absolute;
	top:40px;
	/* left is set in code */
	width:70px;/* width is not automatically set so adjust it yourself if you change font or font size */
	height:16px;
	background:#333;
	display:none;
	text-align:center;
	
	-moz-box-shadow: 1px 1px 1px #222;
	-webkit-box-shadow: 1px 1px 1px #222;
	box-shadow: 1px 1px 1px #222;
		z-index:100;

}

#leftColumn #audioPlayer .player_progress_tooltip p {
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	margin:0;
	line-height:18px;
}



#rightColumn
{
	/* float: right; */
	display:table-cell;
	vertical-align:bottom;
	width: 328px;
	height:100%;
}
#middleColumn
{
  /*  float: left; */
   width: 358px;
   display: table-cell;
   margin-left: 20px;
   vertical-align:top;
   height:100%;
}
div#topMenu
{
	display: table-row;

}
div#topMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#topMenu ul li
{

	background-image: url(/img/topMenuBg.png);
	float: left;
	margin-right: 10px;
	border-bottom: 1px solid #675852;
	height: 61px;
	cursor: pointer;
	text-transform: uppercase;
	color: #736357;
	font-size: 12px;
}

div#topMenu ul li:hover, div#topMenu ul li.hover, div#topMenu ul li:hover, div#topMenu ul li.current
{
	height: 107px;
	vertical-align: bottom;
	cursor: pointer;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	
}
div#topMenu ul li.current
{
	border-bottom: 0px !important;
}
div#topMenu ul li a
{
	
	display: block;
	margin-right: 16px;
	margin-left: 16px;
	height: 61px;
    line-height: 61px;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.5px;
	color: #675852;
	text-decoration: none;
	
	background: url(/img/brownCorner.png) no-repeat center bottom;
}

div#topMenu ul li.current a, div#topMenu ul li.current:hover a
{
	margin-top: 47px;
	color: #FFF;
	
	background: url(/img/whiteCorner.png) no-repeat center bottom;
}

div#topMenu ul li:hover a, div#topMenu ul li.hover a
{
	margin-top: 46px;
	color: #FFF;
	
	background: url(/img/whiteCorner.png) no-repeat center bottom;
}
#DMalikov
{
	width: 347px;
	height: 39px;
	margin-top: 58px;
	margin-bottom: 42px;
	/* margin-left: 164px; */
}

#newsList
{
margin-right: 14px;
display: table-row;
width: 361px;
vertical-align: bottom;
height: 30px;
}

#newsList span.header
{
	font-size: 18px;
	color: #fff;
	background-color: #736357;
	padding-left: 5px;
	padding-right: 10px;
	text-transform: uppercase;
}
#newsList div.news
{
	margin-top: 10px;
	margin-bottom: 20px;
}
#newsList div.news span.title
{
	font-size: 15px;
	color: #000;
	background-color: #c6b299;
	text-transform: uppercase;
}
#newsList div.news span.text
{
	font-size: 15px;
	color: #000;
	background-color: #c6b299;
}
#newsList div.news a
{	
	color: #919191;
}
a.allNewsBtn
{
	display: block;
	background: url(/img/allNewsBtn.png) no-repeat;
	padding-left: 45px;
	color: #c7b299;
	font-size: 15px;
	text-decoration: underline;
}

a.shareBtn
{
	display: block;
	background: url(/img/shareBtn.png) no-repeat right;
	padding-right: 48px;
	text-align: right;
	color: #c7b299;
	font-size: 15px;
	line-height:19px;
	text-decoration: underline;
	height: 19px;
	margin-top: 20px;
}

#shareBtns
{
	text-align:right;
	margin-top:30px;
	margin-right:14px;
}
#shareBtns a
{
	margin-right:5px;
}

#rightColumn #mainPageBanner
{
	width: 328px;
	height: 337px;
	overflow: hidden;
	background: url(/img/mainPageBanner.png) no-repeat left top;
	margin-top: 139px;
}
#rightColumn #mainPageBanner div
{
	margin-left: 12px;
	margin-top:10px;
	width: 293px;
	height: 293px;
	overflow: hidden;
}

#middleColumn #bottomMenu
{
	height: 35px;
	display: table-row;
	vertical-align: bottom;
}
#middleColumn #bottomMenu ul
{
	list-style: none;
	margin:0;
	padding:0;
}
#middleColumn #bottomMenu ul li
{

	background-image: url(/img/topMenuBg.png);
	float: left;
	margin-right: 5px;
	height: 34px;
	cursor: pointer;
	text-transform: uppercase;
	color: #736357;
	font-size: 12px;
}

#middleColumn #bottomMenu ul li:hover
{
	height: 34px;
	vertical-align: bottom;
	cursor: pointer;
	color: #FFF;
	
}
#middleColumn #bottomMenu ul li a
{
	margin-top: 10px;
	 padding-bottom: 10px; 
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	height: 13px;
	color: #736357;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	letter-spacing:0.5px;
	background: url(/img/brownConrner.png) no-repeat center bottom;
}

#middleColumn #bottomMenu ul li:hover a
{
	color: #FFF;
	/* margin-bottom: 20px; */
	background: url(/img/whiteCorner.png) no-repeat center bottom;
}
#middleColumn #socBtns
{
	height: 35px;
	display: table-row;
	vertical-align: bottom;
	border: 1px solid yellow;
	text-align:center;
	margin-bottom:10px;
}

#bottomPage #socBtns
{
	margin-bottom:30px;  margin-top: 30px;
}



#middleColumn #socBtns a
{
	display:inline;
	
}
#middleColumn #socBtns a:hover, #bottomPage #socBtns  a:hover{
	opacity:0.8;
	-webkit-transform:translate(0, 2px);
	-moz-transform:translate(0, 2px);
	-o-transform:translate(0, 2px);
	-ms-transform:translate(0, 2px);
	transform:translate(0, 2px);
}
 #langDiv
{
	height:19px;
	float: left;
	background:url(/img/bottomBtnBg.png) no-repeat bottom;
	width: 40px;
	margin-right:15px;
	margin-top: 27px;
	
}
 #langDivMainPage
{
	height:40px;
	float: right;
	background:url(/img/langMainBtn.png) no-repeat top;
	width: 40px;
	line-height: 40px;
	margin-right:15px;
	margin-top: 24px;
	
}
#langDiv a, #langDivMainPage a
{
	color: #362f2d;
	display: block;
	text-decoration: none;
	text-align:center;
	font-size:12px;
	line-height: 19px;
	text-transform: uppercase;
}
#langDivMainPage a
{
	line-height: 40px !important;
}


#rightColumn div.bottomCell
{
	vertical-align:bottom;
	display: table-row;
}
#rightColumn #afisha
{
	width: 311px;
	height: 41px;
	background:url(/img/afishaMainPage.png) no-repeat top;
	margin-bottom:65px;
	
}
#rightColumn #afisha div.title
{
	float:left;
	margin-left: 31px;
	width: 250px;
	overflow:hidden;
	color: #fff;
}
#rightColumn #afisha a.btn
{
	float: right;
	display:block;
	width:22px;
	height:22px;
	overflow: hidden;
	
}
#rightColumn #afisha a.btn:hover {
	opacity:0.8;
	-webkit-transform:translate(0, 1px);
	-moz-transform:translate(0, 1px);
	-o-transform:translate(0, 1px);
	-ms-transform:translate(0, 1px);
	transform:translate(0, 1px);
}
#rightColumn #afisha a.allAfishaBtn
{
	color: #736357;
	font-size: 12px;
	margin-left:55px;
	text-decoration: underline;
	display:block;
	
}
#rightColumn #search, #rightColumn #searchEn
{
	margin-top: 40px;
	width: 311px;
	height:29px;
	
	background:url(/img/searchBtn.png) no-repeat;
}

#rightColumn #search form, #rightColumn #searchEn form
{
	margin: 0px;
	padding:0px;	
}

#rightColumn #search input[type="text"], #rightColumn #searchEn input[type="text"]
{
	color: #a1a1a1;
	font-size: 14px;
	margin:0px;
	padding:0px;
	margin-left:21px;
	border:0px;
	height:16px;
	width:160px;
margin-top:3px;
	font-family: 'Open Sans Condensed', sans-serif;
}

#rightColumn #search input[type="submit"], #rightColumn #searchEn input[type="submit"]
{
	color: #a1a1a1;
	font-size: 0px;
	margin:0px;
	padding:0px;
	margin-left:17px;
	border:0px;

	width:98px;
	height:22px;
	margin-right:10px;
	float:right;
	cursor:pointer;
}
#rightColumn #search input[type="submit"]
{
	background:url(/img/searchBtn.jpg) no-repeat;
}
#rightColumn #searchEn input[type="submit"]
{
	background:url(/img/searchBtnEn.jpg) no-repeat;
}

#pageContent
{
	width: 1061px;
	
	height: 360px;
	margin-top:20px;
	margin-bottom: 20px;
}

#pageContent #videoPage, #pageContent #musicPage, #pageContent #photoPage
{
	width: 1061px;
	height: 360px;
	overflow: hidden;
	color: #fff;
	float:left;
}
#pageContent #pages
{
	width: 1061px;
	height: 360px;
	overflow: hidden;
	float:left;
	
}

#pageContent .bx-prev
{
	display: block;
	float:left;
	height:360px;
	margin-top:-360px;
	width:42px;
	margin-left:-42px;
	background:url(/img/arrowL.png) no-repeat;
	font-size:0px;
	text-indent:-9999px;
}

#pageContent .bx-next
{
	display: block;
	float:right;
	height:360px;
	margin-top:-360px;
	width:42px;
	margin-right:-42px;
	background:url(/img/arrowR.png) no-repeat;
	font-size:0px;
	text-indent:-9999px;
}

#videoPage .leftDiv
{
	width:270px;
	float:left;
}

#videoPage .event
{
	background: url(/img/gray.png) repeat;
	width: 279px;
color: #c8bfb7;

}
#videoPage .event .overview
{

}
#videoPage .event .headerDiv
{
	font-size: 28px;
	line-height:28px;
	text-transform:uppercase;

}

#videoPage .event .eventTitle
{
	font-size: 24px;
	text-transform:uppercase;
}

#videoPage .event .eventDate
{
	font-size: 20px;
	text-transform:uppercase;
color: #fff;
}

#videoPage .videoContent
{
	float:left;
	width:520px;
	height:293px;
	overflow:hidden;
}

#videoPage #rightCol
{
	float:left;
}

#videoPage #rightCol #photos
{
	height: 178px;
	overflow:hidden;
	border-bottom: 1px solid #433b33;
}

#videoPage #rightCol #aboutProject
{
	background:url(/img/aboutPiano.png) no-repeat center left;
	height:178px;
	overflow: hidden;
}

#videoPage #rightCol #aboutProject .overview
{
	width: auto;
/*	margin:15px 20px; */
}

#videoPage #rightCol .title
{
	font-size:30px;
	color: #fff;
	text-transform: uppercase;

}

#pageContent #musicPage #albumList
{
	width: 111px;
	height:357px;
	float:left;
	background: #f4f2f0;
}
#pageContent #musicPage #albumList div.albumCover
{
	width: 83px;
	height:83px;
	overflow: hidden;
	float:right;
	margin-right:8px;
	margin-bottom: 8px;
}

#pageContent #musicPage #bigCover
{
	width: 362px;
	height: 359px;
	overflow:hidden;
	background:#c8bfb7;
	float:left
}
#pageContent #musicPage #bigCover img
{
	width: 345px;
	height:343px;
	margin: 8px;
}
#pageContent #musicPage #trackList
{
	width: 338px;
		height: 359px;
		float:left;
}

#pageContent #musicPage #trackList .trackSound
{
	background: url(/img/trackListBg.gif) left bottom repeat-x  #ffffff; 
	height:36px; 
	overflow:hidden;
	width:100%;
		font-size: 15px;
		line-height: 15px;
		color: #998675;
}
#pageContent #musicPage #trackList .trackSound div
{
	margin-top: 10px;
}

#pageContent #musicPage #trackList .trackSound .playBtn
{
	float: left;
	width:28px;
	text-align:center;
	overflow: hidden;
}
#pageContent #musicPage #trackList .trackSound .trackNumber
{
	float: left;
	margin-left:4px;
	width:30px;
	text-align:left;

}

#pageContent #musicPage #trackList .trackSound .trackName
{
	float: left;
}

#pageContent #musicPage #trackList .trackSound .rightBtn
{
	float:right;
	margin-right:7px;
	width: 18px;
	height:17px;
}

#pageContent #musicPage #about
{
	width: 250px;
	height:359px;
	overflow:hidden;
	/* background:url(/img/aboutAblum.png) repeat; */
	font-size: 16px;
	color: #000;
}


#pageContent #videoPage .rightCol
{
	
width: 250px;
height: 293px;
float: left;
}

#pageContent #videoPage .leftDiv
{
	height: 293px;
}


#pageContent #videoPage .leftDiv .albumCover
{
margin: 15px 0;

}

#pageContent #musicPage #about .title, #pageContent #videoPage .title
{
	font-size: 24px;
	margin-top:0px;
	margin-bottom:34px;
	color: #000;
}

#pageContent #videoPage .about
{
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
color: #c7b299;
}
#pageContent #videoPage .about a
{
color: #fff;
}
#pageContent #videoPage  span.title
{
font-size: 15px;
text-transform: uppercase;
}

#pageContent #musicPage #about .viewport
{
	height:357px;
	margin-left: 20px;
	margin-right: 0px;
}

#videoPage .leftDiv
{
height: 357px;
overflow: hidden;
}

#videoPage .leftDiv .event .viewport
{
	height:147px;
}

#videoPage .leftDiv .event .scrollbar { float: right; }

#videoPage .leftDiv .scrollbar, #videoPage .rightCol .scrollbar { float: right; }

#pageContent #musicPage #about .scrollbar, #pageContent #musicPage #trackList .scrollbar
{
	float:right;
}


.viewport {height: 357px; overflow: hidden; position: relative; }
.overview { list-style: none; position: absolute; left: 0; top: 0; width: 100%;}

 .thumb { }
 .thumb .end
 {
	
 }
 .scrollbar { position: relative; float: left; width: 11px; }
 .track { background: url(../img/scrollbars/trackBg.png) repeat-y; height: 100%; width:13px; position: relative; padding: 0 1px; }
 .thumb { width: 9px; overflow:hidden; cursor: pointer; position: absolute; top: 0; background:url(../img/scrollbars/thumb-y.png) repeat-y center;}
 .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }




.HScrollBarDiv .viewport {height: 197px; overflow: hidden; position: relative; }
.HScrollBarDiv .overview { list-style: none; position: absolute; left: 0; top: 0; width: 100%;}

 .HScrollBarDiv .thumb { }
 .HScrollBarDiv .thumb .end
 {
	
 }
 .HScrollBarDiv .scrollbar { position: relative; height: 10px; margin-top:15px;}
 .HScrollBarDiv .track { background: url(/img/scrollbars/trackBgHor.png) repeat-x; height: 10px; width:100%; position: relative; padding: 0 1px; }
 .HScrollBarDiv .thumb { height: 10px; overflow:hidden; cursor: pointer; position: absolute; top: 0; 
 background:url(/img/scrollbars/thumb-x.png) no-repeat scroll center right ; }


 .HScrollBarDiv .thumb .end {
    background: url("/img/scrollbars/thumb-x.png") no-repeat scroll center left rgba(0, 0, 0, 0);
    height: 10px;
    overflow: hidden;
    width: 25px;
}


#videoRow
{
	vertical-align:top;
	/* background:url(../img/videoRowBg.png) left top repeat-x; */
}
#videoRow #contentCenter
{
	margin-top: 10px;
}

#whiteRow
{
	vertical-align:top;
	background: #FFF;
}

#whiteRow #whiteContent
{
	margin-left:165px;
	margin-top: 47px;
	margin-bottom:0px;
	width:792px;
	padding-bottom: 40px;
}

#whiteRow .whiteContentWide
{
	width: auto !important;
}
#whiteRow #whiteContent .alboumCover
{
	margin-right: 20px;
	float:left;
}

#whiteRow #whiteContent .alboumCoverScroll
{
	margin-right: 20px;
}

#whiteRow #subMenu
{
	margin-bottom: 47px;
	font-size: 28px;
	color: #c7b299;
}


#whiteRow #subMenu
{
	margin-bottom: 47px;
	font-size: 28px;
	color: #c7b299;
}
#whiteRow #subMenu a
{
	font-size: 28px;
	color: #c7b299;
	text-transform: uppercase;
	text-decoration:none;
}

#whiteRow #subMenu a.current
{
	color: #000;
}

#whiteRow #whiteContent .newsLine
{
	background:url(../img/newsLineBg.jpg) bottom repeat-x;
	padding-bottom: 30px;
	margin-bottom:24px;
}

#whiteRow #whiteContent .newsLine .newsTitle, #whiteRow #whiteContent .newsItem .newsTitle
{
	font-size: 31px;
	line-height: 30px;
}

#whiteRow #whiteContent .newsItem .newsTitle
{
	margin-bottom: 15px;
}

#whiteRow #whiteContent .title
{
	font-size: 31px;
	margin-bottom:20px;
}

#whiteRow #whiteContent .text
{
	font-size: 14px;
	/* margin-bottom:47px; */
	text-align:justify;
}

#whiteRow #whiteContent .newsLine .pic
{
	float:left;
	width: 164px;
	margin-right:10px;
}

#whiteRow #whiteContent .newsLine .text
{
	float: right;
	font-size: 14px;
	width: 615px;
}

#whiteRow #whiteContent .newsLine .woPic, #whiteRow #whiteContent .newsItem .woPic
{
	float: left;
	font-size: 14px;
	width: 100%;
}

#whiteRow #whiteContent .newsLine .text a
{
	color: #699eb4;
	text-decoration: none;
}

#whiteRow #whiteContent .newsLine .date, #whiteRow #whiteContent .newsItem .date
{
	width: 164px;
	background: #c7b299;
	font-size: 14px;
	color: #fff;
	text-indent:5px;
	margin-bottom:10px;
}

#whiteRow #whiteContent .newsLine .razdelSayta, #whiteRow #whiteContent .newsItem .razdelSayta
{
	font-size: 21px;
	color: #c7b299;
	margin-top: 10px;
	text-transform: upperCase;
}

#whiteRow #whiteContent .newsLine .anons
{
	font-size: 27px;
}
#whiteRow #whiteContent .newsLine .eventPicture
{
	margin-top:10px;
}

#whiteRow #whiteContent .newsLine .anons a, #whiteRow #whiteContent .newsLine .ticketLink, #whiteRow #whiteContent .newsLine .ticketLink a 
{
	font-size: 14px;
color: #6dcff6;
text-decoration: underline;
}


#whiteRow #whiteContent .newsLine .videoItem
{
	float:left;
	margin-right:20px;
	width: 250px;
}

#whiteRow #whiteContent .newsLine .videoItem .desc
{
	margin-top:20px;
	background: #ccbaa3;
	padding:10px;
}

#whiteRow #whiteContent .newsLine .videoItem .desc .info
{

	color: #fff;
	text-align: center;
	font-size: 15px;
	text-transform:uppercase;
}
#whiteRow #whiteContent .newsLine .videoItem .desc .videoTitle
{

	color: #000;
	text-align: center;
	font-size: 20px;
	text-transform:uppercase;
}


#topRow
{
	height: 178px !important;
}

#videoPage .event .news-list
{
margin: 20px;
}

#videoPage .event .news-list .newsLine
{
margin-bottom: 20px;
}
#videoPage .event .news-list .newsLine a
{
font-size: 14px;

}


#fixedMenu
{
position: fixed;
color: #fff;
height: 100px;
width: 1177px;
background: url(/img/fixMenuBg.png) top left no-repeat;
margin-left: 80px;
z-index: 1000;
top: 0;
}
#fixedMenu a.logo
{
margin-left: 120px;
margin-top: 15px;
float: left;
}

#fixedMenu #fixMenuItems
{
	height: 35px;
	display: table-row;
	vertical-align: bottom;
margin-top: 20px;
margin-right: 30px;
}
#fixedMenu #fixMenuItems ul
{
	list-style: none;
	margin:0;
	padding:0;
}
#fixedMenu #fixMenuItems ul li
{

	/* background-image: url(/img/topMenuBg.png); */
	float: left;
	margin-right: 5px;
	height: 34px;
	cursor: pointer;
	text-transform: uppercase;
	color: #736357;
	font-size: 12px;
}

#fixedMenu #fixMenuItems ul li:hover
{
	height: 34px;
	vertical-align: bottom;
	cursor: pointer;
	color: #FFF;
	
}
#fixedMenu #fixMenuItems ul li a
{
	margin-top: 10px;
	 padding-bottom: 10px; 
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	height: 13px;
	color: #736357;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	letter-spacing:0.5px;
	background: url(/img/brownLeftArr.png) left 3px no-repeat ;
text-indent: 15px;
}

#fixedMenu #fixMenuItems ul li:hover a
{
	color: #FFF;
	/* margin-bottom: 20px; */
	background: url(/img/whiteLeftArr.png) left 3px no-repeat ;
}


.brownLIne
{

height: 93px;
margin-top: 15px;

}

.brownLIne .whiteContent
{
	margin-top: 0px !important;
    margin-bottom: 0;
    margin-left: 165px;
    width: 792px;
}

#photoList2 .photoList a
{
margin-right: 20px;
}

#musicList, #videoList, #photoList2, #newsList2
{
margin-bottom: 40px;
}

.afishaEvent
{
float: left;
margin-left: 20px;
}


a.share-switch
{
	display: block;
	width: 20px;
	height: 20px;
	background: scroll transparent url('images/share.gif') center center no-repeat;
}

.share-window-parent
{
	position: relative;
top: -50px;
}

table.bookmarks-table
{
	padding: 0px;
	height: 19px;
//	height: 18px;
}

.share-dialog
{
	z-index:1000;
	position: absolute;
	top: 0px;
	color: #fff;
}


.share-dialog input
{
width: 170px;
}

.share-dialog-left
{
	right: 15px;	
}

.share-dialog-right
{
	right: 18px;	

}

.share-dialog-inner-left
{
	background: #c6b299;		
	padding: 0 1px 1px 4px;	
padding: 10px;

  border-radius: 4px;

//	padding: 1px 1px 1px 4px;
}

.share-dialog-inner-right
{
	background: scroll transparent url('images/background-right.gif') left center no-repeat;		
	padding: 0 4px 1px 1px;
//	padding: 1px 4px 1px 1px;
}

td.bookmarks 
{
	padding-left: 2px!important;
	padding-right: 2px!important;
	padding-top: 1px!important;	
	padding-bottom: 0px!important;
	border: none!important;
}

.bookmarks a
{
	background:none no-repeat scroll center center transparent;
	display:block;
	width:24px;	
	height:24px;
	overflow:hidden;
}

.bookmarks a.vk { background-image:url('/images/vk.png'); }
.bookmarks a.vk:hover { background-image:url('/images/vk_hover.png'); }
.bookmarks a.facebook { background-image:url('/images/fb.png'); }
.bookmarks a.twitter { background-image:url('/images/twitter.png'); }
.bookmarks a.facebook:hover { background-image:url('/images/fb_hover.png'); }
.bookmarks a.twitter:hover { background-image:url('/images/twitter_hover.png'); }

.bookmarks a.delicious { background-image:url('/images/delicious.gif'); }
.bookmarks a.lj { background-image:url('/images/lj.gif'); }
.bookmarks a.mailru { background-image:url('/images/mailru.gif'); }


.paginator, .paginator div
{
	color: #c7b299;
	text-align:center;
	
}

.paginator a
{
	background:url('/img/pageNumber.png') no-repeat;
	width: 19px;
	height:19px;
	text-align:center;
	display: inline-block;
	text-decoration: none;
}

.paginator a.arrows
{
	background:url('/img/pageArrow.png') no-repeat;
	color: #fff;
}


.avgrund-popin {
	position: absolute;
	background: #fff;
	padding: 10px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 50%;
	left: 50%;
	z-index: 1000;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5);

	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.avgrund-overlay {
	background: #000;
	width: 100%;
	position: relative;
	top: -1500px;
	left: 0;
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}

body.avgrund-ready,
.avgrund-ready .avgrund-popin,
.avgrund-ready .avgrund-overlay {
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;

	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	-ms-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}

body.avgrund-active {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	overflow: hidden;
}

.avgrund-active .avgrund-popin {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.avgrund-active .avgrund-overlay {
	visibility: visible;
	opacity: .5;
	filter: alpha(opacity=50);
	height: 20000px;
}

.avgrund-popin.stack {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

.avgrund-active .avgrund-popin.stack {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.avgrund-active .avgrund-blur {
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-ms-filter: blur(1px);
	-o-filter: blur(1px);
	filter: blur(1px);
}

/* Optional close button styles */
.avgrund-close {
	display: block;
	color: #555;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	top: 6px;
	right: 10px;
}
