/*****************/
/* Streamdetails */
/*****************/

div#details-body{
margin-left:5px;
  border: 1px solid #375a87;
  width: 145px;
  height: 330px;
  text-align: center;
}

div#details_box1 {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #162a43;
	border: 1px solid #375a87;
	margin: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: red;
}

div#details_box2 {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  border: 1px solid #375a87;
	background-color: #162a43;
	clear: both;
	margin: 10px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #89ecff;
}

