﻿.contentLeftPart
{
    float:left;
    width:170px;
    overflow:hidden;
    text-align:center;
}
.contentRightPart
{
    float:right;
    width:719px;
    overflow:hidden;
    background-image:url(../images/bgbox.gif);
}
.mainContentLeft
{
    float:left;
}
.mainContentRight
{
    float:right;
}
.blockRowDiv
{
    width:663px;
    height:195px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    margin-top:5px;
}

.blockLeftDiv
{
    float:left;
    width:325px;
    margin-right:9px;
    overflow:hidden;
    border:1px dotted #6699cc;
}
.blockRightDiv
{
    float:left;
    width:325px;
    overflow:hidden;  
    border:1px dotted #6699cc;
}

.blockRowDiv ul
{
    list-style-type:none;
    margin:0px;
    margin-top:5px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;    
}
.blockRowDiv ul li
{
    width:100%;
    height:20px;
    margin-left:2px;
}
.blockRowDiv ul li div
{
    width:315px;
    overflow:hidden;
}

.blockTitleDiv
{
    background-color:#6699CC;
    height:16px;
    width:100%;
    line-height:16px;
    border:2px solid #6699cc;
    overflow:hidden;
    color:#fff;
}
.blockListDiv
{
    margin:0px;
    height:140px;
    overflow:hidden;
    margin-top:5px;
}
.blockTitleDiv span
{
    display:inline-block;
    font-weight:bold;
    text-align:center;
    width:40px;
    height:16px;
}
.reverseColor
{
   color:#6699cc;
   background-color:#fff;
}
.blockMoreDiv
{
    text-align:right;
    margin-top:5px;
    margin-bottom:3px;
}

