﻿.liveThemesList
{   
    float:left;
}
.liveThemesList ul
{
    float:left;
    width:100%;
    padding:0 0px 0 2px;
    margin:0px;
}
.liveThemesList li
{
    width:99px;
    height:95px;
    float:left;
    list-style-type:none;
}
.liveThemesList .themeImage
{
    width:100%;
    height:50px;
    float:left;
    text-align:center;
}
.liveThemesList .themeImage img
{
    margin:0px auto;
    height:50px;
}
.liveThemesList .themeText
{
    width:100%;
    float:left;
    text-align:center;
    font-size:12px;
}
.liveThemesList .themePanel
{
   display:block;
   width:100%;
   float:left;
   text-align:center;
}


.themeBarList
{
    width:938px;
    height:62px;
}
.themeBarList ul
{
    float:left;
    width:100%;
    margin:0px;
    padding:10px 0 0 0;
}
.themeBarList li
{
    width:55px;
    height:40px;
    float:left;
    list-style-type:none;
}
.themeBarList .themeImage
{
    width:100%;
    height:20px;
    float:left;
    text-align:center;
}
.themeBarList .themeImage img
{
    margin:0px auto;
    height:20px;
}
.themeBarList .themeText
{
    width:100%;
    float:left;
    text-align:center;
    font-size:7pt;
    line-height:12px;
}
.themeBarList .themeText a
{
    color:#fff;
    text-decoration:none;
}
.themeBarList .themePanel
{
   display:block;
   width:100%;
   float:left;
   text-align:center;
}





