﻿body
{
    margin: auto;
    padding: 0;
    font-family: "Tahoma" , "Times New Roman";
    font-size: 12px;
    background-repeat: repeat-x;
    background-image: url('Images/10.jpg');
    background-color: #cccccc;
}

#main
{
    overflow: hidden;
    width: 100%;
    z-index: 0;
    display: table;
}

.logo
{
    margin-right: 15px;
    width: 200px;
    margin-top: 20px;
    float: left;
}

#header
{
    display:table;
    width: 1250px;
    margin: auto;
}

#menu
{
    margin-left:210px;
    padding:0;
    clear: both;
    height: 40px;
}

#menu li
{
    display: inline;
}
#menu li a
{
    display: block;
    float: left;
    background: url(Images/divider.gif) no-repeat right top;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 35px;
}
#menu li a:hover
{
    background: url(Images/menu_hover.jpg );
    color: #333333;
}
#menu .active
{
    background: url(Images/menu_hover.jpg );
    color: #d00000;
}

.top-content
{
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px 0px;
    color: white; height: 30px;background-image: url(Images/top_pane.png);
}

#content
{
    overflow: visible;
    float: left;
    width: 850px;
    min-height:600px;
}

#left_pane
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #333333;
    width: 200px;
    list-style-image: url(Images/arrow1.gif);
    margin: 20px 0px;
}

#left_pane li
{
    border-bottom: thin inset black;
    margin-left: 10px;
}
#left_pane a
{
    color: #FFFFFF;
    text-decoration: none;
    line-height: 30px;
}

#left_pane a:hover
{
    color:Gray;
}
#right_pane
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #dddddd;
    width: 200px;
    margin: 20px 0px;
    float:left;
}

.companies
{
    font-weight: bold;
    color: #DDDDDD;
    text-align: center;
}

#footer
{
    clear: both;
    background-color: #424242;
    background-image: url(Images/footer-bg.jpg);
    background-repeat: repeat-x;
    color: #ededed;
    padding:10px;
}

.offer
{
    font-family: Tahoma;
    font-size: small;
    padding: 10px;
    margin: 0px;
}

.piese
{
    margin: 2px;
    display: table;
    cursor: pointer;
    width: 700px;
    background-image: url(Images/piese-bg.jpg);
}

.header-piese
{
    height: 113px;
    border: 2px solid #C0C0C0;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
}

.header-piese a
{
    display: block;
    margin-top: 50px;
    cursor: pointer;
    vertical-align: middle;
}

.imagini-piese
{
    float: right;
    height: 110px;
}

.imagini-piese img
{
    height: 100px;
    width: 100px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.subcategorii-piese
{
    
    padding: 20px;
    border-width: 2px;
    border-color: #C0C0C0;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #EAEAEA;
    clear: both;
    display: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

.subcategorii-piese ul
{
    padding: 10px;
    margin: 0px 0px 0px 30px;
}

.modalPopup
{
    border: 2px solid Gray;
    position: relative;
    top: -260px;
    left: -305px;
    background-color: White;
    padding: 3px;
    width: 700px;
    height: 480px;
}

.modalPopup p
{
    padding: 5px;
}

.subcontent
{
    border: thin solid #858585;
    background: white;
    background-image: url(Images/gray-bg.jpg);
    padding: 10px;
    width: 200px;
    height:200px;
    overflow:hidden;
}

.subcontent h1
{

    padding-bottom: 7px;
    font-size: 14px;
}

.subcontent img
{
    height: 100px;
    float: left;
    margin: 0px 10px 0px 0px;
    border: 1px solid gray;
}

.subcontent a 
{
    color: Red;
    }

.img_list
{
    list-style-type:none;
    margin-right: 5px;
    height: 190px;
    float:left;
    background-color:White;
    padding:7px 0px 7px 7px;
}

.img_list ul 
{
    clear:both;
    list-style-type:none;
    padding-top:20px;
    font-weight:bold;
    line-height: 20px;
}

.img_list img
{
    float: left;
    margin-right: 7px;
    height: 190px;
    border: thin solid gray;
}
