/* band box */
#container_text div.band-result {
	color: #2D3A4B;
	width: 705px;
	margin: 0px auto 7px auto;
	padding: 0;
	position: relative;
	background: url(../images/find-band-mid.gif) repeat-y;
}

#container_text div.band-result p.details {
	line-height: 1.5em;
}

.band-result .top {
	height: 29px;
	background: url(../images/find-band-top.gif) no-repeat;
	margin: 0 0 6px 0;
}

.band-result .top-large {
	height: 36px;
	background: url(../images/find-band-top-large.gif) no-repeat;
	margin: 0 0 6px 0;
}

.band-result .top h3 {
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 8px 0 0 10px;
}

.band-result .top-large h3 {
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding: 10px 0 0 10px;
}

.band-result .bot {
	height: 5px;
	background: url(../images/find-band-bot.gif) no-repeat;
	margin: 0;
	width: 100%;
	clear: both;
	margin: 8px 0 0px 0;
	overflow: hidden;
}

.band-result .logo {
	float: right;
}

.band-result .logo img {
	margin-top: 0!important;
	margin-right: 5px!important;
	/* border: 1px solid gray; */
	padding: 1px;
}

div.band-result p,  div.description {
	margin: 10px 10px 0px 15px;
}

.band-result div.contact-details {
	margin: 5px 10px 0px 25px;
}

.band-result span.contact-heading {
	color: #067D84;
	font-weight: bold;
}

#container_text div.band-result .top h3 a{
	color: white;
	text-decoration: none;
}

#container_text div.band-result .top h3 a:hover {
	text-decoration: underline;
}

/* div.band-result .top div.view-band {
	float: right; 
	margin: 9px 17px 0 0;
} */

div.band-result .music-sample {
	margin: 10px 0 0px 15px;
}

.band-result h5 {
	font-size: 12px!important;
	
}

p.search-result-stats {
	float: right;
	font-size: 10px;
	color: white;
}

div.band-result .audio-samples {
	margin-left: 30px;
}

#container_text div.band-result a {
	color: #0000CD;
	text-decoration: none;
}

#container_text div.band-result a:hover {
	text-decoration: underline;
}

.image-right {
	float: right;
	display: block;
	margin: 9px 8px 15px 20px;
	padding: 2px;
	overflow: hidden;
}

/* find band search btn */
.view-band-page-btn {
	background: url(../images/view-band-page-btn.gif) no-repeat;
	display: Block;
	width: 107px;
	height: 0px;
	margin: 0 0 0 0px;
	padding: 33px 0 0 0px;
	margin: 0 5px 0 15px;
	border: none;
	overflow: hidden;
}

.view-band-page-btn:hover {
	background-position: 0 -33px;
	cursor: pointer;
}


.icon {
  margin:0 3px -3px 3px;
  padding:0;
  border:none;
}
a.iconLink {
  text-decoration: none !important;
  color:#00d !important;
  font-weight: normal;
}
a.iconLink span {
  text-decoration: underline !important;
}

.link-back {
	text-align: center;
}
