.privacypolicy a {
color:white !important;
}
.privacypolicy  {
text-align:center;
margin-top:1px;
font-size:18px;
} 
select {
border: 1px solid #CCCCCC;
    color: #666666;
    font-family: helvetica;
    font-size: 15px;
    margin: 0 5px 0 0;
    padding: 4px 2px;
    width: 140px;
}


input[type="submit"] { 
    border: 1px solid transparent;
    background: #F55959; 
    color: #ffffff;
    font-family: helvetica;
    font-size: 15px;
    margin: 0 5px 0 0;
padding: 10px 12px;
    cursor: pointer;
font-weight: bold;
border-radius: 3px 3px 3px 3px;
}
input[type="submit"]:hover {
background: #83898d;
    color: #FFFFFF;
}

.inventory-box {
border-bottom: 1px solid #EDEDED;
border-right: 1px solid #EDEDED;

    box-shadow: 0 1px 2px #999999;
border-radius: 10px 10px 10px 10px;
margin: 10px 0px;
padding: 0px 20px;

background: rgb(245,246,246);
background: -moz-linear-gradient(-45deg,  rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(21%,rgba(219,220,226,1)), color-stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color-stop(100%,rgba(245,246,246,1)));
background: -webkit-linear-gradient(-45deg,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%);
background: -o-linear-gradient(-45deg,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%);
background: -ms-linear-gradient(-45deg,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%);
background: linear-gradient(135deg,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5f6f6", endColorstr="#f5f6f6",GradientType=1 );




}
.inventory-box:hover {
background: #EDEDED;
}
.inventory-box .car-name {
font-weight: bold;
font-size: 18px;
}

.inventory-box img {float:left; border-radius: 10px 10px 10px 10px;}
.inventory-box img.nof {float: none; margin-left: 0px; border-radius: 0px 0px 0px 0px;}

body {
font-family: helvetica;
color: #676767;
}

form {
background-color: #CFCFCF;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 0px;
}
form[name="filtro"] {
width: 100%;
float: left;
max-width: 670px;
padding-left: 20px;
}
form[name="liststyle"] {
    width: 60px;
    float: left;
    padding: 15px 15px 16px 20px;
    text-align: center;
}
form[name="gallery"] {
    width: 60px;
    float: left;
    padding: 15px 15px 16px 65px;
    text-align: center;
}
a.ver {
    background: #F55959; 
    color: #FFFFFF;
    float: right;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
font-weight: bold;
border-radius: 3px 3px 3px 3px;
    
}
a.ver:hover {
background: #333333;
    color: #FFFFFF;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.list-description, .car-name {float: left; padding: 5px; width: 300px;}
.list-description {
    font-size: 14px;
    width:460px;
    
}

.list-description p {
 float: left;
    margin: 0 5px;
    width: 210px;
}
.pricetag {
    
background-color: #A5A5A5;
    color: #ffffff;
    float: right;
    font-size: 16px;
    padding: 5px 5px 5px 10px;
    text-align: center;
    text-decoration: none;
 -moz-border-radius: 0px 20px 20px 0px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -khtml-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
background: -moz-linear-gradient(top,  #939393,  #A5A5A5);
   
}
.car-name {
    width: 600px;
height: 30px;
color:#333333;
}
.car-name a{
color:#333333;
text-decoration: none;
}
.car-name a:hover {
color: #333333;
text-shadow: 0px 0px 6px rgba(63,108,166,0.7);
}
.destel {
    float: left;
    color:#333333;
}
.list-description span{
font-weight: bold;
}
form[name="reset"] {
width: 10%;
float: left;
}
.pagenav {
background: #333333; /* Old browsers */
background: -moz-linear-gradient(top,  #333333 0%, #333333 49%, #333333 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(49%,#333333), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #333333 0%,#333333 49%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #333333 0%,#333333 49%,#333333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #333333 0%,#333333 49%,#333333 100%); /* IE10+ */
background: linear-gradient(to bottom,  #333333 0%,#333333 49%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#333333", endColorstr="#333333",GradientType=0 ); /* IE6-9 */
color: #FFFFFF;
padding: 5px 15px;
margin: 0px 5px;
font-size: 15px;
font-weight: bold;
border-radius: 10px 10px 10px 10px;
text-decoration: none;
}
.pagenav a{
text-decoration: none;
}
#exppagelinks ul, #exppagelinks li {
list-style: none outside none;
float: left;
}
#exppagelinks ul {
margin: 10px;
}
#wrapfooter {
background: #CFCFCF;
float: left;
width: 100%;
}
#expresultcounter, #exppagescounter {
padding: 5px;
float: left;
margin: 5px;
font-size: 11px;
}
#exppagescounter {
display: none;
}
.pagination-start, .pagination-end {
display: none;
}
#expautos_detail ul.expautos_detail_ul_img{
    margin: 0px 0px 0px 5px;
 background-color: #000000;
    border-radius: 20px 20px 20px 20px;
    float: left;
    min-height: 280px;
    padding: 10px;
}
.tooltip {
border-bottom: 1px dotted #000000; color: #000000; outline: none;
text-decoration: none;
position: relative;
}
.tooltip span {
margin-left: -999em;
position: absolute;
}
.tooltip:hover span {
border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);

position: absolute; left: -11em; top: 0em; z-index: 99;
margin-left: 0; width: 100px;
background: #333333;
font-size: 11px;
padding: 5px;
}

.tooltip:hover em {
font-size: 1.2em; font-weight: bold;
display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
#powerby {
font-size: 14px;
    margin: 70px auto 10px auto;
    text-align: center;
clear: both;
font-weight: bold;
color: #676767;
}
#powerby a {
color: #fb9b52;
}
#powerby img{
width: 75px;
vertical-align: middle;
}

input[type="image"] {
    width: 32px;
}
#topfiltros {
    background-color: #CFCFCF;
    float: left;
    width: 100%;
}
body {
font-family: helvetica;
}
#catdid {
    display: inline-block;
}