/* ----- BASIC ELEMENTS ----- */

body {
background-color: #fff;
color: #707070;
font-size: 11px;
font-family: 'Tahoma';
background: url(assets/background.gif);
}

.clear {
clear: both;
}

img {
border: 0px;
}


.yellow_span {
color:#DFBD02;
font-weight:bold;
}

.green {
color:#016001;
}

.date {
color:#016001;
text-decoration:overline;
padding: 10px 0 20px 0;
}

.light_green {
color:#85B285;
}

#footer5 p {
margin: 0px 0px -15px 0px;
}

#menu_left p {
margin: 15px 0px 0px 25px;
font-size:9px;
color:#275050;
font-weight:bold;
text-transform: uppercase;
}

.search_box p {
margin:20px 10px 0 25px;
color:#016001;
}

.search_box_2 p {
padding:0 10px 0 0;
color:#fff;
}

.id_box p {
margin:20px 10px 0 25px;
color:#016001;
}

#top p {
margin: 95px 0px 0px 154px;
font-size:9px;
}

.content_box p {
margin: 10px 5px 10px 5px;
font-size:10px;
text-align:left;
}

.content_box_large p {
margin: 10px 30px 10px 15px !important;
margin: 10px 30px 10px 5px;
font-size:11px;
text-align:justify;
}

.content_box_small p {
margin: 10px 30px 10px 0px;
font-size:11px;
text-align:left;
}

a {
text-decoration: none;
color: #016001;
}

a:hover {
text-decoration: none;
}


/*----- MENU ----- */

#navLeft, #navRight {
margin: 0;
padding: 0;
width: 200px;
list-style: none;
overflow: hidden;
}

#navLeft li, #navRight li {
width: 200px;
overflow: hidden;
font-size:6px;
font-weight:bold;
}

#menu_txt {
font-size:6px;
font-weight:bold;
color:#275050;
margin:0px 10px -20px 25px;
}

#menu_txt_id {
font-size:6px;
font-weight:bold;
color:#275050;
margin:-20px 10px -20px 25px;
}


#navLeft a, #navRight a {
color:#275050;
}

.li_nav_header a  {
display: block;
width: 200px;
height: 20px;
background: url(assets/nav_header.gif) no-repeat;
}

.li_nav_body a  {
display: block;
width: 200px;
height: 20px;
background: url(assets/nav_body.gif) no-repeat;
padding-left: 25px;
line-height:20px;
}

.li_body a  {
display: block;
width: 200px;
height: 20px;
background: url(assets/nav_body.gif) no-repeat;
padding-left: 25px;
line-height:20px;
}


.li_nav_footer a  {
display: block;
width: 200px;
height: 33px;
background: url(assets/nav_footer.gif) no-repeat;
}

.li_nav_body a:hover
{
background-position:  0 -20px;
color:#016001;
}

.li_active a:active  {
background: url(assets/nav_body.gif) no-repeat;
background-position:  0 -40px;
color:#fff;
}

/*----- LAYOUT ----- */



#menu_left {
width: 200px;
float: left;
}

.search_box {
width: 200px;
height:230px;
float: left;
background: url(assets/login_box.gif) no-repeat top;
}

.search_box_2 {
width: 200px;
height:230px;
float: left;
background: url(assets/login_box.gif) no-repeat top;
}

.id_box {
width: 200px;
height:102px;
float: left;
background: url(assets/id_box.gif) no-repeat top;
}

.stat_box {
width: 200px;
height:84px;
float: left;
background: url(assets/stat_box.gif) no-repeat top;
}

.partner_box {
width: 200px;
height:230px;
float: left;
background: url(assets/partner_box.gif) no-repeat top;
}

#head {
width: 540px;
height: 240px;
float: right;
background: url(assets/content_header.gif) no-repeat top;
}

/*----- IMAGES ----- */

a img{
border: none;
}

img.left,img.center,img.right {
padding: 4px;
border: 1px solid #a0a0a0;
}

img.left {
float: left;
margin: 0px 12px 5px 0px;
}

img.right {
float: right;
margin: 0px 30px 5px 0px;
}

/*----- FORM ----- */

#menu_left 
.search_box #model, .id_box #stock, .search_box #menu_txt #pricea, .search_box #menu_txt #priceb, .search_box input, .id_box input  {
border-top: 1pt solid #cccccc;
border-bottom: 1pt solid #cccccc;
border-right: 1pt solid #cccccc;
border-left: 1pt solid #cccccc;
font: normal 10px tahoma;
width:110px;
color: #000044;
margin:2px 10px 0px 25px;
}
.search_box #cond, .search_box #make, .search_box #towing {
border-top: 1pt solid #cccccc;
border-bottom: 1pt solid #cccccc;
border-right: 1pt solid #cccccc;
border-left: 1pt solid #cccccc;
font: normal 10px tahoma;
width:110px;
color: #000044;
margin:2px 10px 0px 25px;
}

input.login {
margin-top:10px !important;
margin-top:-5px;
}