/* Registration CSS Document */

.tabstrip {
	float:left;
	background: transparent url(../images/tab_background.gif) repeat-x bottom;
	width: 100%;
	white-space: nowrap;
	margin: 5px 0px 0px 0px;
	padding-right: 2px;
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
}	  

.tabstrip ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
	  
.tabstrip ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
}
	
.tabstrip ul li a 
{
	padding: 0px 0px 0px 4px;
	background: url(../images/tab_left_both.gif) no-repeat left top;
	float: left;
	margin: 0px;
	cursor: pointer;
	text-decoration: none;
}
	
.tabstrip ul li a:visited {
	text-decoration: none;
	color: black;
}

.tabstrip ul li a:active {
	text-decoration: none;
	color: black;
}

.tabstrip ul li a:hover {
	background-position: 0% -32px;
}

.tabstrip ul li a:hover span {
	background-position: 100% -32px;
}

.tabstrip ul li a span {
	padding: 5px 10px 2px 6px;
	display: block;
	background: url(../images/tab_right_both.gif) no-repeat right top;
	float: left;
	color: black;
	text-align: center;
	text-decoration: none;
}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabstrip ul li a span {float:none;}
/* End IE5-Mac hack */
	
.tabstrip .selected a {
	background-position: 0 -34px;
}
	
.tabstrip .selected a:hover {
	background-position: 0% -34px;
}

.tabstrip .selected a:hover span {
	background-position: 100% -34px;
}
	
.tabstrip .selected a span {
	background-position: 100% -34px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-top: 0px;
}

.itemSearchTbContent, .itemSearchTbSubContent {
	border: 1px solid #91A7B4;
	background-color: #FCFCFE;
	border-top: none;
	width: 100%;
}

