
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin: 0 !important; 
	padding:0;
	height:36px;
	background: #e2e1e1;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-bottom:1px solid #cbcbcb;	
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(http://thumbmaxx.com/images/tabs.png) no-repeat 0 0;
	font-size:16px;
	display:block;
	height: 24px;
	margin:0px;	
	padding:12px 0 0 0;
	line-height:1;
	width:170px;
	text-align:center;	
	text-decoration:none;
	color:#d2d2d2;
	position:relative;
	top:1px;
}
ul.tabs a.tab2 {
	background-position: -170px 0;
}
ul.tabs a.tab3 {
	background-position: -340px 0;
}
ul.tabs a.tab4 {
	background-position: -510px 0;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	color: #fff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0 -37px;
	cursor:default !important; 
	color:#323232 !important;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


/* TABS - VIDEOS */

ul.tabs-blue { 
	list-style:none; 
	margin: 0px 0 !important; 
	padding:0;
	height:36px;
	background: #dcdcdc;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	border-bottom:1px solid #cbcbcb;	
}

/* single tab */
ul.tabs-blue li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs-blue a { 
	background: url(http://thumbmaxx.com/images/tabs_red.png) no-repeat 0 0;
	font-size:16px;
	display:block;
	height: 24px;
	margin:0px;	
	padding:12px 0 0 0;
	line-height:1;
	width:84px;
	text-align:center;	
	text-decoration:none;
	color:#f3f2f2;
	position:relative;
	top:1px;
	
	font-family: "Myriad Pro", Arial;
}
ul.tabs-blue a.tab2 {
	background-position: -84px 0;
}
ul.tabs-blue a.tab3 {
	background-position: -168px 0;
}
ul.tabs-blue a.tab4 {
	background-position: -252px 0;
}
ul.tabs-blue a.tab5 {
	background-position: -336px 0;
}
ul.tabs-blue a.tab6 {
	background-position: -420px 0;
}
ul.tabs-blue a.tab7 {
	background-position: -504px 0;
}


ul.tabs-blue a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs-blue a:hover {
	color: #fff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs-blue a.current, ul.tabs-blue a.current:hover, ul.tabs-blue li.current a {
	background-position: 0 -37px;
	cursor:default !important; 
	color:#323232 !important;
}


