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

	.rub {
			margin: 5px;
			padding-top:10px;
			font: bold 13px Georgia, "Times New Roman", Times, serif;
			position:absolute;
			
		}

		div#feature_list {
			width: 785px;
			height: 580px;
			overflow: hidden;
			position: relative;
		}

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

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

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: -6px 0px;
			
		}

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

		ul#tabs li a:hover {
			text-decoration: none;
			background:  url('images/fleche.png') no-repeat;
		}

		ul#tabs li a.current {
			background:  url('images/fleche.png') no-repeat;
			color: #000;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 420px;
			height: 240px;
			position: relative;
			float:right;
		}

		ul#output li {
			position: absolute;
			padding-right:20px;
			margin-right:20px;
			width: 350px;
			height: 240px;
		}
		
		ul#output li img{
			float:right;
			position:relative;
			left:20;
			margin-right:15px;
			
		}


		ul#output li a {
			position: relative;
			margin-left:85px;
			
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #5d5a58;
			-moz-border-radius: 5px;
		}
		
		ul#output li a:hover {
			background: #c0c357;
		}
		
		

#present {
	width: 700px;
	margin: 0px auto;
	padding: 10px;
	color:#6d6864;
}