@CHARSET "UTF-8";

#it--header,
#it--footer {
    position: relative;
}
.it--wrapper,
.pagecontainer {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.pagecontainer {
    min-width: 960px;
    max-width: 1280px;
}

.it-clearfix {
    clear: both;
    overflow: hidden;
}
.it--logo {
    background-repeat: no-repeat;
    display: block;
}

.it--banner {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#it--content {
    overflow: hidden;
    margin: 0;
}
#it--content .left {
    float: left;
    width: 50%;
    margin-right: 5%;
}
#it--content .right {
    float: right;
    width: 40%;
}

#subheader{
    display: block;
    height: 36px;
    font-family: Open Sans;
}

#help{
    padding-top: 10px;
    font-family: Open Sans;
    height: auto !important;
}
#help .helpBox{
    float: left;
    width: 25%;
}
#help div.helpBox{
    vertical-align: middle;
}
#help .helpBox img{
    height: 70px;
    vertical-align:middle;
}
#help .helpBox img.small{
    height: 25px;
}
#help .helpBox div.img{
    vertical-align:middle;
    display:table-cell;
}
#help .helpBox div.text{
    vertical-align:middle;
    display:table-cell;
}
#help .it--wrapper{
    padding-left: 5px;
    padding-right: 5px;
}




.it--description:before {
    content: "";
}

#it--header .it--wrapper{
    min-height: 120px;
    background: url("https://www.ricambiondemand.com/_ebay/images/header_bg.jpg") no-repeat scroll top right #193a81;
}

.it--logo {
    background-image: url(https://www.ricambiondemand.com/_ebay/images/logo.png);
    height: 123px;
    background-position: 0 0;
    background-size: auto 100%;
}
#nav-bar {    
    clear: both;
    font-family: Open Sans;
}
#nav-bar  ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    background: none repeat scroll 0 0 #666;
    background: url("https://www.ricambiondemand.com/_ebay/images/top_bg.jpg") repeat scroll 0 0 #666;;
    float: left;
    width: 100%;
}
#nav-bar ul li {
    float: left;
    margin: 0;
}

#nav-bar ul li a {
    color: #FFFFFF;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
}
#nav-bar ul li a:hover {
    background: none repeat scroll 0 0 #193a81; 
}
.it--banner {
    background-image: url();
}

.it--wrapper {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0 50px;
}
#it--content .it--wrapper {
    padding: 0 0px; 
    /*background: #ddd url("https://www.ricambiondemand.com/_ebay/images/bg_page.jpg") repeat-y scroll center top;*/
}
#it--header {
    position: relative;
}

#it--footer .it--wrapper {
    background: #193a81;
    color: #ffffff;
}
#it--header .it--wrapper {
    height: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

#it--footer .it--wrapper {
    border-top: 10px solid #000;
    padding-bottom: 20px;
}




#it--content .title {
    font-size: 24px;
}
#it--header .it--wrapper:before {
    content: "";
    float: right;
    text-align: right;
    width: 40%;
    font-size: 90%;
    margin-top: 20px;
    opacity: .7;
    line-height: 150%;
}

.it--banner {
    height: 450px;
    display: block;
    position: relative;
}

#it--content .attributes table {
    width: 100%;
    text-align: left;
    font-size: 90%;
}

#it--content .attributes th,
#it--content .attributes td {
    padding: 5px;
}
#it--content .attributes th {
    background: #f2f2f2;
}
#it--content .attributes td {
    border-bottom: 1px solid #ddd;
}
#it--content .attributes tr td:first-child {
    width: 60%;
}
#it--content .attributes tr:last-child td {
    border: none;
}

#it--content .image {
    margin-top: 70px;
    text-align: right;
}
#it--content .image img {
    max-width: 90%;
    min-width: 90%;
}
#it--footer .it--logo {
    height: 60px;
    left: 0;
    position: relative;
    top: 20px;
    background-size: auto 100%;
}

#it--footer .it--description {
    font-size: 80%;
    margin: 20px 0 0 0;
    width: 25%;
    opacity: .6;
}
h2.title{
    background-color: #193a81;
    color: #FFF;
    padding: 15px;
    text-transform: none;
    margin-bottom: 0;
    font-family: Open Sans;
}
h2.infoboxTitle{
    background-color: #193a81;
    color: #FFF;
    padding: 15px;
    text-transform: none;
    margin-bottom: 0;
    font-family: Open Sans;
}
.infobox{
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.21);
    clear: both;
    margin: 0 0 20px;
    padding: 16px 20px;
    font-family: Open Sans;
}
.infobox .title{
    color: #898989;
    font-size: 28px;
    margin: 0 0 10px;
    padding: 0;
    display:flex;
    align-items:center;
}
a{
    color: #4b98f0;
    text-decoration: none;
}
a:hover{
    color: #204e83;
    text-decoration: underline;
}
.titleIcon{
    height: 35px;
    margin-right: 10px;
}
img.desktop{
        display: block;
    }
    img.mobile{
        display:none;
    }
    
@media only screen and (max-width:480px) {
    .it--wrapper {
        width: 100%;
        padding: 0 !important;
    }        
    .it--logo {
        background-position: center 0 !important;
        width: 100% !important;
        height: 50px !important;
        float: none !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        background-size: auto 100% !important;
    }
    #it--content .left,
    #it--content .right {
        float: none;
        width: auto;                
    }
    #it--content .right {
        text-align: center;
    }
    #help .helpBox{
        float: none;
        width: auto;
    }
    img.infoboxImg {
        max-width: 100% !important;
        min-width: 90%;
    }
    img.desktop{
        display: none;
    }
    img.mobile{
        display: block;
    }
    
    #it--header .it--wrapper, #it--footer .it--wrapper {
        width: 100% !important;
        padding: 20px 0 !important;
        height: auto !important;
    }

    #it--content .left {
        margin-left: 1%;
        margin-right: 1%;
    }

    #it--content .image {
        margin-top: 0 !important;
        text-align: center !important;
    }

    #it--content .image img {
        max-width: 100% !important;
        min-width: 90%;
    }

    #it--header .it--wrapper::before {
        display: none;
    }

    #it--footer .it--description {
        width: 100% !important;
        text-align: center;
        font-size: 100% !important;
    }

    #it--wrapper {
        width: 100%;
        padding: 0 !important;

    }
    #it--header .it--wrapper{
        background: #193a81 !important;
        background-image: none !important;
        min-height: 50px !important;
    }

}    
  @media only screen and (max-width:960px) {    
    #help .helpBox{
        width: 50%;
    }

}  
@media only screen and (max-width:720px) {    
    #help .helpBox{
        float: none;
        width: 100%;
    }
}


table.griglia {
    border-collapse: collapse;
    opacity: 0.8;
    margin-top: 20px;
    color:#000;
    width: 100%
}
table.griglia tr td{
    border: 1px solid #00008B !important;
}
table.griglia tr.even{
    background: #C2DAF1 !important
}
table.griglia tr.odd{
    background-color: #FFFFFF !important;
}
table.griglia tr.table_header{
    background: none repeat scroll 0 0 #193A81;
    color: #FFFFFF;
}
.description{
    line-height: 1.3em;
}

img{
    max-width: 100%;
}