

/*
 *
 *  .blueCallout
 *
 */

.blueCallout {
  width: 360px;
  margin-left: 20px;

}

 .blueCallout .header {
 	height: 30px;
 	background: url(/images/widgets/currentRingtones/header.png) no-repeat top left;

 }

 .blueCallout .header .inner {
 	float: left;
 	color: #FFFFFF;
 	font-size: 14px;
	padding: 8px;


 }

 .blueCallout .body-inner {

	text-align: left;

 }

 .blueCallout .footer {
 	height: 15px;
 	background: url(/images/widgets/currentRingtones/footer.png) no-repeat top left;

 }

 .blueCallout .listing {
 	background-color: #E6E6E6;
	height: 36px;
 }

 .blueCallout .even {
 	background-color: #F2F2F2;
 }

 .blueCallout .playPause {
 	cursor: pointer;
 	float: left;
 	background: url(/images/widgets/currentRingtones/playIcon.png) no-repeat top left;
	width: 13px;
	height: 15px;
	margin: 12px 4px 4px 6px;
 }

  .blueCallout .download {
 	cursor: pointer;
 	float: left;
 	background: url(/images/widgets/currentRingtones/downArrowCircle.png) no-repeat top left;
	width: 23px;
	height: 23px;
	margin: 8px 2px 2px 4px;
 }

 .blueCallout .content {
 	float: left;
 	margin-top: 8px;
	margin-left: 5px;
 }

 .blueCallout .content a {
 	color: #333333;
	font-size: 13px;
 }

 #homeFeatured .playing, #videosPage .playing, #currentRingtones .playing, #changethisringtone .playing {

 	background: url(/images/widgets/currentRingtones/pauseIcon.png) no-repeat top left;

 }

