/*
 * SmartTab plugin v2.0
 * jQuery Tab Control Plugin
 * 
 * by Dipu Raj
 * http://techlaboratory.net/smarttab
 * 
 * License 
 * http://creativecommons.org/licenses/by-sa/3.0/  
 */

/*.stMain {
  display:block;
  overflow:hidden;
} 2019.03.08 */
.stContainer {
	/*display:block;
  border: 2px solid #82aa3e; 
  border-right:none;
  overflow:hidden;  
  position: relative;
  height:253px;
  min-height:274px;
  border-radius: 8px 0 0 8px; 2019.03.08 */
	position: relative; /* 2019.03.12 */
}

.stMain ul.tabAnchor {
	display: inline-block; position: relative; clear: both; z-index: 10; float: right;
}

.stMain ul.tabAnchor li {
	position: relative; margin: 0; padding: 0;
}

.stMain ul.tabAnchor li a {
	display: block; height: 55px; line-height: 55px; color: #888; width: 150px; text-align: center; font-size: 14px; border-top: 1px solid #fff; background: #f6f6f6;
	/* border: 1px solid #D4D4D4; */ border-left: 2px solid #82aa3e;
}

.stMain ul.tabAnchor li a small {
	font-size: 15px;
}

.stMain ul.tabAnchor li a:hover {
	background: #f1f1f1; color: #666;
}

.stMain ul.tabAnchor li a.sel {
	color: #258420; font-weight: bold; cursor: text; background: #fff; font-size: 15px;
}

.loader {
	position: absolute; left: 48%; top: 40%; display: block; margin: 0; padding: 5px; padding-top: 35px; font-size: 10px; color: #666; text-decoration: none; outline-style: none; border: 1px solid #D4D4D4; background: #f6f6f6 url(../images/loader.gif) no-repeat 10px 10px;
}

a.stLinks {
	margin: 0; padding: 5px; color: #666; text-decoration: none; outline-style: none; border: 1px solid #D4D4D4; background-color: #f6f6f6;
}

a.stLinks:hover {
	color: #FFF; background-color: #00A7DB;
}

#newcar_title_select {
	position: absolute; top: 0; left: 0; height: 61px; width: 716px; z-index: 1000;
} /* 2019.03.12 */
/*#newcar_title_select:before {
	content:''; 
	display:inline-block; 
	width:2px; 
	height:52px; 
	background:#fff; 
	position:absolute; 
	left:0; 
	top:0; 
} 2019.03.12 */