.left { float: left; width: 318px; min-height: 368px; } 
.left .video { float: left; height: 230px; width: 318px; background: url(images/main_tile.jpg); } 
.left .infobox { float: left; height: 97px; width: 318px; background-color: #fff; overflow: visible; } 
.left .infobox .details { float: left; width: 295px; padding-left: 20px; height: 86px; padding-top: 10px; }
.left .infobox .details_club { float: left; width: 243px; padding-left: 20px; height: 86px; padding-top: 10px; } 
.left .infobox .details .title { float: left; font-family: helvetica, Arial, sans-serif; font-weight: bold; font-size: 16px; }
.left .infobox .details .title_smaller { float: left; clear: both; font-family: helvetica, Arial, sans-serif; font-weight: bold; font-size: 12px; }
.left .infobox .details_club .title { float: left; font-family: helvetica, Arial, sans-serif; font-weight: bold; font-size: 16px; }
.left .infobox .l2_event_status { float: left; margin-top: 14px; width: 70px; }  
.left .infobox .details .fine { float: left; width: 295px; clear: both; font-family: helvetica, Arial, sans-serif; font-weight: normal; font-size: 12px; }
*+html .left .infobox .details .fine { width: 315px; border: 1px solid white; }
.left .infobox .details_club .fine { float: left; width: 217px; clear: both; font-family: helvetica, Arial, sans-serif; font-weight: normal; font-size: 12px; }
.left .navbox1 { float: left; height: 21px; width: 318px; background-color: #999999; } 
.left .navbox2 { float: left; height: 21px; width: 318px; background-color: #7f7f7f;} 
.right { float: left; width: 362px; height: 369px; background-color: #d8e0e3; overflow: auto; } 
.right .l3_artist_img { float: left; height: 230px; width: 345px; background-color: #000; } 
.right .l3_artist_writeup { float: left; width: 315px; background-color: transparent; color: #000; padding: 30px 15px; } 
.right .l3_artist_writeup p { margin-bottom: 15px; } 
.right .l3_artist_writeup p.quote { color: #444; } 

/* CSS for Country text of L3 page */
 .left .infobox .details .title1 { float: left; clear: both; font-family: helvetica, Arial, sans-serif; font-weight: normal; font-size: 16px; }                                                                                                                                                                              
 
 .right_text{ float: left; margin-left: 50px; width: 250px; font-family: helvetica, Arial, sans-serif; font-weight: normal; margin-bottom: 10px;}
 
/* tabbing css */
#artist_vid {
    background: url(images/main_tile.jpg);
}
.mootabs_title {
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 22px;
    margin-left: 22px;
}

.mootabs_title li {
    float: left; display: inline;
    margin-right: 5px;
    cursor: pointer;
    height: 22px;    
}

.mootabs_title li.active {
    background-color: #e6e6e6;
}

.mootabs_panel {
    display: none;
    background-color: #ddd; border: 1px solid #444;
    width: 100%;
    text-align: center;
    clear: both;
    overflow: hidden;
}

.mootabs_panel.active {
    background-color: #000;
    display: block;
}

.media_title {
    clear: left;
    color: #fff;
    font-family: 10pt sans-serif; letter-spacing: 1px;
    
}