@charset "utf-8";
/* CSS Document */

.clearer {
	clear: both;
}

.webmark-display-area {
	width: 516px;
	margin: 10px 0;
}

.webmark-display-area img {
	float:left;
}

.webmark-topic-headings {
	width: 516px;
	font-size: 12px;
	margin: 0 auto;
	text-align:center;
}

.webmark-web-content {
	width:516px;
}

.webmark-topic-headings .active-topic	{
	background: url(../images/tab_bg.png) top left repeat-x;
	cursor:default;
	color: #FFFFFF; 
}

.webmark-topic {
	width: 165px;
	float: left;
	text-align: center;
	padding: 10px 0;
	margin: 2px 1px;
	cursor:pointer;
	border: #999999 2px solid;
	border-top: none;
}

.webmark-topic:hover {
	background: url(../images/tab_bg.png) top left repeat-x;
	color: #FFFFFF;
}

.goto-top {
	float:right;
	text-decoration: underline;
}