@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
html,body
{
    /*height:100%;*/
    min-height:100%
}
	body{
		font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
                
		color: #4b4942;
		background: #fff;
	}
        .bodydata{
            font-family: arial,verdana,sans-serif;
            font-size: small;
            float: left;
            clear: both;
            width: 100%;
        }
	a{text-decoration: none;color: #5599a7;}
	a:hover{color: #bb800f;}
	hr{display: none;}
	strong{font-weight: bold;}
	ul.borderedlist li{
		border-bottom: 1px dashed #d1cfcd;
	}
	ul.borderedlist li a{
		display: block;
		padding:3px 0 0 2px;
		height: 26px;
		color: #42423b;
	}
	ul.borderedlist li a:hover{background: #E5E5E4;color: #42423b;}

/* =LAYOUT - the main layout styles */
	.container{
		/*width:900px;*/
		width:100%;
		margin: 0 auto;
		position: relative;
		overflow:hidden;
	}
	/* header layout */
	#header{
		/*height: 198px;*/
		/*height:50px;/*100px;*/
		/*background: #4a4841 url(../images/top_bg.jpg) top repeat-x;
		position: relative;*/
		background: url("../images/top_bg_mod.jpg") repeat-x scroll center top #4A4841;
        clear: both;
        float: left;
        height: 36px;
        position: relative;
        width: 100%;
        /*top:-15px;*/
	}
	#navigation{
		position: absolute;
		right: 0;
		top:20px;
	}
	#css3menu{
		position: absolute;
		right: 0;
		top:6px;
	}
	/* main area layout */
	#main
	{
	    /*padding:24px 0 20px;*/
	    padding:5px 0 5px;/*20px;*/
	      }
	#leftcolumn{float: left;width:600px;}
	#center{float: left;width:380px;padding: 0 20px;}
	#rightcolumn{float: left;width:287px;}
	/* bottom layout */
	#bottominfo{
		border-top: 5px solid #42423b;
		background: #f1eee7;
		padding-bottom:25px;
		width: 100%;
		overflow: hidden;
	}
	.bottomcolumn{
		float: left;
		width:288px;
		margin-right: 18px;
	}
	.bottomright{margin-right:0;}
	
/* =HEADER - the header styles */
	#header .container
	{
	    /*height: 223px;*/
	    height:50px;/*100px;*/
	    }
	/* logo */
	.container h1{
		position: absolute;
		height:34px; /*71px;*/
		top: 1px;
	}
	.container h1 a{
		font: 24px/24px Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: -2px;
		padding: 6px 9px 1px 20px;/*22px 9px 25px 20px;*/
		display: block;
		color: #fff;
		background: url(../images/logo_bg.gif) left top no-repeat;
	}
	h1 a:hover{color: #fff;}
	.container h1 a span{
		height:31px;/*71px;*/
		width: 13px;
		position: absolute;
		top:0;
		right: -13px;
		cursor: pointer;
		background: url(../images/logo_right.gif) right top no-repeat;
	}
	/* top navigation */
	#navigation li{
		float: left;
		padding-right: 27px;
		text-transform: uppercase;
		font-size: 1.3em;
		font-weight: normal;
	}
	#navigation li a{color: #000;}
	#navigation li a:hover,#navigation li.active a{color: #2c2c2c;}
	/* message and building pic */
	#banner{
		position: absolute;
		height: 120px;
		color: #a49c8f;
		font-weight: bold;
		padding:0 440px 0 7px;
		bottom: 0;
		background: url(../images/vehicleFinder.png) right bottom no-repeat;
		font-size: 1.3em;
	}
	
/* =CONTENT - the content styles */
	/* left column */
	.leftbox{height:400px;background: url(../images/car.jpg) Left top no-repeat;padding: 10px 23px 10px 23px;margin-bottom:3px;line-height:1.8em;}

	
	/* right column */
	.rightbox_wrapper{
		background: #eeeded;
		padding:5px;
		margin-bottom: 20px;
		width:277px;
		overflow: hidden;
		font-size:11px;
		line-height: 18px;
		color: #58584D;
	}
	.control-label{float:left;width:60px;text-align:left}
	.rightbox{border: 1px dashed #d9e0e8;width:275px;overflow: hidden;padding-bottom:6px;}
	.product_image{ float: left;margin: 6px 0 0 6px;}
	.product_wrapper{float: left;}
	.product_wrapper h4{font-size:1.3em;color: #483F3D;font-weight: bold;padding-top:10px;}
	.product_wrapper p{font-size:1em;}
	.lastbox{margin:0;}
/* =BOTTOM */
	.bottomcolumn h3{
		border-bottom: 4px solid #9b968f;
		color: #5699A7; font-size:18px;padding:15px 0 5px 5px;
	}
	.bottomcolumn p{
		padding: 10px 35px 10px 5px;
		font-size: 1.2em;
	}
	.iconlist{
		border-top: 1px dashed #d1cfcd;
		font-size: 1.2em;
	}
	ul.iconlist li a{
		padding-left: 25px;
		background: url(../images/footer_list.jpg) left bottom no-repeat;
	}
	ul.iconlist  li a:hover{background: #E9E4DE url(../images/footer_list.jpg) left top no-repeat;color: #42423b;}
	.enewsbox{
		float: left;
		width: 180px;
		height: 17px;
		padding:3px 5px;
		border: 4px solid #5599A7;
		font-size:13px;
	}
	.button{
		display: block;
		float: left;
		width: auto;
		line-height:1em;
		text-align: center;
		background: #659AA6;
		border: 4px solid #fff;
		color: #fff;
		cursor: pointer;
		margin:0;
		padding:3px 8px; /* IE6 */
	}
	
/* =FOOTER */
	#footer{
		height: 36px;
		background: url("../images/top_bg_mod.jpg") repeat-x scroll 0 0 #4A4841;/*#4a4841 url(../images/top_bg_mod.jpg) 0 0 repeat-x;;/*#4a4841 url(../images/footer_bg.jpg) 0 0 repeat-x;*/
		font-size: 1.2em;
                float: left;
            clear: both;
            width: 100%;
	}
	#footer a{color: white;/*#A39D97;*/}
	#designby{
		/*float: left;
		height: 23px;
		padding:2px 0 0 2px;
		margin-top: 5px;*/
		float: left;
		height: 23px;
		padding:2px 0 0 2px;
		margin-top: 5px;
		width:40%;
		overflow:hidden;
	}
	#footer_navigation{
		float: right;
		padding-top:7px;
	}
	#footer_navigation li{float: left;padding-left:18px;}
	#footer_navigation li a{text-transform:uppercase;}
	#footer_navigation li a:hover{color: #5699A7;}
        
   .cselect{    
        /*        background: url("<?php echo $this->baseUrl()?>/utils/jquery/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;*/
               /* background: url("../jquery/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50%;*/
       	        background: #ffffff; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTBlMGUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top,  #ffffff 0, #e0e0e0 50%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ffffff), color-stop(50%,#e0e0e0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0,#e0e0e0 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0,#e0e0e0 50%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0,#e0e0e0 50%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ffffff 0,#e0e0e0 50%,#ffffff 100%); /* W3C */
        border: 1px solid #D3D3D3;
        color: #555555;
        font-weight: normal;
        /* background-color: #D8D8D8;*/
        height: 25px;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 10px;
/*        min-width: 200px*/
        
    }
    .coption{
/*        background: url("../jquery/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png") repeat-x scroll 50% 100%;        */
        cursor: pointer;
        height: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
    }
    input[type="submit"],button,input[type="button"]
    {
        background-color: #4A4841;
        border-color: #4A4841;
        border-radius: 5px 5px 5px 5px;
        border-style: solid;
        border-width: 1px;
        color: #FFFFFF;
        cursor: pointer;
        /*margin-left: 7px;
        margin-right: 7px;*/
        padding-bottom: 4px;
        padding-top: 2px;
        /*background-color: #4A4841;
        color: #ffffff;
        border-radius:5px 5px 5px 5px;
        border-color: #4A4841;
        border-width: 1px;
        border-style: solid;
        cursor: pointer;
        padding-top: 2px;
        padding-bottom: 2px;*/
/*        margin: 5px;*/
    }
    /**/
    /*.ui-tabs .ui-tabs-nav {*/
    .dmltabs{
        padding: 0 !important;    
        /**/
        background-image: url('../images/menubk.png') !important;
        background-color: #E6E6E6 !important;
        border-color: #AAAAAA;
        border-radius: 5px 5px 0 0 !important;
        border-width: 0 2px 0 1px !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        /**/    
    }    
    /*.ui-tabs .ui-tabs-nav li {*/
    .dmltabs li{
        margin: 0 !important;
    }    
    /*.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {*/
    .dmltabs li.ui-state-active{
        background-image: none;
        background-color: #BABABA !important;
        border-radius: 0 0 0 0 !important;
        padding-bottom: 3px !important;
    }
    /*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {*/
    .dmltabs li.ui-state-default{
        background: none;
        border-width: 0 !important;
    }
    /*.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {*/
    .dmltabs li.ui-state-hover{
        background-image: none;
        background-color: #D6D6D6;
        border-radius: 0 0 0 0 !important;
        padding-bottom: 3px !important;
    }
    .actionbtns:focus {
        outline: none;
    }
    /**/
    .dml-chart-container {
       /* opacity:0.65;*/
        border-color: #808080;
        border-radius: 10px 10px 10px 10px;
        border-style: solid;
        border-width: 1px;
    }
    .highcharts-legend{
       display: none;
    }
    .mapinfowindow{
        width: 240px;
        border-style: solid;
        border-width: 2px;
        border-radius:5px;
        height: 50px;
        background-color: ghostwhite;
        padding:4px;
    }
    .maptooltip{
        width: 240px;
    }
    .videobuttondisbaled
    {
        min-width:35px;
		margin:0 2px 0 0;
        border-radius:0px 0px 0px 0px;
        border-width: 0px;
        padding-bottom: 3px;
        background-color: #CCCCCC;
        height: 35px;
    }
    .videobuttondisbaled:hover{
        border-radius:0px 0px 0px 0px;
        border-width: 0px;
        background-color:yellow;
    }
    
    .videobutton
    {
        min-width:35px;
		margin:0 2px 0 0;
        border-radius:0px 0px 0px 0px;
        border-width: 0px;
        padding-bottom: 3px;
        height: 35px;
    }
    .videobutton:hover{
        border-radius:0px 0px 0px 0px;
        border-width: 0px;
        background-color:yellow;
    }
    .mutebutton{
        border-radius:0px 0px 0px 0px;
        border-width: 0px;
        background-color:#4B4B4D;
        background-image:none;
        padding-bottom: 3px;
        height: 35px;
    }
    .mutebutton:hover{
        border-radius:0px 0px 0px 0px;
        border-width: 0px;
         background-color:yellow ; 
         background-image:none;
    }
    div.outer_table_cell{
        padding: 0px;
        background-color:#ffffff;
          
        border-color: #e4e4e4;
        width: 100%;
        min-height:35px;
        
        overflow:hidden;
        cursor:pointer;
   }
    div.table_inner_cell{
        padding: 0px;
        background-color:#ffffff;
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #e4e4e4;
        width: 96%;
        min-height:35px;
        padding-left:3%;
        overflow:hidden;
        cursor:pointer;
   }
    .table_cell{
        padding: 0px;
        background-color:#ffffff;
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #e4e4e4;
        width: 98%;
        min-height:30px;
        padding-left:1%;
        overflow:hidden;
        cursor:pointer;
        padding-top:5px;
   }
   .table_cell_header{
        padding: 0px;
        background-color:#ffffff;
        border-width: 1px 1px;
        border-style: solid;
        border-color: #e4e4e4;
        width: 98%;
        min-height:30px;
        padding-left:1%;
        overflow:hidden;
        cursor:pointer;
        padding-top:5px;
   }
   .ui-accordion .ui-accordion-content
   {
       padding:0px !important;
       margin-top:0px !important;
           
       
   }
   .header_left
   {
       float:left;
        width: 79%;
        margin-left:1%;
        overflow:hidden;
        margin-top:5px;
   }
   .header_right
   {
       float:right;
       width: 20%;
       overflow:hidden;
       margin-top:7px;
       /*padding-top:7px;
       height:28px !important;*/
       background:url("../scripts/jquery/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #E6E6E6;
   }
   .info_div
   {
       float: left;
       width: 100%;
       clear: both;
       border-style: solid;
       border-color: #e6e6e6;
       border-width: 0px 1px;
       background:url("../scripts/jquery/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #E6E6E6;
   }
   .info_div_right
   {
       float: left;
       width: 50%;
     /*  clear: both;*/
       overflow:hidden;
       margin-top:5px
   }
   .info_div_left
   {
       float: left;
       width: 50%;
/*       clear: both;*/
       overflow:hidden;
       margin-top:5px
   }
   .header_right_inner
   {
       float:right;
       width: 20%;
       overflow:hidden;
       margin-top:7px;
       /*padding-top:7px;
       height:28px !important;*/
       /*background:url("../scripts/jquery/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;*/
   }
   .ui-accordion-header
   {
       height:35px !important;
   }
   .accordion_header
   {
       margin-top:1px;
       font-weight:normal;
       color:Black;
   }
   .accordion_header_link
   {
       
      /* background:url("../scripts/jquery/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;*/
      background:url("../scripts/jquery/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #E6E6E6;
       width: 99%;/*79%;*/
       padding-left:1%;
       float:left;
       height:35px !important;
   }
   .accordion_header_link_inner
   {
       /*background:url("../scripts/jquery/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;*/
       width: 99%; /*79%;*/
       /*padding-left:1%;*/
       /*border-width: 0 1px 1px 1px;*/
       border-width:0 1px;
        border-style: solid;
        border-color: #e4e4e4;
       float:left;
       min-height:35px !important;
       
   }
   .logindiv
   {
       float: left;
       width: 100%;
       margin: 5% auto auto;
       text-align: center;
   }
   .loginformdiv
   {
       display:inline-block;
       margin: auto; 
       width:400px;/* 40%;*/
       /*box-shadow:0 0 8px 2px rgba(0, 0, 0, 0.1);
       -webkit-box-shadow:0 0 8px 2px rgba(0, 0, 0, 0.1);*/
       /*padding:0px 0px 20px 0px;/*20px 0px;*/
       background:none repeat scroll 0 0 #E3E3E3 !important;
      /* background: url("../scripts/jquery/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 100% 100% #D8D8D8;
       border-color: #669999;
       border-radius: 8px 8px 8px 8px;
       border-style: solid;
       border-width: 4px;*/

   }
   .loginformlabel
   {
        clear: both;
        display: inline-block;
        float: left;
       /* font-size: small;
        font-weight: bold;*/
        font-size:16px;
        margin-left: 7%;
        text-align: left;
        width: 93%;
   }
   .loginheader
   {
       font-size:large !important;
       font-weight:bold !important;
       /*background-color:#444444;*/
       color:White;
       padding: 20px 30px;
       background:url("../images/login_bg.png") repeat-x scroll 100% 100% #4A4841
   }
   .loginbtn
   {
        background: none repeat scroll 0 0 #E3E3E3 !important;
        border: 1px solid #CCCCCC !important;
        border-radius: 4px 4px 4px 4px !important;
        box-shadow: 0 0 2px #FFFFFF inset !important;
        color: #333333 !important;
        cursor: pointer !important;
        float: right !important;        
        /*margin: 15px 20px 10px 10px !important;*/
        padding: 8px 0 9px !important;
        text-align: center !important;
        text-shadow: 0 1px 0 #FFFFFF !important;
        /*width: 150px !important;*/
        /*padding:2px 10px*/
   }
   .loginbtnleft
   {
        background: none repeat scroll 0 0 #E3E3E3 !important;
        border: 1px solid #CCCCCC !important;
        border-radius: 4px 4px 4px 4px !important;
        box-shadow: 0 0 2px #FFFFFF inset !important;
        color: #333333 !important;
        cursor: pointer !important;
        float: left !important;        
        /*margin: 15px 20px 10px 10px !important;*/
        padding: 8px 0 9px !important;
        text-align: center !important;
        text-shadow: 0 1px 0 #FFFFFF !important;
        /*width: 150px !important;*/
        /*padding:2px 10px*/
   }
   .loginfields
   {
        background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;
        background:-webkit-gradient( linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF) );        
        border: 1px solid #E5E5E5;
        box-shadow: 0 0 8px #F0F0F0;
        display: block;
        float: left;
        font-size: 16px;
        margin: 0 7% 7%;
        padding: 3%;
        width: 79%;
        /*width:30%*/
   }
   .loginfields:focus
   {
       background:none repeat scroll 0 0 #FEFFEF
   }
   .gm-style div {
       font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif" !important;
   }