﻿div#tabDiv
{
    float:left;
    width:416px;
}

div.tabItemDiv
{
    position:relative;
    float:right;
    width:95px;
    height:17px;
    background-repeat:no-repeat;
    background-position:center center;
    padding:5px 20px 0px 4px;
    text-align:center;
    margin-right:-15px;
    z-index:2;
    font-size:9px;
}


div.tabItemOutDiv
{
    background-image:url(/images/layout/tabs/tabout.png);
    
}

div.tabItemOutDiv a
{
    color:#ffffff;
}

div.tabItemOverDiv
{
    background-image:url(/images/layout/tabs/tabout-over.png);
    
}
div.tabItemOverDiv a
{
    color:#ffffff;
}

div.tabItemActiveDiv
{
    background-image:url(/images/layout/tabs/tabover.png);
    
    z-index:10;
}

div.tabItemActiveDiv a
{
    color:#5e5e5e;
}

div#serviceContentDiv
{
    clear:both;
    float:left;
    width:400px;
    margin-top:20px;
    margin-bottom:20px;
    min-height:400px;
}

div#photoDiv
{
    position:absolute;
    top:25px;
    left:440px;
    width:240px;
    height:325px;    
    background-image:url(/images/layout/tabs/photosBg.png);
    background-repeat:no-repeat;
    margin-top:20px;
    margin-bottom:20px;
}

div.photoItemDiv
{
    position:relative;
    float:left;
    clear:both;
    width:200px;
    height:100px;
    margin:15px 0 0 15px;
}

div.photoOpenIconDiv
{
    position:absolute;
    top:1px;
    width:200px;
    height:100px;
    background-image:url(/images/icons/loupe.png);
    background-position:left bottom;
    background-repeat:no-repeat;
    left:0;
}

div.photoOpenIconDiv a
{
    display:block;
    width:200px;
    height:100px;
}

.h3ServiceTitle
{
    margin-top:0px;
    font-size:11px;
}

.h3ServiceTitle a { color:#D52830; }
.h3ServiceTitle a:hover { text-decoration:underline; }