.new_panel .car_tree {
	margin-top:10px;
}

.car_tree {
	position:relative;
	float:left;	
	width:100%;
}
/*
.car_tree,
.car_tree input {
	color:#696969;
}
*/
.car_tree .hidden {
	display:none;
}

.car_tree .msg_nocars {
	background-color:white;
	padding:5px;
	border-radius:3px;
	border:1px solid #d1d1d1;
	position:absolute;
	display:none;
	margin:5px;
}

.car_tree .contains-search-term > .row-wrap > .group_name,
.car_tree .contains-search-term > .row-wrap > .car_name  {
	font-weight:bold;
}

.car_tree .row-wrap .group_name,
.car_tree .row-wrap .arrow_container,
.car_tree .row-wrap .car_name {
	cursor:pointer;
}

.car_tree .row-wrap .group_car_count {
	position:absolute;
	background-color:white;
	top:0;
	right:0;
	padding:0 5px;
	font-size:10px;
}

.car-tree-top,
.car-tree-bottom {
	position:relative;
	float:left;
	width:100%;
}

.car-tree-top {
	margin-bottom:5px;
}

.cars-wrap,
.selected-cars-wrap {
	position:relative;
	float:left;
	heigth:100%;
	width:50%;
}

.variant-selector-wrap {
	position:relative;
	float:left;
	margin-right:20px;
}

.variant-selector-wrap .variant {
	margin:0;
	cursor:pointer;
}

.cars-tree-with-search-wrap {
	border:1px solid #d1d1d1;
	border-radius:3px;
	position:relative;
	float:left;
	width:96%;
	padding:5px 2%;
}

.cars-tree {
	overflow:auto;
	border-top:1px solid #e1e1e1;
	height:170px;
	margin-top:5px;
	padding-top:5px;
}

.selected-cars {
	width:92%;
	border:1px solid #d1d1d1;
	border-radius:3px;
	position:relative;
	float:left;
	height:212px;
	overflow:auto;
	margin:0 0 0 5%;
	padding:0 1%;
}

.selected-cars-label {
	margin:1px 0 0 5%;
}

.cars-tree ul,
.selected-cars ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.cars-tree ul li,
.selected-cars ul li {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width:100%;
}

.cars-tree ul li .message {
	font-style:italic;
}

.cars-tree ul li .row-wrap,
.selected-cars ul li .row-wrap,
.cars-tree ul li.group .toggle-group,
.cars-tree ul li.group .folder-img {
	position:relative;
	float:left;
}

.cars-tree ul li.group .folder-img {
	background:transparent url('../images/folder_open_19x13px.png') no-repeat left center;
	margin:0 3px;
	cursor:pointer;
}

.cars-tree ul li.group.closed .folder-img {
	background-image:url('../images/folder_close_15x13px.png');
	width:16px;
}

.cars-tree ul li.group.closed ul {
	display:none;
}

.cars-tree ul li .spacer,
.car_tree ul li.car .toggle-car,
.car_tree ul li.car .state {
	position:relative;
	float:left;
}

.cars-tree ul li.group .toggle-group,
.car_tree ul li.car .toggle-car {
	margin:0 3px 0 0;
}

.car_tree ul li .row-wrap {
	width:100%;
	height:16px;
	line-height:16px;
	vertical-align:middle;
	margin:3px 0;
	overflow:hidden;
}

.cars-tree ul li.group .folder-img,
.car_tree ul li.car .state {
	width:20px;
	height:100%;
}

/* FOR NOW WE DON'T USE STATE */
.car_tree ul li.car .state {
	display:none;
}

.cars-tree ul li .spacer {
	width:16px;
	height:100%;
}

.cars-tree ul li.no-cars,
.car_tree .no-cars-have-groups {
	color:#646464;
	font-style:italic;	
}

.cars-tree ul li.no-cars .row-wrap .group_name, .cars-tree ul li.no-cars .row-wrap .arrow_container {
	cursor:default;
}

.cars-tree ul li .arrow_container {
	position:relative;
	float:left;
	padding:6px 2px 0 1px;
}

.cars-tree ul li.closed .arrow_container {
	padding:4px 0 0 3px;
}

.cars-tree ul li .arrow {
	border-color:#636363 transparent transparent transparent;
	border-width:4px;
	border-style:solid;
	width:0;
	height:0;
	position:relative;
	float:left;
}

.cars-tree ul li.closed .arrow {
	border-color:transparent transparent transparent #636363;	
}

.cars-tree ul li.no-cars .arrow,
.cars-tree ul li.closed.no-cars .arrow {
	border-color:transparent;
}

.car_tree .search {
	border:1px solid #d1d1d1;
	padding: 3px 3px 3px 21px;
	border-radius:3px;
	background:transparent url('../images/search_13x13px.png') no-repeat 5px center;
	width:80%;
}

.car_tree .search.initial {
	color:#8e8e8e;
}

.car_tree .toggle-all {
	margin:3px 5px 0 0;
}