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

.clearer {
	clear: both;
}

.products-display-area {
	width: 516px;
	/*font-family: GillSansMT, Tahoma, "Trebuechet MS", sans-serif;
	font-size: 11px;*/
	margin: 10px 0;
}


.products-topic-headings {
	width: 516px;
	/*font-size: 13px;*/
	margin: 0 auto;
	text-align:center;
}

.products-content {
	width:516px;
}

.products-content a {
	text-decoration: underline;
	outline: none;
}

.products-content a:hover {
	text-decoration: none;
}

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

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

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

.punch-line {
	font-weight: bold;
}

h5.products {
	border-bottom: #999999 1px solid;
	padding-bottom: 5px;
	text-transform:uppercase;
}

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