ul#feature_list_tabs h3 {
    font-family: Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
}
div#feature_list {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 245px;
    overflow: hidden;
    position: relative;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 30px #000;
}
div#feature_list ul {
    bottom: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
}
div#feature_list ul ul {
    list-style: disc outside none;
    margin: 0 0 0 20px;
    padding: 0;
    position: relative;
    top: auto;
}
ul#feature_list_tabs {
    /* height: 40px; */
    padding-top: 16px;
    right: 0;
    top: 0;
    width: 175px;
    z-index: 2;
}
ul#feature_list_tabs li {
    display: block;
    float: left;
    font-family: Arial;
    font-size: 12px;
    list-style: none outside none;
    margin-bottom: 1px;
    width: 175px;
    height: 16.66666666%;
}
ul#feature_list_tabs li a {
    background: url("/images/transparent-black.png") repeat scroll 0 0 transparent;
    color: #D2D2D2;
    display: block;
    font-weight: bold;
    height: 100%;
    outline: medium none;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
ul#feature_list_tabs li:first-child {
    width: 188px;
}
ul#feature_list_tabs li:first-child a {
    border-left: medium none;
}
ul#feature_list_tabs li a.current, ul#feature_list_tabs li a.current:hover {
    background: url("/images/home/banner-tab-bg.png") repeat-y scroll right top transparent;
    color: #070707;
}
ul#feature_list_tabs li a.hover, ul#feature_list_tabs li a:hover {
    background: none repeat scroll 0 0 #74BE44;
    color: #070707;
}
ul#feature_list_tabs li a h3 {
}
ul#feature_list_tabs li a.current h3 {
}
ul#feature_list_tabs li a.current:hover {
    cursor: default;
}
ul#feature_list_output {
    background: none repeat scroll 0 0 #000;
    height: 250px;
    right: 0;
    top: 0;
    width: 700px;
    max-width: 100%;
}
ul#feature_list_output li {
    position: absolute;
    right: 0;
    width: 700px;
    max-width: 100%;
    /* text-align: center; */
}
ul#feature_list_output li li {
    border: medium none;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
}
ul#feature_list_output li a {text-align: center;display: block;}
ul#feature_list_output li li a {
    background: none repeat scroll 0 0 transparent;
    bottom: auto;
    color: blue;
    font-size: 9pt;
    padding: 0;
    position: relative;
    right: auto;
    text-decoration: underline;
}
ul#feature_list_output li a:hover {
    background: none repeat scroll 0 0 #D33431;
}
ul#feature_list_output li li a:hover {
    background: none repeat scroll 0 0 transparent;
}

@media only screen and (max-width:761px) {
    div#feature_list {
        height:225px;
    }
}
@media only screen and (max-width:550px) {
    div#feature_list {
        height:165px;
    }
    ul#feature_list_tabs {
        display:none;
    }
}
@media only screen and (max-width:450px) {
    div#feature_list {
        height:130px;
    }
}
@media only screen and (max-width:330px) {
    div#feature_list {
        height:95px;
    }
}
@media only screen and (max-width:250px) {
    div#feature_list {
        height:75px;
    }
}