@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #f7f7f7;
	margin: 0;
	padding: 0;
	color: #000;
        font-size: 12px;
}

/* ~~ Selectores de elemento/etiqueta ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #f7f7f7;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ este contenedor de anchura fija rodea a las demás divs ~~ */
.container {
	width: 940px;
	margin: 0 auto; 
}


#pageheader {
	background-image: url(../img/header.png);
        background-repeat: no-repeat;
        height: 108px;
        background-position: center;
}
#pageheader table{
        padding: 5px;
        width: 935px;
}

#menu {
       background: url(../img/menubar.png) no-repeat center;
       height: 30px;
       padding-top: 10px;
       padding-bottom: 10px;
}
#menu ul {
        width: 935px;
}
#menu ul li {
        display: inline;
}
#menu ul li a {
        position: relative;
        float: left;
        display: inline-block;
        font-size: 11pt;
        color:#f7f7f7;
        font-weight: lighter;
        text-decoration: none;
        margin-left: 7px;
        margin-right: 7px;
        padding: 6px 4px 7px 4px;
}
#menu li a:hover, #menu li .current {
        color:#ffff66;
        position: static;
	display: inline-block;
}

.content {

	padding: 5px 0;
}
.ustable {
        height: 113px;
        color:#f7f7f7;
}
.ustable p {
        color: #66ff00;
        margin:  0px;
        padding: 8px 0;

}
#usbox {
        font-size:12px;
        margin-left:0px;
        margin-top:15px;
        text-align:justify;
        width:632px;
}
#usbox p {
        padding-left: 5px;
        padding-right: 10px;
}
#usbox table {
        background: #faf7f7;
        font-size:11px;
        margin-left:5px;
        padding:3px 0 12px;
}
#usbox table td {
        padding: 5px 0;
}

/* ~~ El pie de página ~~ */
#footer {
	padding: 10px 0 0;
	background:#f7f7f7;

}
#footer .bigtable {
        background: url(../img/footback.png) no-repeat;
        width: 888px;
        height: 208px;
        float: left;

}
.title1 {
        -moz-border-radius:10px 10px 0 0;
        -webkit-border-radius:10px 10px 0 0;
        background-image:url("../img/ColTitle.png");
        background-repeat:repeat-x;
        color:white;
        float:left;
        font-size:14px;
        height:21px;
        padding:0 0 0 10px;
        vertical-align:text-top;
        float: left;
        display: inline;
        width: auto;

}
#curvelft {
        -moz-border-radius:10px 0 0;
        -webkit-border-radius:10px 0 0;
}
#curvert {
        -moz-border-radius:0 10px 0 0;
        -webkit-border-radius:0 10px 0 0;
}
.title2 {
        background: url("../img/ColTitle.png") 100% 100%;
        background-repeat:repeat-x;
        color:white;
        font-size:14px;
        height:21px;
        padding:0 0 0 10px;
}
#footer .border {
        border-right:1.5px solid #f7f7f7;
}
#footer .formstyle {
        width: 130px;
 	margin:3px;
 	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
        color:#42413C;
        font-size: 11px;
        font-family: arial;
        border: #f7f7f7;
}
#footer .lables {
        color: #f7f7f7;
        margin-left: 10px;
        font-size: 12px;
}
#footer .down {
        background: url(../img/footerLow.png) no-repeat bottom center;
        width: 946px;
        height: 54px;
        
}
#footer p {
        color: #f7f7f7;
        font-size: 9pt;
        margin: 0px;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
}
#footer a {
        text-decoration: underline;
        color: #f7f7f7;
        font-size: 9pt;
}
#footer a:hover {
        text-decoration: underline;
        color: #ffff66;
        font-size: 9pt;
}
#footer .fltlft {
        float: left;
        margin-left: 0px;
        padding: 0 5px;
        

}
#footer .fltrt {
        float:right;
        margin-right:0px;
        padding-right:5px;
        
}
#footer .addthis_toolbox.atfixed {
    position: inherit;
    float: right;
    border: 0px solid #eee;
    height:233px;
    margin-right:0px;
    background: url(../img/adds.png) no-repeat;
    width:48px;
  
}
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin-top: 0px;
    padding: 0px;
    cursor: pointer;
    vertical-align: middle;
}
.addthis_toolbox .custom_images a img { border: 0; margin:9px 8px 5px; opacity: 1.0;}
.addthis_toolbox .custom_images a:hover img { margin:9px 8px 5px; opacity: 0.75;}

/* ~~ clases float/clear varias ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#reviews ul {
        list-style-type:none;
        margin:0;padding:0;
}
#reviews li {
        overflow:auto;
        padding:10px 0;
}
#reviews .left  {
        float:left;
        width:870px;
}
#reviews .right {
        float:right;
        width:100px;
}
#reviews .right {
        width:100px;
}
#reviews h3 {
        color:#3784C8;
        margin:0;
        margin-bottom:10px;
        padding:0;
}
#reviews p {
        font-size:12px;
        margin:0;
        margin-bottom:10px;
        padding:0;
}
#reviews a {
        font-weight:bold;
        margin:0;
        padding:0;
        padding-right:10px;
}
#directions {
        background-color:#FFFFFF;
        border:1px solid #666666;
        font-size:11px;
        margin-top:20px;
        padding:5px;
        width:270px;
        margin-right:20px;
}

.LinkBehavior {
	cursor:pointer;
	margin:0px;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	color:#B8B8B8;
}

.header-line {
	margin:0px;
	padding:0px;
	
}
.PageHeader {
	margin:0px;
	padding:4px 15px;
	font-family :arial;
	font-size:14px;
	font-weight:bold;
        
}

.SearchForm {
	margin:10px;
        margin-bottom: 5px;
}

.SearchDDL {
	height: 20px;
	margin: 5px 0px 5px 15px;
	padding: 0px;
	width: 150px;
}

.Search {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.searchback {
        background:url(../img/backvehicle.png);
        color:#f7f7f7;
        -moz-border-radius:10px;
        -webkit-border-radius: 10px;
        margin-bottom:10px;
}
.SearchField {
        border-style: solid;
        border-color: #000000;
        border-width: 1px;
        height:23px;
        width:145px;
        background-color: #f7f7f7;
        color:#666;
}
.SubmitButton {
	border: thin;
	background: url(../img/search.png);
	font-size:0px;
	font-weight: normal;
	color: transparent;
	width:26px;
	height:27px;
        padding: 0px;
        vertical-align: top;
}
.InventoryOptionsUL{
        float: left;
        width: 680px;
        margin:0px;
        list-style: none;
        font-size: 14px;
}

.InventoryOptionsUL LI {
        float: left;
        width: 160px;
        margin: 0px 10px 0px 0px;
        padding: 0 0 5px;
}
.InventoryOptionsUL LI a, a:link {
        text-decoration: none;
        color:#B7CAEE;
}
.InventoryOptionsUL LI a:hover {
        text-decoration: underline;
        color: #ffff66
}
.Text10px {
        font-size: 10px;      
}
.VehicleHeader {
        color:#666666;
        font-weight:bold;
        padding: 5px;
}
.blue-text {
        margin:0px;
        padding:0px 11px 0px 0px;
        font-family:Arial;
        font-size:18px;
        color:#588CBF;
        text-align:right;
}
.VehicleLabel {
	color: #333;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 5px;
	text-decoration: none;
}
.line {
        -moz-border-radius:3px;
        -webkit-border-radius: 3px;
        background:none repeat scroll 0 0 #666666;
        border:0 solid #666666;
        height:5px;
        margin:0;
        width:100%;
}
.titledetails {
        -moz-border-radius:10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        background-image:url("../img/ColTitle.png");
        background-repeat:repeat-x;
        color:white;
        display:inline;
        float:left;
        font-size:14px;
        height:27px;
        vertical-align:text-top;
        width:935px;
        padding: 0px;
}
.detailsback {
        -moz-border-radius:0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        background:url("../img/backvehicle.png") repeat scroll 0 0 transparent;
        color:#F7F7F7;
        font-size:14px;
        margin-bottom:5px;
        width:935px;
}
.detailsLabel {
	color: #f7f7f7;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
        padding-top: 10px;
        float: left;
}
.detailsLabel span {
        padding: 3px;
}
.detailsHeader {
        color:#ffff66;
        font-weight:bold;
        padding: 2px;
}
.listGallery {
	list-style-type:none;
	float:left;
	text-align:left;
	padding:9px;
}
.StandardOptions {
	color: black;
        font-size: 16px;
        font-weight: bold;
        width:463px;

}
.optional_top {
	background: #CDCDCD;
        color: black;
        font-size: 15px;
        font-weight: bold;
        height: 30px;
        line-height: 25px;
        margin: 0px;
        padding: 0px 0px 0px 11px;
}
.moritz-today {
        background: #ebe9e9;
        padding: 5px;
        width: 400px;
        text-align: justify;
        font-size: 14px;
        margin-top:10px;
}
.OptionsUL {
        float: left;
        width: auto;
        margin:0 0 0 20px;
        padding: 0;
        font-size: 14px;
        font-weight: normal;
        width:400px;
}
.OptionsUL li {
        padding: 5px;
}
.border-car {
        padding:10px 5px;
}
#extra {
        margin-bottom:10px;
        margin-left:3px;
        padding-left:10px;
        padding-top:3px;
        width:926px;
        text-align: left;
}
#modalform {
        background-image: url(../img/Gadget/phonebg.png);
        background-repeat: no-repeat;
        background-position: top;
        width: 300px;
        height:620px;
        
}
#modalform table {
        color:#f7f7f7;
}
.formdetail {
        color:#F7F7F7;
        font-size:14pt;
        font-weight:bold;
        text-align:center;
}
.details {
        -moz-border-radius:10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border:1px none;
        margin-bottom:15px;
        margin-top:20px;
        padding:0;
}
.menu {
        -moz-border-radius:10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border:1px none;
        color:#F7F7F7;
        font-size:18px;
        font-weight:bold;
        margin:20px 0;
        padding:0;
        text-align:center;
        width:630px;
}
.results_resultIcons {
        float:right;
        width:auto;
}
.results_resultIcon {
        float:right;
        text-align:center;
        padding-bottom:2px;
        font-family:arial;
        
}
.BodyContainer{
    margin: 0px auto 0px auto;
}
.visible_link li a:link {
        text-decoration: underline;
        color: #5F5F5F;
        background-color: #FFF;
}
