/* 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;
}

#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: medium;
    text-indent: 100px;
}
#header .header-text {
    margin: 0;
    padding: 0;
    color: #fff;
}

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

#content #menu {
    float: left;
    background: #fff5ba;
    width: 450px;    
    margin: 0 0 0 5px;    
}

#content #menu #play-area {
    margin: 10px;
    width: 90%;
    height: 40px;
    text-align: center; 
}

#content #menu #setting {
    margin: 0 20px 0 20px;
    padding: 5px;
}

#content #menu #selectors {
    margin: 0 20px 0 20px;
    padding: 5px;
}

#content #menu #menu-items {
    margin: 0;
    padding: 0 20px 0 20px;    
}
    
#content #menu #menu-items .menu-item {
    margin: 1px;
    padding: 1px;    
    height: 20px;
    border: 1px solid #ddd58a;
}

#content #menu #menu-items .menu-item:hover {
    background: #baf5ff;
    border: 1px solid #ddd58a;
}

#content #menu #menu-items .menu-item .checkbox {
    float: left;
    width: 20px;
}

#content #menu #menu-items .menu-item .title {
    float: left;
    width: 80%;
}

#content #menu #menu-items .menu-item .www {
    float: right;
    width: 30px;
    padding: 0 12px 0 0;
    margin: 0 4px 0 0;
    background: right no-repeat url('../img/external.png');   
}

#content #menu #offer {
    margin: 0 20px 0 20px;
    padding: 5px;
}

#content #player {
    float: right;
    background: #fff5ba;
    text-align: center;
    width: 450px;
    margin: 0 5px 0 0;    
}

#content #player #mp {
    clear: both;
}

#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;
}    
