﻿ul.tabs:before {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	background: #ff7260 none repeat scroll 0 0;
}
ul.tabs {
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    text-align: left;
	list-style-type: none;
}        
ul.tabs li {
    display: inline;
    margin: 0;
}     
ul.tabs li.selected a, ul.tabs li a:hover {
    border: 1px solid #ff7260;
    color: #ff7260;
    text-decoration: none;
}
ul.tabs li a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    list-style: outside none none;
    margin: 0 10px 0 0;
    padding: 5px 8px;
    position: relative;
    text-transform: uppercase;
	color: #595959;
}
                
ul.tabs li.selected a:hover
{
    /*selected tab style */
    text-decoration: none;
}
        
div.tabcontent
{
    display: block;
}

div.tabcontents
{
    border: 1px solid #E9E9E9; 
	padding: 20px;
    background-color:#FFF;
	text-align:left;
    border-radius: 0 2px 2px 2px;
}