﻿
ul.tabs
{
    padding:  0;
    margin:0;
	font-weight:bold;
    list-style-type: none;
    text-align: left; 
    padding-left:0px; 
	background:#f9f9f9;
	width:365px!important;
}
        
ul.tabs li
{
	width:181px;
	float:left;
}
        
ul.tabs li a
{
    text-decoration: none;
    position: relative;
    padding: 13px 0px;
	width:181px;
	float:left;
	font-weight:bold;
    color: #fff;
    outline:none;
    background:#9a9898;
    border-right:0;
	text-align:center;
}

ul.tabs li:last-child a
{

}
  
        
ul.tabs li a:hover
{
    color: #aa2533;
    background: white;
	font-weight:bold;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    top: 0px;
    font-weight:normal;
    background: #FFF;
    color: #9a9898;
    font-weight:bold;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
	font-weight:bold;
	
}

div.tabcontents
{ 
     background:#f9f9f9;
     padding: 5px 5px;
}

.src{padding:11px 0px 10px 0px; width:171px; margin:5px 0px 10px 5px; corsor:pointer; text-align:center; background:#aa2533; color:#FFF; float:left; font-weight:bold; border:0px;}
a.dtlSrc{padding:9px 0px; width:171px; margin:5px 0px 10px 0px; text-align:center; background:#db8890; color:#FFF; float:left; font-weight:bold;}
.txt{width:103px; height:35px; text-indent:10px; color:#999; margin:5px; border:1px solid #e2e2e2;}

@media (max-width:500px)
{
ul.tabs li
{
	width:177px;
	float:left;
}
ul.tabs li a
{
	width:177px;
}
ul.tabs
{
	width:354px!important;
}
.src{padding:10px 0px; width:167px; margin:5px 0px 10px 5px; text-align:center; background:#aa2533; color:#FFF; float:left; border:0px;}
a.dtlSrc{padding:10px 0px; width:167px; margin:5px 0px 10px 0px; text-align:center; background:#db8890; color:#FFF; float:left;}
.txt{width:101px; height:35px; margin:5px; border:1px solid #e2e2e2;}
}
