	UL.tabNavigation {
	    list-style: none;
	    margin: 0;
	    padding: 0;
		background: transparent url(/common/images/fabrics/resultsheaderbg.gif) repeat-x scroll 0 0;
		height:32px;
		font-size:11px;
	}
	.tabs-hide{
		display:none;
	}
	
	.tabs-loading em {
	    padding: 0 0 0 20px;
	    background: url(/common/images/ajax-loader.gif) no-repeat 0 50%;
	}
	ul.tabNavigation li {
		border-right:1px solid #FFFFFF;
		display:inline;
		float:left;
		height:32px;
		padding-left:10px;
		padding-right:10px;
	}
	
	UL.tabNavigation LI A {
	   	padding:9px 4px;
	    color: #333;
	    text-decoration: none;
	    font-weight:bold;
	    line-height:30px;
	    font-size:11px;
	}
	
	UL.tabNavigation LI A.selected,
	UL.tabNavigation LI A:hover {
	    color: #fff;
	    padding-top: 7px;
		font-weight:bold;
	
	}
	UL.tabNavigation LI.selected{
		background-color:#E8D9AE;
	}
	UL.tabNavigation LI A:focus {
		outline: 0;
	}
	
	div.ptabs > div {
		height:368px;
	}
		
	div.ptabs{
		width:698px;
		padding-bottom:0px;
		font-size:11px;
	}
	
	
	div.tabs > div {
		height:368px;
	}
		
	div.tabs{
		width:698px;
		
		padding-bottom:0px;
	}
