@charset "utf-8";
/* CSS Document */
.list_table {
	width: 482px;
	text-align:left;
	padding:10px;
	height:95px; 
	background:url(images/row_web_bg.png);
	margin-left: 0px;
}



.optionTable {
	width: 495px;
	padding: 0px;
	text-align:center; 
}

.listen_icon {
	width: 100px;
	height: 100px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.listen_div {
	width:500px; 
	padding: 10px;
}



.spacer_div {
	height:10px; 
	background:#f1f1f1;
}

.listen_table {
	width: 500px;
	background-color:#f1f1f1;
	padding-top:10px;
}

.list_icon {
	height: 75px;
	width: 75px;
}

.aud_embed {
	display: inline; 
	height: 30px; 
	width: 150px;
}

.star_size {
	height: 18px;
	width: 18px;
}

.no_star_size {
	height: 18px
}

.bgcolor1 {
	background-color:#FFFFFF;
}
.bgcolor2 {
	background-color:#CCCCCC;
}

.audioListBody
{
	height:55px; 
	background:url(images/row_bg.png);
}
.audioListTable
{
	width:495px; 	
	padding-left: 10px;
	padding-right: 10px;
	border:0px;
	text-align:center;
	padding:0px;
	border-spacing:5px;
	background-color:#f1f1f1;
}

.bottomDiv
{
	width:495px;
	text-align:center; 
	border:0px;
	padding:0px;
}
.list_table A:link 
{
	text-decoration: none;
	color: #000000;
}
.list_table A:visited 
{
	text-decoration: none;
	color: #000000;
}
.list_table A:active 
{
	text-decoration: none;
	color: #000000;
}
.list_table A:hover 
{
	text-decoration: underline; 
	color: #000000;
}