
.tabparent
{
	text-decoration: none ! important; 
}

.tabparent:hover
{
	text-decoration: none ! important; 
}


.tab *
{
	padding: 0;
	margin: 0;
	border: none ! important;
	text-decoration: none ! important; 
}

.tab {
	cursor:pointer; 
	cursor:hand;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	font-weight: 500;
	text-decoration: none ! important;
	color: #136783;
	line-height:35px;
	font-size: 12px;
	z-index: 0;
	position: relative;
	text-decoration: none ! important;
}

.tab span
{
	padding: 0 3px;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	height:35px; 
	line-height:35px;
	text-decoration: none ! important;
	
	display:inline-block;
	margin: 0;
	font-weight: bold;
	background:url(https://www.simpleregistry.com/anything/img/tabs/mid.png) no-repeat center top;
}

.tab span.left
{
	padding: 0;
	width: 6px;
	vertical-align: top;
	background:url(https://www.simpleregistry.com/anything/img/tabs/left.png) no-repeat center top;
}

.tab span.right
{
	padding: 0;
	width: 6px;
	vertical-align: top;
	background:url(https://www.simpleregistry.com/anything/img/tabs/right.png) no-repeat center top;
}


.current span span
{	
	background:url(https://www.simpleregistry.com/anything/img/tabs/midcurrent.png) no-repeat center top !important;
	color: #000;
}

.current span .right
{	
	background:url(https://www.simpleregistry.com/anything/img/tabs/rightcurrent.png) no-repeat center top !important;
}


.current span .left
{	
	background:url(https://www.simpleregistry.com/anything/img/tabs/leftcurrent.png) no-repeat center top !important;
}



.tab span
{
	vertical-align: top;
}



.whitetab, .bluetab
{
height: 31px;
}

.whitetab .tab span
{
color: #000 !important;
}

.whitetab .tab span, .bluetab .tab span
{
font-size: 12px !important;
height: 31px !important;
line-height: 31px !important;
padding: 0 12px !important;
}

.whitetab .tab span
{
background:url(https://www.simpleregistry.com/anything/img/tabs/tabwhiteback.png) center top !important;
}

.bluetab .tab span
{
background:url(https://www.simpleregistry.com/anything/img/tabs/tabblueback.png) center top !important;
}