/* cyrillic-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(http://fonts.gstatic.com/s/ubuntu/v9/ODszJI8YqNw8V2xPulzjO_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(http://fonts.gstatic.com/s/ubuntu/v9/iQ9VJx1UMASKNiGywyyCXvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(http://fonts.gstatic.com/s/ubuntu/v9/WkvQmvwsfw_KKeau9SlQ2_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(http://fonts.gstatic.com/s/ubuntu/v9/gYAtqXUikkQjyJA1SnpDLvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(http://fonts.gstatic.com/s/ubuntu/v9/Wu5Iuha-XnKDBvqRwQzAG_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(http://fonts.gstatic.com/s/ubuntu/v9/sDGTilo5QRsfWu6Yc11AXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body{
background: #EFEFEF;
font-size: 12px;
font-family: Ubuntu;
/*border-top: 5px solid red;*/
    margin: 0px;
	    position: relative;
     background:url(../images/header_bg.png) !important;

}

h1
{

color: #C3011B;
margin:10px 0px 5px 0px;
}

h2
{

color: #E20D2A;
margin:0px 0px 5px 0px;
}

h3
{
color: #f3f3f3;

margin:0px;
padding: 0px;
margin-top: -5px;

}

h4
{
font-size: 14px;
color: #28439C;
margin: 0;
padding: 5px 0px;
}

h5
{

}

a{
color: #C3011B;
text-decoration: none;
}

a:hover{text-decoration: underline;}

p{
margin:0px;
padding: 2px;
color: #444444;
font-size: 13px;

}

img {border: 0px}

#canvas{
background: #ffffff;
width: 1140px;
margin: 0 auto;
min-height:700px;
box-shadow: 0px 8px 17px 0px #2c2c2c;
    -moz-box-shadow: 0px 8px 17px 0px #2c2c2c;
    -webkit-box-shadow: 0px 8px 17px 0px #2c2c2c;
    -khtml-box-shadow: 0px 8px 17px 0px #2c2c2c;
    -ms-box-shadow: 0px 8px 17px 0px #2c2c2c;
}

#header{
/*margin-top: 10px;*/
border-top: 3px solid #28439C;
background: #f9f9f9;
height: 251px;
width: 100%;

}

#logo{
width: 298px;
height: 70px;
background: url(../images/logo-bg.jpg) no-repeat;
float: left;
}

#top-header{
float: left;
width: 1140px;
/* background: none repeat scroll 0 0 #EEEEEE;*/
}

#top-contact
{
height: 32px;
width: 100%;
text-decoration: none;
font-size: 14px; 
line-height: 30px;
padding: 3px;
}

#top-contact #email{
color: #006206;
    padding: 7px 15px;
}
#email span,#fax span,#clockTime span{
	    margin-left: 6px;
}
#top-contact #fax
{
padding-left: 20px;
color: #006206;

}
#clockTime{
	font-size:22px;
	margin-left: 33px;
}

#top-contact #tel
{
font-size: 16px; 
color: #CB001D;
float:right;
padding-right: 10px;
}

#top-menu{
	display:none;
height: 33px;
border-bottom: 2px solid white;
width: 100%;
background: url(../images/top-menu-bg.jpg) repeat-x #2e4da8; /* for non-css3 browsers */
background: linear-gradient(top, #2e4da8,#29429c); /* W3C */
background: -moz-linear-gradient(top, #2e4da8,  #29429c); /* for firefox 3.6+ */ 
background: -webkit-gradient(linear, left top, left bottom, from(#2e4da8), to(#29429c)); /* Safari 4+, Chrome */
background: -webkit-linear-gradient(left top, left bottom, #2e4da8, #29429c); /* Chrome 10+, Safari 5.1+, iOS 5+ */
background: -o-linear-gradient(top, #2e4da8,#29429c); /* Opera 11.10+ */
background:-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#2e4da8, EndColorStr=#29429c, GradientType=0)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e4da8', endColorstr='#29429c', GradientType='0'); /* for IE */

}

#header-logo-image{
clear: both;
background: #28439c; /* for non-css3 browsers */
background: linear-gradient(top, #28439c,#21449e); /* W3C */
background: -moz-linear-gradient(top, #28439c,  #21449e); /* for firefox 3.6+ */ 
background: -webkit-gradient(linear, left top, left bottom, from(#28439c), to(#21449e)); /* Safari 4+, Chrome */
background: -webkit-linear-gradient(left top, left bottom, #28439c, #21449e); /* Chrome 10+, Safari 5.1+, iOS 5+ */
background: -o-linear-gradient(top, #28439c,#21449e); /* Opera 11.10+ */
background:-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#28439c, EndColorStr=#21449e, GradientType=0)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28439c', endColorstr='#21449e', GradientType='0'); /* for IE */

}
#header-logo-image img{
	width:1140px;
}
#top-menu ul
{
list-style-type: none;
margin: 0px;
padding: 0px;
margin-left: 10px;
}

#top-menu ul li
{

}

#top-menu ul li a
{
display: block;
float: left;
padding: 5px;
font-size: 12px; 
color: white;
text-decoration: none;
text-transform: uppercase;

font-weight: bold;
padding-top: 10px;
border-right: 1px solid #4B5C8C;
}

#top-menu ul li a:hover
{
text-decoration: underline;

}


#header-bottom{

width: 1140px;
height: 47px;
float: left;
border-top:1px solid #b5b5b5;
border-bottom:3px solid #223a90;
}

#main-menu{

width: 1140px;
color: #ffffff;
height: 47px;
float: left;
}

#main-menu ul
{
list-style-type: none;
margin: 0px;
padding: 0px;
margin-left: 10px;
}

#main-menu ul li
{
float:left;
}

#main-menu ul li a
{
/*
display: block;
float: left;
font-size: 12px; 
color: white;
text-decoration: none;
text-transform: uppercase;

font-weight: bold;
padding: 14px 5px 5px 4px;
*/
    border-right: 1px solid #999;
    color: #111111;
    display: block;
    float: left;
    font-family: helvetica,verdana,arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 35px;
    padding: 6px 9px;
    text-decoration: none;
    text-transform: uppercase;
}

#main-menu ul li a:hover
{

background:#223a90;
color:#fff;
/*border-top: 1px dashed white;
background: url(../images/main-menu-bg-hover.jpg) no-repeat top center;
height: 30px;
*/
}

#third-menu
{
margin: 0px 0px 3px 5px;
 padding: 5px 5px 5px 5px;

}

#third-menu a
{

}

#main-third-menu
{
margin-left: -20px;
}

#manufacturer-innerpages-top
{
margin-top: -17px;
}


#top-search{

text-align: right;
width: 242px;
height: 47px;
float: left;

}

#top-search-box
{
    border: 1px solid #DDDDDD;
       width: 215px;
    height: 22px;
    float: left;
    margin-top: 11px;
    padding-left: 3px;
}

#search-button
{
background: url(../images/search-button.png) no-repeat top center;
    width: 27px;
    height: 28px;
    margin-right: 20px;
    border: none;
    margin-top: -32px;
}
 
#duty-button {
    background: url("../images/calculate.png");
    border: 1px solid transparent;
    height: 28px;
    
    width: 90px;
}

#duty-button:hover {
    background: url("../images/calculate-hover.png");
}

#main{
padding: 0 20px;
background: #ffffff;
min-height: 550px;

}

#main table
{
font-size: 12px;
}

#main-slider{
width: 670px;
float: left;
}

#main-search{
width: 270px;
position: relative;
    z-index: 10;
    float: right;
    margin-top: 10px;
    background: url(../images/advance-search-bg.jpg);
    height: 326px;
  
    box-shadow: 0px 1px 3px #c3c2c3;
    -webkit-box-shadow: 0px 1px 3px #c3c2c3;
    -moz-box-shadow: 0px 1px 3px #c3c2c3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	
}

#main-search table{font-size: 12px; color: #28439C;    margin-left: 18px;}
#main-search td{padding: 3px; font-weight:bold;}
#main-search #model{width: 100px;}
#main-search #button{width: 112px; height: 30px;margin-top: 15px;}
#main-search select
{
	width: 110px;
	height: 25px;
	
}

#manufacturer-panel
{
background: white;
clear: both;
height: 97px;
padding: 20px;
}
.advancesearch-head-home {
    background: #363636;
    margin-bottom: 8px;
    height: 44px;
    width: 271px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 1px 3px #c3c2c3;
    -webkit-box-shadow: 0px 1px 3px #c3c2c3;
    -moz-box-shadow: 0px 1px 3px #c3c2c3;
}
.advancesearch-head-home h3 {
    background: url(images/icons/search-ico.png) 27px 13px no-repeat;
    padding-left: 55px;
    color: #eaeaea;
    font: 18px 'Droid Serif', serif;
    height: 43px;
    line-height: 43px;
}

.manufacturer-boxes{
  border: 1px solid #DDDDDD;
    float: left;
    height: 56px;
    margin: 5px;
	margin-top: 0px;
    padding: 5px;
    width: 71px;
}

.manufacturer-boxes:hover
{border: 1px solid #CB001D;}
.clear{clear:both;}

.intro
{
width: auto;
height: auto;
padding: 0px 10px 10px 10px;
border: 1px solid #ddd;
margin-bottom: 20px;
    text-align: justify;
}

.intro #links-div
{margin-top: 5px;
font-style: italic;}

#main-left{
    background: white;
    margin-right: 0px;
    width: 810px;
    float: left;
}

#main-right{background: #ffffff;
    width: 276px;
    float: right;

}

.box{

height: auto;
background: white;
border: 1px solid #ddd;
border-bottom: none;
color: #888;
font-size: 14px;
padding: 10px;
margin-top: 10px;
}

.box a{text-decoration: none; color: #333;}


.box-fullbg{
background: url(../images/box-advert.png) repeat-x;
height: 119px;
color: #ffffff;
font-size: 14px;
padding: 10px;
margin-top: 0px;
text-align: center; 
}.box-fullbg a{color: #ffffff;}.box-fullbg a:hover{text-decoration: none;}

.box-fullbg-blue{
background: url(../images/box-duty.png) repeat-x;
height: auto;
color: #ffffff;
font-size: 12px;
padding: 10px;
margin-top: 0px;
text-align: center; 
background-size: 100%;
}

.box-fullbg-blue table
{
font-size: 12px;
color: white;
}

.box-fullbg-blue input
{
width: 150px;
}

.box-fullbg-blue select
{
width: 150px;
}

.box-fullbg-blue #button
{
width: 120px;
}

.box-links
{
height: auto;
background: #282828;
border: 1px solid #ddd;
border-bottom: none;
color: #fffff;
font-size: 14px;
padding: 10px;
margin-top: 10px;
}

.box-links a
{
color: #ffffff;
}

.box-links a:hover
{text-decoration: none;}

.box-links p
{
margin: 0px;
padding: 0px;
color: #aaa;
}

.box-links:hover
{
background: #2B49A3;
}


.box-links:hover a
{
color: #eee;
}

.box-links:hover p
{
color: #dcdcdc;
}

.box-links:hover h2
{
color: #ffffff;
}


.box-bottom-red{
background: url(../images/box-bg-red.png) repeat-x;
height: 33px;
width: auto;
margin-bottom: 10px;
color: #ffffff !important;
font-size: 14px;
font-weight: bold;
line-height: 30px;
padding: 0px 5px 0px 5px;
text-align: center;

}.box-bottom-red a{ color:#ffffff; text-decoration: none;} 

.box-bottom-blue{
background: url(../images/box-bg-blue.png) repeat-x;
height: 33px;
width: auto;
margin-bottom: 10px;
color: #ffffff;
font-size: 14px;
font-weight: bold;
line-height: 30px;
padding: 0px 5px 0px 5px;
text-align: center;

}
.box-bottom-blue a{color: #ffffff; text-decoration: none;}

#recent-cars-head
{
background: url(../images/panel-gray.png) no-repeat 20px 0px	;
height: 25px;
width: auto;
padding-right: 30px;
padding-left: 60px;
line-height: 25px;
font-size: 14px;
font-weight: bold;
color: #ffffff;

text-transform: capitalize;
font-stretch:;	
margin-top: 5px;
}

#recent-cars{
background: #9A9A9A;
border-radius: 10px;
padding: 2px;
margin-bottom: 10px;
}

#available-cars-head
{
background: url(../images/panel-header-red.png) no-repeat 20px 0px	;
height: 25px;
width: auto;
padding-right: 30px;
padding-left: 60px;
line-height: 25px;
font-size: 14px;
font-weight: bold;
color: #fff;

text-transform: capitalize;
font-stretch:;	
margin-top: 5px;
}

#available-cars{
/*background: #006206;*/
    background: rgba(170, 221, 255, 0.38);
border-radius: 2px;
padding: 10px 16px;
}

#available-cars a{
text-decoration: none;
}

#sold-cars-head
{
background: url(../images/panel-header-blue.png) no-repeat 20px 0px	;
height: 25px;
width: auto;
padding-right: 30px;
padding-left: 60px;
line-height: 25px;
font-size: 14px;
font-weight: bold;
color: #fff;

text-transform: capitalize;
font-stretch:;	
margin-top: 5px;
}

#sold-cars{
background: #C3011B;
border-radius: 10px;
padding: 2px;
margin-bottom: 10px;
}

#sold-cars a{
text-decoration: none;
}


#spare-parts-head
{
background: url(../images/panel-header-orange.png) no-repeat 20px 0px	;
height: 25px;
width: auto;
padding-right: 30px;
padding-left: 60px;
line-height: 25px;
font-size: 14px;
font-weight: bold;
color: #fff;

text-transform: capitalize;
font-stretch:;	
margin-top: 5px;
}

#spare-parts{
background: orange;
border-radius: 10px;
padding: 2px;
margin-bottom: 10px;
}

#spare-parts a{
text-decoration: none;
}

.browse-link-red{float: right; font-style: italic;}
.browse-link-red a{color: #006202; text-decoration: none;}
.browse-link-red a:hover{text-decoration: underline;}

.browse-link-blue{float: right; font-style: italic;}
.browse-link-blue a{color: #C3011B; text-decoration: none;}
.browse-link-blue a:hover{text-decoration: underline;}

.browse-link-orange{float: right; font-style: italic;}
.browse-link-orange a{color: orange; text-decoration: none;}
.browse-link-orange a:hover{text-decoration: underline;}


.car-boxes
{
        background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    float: left;
    height: 237px;
    margin: 2px;
    padding: 4px;
    text-align: left;
    width: 185px;
	}

.car-boxes:hover
{
background: #f3f3f3;
}

.car-boxes img
{
      width: 185px;
    height: 129px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.car-boxes .title{
color: #C3011B;
font-size: 12px;

font-weight: bold;
text-transform: uppercase;
}

.car-boxes .description{
color: #333;
font-size: 11px;

text-transform: capitalize;
text-align: left;
}

.car-boxes .year{
color: #000;
font-size: 12px;

font-weight: bold;
text-transform: uppercase;
margin-top: 5px;
}

.car-boxes .price{
       color: #2B49A3;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    height: 25px;
    background: rgba(221, 221, 221, 0.55);
    line-height: 25px;
    padding: 0px;
    padding-left: 4px;
    float: left;
}
.car-boxes .price span{
	    font-weight: normal !important;
    color: #f3f3f3;
    background: #2b49a3;
    display: inline-block;
    width: 139px;
    padding-left: 5px;
}
.car-boxes p
{
margin: 0px;
padding: 0px;
text-align: left;
}

#footer-top{

width: auto;
clear: both;
}

#footer{
    width: auto;
    padding: 10px 20px 10px 20px;
    background: #040A21;
    color: #fff;
    clear: both;
    font-size: 14px;
    text-align: center;
    border-top: 2px solid #ec3539;
}

#footer ul
{
margin:0px;
padding: 0px;
list-style-type: none;
}

#footer ul li
{
display: inline;
margin-right: 5px;
font-size: 12px;
font-weight: bold;
}
#footer a
{
font-size: 13px;
color:#00a85b;
font-weight: bold;
text-decoration: none;
}

#footer a:hover
{
text-decoration: underline;
}

#footer p
{
margin:5px 0 0 0px;
padding: 0px;
color: #04a45a;
font-weight: bold;
font-size: 13px;
font-style: normal;
}

#footer #pehamraza
{
color: #C3011B;
}

#contact-form
{
font-size: 12px;
margin: 20px;
}

#contact-form table
{
font-size: 14px;
color: #28439C;
font-weight: bold;

}

#contact-form input
{
height: 20px;
width: 100%;

border: 1px solid #dddddd;
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
/*color: #DA0D2C;*/
color: #DA0D2C;
}

#contact-form textarea
{
    height: 100px;
	width: 300px;
	color: #DA0D2C;
	margin:5px;
	border: 1px solid #dddddd;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}

#contact-form select
{
    height: 25px;
	width: 250px;
	margin:5px;
	border: 1px solid #dddddd;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}

#contact-form #button
{
    height: 28px;
	width: 90px;
	border: 1px solid transparent;
	margin: 0px;
}

#contact-form h2
{
font-size: 14px;
}


.submit-button
{
background: url(../images/submit-button.png) no-repeat;
    border: 1px solid transparent;
    height: 28px;
    width: 90px;
	font-weight: bold;
	color: #888888 !important;
	background-size: 100% 100%;
}

.submit-button:hover {
    background: url("../images/submit-button-hover.png") no-repeat;
	color: #ffffff !important;
	font-weight: bold;
	background-size: 100% 100%;
}

 .heading-span
 {
	background: none repeat scroll 0 0 #E20D2A;
    color: white;
    padding: 5px;
 }
 
 .heading-span h4
 {
	color: white;
 }
 
 .inq-boxes
 {
 clear:  both;
 }
 
 .inq-boxes img
 {
 margin: 5px; width: 200px; height: 130px; border: 2px solid #ccc; border-radius: 8px 8px 8px 8px; -moz-border-radius: 8px 8px 8px 8px; -webkit-border-radius: 8px 8px 8px 8px; 
 margin-right: 15px; vertical-align: botto;
 }
 
 
.myclass { margin: 5px; padding: 10px;
 border: 2px dotted #E1E0F5; 
 height: auto; width: auto; 
/*background: url("../images/arr.jpg") no-repeat  10px 30px transparent;
*/}

.myclass table
{
font-size: 13px;
}

.myclass h4
{
color: #ffffff;
text-transform: uppercase;
}

.myclass .heading
{
background-color: #28439C;
padding: 2px 5px;
}

.myclass:hover {/* background: url("../images/arr.jpg") no-repeat  10px 30px #EFEFF7;*/ color: #59007F; border: 2px dotted #D6D5F2; background: #f9f9f9;}




#search-form-div
{
	border: 1px solid #2B49A3;
	background: #2B49A3;
	padding:5px;
	float: left;
	width: auto;
	color: white;
}

#search-form-div table 
{
color: #ffffff;
font-style: italic;
}

#search-form-div table td
{
border: none;
}

#search-form-div select
{
    height: 25px;
	width: 130px;
	border: 1px solid #dddddd;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	margin-right: 15px;
	background: #fff;
}

#search-right-div
{
	border: 1px solid #59007F;
	background: #eeeeff;
	padding:5px;
	float: left;
	width: 255px;
	height: 216px;
	margin-left: 5px;
	text-align:	center;
}

#tabledata table
			{
				padding: 3px; 
				width: auto;
				font-size: 12px;
			}

			
			#tabledata td
			{
				
				border: 1px solid #eeeeee;
				vertical-align: top;
				padding: 3px;
				padding-top: 10px;
				padding-bottom: 0px;

			}
			
			#tabledata td img
			{
				border-radius: 4px;
				-moz-border-radius: 4px;
			}
			
						#no-style-table
			{
				padding: 0px; 
				border: none;
				border-radius: 0px;
				width: auto;
				
			}
			#no-style-table td
			{
				padding: 0px; 
				border: 0px solid #ccc;
				border-radius: 0px;
				-moz-border-radius: 0px;
			}
			
			#no-style-table td img
			{
				border-radius: 0px;
				-moz-border-radius: 0px;
			}
			
			#search-form-div tr:hover{background: none;}
			#tabledata tr:hover{background: #EEEEFF;
			border-radius: 4px;
				-moz-border-radius: 4px;
				cursor: pointer;}
			
			#tabledata tr{margin: 0px; padding: 0px;}

.showroomstock-divs
{
float: left; width: 650px; height: 157px; margin-left: 5px;     margin-top: 6px;

border: 1px solid #F7F4F4;
}

.showroomstock-divs .heading
{
	padding: 3px;
}

.showroomstock-divs .heading h2
{
	padding: 0px;
	margin: 0px;
}

.showroomstock-divs .data
{
	padding: 3px;
}

.showroomstock-divs .data .databox
{
	width: 18.1%;
	padding: 2px;
	float: left;
	background: #ffffff;
	margin: 3px;
	padding-top: 5px;
	border: 1px solid #ddd;
}

.showroomstock-divs .data .databox:hover
{
	background: #F9F7F7;
}

.showroomstock-divs .data .databox img
{
	width: 90px;
	height: 75px;
	border: none;
	margin: 0px auto;
	padding-left: 13px;
}

.showroomstock-divs .data .databox p
{
	padding:1px 0px; 
	margin:0px;
	font-size: 12px;
	text-align: center;
	color: #2B49A3;
}

.showroomstock-divs .data .databox p#price
{
	font-weight: bold;

}

#current-page
{
	border: 1px solid darkblue; padding: 3px; margin: 2px; background: darkblue; color: white;
}

.tablehead
{
	font-size: 13x;
	font-weight: bold;
}

#inqbut
{
float: right;
}

#inqbut a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	background: url("../images/main-menu-bg.jpg") repeat-x scroll 0 0 transparent;
	padding: 10px 5px;
	margin-right: 15px;
	border-radius: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #29449D;
}

#inqbut a:hover
{
	background: #193387;
	padding: 9px 5px 11px 5px;
}

#detail-box
{
 height: auto; font-size: 12px;
}

#detail-box-h2
{
color:white; display: inline;
}

#detail-box #detail-brief
{
width: 45%; float:left;vertical-align: top;
}

#detail-brief-h5
{
padding-left: 10px; margin-top: 0px;margin-bottom: 5px;
}


	#tab22 td{border: none;}
	#tab22 tr{border: none;}
	#tabpeham tr{border: 1px solid transparent;}
	#tabpeham tr:hover{border: 1px solid #eee; background: #ddd; font-weight: bold; font: italic; color: black; cursor: pointer;}
	#capacity{background: #f9f9f9; height: 28px; padding: 3px; width: 150px; border-radius: 5px;}
	
	
	/* slider */
	
	div.wrap{
width:670px;
margin:0 auto;
text-align:left;
}
div#top div#nav{
float:left;
clear:both;
width:670px;
height:52px;
margin:22px 0 0;
background:url url(../images/nav-bg.png) 0 0 no-repeat;
}
div#top div#nav ul{
float:left;
width:500px;
height:52px;
list-style-type:none;
}
div#nav ul li{
float:left;
height:52px;
}
div#nav ul li a{
border:0;
height:52px;
display:block;
line-height:52px;
text-indent:-9999px;
}
div#header12{
    background: #fff;
    position: relative;
    width: 659px;
  
    padding: 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 1px 3px #c3c2c3;
    -webkit-box-shadow: 0px 1px 3px #c3c2c3;
    -moz-box-shadow: 0px 1px 3px #c3c2c3;
}
div#video-header12{
height:670px;

}
div#header12 div.wrap{
  height: 335px;
}
div#header12 div#slide-holder{
height: 337px;
    position: absolute;
    width: 670px;
    z-index: 40;
}
div#header12 div#slide-holder div#slide-runner{
height: 340px;
    overflow: hidden;
    position: absolute;
    top: 2px;
    width: 658px;
}
div#header12 div#slide-holder img{
margin:0;
display:none;
position:absolute;
width: 670px;
height: 333px;
}
div#header12 div#slide-holder div#slide-controls{
 background: url("../images/slide-bg.png") repeat scroll 0 0 transparent;
    top: 12px;
    display: none;
    height: 46px;
    left: 0;
    position: absolute;
    width: 658px;
}
div#header12 div#slide-holder div#slide-controls p.text{
float:left;
color:#ffffff;
display:inline;
font-size:11px;
font-weight: bold;
line-height:16px;
margin:15px 0 0 20px;
text-transform:uppercase;
text-shadow: 0px 0px 6px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=90, Color=#000000)";/*IE 8*/
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=90, Color=#000000); /*IE 5.5-7*/
}
div#header12 div#slide-holder div#slide-controls p#slide-nav{
float:right;
height:24px;
display:inline;
margin:11px 15px 0 0;
}
div#header12 div#slide-holder div#slide-controls p#slide-nav a{
float:left;
width:24px;
height:24px;
display:inline;
font-size:11px;
margin:0 5px 0 0;
line-height:24px;
font-weight:bold;
text-align:center;
text-decoration:none;
background-position:0 0;
background-repeat:no-repeat;
color: #fff;
text-shadow: 0px 0px 6px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=90, Color=#000000)";/*IE 8*/
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=90, Color=#000000); /*IE 5.5-7*/
}
div#header12 div#slide-holder div#slide-controls p#slide-nav a.on{
background-position:0 -24px;
color: #333;
}
div#header12 div#slide-holder div#slide-controls p#slide-nav a{background-image:url(../images/silde-nav.png);}
div#nav ul li a{background:url(../images/nav.png) no-repeat;}

div.damaged_cars_home a{text-decoration: none;}
div.damaged_cars_home a:hover{text-decoration: none;}

div.damaged_cars_home img{ display: inline-block;
    height: 75px;
    margin: 5px;
    width: 75px;}
div.damaged_cars_home{clear: both; border: 1px solid #ddd; padding: 5px;}
div.damaged_cars_home h2{text-decoration: blink;}
div.damaged_cars_home h2 small{font-size: 14px;}
div.damaged_cars_home h2 a{text-decoration: none; color: inherit;}
.btn {
  background: #E20D2A;
  background-image: -webkit-linear-gradient(top, #E20D2A, #e01937);
  background-image: -moz-linear-gradient(top, #E20D2A, #e01937);
  background-image: -ms-linear-gradient(top, #E20D2A, #e01937);
  background-image: -o-linear-gradient(top, #E20D2A, #e01937);
  background-image: linear-gradient(to bottom, #E20D2A, #e01937);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;

  font-size: 15px;
  padding: 1px 15px;
  text-decoration: none;
  margin-right:7px;
  border: none;
    padding: 5px;
    color: #fff !important;

}

.btn:hover {
  background: #2e4da8;
  background-image: -webkit-linear-gradient(top, #2e4da8, #29429c);
  background-image: -moz-linear-gradient(top, #2e4da8, #29429c);
  background-image: -ms-linear-gradient(top, #2e4da8, #29429c);
  background-image: -o-linear-gradient(top, #2e4da8, #29429c);
  background-image: linear-gradient(to bottom, #2e4da8, #29429c);
  text-decoration: none;
}
.cYear{
	font-size: 13px;
	line-height: 16px;
}
.cMilage{
	font-size: 13px;
    display: block;
    margin-top: 2px;
	line-height: 16px;
}
.cCC{
	font-size: 13px;
	line-height: 16px;
}
span strong{
	    margin-right: 10px;
    width: 50px;
    display: block;
    float: left;
}
.car-boxes h4.title {
    color: #223a90;
    font-size: 12px;
    
    font-weight: bold;
    text-transform: uppercase;
	    margin-top: -15px;
}
.signIn{
	        background: #CB001D;
    color: #fff;
    font-family: helvetica,verdana,arial;
    padding: 7px 9px;
}
.signUp{
	    background: #223a90;
    color: #fff;
    font-family: helvetica,verdana,arial;
    padding: 7px 9px;
}
.signIn:hover{
	        background: #223a90;
    text-decoration:none;
}
.signUp:hover{
	    background: #CB001D;
   text-decoration:none;
}
@keyframes blink {  
      0% { opacity: 1.0; }
      50% { opacity: 0.0; }
      100% { opacity: 1.0; }
    }
    @-webkit-keyframes blink {
      0% { opacity: 1.0; }
      50% { opacity: 0.0; }
      100% { opacity: 1.0; }
    }
.blink {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}
.t01 th {
    border-top: 1px #fff solid;
    border-bottom: 1px #ccc solid;
    background: #EBEBEB;
    padding: 10px;
    color: #666;
    text-align: left;
    vertical-align: top;
}
table.t01 td {
    border-bottom: 1px #ccc solid;
    padding: 8px;
}
table.t01 {
    border-top: 1px #ccc solid;
    margin-bottom: 10px;
    border-spacing: 0;
    width: 100%;
	border-collapse: collapse;
}
.t01 th.w301 {
    border-top: 1px #fff solid;
    border-bottom: 1px #ccc solid;
    background: #666;
    padding: 10px;
    color: #EBEBEB;
    text-align: left;
    vertical-align: top;
	border: 1px solid #ccc;
}
#pht01 td{
	border: 1px #ccc solid;
}

.duty-cal {
	border:2px solid #223a90;
	margin-top: 8px;
    padding: 7px;
	
}
.duty-cal h2{
	color: #fff !important;
    background: #223a90 !important;
    padding: 5px !important;
    text-align: center !important;
    display: block !important;
}
.duty-cal select,input[type="text"],input[type="password"]{
	border-color: #f3f3f3;
    background: #f3f3f3;
    border-radius: 2px;
    border: none;
    padding: 5px;
}
#stats{
	width:100%;
}
.statsBox{
	width: 123px;
    float: left;
    height: 87px;
    color:#fff;
    margin: 0px 8px;
    border-radius: 6px;
    padding: 10px;
	text-align:center;
    
}
.sb1{
	background: #223a90;
	box-shadow: 3px 3px 4px 0px #ddd;
}
.sb2{
	background: #01a451;
	box-shadow: 3px 3px 4px 0px #ddd;
}
.sb3{
	background: #c3011b;
	box-shadow: 3px 3px 4px 0px #ddd;
}
.sb4{
	background: #fcc932;
	box-shadow: 3px 3px 4px 0px #ddd;
}
.statsBox span{
    font-size: 20px;
    line-height: 66px;	
}
#topButton{
	display: block;
    float: right;
    margin-right: 16px;
    width: 250px;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
	opacity: 0;
       position: absolute;
    background-color: #f9f9f9;
    min-width: 131px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0px 4px !important;
    margin-top: 45px !important;
    z-index: 1001;
    margin-left: 1px !important;
	 transform: translateY(-2em);
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.dropdown:hover .dropdown-content {
    display: block;
	opacity: 1;
	transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.dropdown-content li a{
	border-right: none !important;
    border-bottom: 1px solid #999;
    line-height: 20px !important;
    padding: 6px 9px !important;
    width: 145px;
    font-weight: normal !important;
    text-transform: capitalize !important;
}

            .mytable{
				font-size:14px !important;
				    border-collapse: collapse;
					}
				.mytable td {
				border-bottom:1px solid #ccc;
				height: 30px;	
						padding-left: 5px;	
						    width: 210px;
				}
				.tdBorder{
					padding-right: 3px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
	padding-left: 10px !important;
				}
				 table.quote {
    margin-bottom: 20px;
    width: 100%!important;
    border-collapse: collapse;
    line-height: 1.5;
    font-size: 12px;
    border: 1px solid #959494;
}
table.quote td select {
    float: right;
}
table.quote tr {
    border-bottom: 1px solid #959494;
}
				 table.quote thead th {
    background-color: #01a451;
}
table.quote thead th {
    font-size: 17px;
    font-weight: bold;
    padding: 5px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    color: #fff;
}
table.quote tbody td {
    padding: 5px 15px 5px 13px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    vertical-align: middle;
}
table.quote input[type="text"] {
    padding: 5px;
    width: 80%;
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.extraFeature{
	list-style:none;
	margin: 0;
    padding: 0;
}
.extraFeature li{
	width: 207px;
    float: left;
    line-height: 23px;
    border-bottom: 1px solid #f0f2f5;
    margin-left: 10px;
    color: #84494f;
    margin-bottom: 8px;
    font-size: 13px;
    padding-left: 5px;
	}
	.fa-check:before{
		    color: #28439C;
			margin-right:5px;
	}
	.imgtd{
		width:15px;
	}
	.imgtd img{
		width:15px;
	}
	.advanced-search{
	    border: 1px solid #f0f2f5;
    padding: 16px;
    background: url(../images/advance-search-bg.jpg);
	}
	.advanced-search table{
		width:100%;
	}
	.advanced-search h3{
		color:#28439c;
		margin-bottom: 14px;
	}
	.advanced-search table td{
		text-align:center;
	}
	.advanced-search table .select-box select{
		width:132px;
		border-color: #f4d1d5;
    padding: 3px;
	}
	.contentPage{
		margin-top:10px !important;
	}
	.contentPage h2{
		    border-bottom: 1px solid #adf;
    padding-bottom: 5px;
	}
	#homeInnerLeft{
		    width: 480px;
			float:left;
	}
	#homeInnerRight{
	width: 275px;
    float: right;
	}
	#homeInnerRight ul{
    padding: 2px 0px;
    margin-left: 26px;
    list-style: none;
	}
	#homeInnerRight ul li{
    margin: 22px 0px;
    padding: 18px 6px;
    font-size: 21px;
    border-radius: 5px;
    color: #fff;
    font-variant: small-caps;
	}
	#homeInnerRight ul li i:before{
     margin-right: 8px;
    margin-left: 12px;
    font-size: 26px;
	}
	#homeInnerRight ul li a{
		text-decoration:none;
		color:#fff;
	}
	#homeInnerRight ul li a:hover{
		font-weight:bold;
	}