/* ------------------- custombar0 */

.dancustomban0 {
	position:relative;
}
.dancustomban0:hover {
}
.dancustomban0 .frame {

}
.dancustomban0 h3 {
	color:#fff;
	position:absolute;
	top:10px;
	left:0;
	text-shadow: 2px 3px 3px #000;
	filter: dropshadow(color=#000, offx=2, offy=3);
	background:url(../images/bg-black-grad.png) repeat-y scroll right center;
	padding:5px 10px;
	border-radius: 4px 4px 4px 4px;
	margin-left:-10px;
}
.dancustomban0 .caption {
	position:absolute;
	bottom:0;
	left:0;
	background:url(../images/bg-black.png);
	width:100%;
}
.dancustomban0 .caption .pad {
	padding:3px 5px;
}
/* ------------------- custombar1 */

.dancustomban1 {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:solid #000 4px;
	position:relative;
}
.dancustomban1:hover {
	border:solid #fff 4px;
}
.dancustomban1 .frame {
	position:relative;
}
.dancustomban1 h3 {
	color:#fff;
	position:absolute;
	top:10px;
	left:0;
	text-shadow: 2px 3px 3px #000;
	filter: dropshadow(color=#000, offx=2, offy=3);
	background:url(../images/bg-black-grad.png) repeat-y scroll right center;
	padding:5px 10px;
	border-radius: 4px 4px 4px 4px;
	margin-left:-10px;
}
.dancustomban1 .caption {
	position:absolute;
	bottom:0;
	left:0;
	text-shadow: 2px 3px 3px #fff;
	color:#fff;
	background:url(../images/bg-black.png);
	width:100%;
}
.dancustomban1 .caption .pad {
	padding:3px 5px;
}
/* ------------------- tooltip */

.dcbtooltipbox {
	position:absolute;
	left:-2000px;
	background-color:#fff;
	width:195px;
	height:auto;
	z-index:999;
	color:#000;
	line-height:1.2em;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.dcbtooltipbox .pad {
	width:130px;
	height:60px;
	padding:10px;
	overflow:hidden;
}
.dcbtooltipbox p {
	margin:0;
	padding:0;
}
