div.text-content-portfolio {
    background-color: white;
}

/*
    WEB
*/
div#web-portfolio-topline {
    background: #2576aa url('../../images/web-portfolio-topline.gif') repeat-x;
    height: 30px;
    overflow: hidden;
}
div#web-portfolio-topline div {
    padding: 8px 0px 0px 15px;
    font-size: 15px;
    color: white;
}
table.ppro_web {
    border-bottom: 5px solid #14517e;
}

/*
    SOFT
*/
div#soft-portfolio-topline {
    background: #583d7d url('../../images/soft-portfolio-topline.gif') repeat-x;
    height: 30px;
    overflow: hidden;
}
div#soft-portfolio-topline div {
    padding: 8px 0px 0px 15px;
    font-size: 15px;
    color: white;
}
table.ppro_soft {
    border-bottom: 5px solid #583d7d;
}

h2.ppro_title {
    padding: 15px 0px 0px 15px;
    font-size: 24px;
    color: #596a76;
}
div.ppro_url {
    padding: 5px 0px 0px 15px;
}
div.ppro_descr {
    padding: 15px 15px 0px 15px;
    font-size: 12px;
    color: #596a76;
}

td.portfolio-unit {
    width: 50%;
    padding-left: 95px;
    background: #fff no-repeat left center;
    /*border-left: 3px solid #c8cdd2;*/
    line-height: 17px;
    font-size: 11px;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    border-bottom: 1px dotted #d0d0d0;
}
td.portfolio-unit a {
    font-size: 13px;
    text-decoration: none;
}
td.puover {
    /*border-left: 3px solid #14517e;*/
    background-color: #eee;
}

div.link-all {
    padding: 5px 15px;
    background-color: #c8cdd2;
    text-align: left;
}
div.link-all img {
    vertical-align: middle;
}
div.link-all a,
div.link-all a:hover {
    font-size: 10px;
    color: #16659d;
    text-decoration: underline;
}
div.link-all a:hover {
    text-decoration: none;
}

div#portfoliounitheader {
    position: relative;
}
div#getprojectright {
    position: absolute;
    left: 559px;
    top: 25px;
    width: 26px;
    height: 19px;
}
div#getprojectleft {
    position: absolute;
    left: 15px;
    top: 25px;
    width: 26px;
    height: 19px;
}

td.projectprevtitle {
    background-color: #e5e5e5;
    padding: 15px 10px 15px 50px;
    color: #596a76;
}
td.projectnexttitle {
    background-color: #e5e5e5;
    padding: 15px 50px 15px 10px;
    color: #596a76;
}

div#unitimages {
    position: relative;
    overflow: hidden;
    width: 600px;
    height: 350px;
}
div#unitimagecontainer {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}
div#unitimageleft {
    display: none;
    position: absolute;
    left: 0px;
    top: 160px;
    width: 40px;
    height: 25px;
    z-index: 10;
}
div#unitimageright {
    display: none;
    position: absolute;
    left: 560px;
    top: 160px;
    width: 40px;
    height: 25px;
    z-index: 10;
}
