/* Copyright 2012 WebMaestro. All rights reserved. */
#content{
    position: relative;
    display: table;
    width: 980px;
    height: 500px;
    margin: 15px auto;
    padding: 0;
}
#content #leftPart{
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 660px;
    height: 100%;
    float: left;
}
#content #rightPart{
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 265px;
    height: 100%;
    padding: 0px 0px 0px 30px;
}
#content #rightPart div.blockModuleSite{
    position: relative;
    display: table;
    width: 265px;
    height: auto;
    margin: 0px 0px 15px 0px;
    border: none;
}
#content #rightPart div.blockModuleSite h2{
    position: relative;
    display: block;
    padding: 0px 0px 5px 5px;
    margin: 0px 0px 15px 0px;
    font: 18px "Segoe UI", Tahoma, Arial, Verdana, sans-serif;
    color: #323233;
    border-bottom: 1px solid #c4c4c4;
}
#content #rightPart div.blockModuleSite h2 a{
    font: 18px "Segoe UI", Tahoma, Arial, Verdana, sans-serif;
    color: #323233;
    text-decoration: none;
}
#content #rightPart div.blockModuleSite h2 a:hover{
    text-decoration: underline;
}
div.blockModuleSite figure{
    position: relative;
    float: left;
    margin: 0px 0px 15px 0px;
    width: 265px;
    height: 180px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 6px #676767;
}
div.blockModuleSite figure:last-child{
    margin-bottom: 0;    
}
div.blockModuleSite figure img{
    position: relative;
    z-index: 2;
    width: 265px;
    height: 180px;
    border: none;
}
div.blockModuleSite figure figcaption{
    position: absolute;
    bottom: 0;
    z-index: 3;
    display: block;
    height: auto;
    max-height: 57px;
    padding: 5px 5px 7px 7px;
    font: 13px/18px Arial, Tahoma, Verdana, sans-serif;    
    color: #fff;
    text-align: left;
    background-color: #000;
    opacity: 0.7;
}
div.blockModuleSite figure figcaption a{
    color: #fff;
    text-decoration: underline;
}
div.blockModuleSite figure figcaption:hover a{
    text-decoration: none;
}
/* style search */
form#formSearch{
    position: relative;
    display: table;
    height: auto;
    width: 265px;
    background-color: #fff;
    border: none;
    margin: 0px 0px 0px 0px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 6px #e5e5e5;
}
form#formSearch input[type="text"]{
    position: relative;
    float: left;
    width: 218px;
    padding: 4px 3px 4px 10px;
    margin: 0;
    font: 13px "Segoe UI", Arial, Tahoma, sans-serif;
    color: #666;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    outline: none;
}
form#formSearch input[type="submit"]{
    position: relative;
    float: left;
    width: 31px;
    padding: 5px 0px 4px 0px;
    margin: 0;
    text-indent: -999999px;
    background: url('../img/iconSearch.png') no-repeat center center;
    border: none;
    cursor: pointer;
}