/* CSS styles for producers page */

/* listen table */
#listenTableContainer {
	clear: both;
	padding:0px 8px 8px;
	border: 1px solid #99aacc;
	margin:0px;
}

#listenTable {
}

#listenTableHeader {
	margin:10px 0px 15px 13px;
}

#listenTableQuickNav {
	
}

#listenTableQuickNav li {
	display: inline;
	float: left;
	margin:auto 5px;
	font-size:1.25em;
	font-weight:bold;
	margin-right:15px;
}

#listenTableSearchbox {
	float: right;
	margin-right:10px;
	
}

#listenTableRange {
	margin-bottom:5px;
	margin-right:20px;
	text-align:right;
}

#listenTable .tablecell1, .tablecell2 {
	border-top: 1px solid #99aacc;
}

#listenTable .tablecell1 {
}

#listenTable .tablecell2 {
	background: transparent url(images/list-gradient-blue-big.png) repeat-y scroll 0% 50%;
}

.listenTableItem .icon{
	position:absolute;
	padding:25px 0px 0px 13px;
}

.listenTableItem .item{
	padding:12px 55px;
}


#listenTable img {
	border: 0;
}

.listenTableLinks {
	text-align: center;
}


/* listen options box */

#listenOptions ul {
	margin-left:35px;
	padding:10px 0px;
}

#listenOptions li {
	list-style-type: none;
}

#listenOptionsGo, #listenOptionsSort, #listenOptionsPeriod {
	padding-top:15px;
}

