#flowtabs {
	
	/* dimensions */
	width:280px;
	height:30px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {

	background: #115b80;
	display:block;
	height: 30px;   
	width: 140px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#000;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t0 { background: url(/files/dtv/images/Distributor.jpg); }
#flowtabs #t1 { background: url(/files/dtv/images/Corporate-Buyer.jpg); }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#fff; line-height:34px; }
#flowtabs #t0.current { background: url(/files/dtv/images/Distributor-Clicked.jpg); }
#flowtabs #t1.current { background: url(/files/dtv/images/Corporate-Buyer-Clicked.jpg); }

/* panes */
#flowpanes {
	background: #FFFFFF;
	width:282px;
	height:390px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#5E5E5E;	
	margin:0px 0px;
}

#flowpanes a {
	color:#cc9;		
	font-size:14px;
	text-decoration:none;
}

#flowpanes p, #flowpanes samp {
	color:#ccc;		
}

#flowpanes div.narrow {
	padding-right:50px;		
}
.video_title {
	font-size:14px;
	font-weight:bold;
}
.sm_desc {
	padding-left: 4px;
	vertical-align: top;
	text-align:left;
	width: 150px;
	text-decoration:none;
}
sup {
    vertical-align: baseline;
    position: relative;
    bottom: .33em;
}


