<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

div#feature_list {
			width: 623px;
			height: 280px;
			overflow: hidden;
			position: relative;
			padding-bottom: 20px;
			border-bottom: dotted 1px #ccc;
			margin-bottom: 15px;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 230px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
			background: url(images/tabbg.gif) no-repeat;
			margin-bottom: 1px;
		}
		
		
		ul#tabs li a {
			color: #333;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 20px;
			outline: none;
			text-transform: uppercase;
			font-size: 11px;
			line-height: 140%;
			width: 180px;
			padding-right: 40px;
		}

		ul#tabs li a:hover {
			text-decoration: none;
		}

		ul#tabs li a.current {
			background:  url(images/featured-tab-current.png) no-repeat;
			color: #FFF;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}
		
		ul#tabs h2 {
			color: #666;
			margin:0;
			padding:0;
			text-transform: none;
			font-weight: normal;
			font-size: 20px;
			line-height: 22px;
			padding: 0;
		}

		ul#output {
			right: 0;
			width: 425px;
			height: 280px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 425px;
			height: 280px;
		}
		
		
		ul#output a.sllink {
			text-decoration: none;
			background: url(images/rmore.png) no-repeat;
			width: 80px;
			height: 20px;
			text-align: center;
			line-height: 20px;
			display: block;
			position: absolute;
			bottom: 10px;
			right: 10px;
			color: #FFF;
		}

		ul#output a.sllink:hover {
			text-decoration: none;
			background: url(images/rmoreh.png) no-repeat;
		}</pre></body></html>