﻿
#smalltabs 
{ 
	list-style:none; 
	width:295px; 
	margin:0px; 
	padding:0; 
	font-size:0px; 
	line-height:0px; 
}
#smalltabs li 
{ 
	float:left; 
	position:relative; 
	background:url(http://s3.amazonaws.com/i.tnt/tab-inactive-left.2.jpg) top left no-repeat; 
	height:28px; 
	margin-right:5px; 
	padding-left:5px; 
}
#smalltabs li a 
{ 
	float:left; 
	display:block; 
	text-align:center; 
	background:url(http://s3.amazonaws.com/i.tnt/tab-inactive-right.2.jpg) top right no-repeat; 
	height:25px; 
	line-height:25px; 
	font-size:11px; 
	font-weight:bold;
	text-decoration:none; 
	padding :5px 10px 0px 10px; 
	color:#505050; 
}
#smalltabs li.selected 
{ 
	background:url(http://s3.amazonaws.com/i.tnt/tab-active-left.2.jpg) top left no-repeat; 
}
#smalltabs li.selected a 
{
	 background:url(http://s3.amazonaws.com/i.tnt/tab-active-right.2.jpg) top right no-repeat; 
	 color:White; 
}
#smalltabs li a:hover 
{
	 text-decoration:underline; 
}
