a:active {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}
ul.preview-tabs {
	list-style: none;
	margin: 0 !important;
	padding: 0 0 0 10px;
	height: 30px;
}
ul.preview-tabs li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}
ul.preview-tabs a {
	background: url(/templates/tem/images/tabs200.png) no-repeat 0 -30px;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 200px;
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 1px;
	margin-right: 2px;
}
ul.preview-tabs a:active {
	outline:none;
}
ul.preview-tabs a:hover {
	background-position: 0 -60px;
}
ul.preview-tabs a.current, ul.preview-tabs a.current:hover, ul.preview-tabs li.current a {
	background-position: 0 0;
	cursor: default !important;
	color: #000 !important;
}
div.preview-panes div.pane {
	display:none;
}

.preview-panes {
	background-image: url(/templates/tem/images/pane_top_900.png);
	background-repeat: no-repeat;
	padding: 20px 0 0 0;
}
.preview-panes p.wait-loading {
	background-image: url(/images/wait.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

/* - - - - - - - */

h1.preview-title {
	margin: 0 0 10px 0;
	text-align: center;
}