.nav {
box-sizing: border-box;
  width: 126px;
  padding: 0;
  float: left;
}

.nav li {
  list-style: none;
}

.nav > li {
  padding: 0;
  float: left;
  position: relative;
  background:#fff url('images/menu_bg_arrow.png') no-repeat right center;
}

.nav > li > a {
  display: block;
  margin: 0;
  margin-bottom: 2px;
  padding: 8px 0 0px 10px;
  width: 150px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  outline-style: none;
  border: 1px solid #e1e1e1;
  position: relative;
  height: 18px;
  cursor:pointer;
}

.nav > li.open a {
  background: #f6f6f6;
  color:#000;
  border-right:1px solid #f6f6f6;
}

.nav > li > a:last-of-type {
  margin-right: 0;
}

.nav > li > div {
  position: absolute;
  left: 162px;
  top: 0px;
  display: none;
  background: white;
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-left: 1px solid transparent;
  background: #f6f6f6;
  overflow: hidden;
  z-index:9999;
}


.nav > li > div ul {
  margin: 0;
  padding: 0;
}

.nav > li > div p {
  color: #666;
}

.nav > li > div .right {
  right: 0;
  left: auto;
}

.nav > li:hover > a {
 
}

.nav > li.open .tab_content .car_list  a {
background:inherit;
color:inherit;
border:0;
 
}

.navvisfix {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}

[class^="sub-menu-b-"] {
width: 205px;
}

.car_list {
    width: 200px;
    float: left;
    margin-right: 10px;
    border: 1px solid #e1e1e1;
    background: #fff;
    margin-bottom: 5px;
    padding-bottom: 14px;
    text-align: center;
}

.car_list:hover {
  border: 1px solid #009dcd;
}

.car_list:nth-child(4n) {
  margin-right: 0px;
}


.tab_cat_main {
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  width: 196px;
  margin-top: 10px;
}

.nav .sub-menu-b-9, .nav .sub-menu-b-10, .nav .sub-menu-b-13, .nav .sub-menu-b-15, .nav .sub-menu-b-17  {
  width: 840px;
}

.nav .sub-menu-b-22, .nav .sub-menu-b-25 {
  width: 425px;
}

.nav .sub-menu-b-24, .nav .sub-menu-b-23  {
  width: 640px;
}

.nav .sub-menu-b-20 {
  top: -17px;
}

.nav .sub-menu-b-21 {
  top: -47px;
}

.nav .sub-menu-b-22 {
  top: -77px;
}

.nav .sub-menu-b-23 {
  top: -107px;
}

.nav .sub-menu-b-24 {
  top: -137px;
}

.nav .sub-menu-b-25 {
  top: -167px;
}

.model_sec {
    font-weight: bold;
    font-size: 26px;
	color:#009dcd;
}

.table_header, .table_content {
    background: #f0f0f0;
    text-align: left;
    margin: 15px auto 0 auto;
    border: 1px solid transparent
}

.table_content {
    margin: 0 auto;
}

.table_header tr, .table_content tr {
    border-bottom: 1px solid #fff;
}

.table_header tr:hover, .table_content tr:hover {
    background:#444;
	color:#fff;
}

html .table_header_tr, html .table_header_tr:hover {
border-bottom: 2px solid #fff;
    background: #009dcd;
    color: #fff;
    font-weight: bold;
}

.table_header tr th, .table_content tr th {
    padding: 5px 0;
    border-left: 1px solid #fff;
    text-align: left;
    font-size: 13px;
}

.table_header tr th:before, .table_content tr th:before {
    display: block;
    content: "";
    width: 10px;
    height: 15px;
    float: left;
}

.center-div a:nth-child(2n-1) .table_content {
background:#e5e5e5;
}

.center-div {
padding: 0 35px 35px;;
}

.tr_header_000, .table_th_000 {
    width: 240px;
}

.tr_header_001, .table_th_001 {
width:120px;
}

.tr_header_002, .table_th_002 {
width:80px;
}

.tr_header_003, .table_th_003 {
    width: 160px;
}

.tr_header_004, .table_th_004  {
width:125px;
}

.tr_header_005, .table_th_005 {
width:75px;
}

.tr_header_006, .table_th_006 {
width:75px;
}

.tr_header_007, .table_th_007 {
width:115px;
}
@media all {
	.lightboxf { display: none; }
	
	/* override default feather style... */
	.fixwidth {
		background: rgba(256,256,256, 0.8);
	}
	.fixwidth .featherlight-content {
		width: 500px;
		padding: 25px;
		color: #fff;
		background: #111;
	}
	.fixwidth .featherlight-close {
		color: #fff;
		background: #333;
	}

}

html .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 6px;
    right: 6px;
    line-height: 18px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(0,0,0,.5);
    color: #fff;
    /* content: 'KAPAT X'; */
    font-size: 30px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.5);
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 0px solid #000000;
    padding: 20px 10px;
	