/* CSS Document */
.hide{display:none !important;}
.show{display:block !important;}

.category{}

#totalSteps{overflow:hidden; width:100%;}


#matty_replace{}
	#mattyPanelWrapper{}
	#mattyPanel{margin:auto; background-image:url(bgMatty.jpg); background-repeat:no-repeat; text-align:center; }
	#mattyPanelInner{ width:100%;margin:auto; position:relative; z-index:1; text-align:left;}
		
		#mattyStyles{width:100%; overflow:hidden;}
		#mattyStylesInner{}
			#mattyStylesText{margin-top:8px; text-align:center; color:#3e4348; font-weight:bold;}
			#mattyStyles img{float:left; margin-right:3px; cursor:pointer;}
				
		
			#searchResultsTop{ height:36px; border:2px solid #c2d4e9; width:100%; overflow:hidden;}
			#searchResultsTopInner{position:relative;}
				#mattyResultPages{width:auto; position:absolute; top:8px; right:15px;}			
					#mattyCurrentPage{display:block; float:left; padding:0 3px;margin: 0 0 0 3px}
					#mattyCurrentPage:link, #mattyCurrentPage:visited{background-color: #fff; border:1px solid #3371a4; color:#3371a4; text-decoration:none;}
					#mattyCurrentPage:hover{background-color: #fff; color:#3371a4;border:1px solid #3371a4; }
					
					.mattyPageLink{display:block; float:left; padding:0 3px;margin: 0 0 0 3px}
					.mattyPageLink:link, .mattyPageLink:visited{background-color: #3371a4; border:1px solid #3371a4; color:#fff; text-decoration:none;}
					.mattyPageLink:hover{background-color:white; border:1px solid #3371a4; color:#3371a4;}
					
				.mattyPages{width:auto; position:absolute; top:5px; left:325px;}
					.mattyPagesText{width:auto;float:left; padding:4px 4px 0 0;}
					.mattyPagesSelectWrapper{width:auto; float:left;}
						
				.mattySort{width:auto; position:absolute; top:5px; left:15px;}
					.mattySortText{width:auto;float:left; padding:4px 4px 0 0;}
					.mattySortSelectWrapper{width:auto; float:left;}
						
				.mattyMetals{width:auto; position:absolute; top:5px; left:220px;}
					.mattyMetalsText{width:auto;float:left; padding:4px 4px 0 0;}
					.mattyMetalsSelectWrapper{width:auto; float:left;}
		
			#mattyReset {width:auto; float:right;}
				#mattyReset a{padding:1px 3px; display:block;}
				#mattyReset a:link, #mattyReset a:visited{ font-size:11px; background-color:#741113; color:#fff; border:1px solid #741113; text-decoration:none;}
				#mattyReset a:hover{background-color:white; color:#741113; border:1px solid #741113;}
					
			#secondPagination {position:relative; top:-100px;}
			#bottomSpacer {height:75px; overflow:hidden}
		

