/*
    Copyright (C) 2009 ColorCyberWay
    All rights reserved
    styles for dynamic event article page
*/


/***** Event article *****/

.event-date {
    margin-top: 10px;
    font-family: verdana;
    color: #666666;
    font-size: 11px;
    background: url(../image/icon-date.png) no-repeat 0 2px;
    padding-left: 20px;
    line-height: 20px;
    
}

.artcle-link {
    line-height: 1.8;
    color: #666666;
}

.article-box {
    margin: 20px 0;
    font-family: Arial, Helvetica, sans-serif, "ËÎÌå" ;
    position: relative;
}

.article-box h4 {
    color: #f18c0f;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.article-box p {
    padding: 0 0 15px 0;
    line-height: 160%;
    width: 460px;
}

.article-box img {
    padding-bottom: 10px;
}

.article-box p img {
    float: left;
    margin: 5px 10px 10px 0;
}

.article-box h5 {
    padding-bottom: 5px;
}

.article-box ul {
    padding-bottom: 15px;
}

.article-box ul li {
    background: url(../image/dot-01.gif) no-repeat 15px 5px;
    padding-left: 25px;
    padding-bottom: 5px;
}

.article-box .box-right {
    position: absolute;
    right: 0;
    width: 220px;
}

.point {
    background: #edf1f3 url(../image/dot-02.png) no-repeat 10px 10px;
}

.point p{
    padding: 15px;
    text-indent: 2em;
    white-space: normal;
    width: auto;
    line-height: 200%;
    font-size: 14px;
}


