﻿html body
{
    width:auto;margin:0px;
}
html
{
    overflow:hidden;
}
html body #mainBox
{
    /*border: 4px solid #C7EAFB;*/
    border: 4px solid  #C7EAFB;
    background: white;
    position: absolute;
    bottom:0px;
    top:0px;
    left:0px;
    right:0px;
    overflow:hidden;
}
.mainTitle
{
    height: 25px;
    padding-left: 10px;
    background: #C7EAFB;
    font-size: 12px;
    line-height: 22px;
}
.itemsBox
{
    margin-left: 30px;
    position: absolute;
    top: 25px;
    bottom: 0px;
    left:0px;
    right:0px;
    overflow: auto;
}
.showItemsContent
{
    width:845px;padding-bottom:30px;overflow:hidden;
}
.itemBox, .itemBox2
{
    width: 197px;
    height: 268px;
    margin-top: 15px;
    float: left;
}
.itemsTitle
{
    height: 43px;
    background: url('../Images/items_titleback.gif') no-repeat;
    line-height: 36px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.itemsContent
{
    width: 185px;
    height: 230px;
    border: 1px solid #acaaaa;
    margin-left: 2px;
    margin-top: -7px;
}
.itemsContent ul
{
    list-style: none;
    margin: 0;
    padding: 0 15px 0 15px;
    margin-top: 7px;
}
.itemsContent li
{
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
    border-bottom: 1px dashed #acabab;
    background: url('../Images/huangsesanjiao.gif') no-repeat 0 12px;
}
.itemsContent li a
{
    text-decoration: none;
    color: black;
    font-size: 13px;
}