﻿div.Theme
{
    line-height: 20px;
    float:left;
    width:660px;
    border-right:1px dashed #000000;
    padding-right:12px;
    height:1850px;
}
div.Theme .Logo_BOTB
{
    float: left;
    margin: 0px 10px;
}
div.Theme h1
{
    margin: 0px;
}
div.Theme .MediaContentControl
{
    float: left;
}
div.Theme .MediaContentControlEdit img
{
    display: block;
}
div.Theme_Wrapper
{
    border: solid 1px #939598;
    margin: 14px 0px;
    clear: both;
}
div.Theme_Wrapper div.Header
{
    margin: -1px -1px 0px -1px;
    border: solid 1px #87a3b3;
    border-bottom: 0px;
    background-color: #0f4766;
    padding: 3px 7px 0px 7px;
    overflow: hidden;
    position: static;
    z-index: 50;
    clear: both;
}
div.Theme_Wrapper div.Header .TabList
{
    display: inline-block;
    width: 650px;
    margin-left: -5px;
    white-space: nowrap;
}
div.Theme_Wrapper div.Header .Tab_Normal
{
    display: block;
    background-color: #fff;   
    border: solid 1px #918f90;
    padding: 2px 20px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 2px 2px 0px 0px;
    float: left;
    letter-spacing: 0px;
    white-space: nowrap;
}
div.Theme_Wrapper div.Header .Tab_Normal:hover
{
    text-decoration: none;
}
div.Theme_Wrapper div.Header .Tab_Active
{
    display: block;
    background-color: #fff;   
    border: solid 1px #918f90;
    border-bottom: solid 1px #fff;
    padding: 2px 20px 4px 20px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 1px 2px 0px 0px;
    float: left;
    color: #000;
    letter-spacing: 0px;
}
div.Theme_Wrapper div.Header .Tab_Active:hover
{
    text-decoration: none;
}
div.Theme_Wrapper div.TabContent_Active
{
    display: block;
    line-height: 18px;
    padding: 14px;
}
div.Theme_Wrapper div.TabContent_Normal
{
    display: none;
    padding: 14px;
}

div.Theme_Wrapper .ThemeCategoryList
{
    width: 305px;
    margin: 14px 3px;
}

div.Theme_Header img
{
    margin-bottom: 15px;
}
.Theme .MediaContentControl img
{
    height:340px;
    width:660px;
}
.ContentListControl .ArticleItem
{
    border-bottom:1px dashed #000;
    margin-bottom:10px;
    width: 655px;
    height:125px;
}
.Theme .HtmlContentControl .View
{
    /* border-bottom:1px dashed #000; */
    margin-bottom:10px;
    width: 655px;
}
.Theme .WidgetControl .ArticleList .ContentListControl .ArticleItem img
{
    height:115px;
    width:200px;
    float: left;
    margin-right:10px;
    
}
