.streamsTop{
	float:left;
	width:640px;
	height:340px;
	overflow:hidden;
	margin-bottom:14px;
	position:relative;
}

.streamsPage .streamsTop{
	height:auto;
}

.streamsPage {
}

.streamsTop .articleBrief{
	float:left;
	width:120px;
	font-size:11px;
	color:#595959;
	margin-top:8px;
	margin-right:10px;
	overflow:hidden;
	height:100%;
}

.streamsTop .articleBrief{
	min-height:340px;
	_height:expression(this.scrollHeight < 340? "340px" : "auto");

}

.articleBrief a.streamTitle{
	margin-top:5px;
	overflow:hidden;
	white-space:nowrap;
	display:block;
	text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('/xml/text-overflow.xml#ellipsis');
	width:120px;
	color:#595959;
	text-decoration:none;
}

.articleBrief a.streamTitle:hover{
	text-decoration:underline;
}

.articleBrief a.articleTitle{
	position:relative;
	top:4px;
	font-size:15px;
	font-weight:bold;
	color:#000;
	display:block;
	text-decoration:none;
	overflow:hidden;
	width:120px;
}

.articleBrief a.articleTitle:hover{
	text-decoration:underline;
}

.articleBrief .articleText{
	position:relative;
	top:10px;
	display:block;
	overflow:hidden;
}

.articleBrief .votesComments{
	float:left;
	display:block;
	margin-top:17px;
	font-size:11px;
}

.articleBrief .votesComments span{
	height:12px;
	display:block;
	float:left;	
}

.votes{
	background:url('/media/images/beta-pics/streams_comment.png') no-repeat 0px 3px;
/*	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/beta-pics/streams_comment.png', sizingMethod='crop');*/
	padding-left:14px;
	margin-left:13px;
}

.artComments{
	background:url('/media/images/beta-pics/streams_vote.png') no-repeat 0px 2px;
/*	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/beta-pics/streams_vote.png', sizingMethod='crop');*/
	padding-left:13px;
}

.people{
	background:url('/media/images/beta-pics/activities_people.png') no-repeat 0px 2px;
	padding-left:15px;
	margin-left:13px;
}

.ntracks{
	background:url('/media/images/beta-pics/activities_tracks.png') no-repeat 0px 3px;
	padding-left:13px;
	margin-left:13px;
}

.nlistens{
	background:url('/media/images/beta-pics/activities_listens.png') no-repeat 0px 3px;
	padding-left:13px;
	margin-left:13px;
}

.nViews{
	background:url('/media/images/beta-pics/art_views.png') no-repeat 0px 2px;
/*	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/beta-pics/art_views.png', sizingMethod='crop');*/	
	padding-left:18px;
	padding-right:13px;
}

.getUrl{
	background:url('/media/images/beta-pics/get_url_icon.png') no-repeat 0px 2px;
/*	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/beta-pics/get_url_icon.png', sizingMethod='crop');*/	
	padding-left:20px;
	font-size:11px;
	color:#303030;
}

.topMenu{
	margin:20px 0px;
}

.topMenu .menuItem{
	float:left;
	display:block;
	text-align:center;
	color:#fff;
	font-size:8pt;
	padding-top:2px;
	margin-right:2px;
}

.topMenu .last-child{
	margin-right:0px;
}

.topMenu .big{
	background:url('/media/images/search/general_button.jpg') no-repeat top left;
	width:106px;
	height:18px;
}

.topMenu .average{
	background:url('/media/images/search/lyrics_button.jpg') no-repeat top left;
	width:95px;
	height:18px;
}

.topMenu .small{
	background:url('/media/images/search/albums_button.jpg') no-repeat top left;
	width:67px;
	height:18px;
}

.topMenu .general:hover{
	background:url('/media/images/search/general_button_over.jpg') no-repeat top left;
}

.topMenu .tracks:hover{
	background:url('/media/images/search/tracks_button_over.jpg') no-repeat top left;
}

.topMenu .performers:hover{
	background:url('/media/images/search/performers_button_over.jpg') no-repeat top left;
}

.topMenu .albums:hover{
	background:url('/media/images/search/albums_button_over.jpg') no-repeat top left;
}

.topMenu .users:hover{
	background:url('/media/images/search/users_button_over.jpg') no-repeat top left;
}

.topMenu .tags:hover{
	background:url('/media/images/search/tags_button_over.jpg') no-repeat top left;
}

.topMenu .texts:hover{
	background:url('/media/images/search/lyrics_button_over.jpg') no-repeat top left;
}

.streamItem{
	display:block;
	background: #888888;
	padding:10px;
	margin-top:5px;
	cursor:pointer;
	color:#FFF;
}

.streamItem:hover{
	background:#F72203;
}

.streamItemTitle{
	padding-left:10px;
	font-size:14pt;
	border-bottom:1px solid #383838;
	height:30px;
}

.streamItemDescr{
	padding-left:10px;
	font-size:10pt;
}

.streamItemName{
	text-align:right;
	font-size:10pt;
	margin:5px 0px;
}

.streamItemName a{
	font-size:11pt;
	color:#F00;
}

.articleItem{
	margin:10px 0px;
	color:#000;
}

.articleItem img{
	margin-right:10px;
}

.streamList{
	margin-top:10px;
	font-size:10pt;
	color:#000;
}
.streamList li{
	list-style:none;
	padding-bottom:5px;
}
.addStream{
	color:#000;
	font-size:12pt;
	margin:5px 0px;
}

.addStream form input{
	margin-bottom:5px;
}
.addStream form textarea{
	font-size:10pt;
	width:630px;
	height:300px;
}

.addInput{
	width:500px;
}

#addButton{
	margin-top:5px;
	width:100px;
}

.voteButton{
	float:left;
	color:#FFF;
	background:#B022DE;
	font-size:12pt;
	cursor:pointer;
}

.voteButton:hover{
	color:#B022DE;
	background:#FFF;
}

.vote{
	font-size:8pt;
	float:right;
	color: #CAD1D9;
}
.voteButtonInn{
	float:left;
	color:#FFF;
	background:#F00;
	font-size:12pt;
	cursor:pointer;
}

.delAdmin{
	font-size:8pt;
	text-decoration:underline;
	padding-left:10px;
	cursor:pointer;
}

.subTitle .ui-combobox-list{
	font-weight:normal;
}

.subTitle .comboBox{
	margin-top:-3px;
}

/*
.streamsPage .streamsTop{
	margin-top:-20px;
}
*/

.streamsTopBrief{
	clear:both;
	float:left;
	width:314px;
	margin-bottom:30px;
}

.streamsTopBrief .streamPreview{
	width:314px;
	float:left;
}

.streamsTopBrief .streamInfo{
	float:right;
	display:block;
	width:220px;
	height:37px;
	background:url('/media/images/beta-pics/charts_back.png') no-repeat -314px -312px;
	margin-bottom:12px;
	padding:8px 10px 10px 23px;
}

.streamsTopBrief .streamInfo .title{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:220px;
	overflow:hidden;
	white-space:nowrap;
	display:block;
	text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('/xml/text-overflow.xml#ellipsis');
}

.streamsTopBrief .info{
	margin-top:8px;
	float:left;
}

.streamsTopBrief .picLink{
	float:left;
	padding-bottom:6px;
	border-bottom:1px solid #d4d4d4;
}

.streamsTopBrief .picLink img{
	vertical-align:text-bottom;
}

.streamsPage .paging{
	padding-bottom:10px;
}

.activities {
	position:absolute;
	top:0;
	right:0;
	color:#888888;
}

.articleTopInfo{
	width:631px;
	height:40px;
	padding-top:10px;
	border-bottom:1px solid #e3e3e3;
	float:left;
}

.articleTopInfo .alsoInStream{
	float:right;
}

.articleTopInfo .alsoInStream img{
	width:30px;
	height:30px;
	margin-left:3px;
	vertical-align:middle;
}

.articlePage .articleText{
	margin-top:14px;
	float:left;
	color:#303030;
	font-size:12px;
	text-align:justify;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:20px;
}

.articlePage .articleText a{
	color:#1269c3;
}

.articlePage .articleText a:hover{
	color:#247fdc;
}

.pInfo a{
	text-decoration:none;
}


.pInfo a.editLink{
	color:#1269c3;
	text-decoration:underline;
}

.pInfo a.editLink:hover{
	color:#247fdc;
	text-decoration:none;
}

.articlePage .bottomArticleInfo{
	position:relative;
	float:left;
	width:631px;
	border-bottom:1px solid #e3e3e3;
	padding-top:7px;
	font-size:11px;
}

.alsoInStream .usersTooltip{
	top:-38px;
}

.articlePage .bottomArticleInfo .getUrl{
	margin-left:2px;
	font-size:11px;
}

.articlePage .bottomArticleInfo table, .ratingBlock table{
	width:631px;
}

.articlePage .bottomArticleInfo td, .ratingBlock td{
	/*width:33%;*/
	vertical-align:middle;
}

.ratingWorks{
	text-align:center;
	font-family:Tahoma;
	font-size:36px;
	font-weight:bold;
	color:#303030;
}

.articlePage .bottomArticleInfo .inFav, .ratingBlock .inFav{
	float:right;
	margin-top:0;
}

.ratingButtons{
	position:absolute;
	top:12px;
}

.rbPlus, .rbPlusUnactive{
	right:-45px;
	_right: 45px;
}

.rbMinus, .rbMinusUnactive{
	left:-45px;
}

.ratingButtons{
	background:url('/media/images/beta-pics/vote+-.png') no-repeat 0px 0px;
	width:21px;
	height:21px;
	display:block;
	overflow:hidden;
}

.rbPlus{
	background-position:0px 0px;
}

.rbPlusUnactive{
	background-position:-42px 0px;

}

.rbPlus:hover{
	background-position:-21px 0px;
}

.rbMinus{
	background-position:0px -21px;
}

.rbMinusUnactive{
	background-position:-42px -21px;
}

.rbMinus:hover{
	background-position:-21px -21px;
}

a.claimLink{
	color:#303030;
	font-size:11px;
	font-family:Tahoma;
	text-decoration:none;
	font-weight:normal;
}

a.claimLink:hover{
	text-decoration:none;
}

a.claimLink span.txt{
	border-bottom:1px dotted #303030;

}
.claimLink .downButton {
	background: url(/media/images/beta-pics/arrow_alert.gif) no-repeat 0px 0px;
	width: 13px;
	height: 13px;
	display:inline-block;
	position:relative;
	top:3px;
	left:4px;
}

a.claimLink:hover .downButton {
	background-position: 0px -13px;
}

.bottomArticleInfo .tags{
	font-size:11px;
	padding-top:30px;
	display:block;
	position:relative;
	color: #303030;
}

.bottomArticleInfo .navigation{
	color:#303030;
	font-size:11px;	
	background:url('/media/images/beta-pics/arrows.gif') no-repeat 0px 0px;
}

.bottomArticleInfo .backLink{
	background-position: 0px -11px;
	padding-left:30px;
}

.bottomArticleInfo .nextLink{
	color:#303030;
	font-size:11px;
	float:right;
	background-position: right 4px;
	padding-right:30px;
	white-space:nowrap;
}

.ratingBlock{
	height:98px;
	border-bottom:1px solid #e3e3e3;
	top:0;
}

#selectStream {
	list-style:none;
	margin:0;
	padding:0;
}

#selectStream li{
	margin-left:0;
	padding-left:0;
}

#selectStream li a {
	color:#ccc;
}


.streamHeader{
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	padding:5px;
	font-weight:bold;
	clear:both;
	position:relative;
	top:-6px;
	margin-bottom:4px;
    background-image: url(/media/images/beta-pics/charts_back.png);
}

.streamHeader span {
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-transform:none;
}

ul.stream-list {
	padding:0;
	margin:0;
	list-style:none;
}


#vkshare0, #vkshare1, #vkshare2, #vkshare3, #vkshare4, .bottomArticleInfo table table {
	width:auto;
	float:right;
	color:#333;
}
