#wpthemedemobar {
	position:absolute;
	/*top:0px;*/
  left:0px;
	width:100%;
	height:30px;
	padding:0px;
	margin:0px;
	background-color:#464646;
	border-top:1px solid #535353;
	color:#ddd;
	font-weight: bold;
	font-family: tahoma;
	font-size: 11px;
	text-align:center;
	z-index:100;
}
.wpthemedemobar_wrapper {
	width:100%;
	position:relative;
	padding-top:7px;
}
/*currently not in used (a)*/
#wpthemedemobar a, #wpthemedemobar a:link, #wpthemedemobar a:visited {
	color:#444444;
	font-weight: bold;
	font-family: tahoma;
	font-size: 11px;
}
/*the theme's name (span)*/
.wptdb_themename {
	border-bottom:1px solid #cccccc;
}
/*the left content including close button and etc (div)*/
.wptdb_left {
	position:absolute;
	top:3px;
	left:5px;
}
/*the images in the left content including close button and etc (img)*/
.wptdb_left img {
	margin-right:4px;
}
/*the "currently previewing theme (previewed x times)" part (div)*/
.wptdb_current {
	margin:0 auto;
	text-align:center;
}
/*the text : previewed x times (span)*/
.wptdb_popularity {
	color:#888888;
	font-weight:normal
}
/*quick jump area (div)*/
.wptdb_jumpbar_wrapper {
	position:absolute;
	top:3px;
	right:15px;
}
/*quick jump : select menu (select)*/
.wptdb_jumpbar_select {
	background-color:#f1f1f1;
	border:1px solid #cccccc;
	font-size:11px;
	font-weight:bold;
	font-family:tahoma;
	color:#333333;
	vertical-align:top;
	margin-top:3px;
}
/*quick jump : select menu > option (option)*/
.wptdb_jumpbar_select option {
	padding:1px;
}
/*quick jump (input type=button)*/
.wptdb_jumpbar_preview_button {
	-moz-border-radius:5px;
	background-color:#E52123;
	border:1px solid #AF2023;
	font-size:11px;
	font-weight:bold;
	font-family:tahoma;
	color:#fff;
	margin-left:5px;
	margin-top:2px;
	padding:2px;
	padding-left:9px;
	padding-right:9px;
}
/* qTip - Tooltip script */
div#wptdb_qTip {
	padding: 6px;
	border: 1px solid #cccccc;
	display: none;
	background: #fff;
	color: #333333;
	font: 11px Verdana, Arial, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
}
