/* style of tv-mis jukebox */
body {
    font-family: Tahoma, Verdana, Arial, lucida, sans-serif;
    background: #fff;
    color: #000;
    line-height: 1.5;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

a {
    color: #00f;    
}

.cb{
    clear: both;
}

img {
  border: 0;
}

#header {
    background: url('../img/back.png');
    height: 80px;
    width: auto;
    border-bottom: 2px #ddd solid; 
}

#header #logo {
    padding: 4px;
    height: 72px;
    width: 72px;
    float: left;     
}
#header #title {
    padding: 4px;
}
#header #title h1 {
    font-size: xx-large; 
}

#header #title h2 {
    font-size: small;
    text-indent: 100px;
}
#header .header-text {
    margin: 0;
    padding: 0;
    color: #fff;
}

#content {
   color: #444;
   margin: 10px auto 30px auto;
   width: 960px;   
}

#content #top {
    float: left;
    background: #fff5ba;
    text-align: center;
    width: 100%;
    margin: 0 5px 0 0;    
}

#content #top #player {
	width: 740px;
	margin: -10px 5px 0 10px;
	float: left;
}

#content #top #player #info {
	width: 400px;
  text-align: left;
	margin: 0 0 0 10px;	
	float: left;
}

#content #top #player #quality-buttons {
  width: 320px;
	text-align: right;
  float: left;	
}

#content #top #description {
	width: 195px;
	margin: 0 10px 0 0;
	float: left;
	text-align: left;
} 

#content #top #description #addthis{
	padding: 0 0 5px 0;
}

#content #description .item {
	float: none;
	clear: both;
	padding: 5px 0 0 0;
}

#content #description .item .item-text {
	float: left;
	width: 100px;
	padding: 0 0 0 5px;
}

#content #description .item .item-text h4 {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#content #description .item img {
	float: left;
}

#content #bottom {
    float: left;
    background: #fff5ba;
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
}

#footer {   
    margin-top: 20px; 
    padding: 5px;
    clear: both;
    border-top: 1px solid #ddd;
    color: #888;     
}

#footer #footer-content a {   
    color: #88f; 
}

#footer #footer-content {   
    margin: 0 10px 0 10px;
    text-align: center;
}

.edge-top-left {
    width: 20px;
    height: 20px;
    background-image: url('../img/edge-tl.png');
    float: left;
}

.edge-top-right {
    width: 20px;
    height: 20px;
    background-image: url('../img/edge-tr.png');
    float: right;
}   
.edge-top-center {
    height: 20px;
    width: 50%;
    float: left;
}   

.edge-bottom-left {
    width: 20px;
    height: 20px;
    background-image: url('../img/edge-bl.png');
    float: left;
}

.edge-bottom-right {
    width: 20px;
    height: 20px;
    background-image: url('../img/edge-br.png');
    float: right;
}    
