/* Default theme CSS */
.defaultDot{
	background:#000000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	padding:3px;
	color:#ffffff;
	overflow:visible;
}
.labelTxt, .showHideBtn{
	padding:0;
	margin:0;	
}
.labelTxt{
	padding:4px;
	/*margin:10px;*/
	/*padding:4px 0 5px 5px;*/
	/*margin:10px 0 10px 10px;*/
	float:left;
	overflow:hidden;
	display:inline-block;
	white-space:nowrap;
	text-align: left;

	overflow-y:visible;
}

.labelTxt a{
	color: white;
}

.labelTxt img{
	float:left;
	margin:5px 10px 10px 0;
}
.showHideBtn{
	float:right;
	background:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	display:inline-block;
	width:24px;
	height:25px;
	cursor:pointer;
}

.addScroll{
	overflow:visible;
}

/* You can write your own CSS to apply color theme */

/* For Automotive Demo */
.dots .defaultDot{
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding:2px;
	color:#CCC;
	font-size:14px;
	z-index:1;
	background-color: #141414;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7c7c7c), to(#141414));
	background-image: -webkit-linear-gradient(top, #7c7c7c, #141414);
	background-image: -moz-linear-gradient(top, #7c7c7c, #141414);
	background-image: -ms-linear-gradient(top, #7c7c7c, #141414);
	background-image: -o-linear-gradient(top, #7c7c7c, #141414);
        overflow:visible;
}
.dots .showHideBtn{
	background:transparent;
	border-radius: 0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	background: url(/pics/auto_open_close_icn.png) no-repeat left top;
	width:10px;
	height:10px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
.dots .hideBtn{
	background-position:left -10px;
}
.dots .labelTxt{
	padding:10px;
}