
#flixdiv {
 clear: both;
 background: #ddd;
/* border: 1px solid #666; */
 width: 500px;
 float: left;
 padding: 3px;
 bottom: 0px;
}

#listdiv {
/* border: 1px solid #666; */
/*  padding: 3px; */
 width: 288px;
 float: right;
}

.imgdiv_odd {
 float: left;
 width: 100%;
 padding: 2px;
 background: #ddd;
}

.imgdiv_even {
 float: left;
 width: 100%;
 padding: 2px;
 background: #bbb;
}

.imglist {
 border: 0px;
}
.imglist_left {
 float: left;
 height: 100%;
 padding: 3px;
}
.imglist_right {
}

#maindiv {
 background: #fff;
 position: relative;
 width: 800px;
 margin-left: auto;
 margin-right: auto;
}

body {
 background: #fff;
 font-family: Verdana,'Times New Roman';
}

.namediv {
    font-weight: bold;
}

.descdiv {
    font-style: italic;
}
.topname {
    font-size: larger;
    float: left;
}
.topcreate {
    float: right;
}

/* top part of main page */

#topdiv {
    height: 50px;
}

#topimg {
    float: left;
    margin-right: 30px;
}

.tab {
    float: left;
    border: 1px solid #abe;
    color: #039;
    padding: 2px;
    margin-left: 5px;
    margin-top: 30px; /* ugly hack, need to get this working with 'bottom' oid */
    background: url(/joeptube/static/img/bg_topbutton.jpg);
}

.tab * {
    text-decoration: none;
    color: #039;
}

.tab:hover {
    background: url(/joeptube/static/img/bg_topbutton_active.jpg);
    border: 1px solid #bbb;
}

