.RadTabStrip_2hippo_small, 
.total-container .RadTabStrip_2hippo_small .rtsUL,
.RadTabStrip_2hippo_small li.rtsLI .rtsLink
 {  
    padding: 0;
} 

.RadTabStrip_2hippo_small {/*border-bottom: 1px solid #C1CCD0;*/ clear: both;}
div.single {border-bottom: 2px solid #C1CCD0 !important;}

.RadTabStrip_2hippo_small .rtsLI {
    display: block;
	float: left;
	list-style-type: none;
	display: block;
	/*background: #e2e8eb;*/
	text-align: center;
	min-width: 80px;
	margin-right: 1px !important;
	padding: 0 12px;
	height: 26px;
	line-height: 26px;
	-moz-border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0; 
	border-radius: 5px 5px 0 0; 
	/*behavior: url(CSS3PIE.aspx);	*/
}  

.RadTabStrip_2hippo_small li.rtsLI .rtsSelected 
{
    background: url(Img/tab_s_bg_right.png) right no-repeat;
	text-decoration: none !important;
}

.RadTabStrip_2hippo_small .rtsLI .rtsLink
{
    background:url(Img/tab_bg_right.png) right no-repeat;
    margin-right: 1px !important;
}
.RadTabStrip_2hippo_small .rtsLI .rtsLink .rtsIn 
{
    background:url(Img/tab_bg_left.png) left no-repeat;
    margin-right: 1px !important;  
    width: 100%;  
    min-width: 65px;    
}

.RadTabStrip_2hippo_small .rtsLI .rtsTxt 
{
 color: #000;       
}

    
.RadTabStrip_2hippo_small .rtsLI .rtsSelected{
    display: block;			
	text-align: center;
	min-width: 80px;
	margin-right: 1px !important;
	padding: 0 12px;
	height: 28px;
	line-height: 26px;
	-moz-border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0; 
	border-radius: 5px 5px 0 0; 
	/*behavior: url(CSS3PIE.aspx);	*/
	/*background: #54a1c2;*/
	color: #000;    
	font-weight: bold;	
}
.RadTabStrip_2hippo_small li.rtsLI .rtsSelected .rtsIn 
{
    background:url(Img/tab_s_bg_left.png) left no-repeat;
    margin-right: 1px !important;
    height: 28px;
 }