h4 {
			margin: 0 0 0 70px;	
			padding: 0;
			font-size: 11px;
			font-weight: bold;
			font-family:  Arial, Tahoma; 
			
		}

		div#feature_list {
			width: 690px;
			border-top: 2px solid #333;
			border-bottom: 2px solid #333;
			 border-right: 1px solid #eee;
			height: 270px;
			overflow: hidden;
			position: relative;
		}

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

		ul#tabs {
			right: 0;
			z-index: 2;
			width: 285px;
			background: #fff;
			 border-left: 1px solid #eee;
			  cursor: pointer
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
			 border-bottom: 1px solid #333;
			 cursor: pointer
		}
		
		ul#tabs li img {
			 
			border: none;
			float: left;
			margin: 5px 5px 0 0;
		}

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

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

		ul#tabs li a.current {
			background:  #cc0000;
			color: #FFF;
		}

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

		ul#output {
			left: 0;
			width: 400px;
			
			height: 270px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 400px;
			height: 270px;
		}

		 ul#output li div {
		 position: absolute;
		 bottom: 0;
		 width: 100%;
		 left: 0;
		 padding: 5px;
		 background: #fff
		 }
		  ul#output li div p {
		  font-size: 11px; 
		  color: #333
		  }
 ul#output li div a.title {
 font-size: 17px;
 text-decoration: none;
 font-weight: bold
 }
 .anyClass { width: 980px; border-top: 2px solid #666; border-bottom: 2px solid #666}