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


/***** Recent Client *****/

.content .recent-client {
    width: 780px;
    position: relative;
    top: 0;
    left: -26px;
}

.recent-client ul {
    
}

.recent-client ul li {
    float: left;
    padding-right: 15px;
}

.recent-client ul li a {
    display: block;
    width: 180px;
    height: 70px;
    background: url(../image/client/recent-client-bg.png) no-repeat 0 0;
}

.recent-client ul li a:hover {
    background: url(../image/client/recent-client-bg.png) no-repeat 0 0;
}

.recent-client ul li a img {
    width: 170px;
    height: 60px;
    margin: 1px;
}

.more-client table td {
    height: 80px;
}

.more-client table td a {
    display: block;
    border: 1px solid #ffffff;
}

.more-client table td a:hover {
    background: none;
    border: 1px solid #cccccc;
}

.content .client-bg {
    width: 170px;
    height: 120px;
    background: url(../image/client/client-bg.png) no-repeat right 10px;
    position: absolute;
    top: 0;
    left: 555px;
}