@import "/templates/fun/css/top_block.css";
@import "dhtmlselect.css";
@import "menu.css";
@import "tabsblock.css";
@import "/scripts/post/post.css";
@import "tabsblock.css";
@import "block.css";
@import "projects.css";

/*global*/
html, body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

a {
    color: red;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*layout main*/
div.pageContainer {
    width: 1000px;
    text-align: left;
}

div.logo {
    height: 91px;
    padding-left: 10px;
}

div.content {
    margin-top: 10px;
    margin-bottom:0;
    background: url(/templates/auto/images/container_bg.gif) repeat-y left;
}

div.bottom {
    margin:0;
    padding-top: 5px;
}
div.bottom  .menu {
    margin-top:10px;
    padding:7px;
    background-image:url(/templates/auto/images/bottom_menu_bg.gif);
}
div.bottom  .menu a{
    color:black;
}
div.bottom  .menu td {
    border-left: 1px solid #000000;
    padding-left: 10px;
    padding-right: 10px;
}

div.bottom a {

    text-decoration: none;
}

div.bottom a:hover {
    text-decoration: underline;
}

div.bottom .copyright {
    padding: 25px 10px;
    color: black;
    text-align: center;
    background-image:url(/templates/auto/images/copyright_bg.gif);
}

/*layout page */

div.leftColumn {
    width: 130px;
    margin-top: 0;
    float: left;
}

div.centerColumn {
    margin-top: 0;
    float: left;
    width: 590px;
}

div.rightColumn {
    margin-top: 0;
    float: left;
    width: 240px;
    padding-left: 20px;
}

div.crContent {
    margin-left: 20px;
    float: left;
}

/*left column */
div.leftColumn .header{
    background-image:url(/templates/auto/images/left_column_header.gif);
    font-weight:bold;
    text-align:left;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:10px;
}

div.leftColumn .content {
    margin-top: 0;
    height: 100%;
    padding: 10px;
}

div.leftColumn .content a {
    color: black;
}

div.leftColumn .link {
    padding-top: 30px;
}

div.leftColumn .link a {
    color: #FF0000;
}

div.leftColumn .content .delimiter {
    border-bottom: 1px solid #CBCBCB;
    font-size: 0;
    padding-top: 10px;
}

div.leftColumn .content .firstBrand {
    padding-top: 10px;
}

/* right column */
div.rightColumn .category {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.rightColumn .category .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

div.rightColumn .category .content {
    border-top: 1px solid #CBCBCB;
    background-image:none;
    margin-top: 0;
    padding-top: 5px;
}

div.rightColumn .category .content .adverts td{
    vertical-align:top;
}
div.rightColumn .category .content .adverts td.image{
    width:87px;
    height:58px;
    border:1px solid #C2C2C2;
    text-align:center;
    vertical-align:middle;
}
div.rightColumn .category .content .adverts td.image img{
    border:0;
}
div.rightColumn .category .content .adverts .text{
    padding-left:10px;
}
div.rightColumn .category .content .adverts .text .name{
    margin-bottom:3px;
    font-weight:bold;
}
div.rightColumn .category .content .adverts .text .date_region{
    margin-bottom:3px;
    font-style:italic;
    font-size:11px;
}
div.rightColumn .category .content .adverts .text .price{
    color:gray;
}
div.rightColumn .category .content .adverts .text .date_region span{
    font-weight:bold;
}
div.rightColumn .category .content .article {
    margin-top: 5px;
}

div.rightColumn .category .content .article .image {
    width: 95px;
    text-align: left;
}

div.rightColumn .category .content .article .title {
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
}

div.rightColumn .category .content .article .title a {
    color: black;
}

div.rightColumn .category .content .article .image img {
    border: 0;
}

div.rightColumn .category .footer {
    margin-top: 10px;
    text-align: left;
}

div.block {
    width: 100%;
}

div.block .title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: red;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #CBCBCB;
}

div.block .content {
    margin: 10px 0 0;
    background-image:none;
    padding: 0;
}

/* search */
div.searchHeader {
    margin-top: 20px;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 5px;
}

div.searchError {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

div.searchContent {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.searchContent .article {
    margin-bottom: 10px;
}

div.searchContent .article img {
    border: 4px solid #E7E7E7;
    margin-right: 10px;
}

div.searchContent .article .date, div.searchContent .article .articleInfo {
    color: gray;
    font-size: 11px;
    margin-bottom: 4px;
}

div.searchContent .article .title {
    font-weight: bold;
    margin-bottom: 5px;
}

/*equalsPlace */
.equalsPlace {
    border: 1px solid #E7E7E7;
    min-height: 50px;
    margin-bottom: 10px;
    text-align: center;
    padding-right: 5px;
}

.equalsPlace .add {
    margin-top: 10px;
    margin-bottom: 10px;
}

.addPanel {
    display: none;
    background-color: white;
    border: 1px solid black;
    padding: 10px;
    overflow: visible;
}

div#addPanelTitle {
    font-weight: bold;
}

.addPanel .place {
    overflow: scroll;
    width: 100%;
    height: 380px;
}

.addPanel .place td {
    vertical-align: middle;
    border: 1px solid gray;
    text-align: center;
    cursor: pointer;
}

.addPanel .place .name {
    font-weight: bold;
    margin-top: 5px;
}

.addPanel .place .name_selected {
    font-weight: bold;
    margin-top: 5px;
    color: gray;
}

.addPanel .footer {
    text-align: right;
    margin-top: 4px;
}

.equalsPlace td {
    text-align: left;
    vertical-align: top;
}

.equalsPlace img {
    margin: 5px;
}

.equalsPlace .brandName {
    font-weight: bold;
    margin-top: 5px;
}

.equalsPlace .modificationName {
    font-style: italic;
}

.equalsPlace .button {
    text-align: right;
}

.equalsPlace .button img {
    cursor: pointer;
}
.equalsPlace .message{
    margin-top:10px;
}
.footerEquals{
    text-align:right;
    margin-top:10px;
    font-weight:bold;
}


