/* CSS Document */

	div.bannerGeneric 
    {
	   background: #fff url(../../css-images/christmas/christmas-banner.jpg) top left no-repeat;
	   width:960px;
	   height:192px;
	   margin-left:0;
	   padding:8px 10px 0 10px;
	}
	 #mainContent 
	 {
	     padding-top:192px;
	 }    
	
	/*#content, #subcontent 
	{
	   border-top:none;
	   background-image:none;
	}*/
	
	#subcontent img
	{
	    margin-bottom:32px;
	}
	/*Styling for the tabbing function*/
	    div.tabs  {
	        border:none;
		}
		
		ul.tabNavigation {
		    margin-bottom:16px;
		}

		ul.tabNavigation li a {
		    width:240px;
		    height:24px;
		}

		ul.tabNavigation li a:hover {
		    background-color: #f7f7f7;
		}
		
		ul.tabNavigation li a.selected {
		    width:298px;
		    border:1px solid #E5E5E5;
	        border-bottom:none;
	        height:23px;
		}
		
		ul.tabNavigation li a.selected:hover {
		    background-color: #fff;
		}
		
		div.tabs div {
	        padding:0;
		}
