/* tabs */

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

.floatleft{
	float: left;
}

.clear{
	clear: both;
}

#flowtabs {  
	margin:0 !important; 
	padding:0;
	width:300px;
	height:20px !important;
}

#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* every tab uses the same background image */
#flowtabs li a { 
	display:block;
	height: 20px;  
	overflow: hidden; 
	text-indent: -999em; 
	width: 100px; 
	background: url(../img/tabs.png) no-repeat;
	padding:0px;
	margin:0px;
}

#flowtabs a.current	{ 
	cursor:default; 
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0px 0px; }
#flowtabs #t2 			{ background-position: -100px 0; }
#flowtabs #t3 			{ background-position: -200px 0; }
#flowtabs #t4 			{ background-position: -300px 0;}
 
#flowtabs #t1:hover 	{ background-position:      0px -20px; }
#flowtabs #t2:hover 	{ background-position: -100px -20px; }
#flowtabs #t3:hover 	{ background-position: -200px -20px; }
#flowtabs #t4:hover 	{ background-position: -300px -20px;}

#flowtabs #t1.current { background-position:      0px -40px; }
#flowtabs #t2.current { background-position: -100px -40px; }
#flowtabs #t3.current { background-position: -200px -40px; }
#flowtabs #t4.current { background-position: -300px -40px;}


/* panes */
#flowpanes {	
	width: 300px;
	height: auto;	
 background-color: #2b2b2b;
}


/* single pane */
#flowpanes div {
	width: 240px;
	height: auto;	
	color:#666;	
}


/* single pane column*/


#flowpanes div .columnTwo{
	height: auto;
    float: left;
}


#flowpanes div .columnTwo ul{	
	font-family: "tahoma", sans-serif;
	color: #FFF;
	font-size: 12px;
	list-style: url("../img/bulletOne.gif");
	line-height: 16px;
	margin-left: -25px;
	margin-top: -10px;
	padding-bottom: 10px;


}
#flowpanes div .columnTwo ul a{	
	font-family: "tahoma", sans-serif;
	color: #FFF;
	text-decoration: none;
	list-style: url("../img/bulletOne.gif");


}

#flowpanes div .columnTwo ul a:hover{	
	color:#83df00;

}

/* tabs2 */

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

.floatleft{
	float: left;
}

.clear{
	clear: both;
}

#flowtabs2 {  
	margin:0 !important; 
	padding:0;
	width:300px;
	height:20px !important;
}

#flowtabs2 li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* every tab uses the same background image */
#flowtabs2 li a { 
	display:block;
	height: 20px;  
	overflow: hidden; 
	text-indent: -999em; 
	width: 100px; 
	background: url(../img/tabs.png) no-repeat;
	padding:0px;
	margin:0px;
}

#flowtab2s a.current	{ 
	cursor:default; 
}

/* adjust the background image position on each tab */
#flowtabs2 #t1 			{ background-position: 0px 0px; }
#flowtabs2 #t2 			{ background-position: -100px 0; }
#flowtabs2 #t3 			{ background-position: -200px 0; }
#flowtabs2 #t4 			{ background-position: -300px 0;}
 
#flowtabs2 #t1:hover 	{ background-position:      0px -20px; }
#flowtabs2 #t2:hover 	{ background-position: -100px -20px; }
#flowtabs2 #t3:hover 	{ background-position: -200px -20px; }
#flowtabs2 #t4:hover 	{ background-position: -300px -20px;}

#flowtabs2 #t1.current { background-position:      0px -40px; }
#flowtabs2 #t2.current { background-position: -100px -40px; }
#flowtabs2 #t3.current { background-position: -200px -40px; }
#flowtabs2 #t4.current { background-position: -300px -40px;}


/* panes */
#flowpanes2 {	
	width:300px;
	height: auto;	
 background-color: #2b2b2b;
}


/* single pane */
#flowpanes2 div {
	width:300px;
	height: auto;	
	color:#666;	
}


/* single pane column*/


#flowpanes2 div .columnTwo{
	width: 240px;
	height: auto;
    float: left;
}


#flowpanes2 div .columnTwo ul{	
	font-family: "tahoma", sans-serif;
	color: #FFF;
	font-size: 12px;
	list-style: url("../img/bulletOne.gif");
	line-height: 16px;
	margin-left: -25px;
	margin-top: -10px;
	padding-bottom: 10px;


}
#flowpanes2 div .columnTwo ul a{	
	font-family: "tahoma", sans-serif;
	color: #FFF;
	text-decoration: none;
	list-style: url("../img/bulletOne.gif");


}

#flowpanes2 div .columnTwo ul a:hover{	
	color:#83df00;

}

/* artist page tabs */

ul.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
			font-family: "tahoma", sans-serif;
			color: #2b2b2b;
			font-weight:bold;
			font-size: 15px;
		}

ul.tabNavigation li{
	display: inline;
}
.waste {
			min-height: 10px;
		}
		
		ul.tabNavigation li a.selected,
		ul.tabNavigation li a:hover {
		    background-color: #e6e6e6;
		    color: #2b2b2b;
		    padding: 1px 0px 0px 0px;
		}
		
		ul.tabNavigation li a:focus {
			outline: 0; 
		}
		ul.tabNavigation li a:link {
			text-decoration: none;
			color: #2b2b2b;
		}

div.tabs > div {
			padding: 5px;
			margin-top: 3px;
		}
		
div.tabs > div h2 {
			margin-top: 0;
		}	



