/*Created by Mingxing 2007/09/10
* This css file is for podcasts setction of OS07
*/ 

.podcast
{
	border-bottom: thin solid #0000FF; 
	width: 630px;
	margin: 20px 0;
	padding: 0 0 20px 0;
}
.podcast-title h6
{
    text-align: left;	
	font-style: italic;
}
.podcast-artist
{
    float: left;
	width: 240px;
	
}
.podcast-content
{
    float: right;
	width: 360px;
}
.podcast-content-image
{
	float: left;
	width: 150px;
	height: 112px;
	margin: 0 10px;
	text-align: left;
}
.podcast-flashplayer
{
	float: left;
	width: 300px;
    margin: 10px 20px;
}
.podcast-flashplayer p
{
    margin: 5px 0;
    font-style: italic;	
}
.podcasts-bottom
{
	margin-top: 20px;
}


.break
{
    clear: both;	
}