/* Default theme CSS */
.defaultDot{
	background:#000000;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	padding:3px;
	color:#ffffff;
	overflow:hidden
}
.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;
	position:relative;
	overflow-y:auto;
	color:#FFF
}
.labelTxt img{
	border:solid 3px #fff;
	float:left;
	width:80px;
	margin:5px 10px 10px 0
}
.showHideBtn{
	float:right;
	background:#fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	display:inline-block;
	/*background:url(../img/open_close_icn.gif) no-repeat left top;*/
	width:24px;
	height:25px;
	cursor:pointer
}
.hideBtn{
	background-position:left -25px
}
.addScroll{
	overflow:scroll
}

/* You can write your own CSS to apply color theme */

/* For Automotive Demo */
.automotive .defaultDot{
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	padding:3px;
	color:#CCC;
	border:solid 2px #ffd81c;
	font-size:14px;
	
	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);
}
.automotive .showHideBtn{
	background:transparent;
	border-radius: 0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	background:url(../img/auto_open_close_icn.png) no-repeat left top;
	width:20px;
	height:20px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#fff
}
.automotive .hideBtn{
	background-position:left -20px
}
.automotive .labelTxt{
	padding:10px
}

/* For Computer Demo */
.computer .defaultDot{
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding:3px;
	color:#525252;
	border:solid 1px #cecece;
	font-size:14px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.75);
	
	background-color: #ececec;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#bfbfbf));
	background-image: -webkit-linear-gradient(top, #ececec, #bfbfbf);
	background-image: -moz-linear-gradient(top, #ececec, #bfbfbf);
	background-image: -ms-linear-gradient(top, #ececec, #bfbfbf);
	background-image: -o-linear-gradient(top, #ececec, #bfbfbf);
}
.computer .showHideBtn{
	background:transparent;
	border-radius: 0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	background:url(../img/comp_open_close_icn.png) no-repeat left top;
	width:30px;
	height:30px
}
.computer .hideBtn{
	background-position:left -30px
}
.computer .labelTxt{
	padding:5px 10px
}

/* For Photography Demo */
.photography .defaultDot{
	border-radius: 0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	padding:3px;
	color:#000;
	font-size:12px;	
	background-color: #ffdd00
}
.photography .showHideBtn{
	background:transparent;
	border-radius: 0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	width:20px;
	height:20px;
	text-align:center;
	font-weight:bold;
	font-size:20px
}
.photography .hideBtn{
	background: url(../img/auto_open_close_icn.png) no-repeat left -20px;
	text-indent:-9999px
}
.photography .labelTxt{
	padding:5px 10px
}
.photography .labelTxt strong{
	display:block;
	font-size:14px;
	font-weight:bold
}
.photography .labelTxt img{
	border:none;
	margin:5px 10px 5px 0
}