/* 
    Document   : index
    Created on : 09-dic-2011, 0:09:10
    Author     : ArielOS
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.content .contentMain .columnLeft{
    background-color: #DBDDDC;
    border-top:5px solid #00475F;
    float:left;
    display:block;
    position: relative;
    margin-top:10px;
    padding:10px 15px;
    width:550px;
    font-size: 14px;
    text-align: justify;
    color:#333;
    margin-bottom: 10px;
    line-height:18px;
}

.content .contentMain .columnRight{
    background-color: #DBDDDC;
    border-top:5px solid #B92744;
    float:left;
    display:block;
    position: relative;
    margin-top:10px;
    margin-left: 10px;
    padding:10px;
    width:230px;
    color:#333;
    font-size: 14px;
    text-align: justify;
    
}

.content .contentMain .columnRight .title{
    font-size: 15px;
    font-weight: bold;
}

.content .contentMain .columnRight ul{
    margin-left:2px;
    list-style-type: none;
}
.content .contentMain .columnRight ul li{
    display: block;
    float:left;
    position:relative;
    background-image: url(../../Resources/Image/Theme/liNews.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 10px;
}

.content .contentMain .columnRight ul li a{
    text-decoration: none;
    cursor:pointer;
    padding:5px 0px;
    display: block;
    float:left;
    position:relative;
    color:#333;
}

.content .contentMain .banner{
    margin-top:5px;
}