﻿/*---------- Col ----------*/
/* ColMain */
.colMain
{
    width: 778px;
}
.con
{
    height: 101%;
    padding: 20px 30px;
    overflow: hidden;
}
.con h2
{
    font-size: 18px;
    margin-bottom: 15px;
}
.con h2 a
{
    color: #000000;
}
.con h2 a:hover
{
    color: #000000;
    text-decoration: none;
}
.con p
{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}
.con .ad
{
    margin: 0 20px 10px 0;
}

.sList
{
    width: 718px;
    padding: 10px 0;
}
.sList p
{
    line-height: 30px;
    clear: both;
}
.sList p a
{
    font-size: 14px;
    font-weight: bold;
    color: #0000ff;
    margin: 0 5px;
}
.sList table
{
    width: 100%;
    background: url(/images/tdBg.gif) repeat;
}
.sList td
{
    line-height: 22px;
    padding: 0 4px;
    border: 1px solid #666666;
}
.sList td a
{
    color: #000000;
}
.sList td a:hover
{
    color: #ff0000;
    text-decoration: none;
}

.nList li
{
    height: 21px;
    overflow: hidden;
}
.nList li a
{
    font-size: 12px;
    line-height: 21px;
    color: #0000ff;
}
.nList li a:hover
{
    color: #ff0000;
    text-decoration: none;
}
.nList span
{
    margin-right: 10px;
    color: #666666;
    font-size: 10px;
    font-style: italic;
}


.listNav
{ float:left;
    margin: 0 0 10px;
    font-size: 12px;
}

.ln-letters
{
    overflow: hidden;
}
.ln-letters a
{
    font-size: 0.9em;
    display: block;
    float: left;
    padding: 3px 6px;
    border: 1px solid silver;
    border-right: none;
    text-decoration: none;
}
.ln-letters a.ln-last
{
    border-right: 1px solid silver;
}
.ln-letters a:hover, .ln-letters a.ln-selected
{
    background-color: #eaeaea;
}
.ln-letters a.ln-disabled
{
    color: #000;
}
.ln-letter-count
{
    text-align: center;
    font-size: 0.8em;
    line-height: 1;
    margin-bottom: 3px;
    color: #336699;
}
.demo li
{
    width: 172px;
    font-size: 12px;
    float: left;
    line-height: 22px;
    border: 1px solid silver;
    margin-right: 5px;
    margin-bottom: 5px;
text-align: center;
}
.demo li:hover
{
    background: #eaeaea;
    border: solid #000 1px;
}
.demo li a
{
    color: #000;
    padding-left: 10px;
}
.demo li a:hover
{
}

