/*
    Copyright (C) 2009 ColorCyberWay
    All rights reserved
    styles for about page
*/


/***** About CCW *****/

.content .about-ccw {
    padding: 30px 220px 30px 5px;
    background: url(../image/about-bg.png) no-repeat right 40px;
}

.content .about-box {
    width: 765px;
    position: relative;
    top: 0;
    left: -26px;
}

.about-box .box {
    width: 250px;
    float: left;
    margin: 0 2px;
    _display: inline;
}

.about-box .box h4 {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    padding-left: 20px;
}

.about-box .box a.about-img {
    width: 240px;
    display: block;
    margin: 10px 0 10px 10px;
    _display: inline;
}

.about-box .box a.about-img:hover {
    background: none;
}

.about-box .box img {
    width: 240px;
}

.about-box .box p {
    padding: 5px 0 5px 20px;
}

.about-box .box p a {
    color: #f18c0f;
    font-weight: bold;
}

.about-box .box p a:hover {
    background: #f18c0f;
    color: #ffffff;
}

.about-box .flow {
    position: relative;
    left: -12px;
}

.about-box .flow h4 {
    padding-left: 40px;
}

.about-box .flow p {
    padding-left: 40px;
}

.about-box .case {
    position: relative;
    left: 10px;
}
