body{
	margin: 0px;
	padding: 0px;
	font-family: "Arial";
	color:#ccc;
}
a{
	text-decoration: none;
	color:#1C49FF;
}
a:hover{
	color:#1A255C;
}
.displayHidden, .vkfm_displayHidden{
	display: none;
}
.floatRight{
	float: right;
}
.floatLeft{
	float: left;
}
/*-----------------------------------------*/
/* music content*/
/*-----------------------------------------*/
.vkfm_musicPlayerContainer{
	bottom:0px;
	height:40px;
	width:100%;
	padding: 10px;
	text-align:left;
}
.vkfm_creditLabel{
	position: relative;
	right: 20px;
}

.vkfm_floatLeft{
	float:left;
}
.vkfm_floatRight{
	float:right;
}
.vkfm_leftText{
	text-align:left;
}
.vkfm_displayHidden{
	display:none;
}
.vkfm_musicPlayerPlayer{
	height:40px;
	width: 45px;
	margin-right: 20px;
}

.vkfm_playerTrackInformationStyle{
	font-size:16px;
	height:20px;
	line-height:25px;
	margin-bottom: 3px;
	overflow:hidden;
}

.vkfm_musicPlayerInformationContainer{
	height:40px;
}

.vkfm_currentTrackMiniInfo{
	font-size:12px;
}

.vkfm_playerOptionsInformationStyle{
	font-size:12px;
	height:20px;
	line-height:20px;
}

.vkfm_playerNotLoadedInformation{
	height:40px;
	line-height:40px;
	font-size:18px;
	width:100%;
}

.vkfm_bottomLink{
	cursor:pointer;
}

.vkfm_playlistInfoContainer{
	height:300px;
	width:670px;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	margin:auto;
	margin-top:20px;
	margin-bottom: 20px;
}

.vkfm_favIconTrackImg{
	border:medium none;
	height:20px;
	position:relative;
	top:4px;
	width:20px;
}


.vkfm_playerSlider{
	width: 100px;
	height: 10px;
	position:relative;
	top:3px;
	margin-left:8px;
	margin-right:8px;
}
.vkfm_playerProgressContainer{
	margin-right:8px;
	margin-left:8px;
}
.vkfm_playerIconButton{
	height: 20px;
	width: 18px;
	display:block;
	position:relative;
	top:-1px;
	background-position: center center;
	background-repeat: no-repeat;
}
.vkfm_playerPlayButton{
	background-image: url("../img/buttons/playbutton-on.png");
}
.vkfm_playerPauseButton{
	background-image: url("../img/buttons/pausebutton-on.png");
}
.vkfm_playerPrevButton{
	background-image: url("../img/buttons/prevbutton-on.png");
}
.vkfm_playerNextButton{
	background-image: url("../img/buttons/nextbutton-on.png");
}
.vkfm_playerDownloadButton{
	background-image: url("../img/buttons/addtolibrary_16_off.png");
}
.vkfm_playerDownloadButton:hover{
	background-image: url("../img/buttons/addtolibrary_16_on.png");
}


/*-----------------------------------------*/
/* search filter content*/
/*-----------------------------------------*/
.searchResultTrackImage, .vkfm_playlistResultTrackImage{
	height: 100px;
	width: 100px;
	overflow: hidden;
	margin-right:20px;
}

.searchFilterTrack, .vkfm_playlistFilterTrack{
	width:640px;
	margin-bottom:20px;
}

.searchFilterTrack{
	background:#fff;
	color:#333;
	padding:5px;
	opacity:0.8;
}

.vkfm_playlistFilterTrack{
	background:#ccc;
	color:#333;
	padding:5px;
}

.searchFilterTrackBottomRow, .vkfm_playlistFilterTrackBottomRow{
	margin-top:5px;
	height:100px;
	width:100%;
}
