
/*------------------------------------------------------------------------
* Copyright (c) 2008-2012 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/
div.feature_list { 
   
    overflow: hidden;
    position: relative; 
   
}
div.feature_list ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
ul.feature_tabs {
    right: 0; 
    z-index: 2;
    height:100%;
    background: #0A0A0A;
}
ul.feature_tabs li {
    background:none;
    color: #fff;
    font-size: 13px; 
    margin: 0 0 0 -18px;
    list-style: none;
	cursor: pointer;
}
ul.feature_tabs li.current { 
    background: url("../images/feature_current.png") no-repeat left center;
}
div.detail {
    display:table;
    padding: 10px 0 0 15px;
}
.feature_list .detail span {
	text-transform: uppercase;
}
div.detail img{
    border: 2px solid #ccc;
    float: left;
    margin-right: 10px;
   
}
div.detail span {
    margin: 0;
    padding: 0;

}
ul.feature_output { 
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0; 
}
ul.feature_output li { 
    padding:0;
    position: absolute; 
    background: none;
    list-style: none;
}
ul.feature_output li p {
    background: url(../images/opacity.png) repeat;
    position: absolute;
    left: 1px;
    bottom: -7px;
    font-size: 12px;
    color: #FFF; 
    width: 96%;
    padding: 7px 12px 20px 10px;
	opacity: 0.7;
}
ul.feature_output li p a {
    color: #EFEFEF;
    font-family: Tahoma;
    font-size: 100%;
    font-weight: bold;
    padding: 0;
    float: left;
	
}

ul.feature_output li p span{
	color: #EEEEEE;
    font-size: 100%;
    margin: 2px 5px;
    padding: 0;
}