		div#feature_list {
			width: 650px;
			height: 320px;
			overflow: hidden;
			position: relative;
			margin-bottom:60px;
			background-color:#ccd8e2;
			border:1px solid #bfbfbf;
		}

		div#feature_list span.hadrei {
			color:#004c83;
			font-family: Georgia, "Times New Roman", serif;
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 13px;
			text-transform: uppercase;
			font-weight:bold;
		}
		
		div#feature_list h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 13px;
			text-transform: uppercase;
			font-weight:bold;
		}		
		
		div#feature_list li {
			background:none;
			padding-left:0;
		}
		
		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

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

		ul#tabs li {
			font-size: 11px;
			font-family: Arial, Verdana, sans-serif;
			margin-left:0;
		}
		
		ul#tabs li img {
			margin: 15px 10px 10px 0;
			border: none;
			float: left;
		}

		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 10px 40px 10px 10px;
			height: 60px;
			outline: none;
		}

		ul#tabs li a:link {
			text-decoration: none;
			color:#616161;
		}
		ul#tabs li a:visited {
			text-decoration: none;
			color:#616161;
		}
		ul#tabs li a:hover {
			text-decoration: none;
			color:#616161;
		}
		ul#tabs li a:active {
			text-decoration: none;
			color:#616161;
		}

		ul#tabs li a.current span.hadrei { color:#fff; }
		ul#tabs li a.current {
			background-image:  url('../../images/feature-tab-current.png');
			color: #FFF;
		}
		* html ul#tabs li a.current { 
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="fileadmin/template/main/images/feature-tab-current.png", sizingMethod = 'scale'); 
			background-image:none;
		}

		ul#tabs li a.current:link {
			text-decoration: none;
			cursor: default;
			color: #FFF;
		}
		ul#tabs li a.current:visited {
			text-decoration: none;
			cursor: default;
			color: #FFF;
		}
		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
			color: #FFF;
		}
		ul#tabs li a.current:active {
			text-decoration: none;
			cursor: default;
			color: #FFF;
		}

		ul#output {
			right: 0;
			width: 430px;
			height: 320px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 430px;
			height: 320px;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 20px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #003e6d;
		}
		
		
		ul#output li a:link {
			background: #003e6d;
			color:#fff;
			text-decoration:none;
		}
		ul#output li a:visited {
			background: #003e6d;
			color:#fff;
			text-decoration:none;
		}
		ul#output li a:hover {
			background: #000;
			color:#fff;
			text-decoration:none;
		}
		ul#output li a:active {
			background: #003e6d;
			color:#fff;
			text-decoration:none;
		}
		
		