 	#leftContentInterior #tab-top  {margin:0;}

  
 	#leftContentInterior #tab-top ul {
		list-style: none;
		padding: 0;
		margin: 0;
    position:relative;
    z-index:2;
	}
	
	#leftContentInterior #tab-top li {
		display: inline;
		border: 1px solid #aaa;
		border-bottom-width: 0;
		margin: 0 5px 0 0 !important;
    padding: 5px 0 1px 0;  
    background-image:none; 
    background:#e6edf3;   
-webkit-border-top-left-radius: 0;
-moz-border-radius: 6px;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-bottomright: 0;
border-radius: 6px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;     
	}
	
	#leftContentInterior #tab-top li a {
		padding: 0 12px 0 10px;
    color:#444;
	}
	
	#leftContentInterior #tab-top li a:hover {
		text-decoration:none;
    text-shadow: 1px 1px 1px rgb(255, 255, 255); 
    color: rgb(31,58,93) 
	}  
  
	#leftContentInterior #tab-top li:hover {
		background:#b6d0dc;
	}  
	
	#leftContentInterior #tab-top #selected {
  	border: 1px solid #BECDD5;
		border-bottom:0;
		padding-bottom: 3px;
		background: #b6d0dc;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    -webkit-border-radius: 6px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 6px;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-bottomright: 0;
border-radius: 6px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
	}

  
  
#leftContentInterior #tab-container {
border-top: none; 
border-right: none; 
border-bottom: none; 
border-left: none;


/* background: #bdd8e2 url(./content-bg.png) 0 45px repeat-x;
background: -moz-linear-gradient(top, #bdd8e2 2%, #ffffff 51%);
background: -webkit-linear-gradient(top, #bdd8e2 2%,#ffffff 51%);
background: linear-gradient(to bottom, #bdd8e2 2%,#ffffff 51%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd8e2', endColorstr='#ffffff',GradientType=0 ); */
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-topleft: 0;
border-top-left-radius: 0;
border-top-right-radius: 6px;
}  


#leftContentInterior #tab-container h2 {font-weight:bold;background:#b6d0dc url(./tab-bg.png) bottom; padding:10px; margin-bottom:0;}
#leftContentInterior #tab-container h3.tab-section {padding:0 0 0 5px; margin-bottom:0; margin-top:0;}

#leftContentInterior #tab-interior {width:auto; padding:15px;}

#leftContentInterior #tab-top #selected a {color: rgb(31,58,93)}


#tab-content .series-list {margin-top:0; margin-bottom:10px; padding-top:0;}
  
/*   #tab-content div.pod-entry:nth-child(odd) {
     background-color: #e7e7e7;
  }   */
  
