/*

#####################################################################################################################

Source arrondis :

http://www.bestinclass.com/blog/2008/css3-border-radius-rounded-corners-ie/

#####################################################################################################################

*/





div.FSMP3Player {
	font-size: 0.9em;
	overflow: hidden;
}

div.FSMP3Player img {
	border: 0px;
}

div.FSMP3Player div.infosGen {

}

div.FSMP3Player div.infosGen h4 {

}

div.FSMP3Player div.infosGen span.artist {

}

div.FSMP3Player div.infosGen span.playtime {

}


div.FSMP3Player div.comment {

} 

div.FSMP3Player div.dewPlayer {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 15px;
	padding-bottom: 10px;
} 


div.FSMP3Player div.download_and_share {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #C00000;
	overflow: hidden;
	height: 16px;
	margin-bottom: 4px;
} 

div.FSMP3Player div.download_and_share div.download {
    float: left;
} 

div.FSMP3Player div.download_and_share div.download div.downloadIntro {
    float: left;
	vertical-align: 50%;
} 

div.FSMP3Player div.download_and_share div.download div.D_Download {	
    float: left;
	margin-left: 8px;
	margin-right: 20px;
} 

div.FSMP3Player div.download_and_share div.download div.D_Download a {

} 





div.FSMP3Player div.download_and_share div.share {
    float: left;
	width: 100px;
} 


div.FSMP3Player div.download_and_share div.share div.shareIntro {
    float: left;
	vertical-align: 50%;
} 

div.FSMP3Player div.download_and_share div.share div.FB_Share {
	display: inline;
	margin-left: 8px;
	vertical-align: 20%;
} 




div.FSMP3Player div.download_and_share div.share div.FB_Share a {

} 


div.FSMP3Player div.download_and_share div.share div.Tw_Share {
	display: inline;
	vertical-align: 20%;
} 

div.FSMP3Player div.download_and_share div.share div.Tw_Share a {

} 




div.FSMP3Podcaster {
  margin-top: 12px;
  clear: both;
  border: solid 1px #DDDFDE;
  position: relative;
  /*overflow: hidden;*/
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 15px;
  font: 0.95em/1.5 "Verdana",sans-serif;
  background-color: #FDF4E5;
}


div.FSMP3Podcaster > .tl,
div.FSMP3Podcaster > .tr,
div.FSMP3Podcaster > .bl,
div.FSMP3Podcaster > .br {
  width: 19px;
  height: 19px;
  position: absolute;
}

div.FSMP3Podcaster > .tl, div.FSMP3Podcaster > .tr {
  width: 14px;
  height: 14px;
  position: absolute;	
}

div.FSMP3Podcaster > .bl, div.FSMP3Podcaster > .br {
  height: 14px;
  position: absolute;
}


div.FSMP3Podcaster > .tl {
  background: url(img/rounded-tl.png) top left no-repeat;
  top: -1px;
  left: -1px;
}

div.FSMP3Podcaster > .tr {
  background: url(img/rounded-tr.png) top right no-repeat;
  top: -1px;
  right: -1px;	
}

div.FSMP3Podcaster > .bl {
  background: url(img/rounded-bl.png) bottom left no-repeat;
  bottom: -1px;
  left: -1px;	
}

div.FSMP3Podcaster > .br {
  background: url(img/rounded-br.png) bottom right no-repeat;
  bottom: -1px;
  right: -1px;
}








div.FSMP3Podcaster div.fileData {
  border-bottom: dashed 1px #ccc;
  font: 0.95em/1.5 "Verdana",sans-serif;
  text-align: justify;
}

div.FSMP3Podcaster div.fileData div.dewPlayerforPodcastFile {
  margin-top: 12px;
  margin-left: 20px;
  margin-bottom: 5px;
}


div.FSMP3Podcaster div.fileData div.podcastFileInfo {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}

div.FSMP3Podcaster div.fileData div.podcastFileInfo span.podcastFileTitle {
  font-weight: bold;
}

div.FSMP3Podcaster div.fileData div.podcastFileInfo span.podcastFileComment {

}

div.FSMP3Podcaster div.fileData div.podcastFileInfo span.podcastFileArtist {

}

div.FSMP3Podcaster div.fileData div.podcastFileInfo span.podcastFilePlayTime {

}


div.FSMP3Podcaster div.fileData div.download_and_share {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000000;
	overflow: hidden;
	height: 16px;
	margin-bottom: 4px;
    margin-left: 12px;
    font: 0.95em/1.5 "Verdana",sans-serif;
}


div.FSMP3Podcaster div.fileData div.download_and_share div.download {
    float: left; 
}


div.FSMP3Podcaster div.fileData div.download_and_share div.download div.downloadIntro {
    float: left;
	vertical-align: 50%;
}


div.FSMP3Podcaster div.fileData div.download_and_share div.download div.D_Download {
    float: left;
	margin-left: 8px;
	margin-right: 20px;
}

div.FSMP3Podcaster div.fileData div.download_and_share div.download div.D_Download a {

}


div.FSMP3Podcaster div.fileData div.download_and_share div.share {
    float: left;
    width: 100px;
}


div.FSMP3Podcaster div.fileData div.download_and_share div.share div.shareIntro {
    float: left;
	vertical-align: 50%;
}


div.FSMP3Podcaster div.fileData div.download_and_share div.share div.FB_Share {
	display: inline;
	margin-left: 8px;
	vertical-align: 20%;
}

div.FSMP3Podcaster div.fileData div.download_and_share div.share div.FB_Share a {
	
}

div.FSMP3Podcaster div.fileData div.download_and_share div.share div.Tw_Share {
	display: inline;
	vertical-align: 20%;
}

div.FSMP3Podcaster div.fileData div.download_and_share div.share div.Tw_Share a {

}






	
	
	