/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:955px;
	height:31px !important;
	padding:0 0 0px 0;	
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
	
	/* 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: url(https://www.muscletech.com/tools/img/tabs/blue_panes.jpg) no-repeat;
	display:block;
	height: 21px;   
	padding:0 45px 0 10px;
	margin:0px;
	font-weight: bold;
	
	/* font decoration */
	color:#464646;
	font-size:13px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -189px 0; }
#flowtabs #t3 			{ background-position: -378px 0; }
#flowtabs #t4 			{ background-position: -567px 0;}
 
/* mouseover state */
#flowtabs a:hover 		{ color:#000;}
#flowtabs #t1:hover 	{ background-position:      0 -33px; }
#flowtabs #t2:hover 	{ background-position: -189px -33px; }
#flowtabs #t3:hover 	{ background-position: -378px -33px; }
#flowtabs #t4:hover 	{ background-position: -567px -33px; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#000; border-bottom: 5px solid #9d140a; padding-bottom: 2px; }
#flowtabs #t1.current 	{ background-position:      0 -66px; }
#flowtabs #t2.current 	{ background-position: -189px -66px; }
#flowtabs #t3.current 	{ background-position: -378px -66px; }
#flowtabs #t4.current 	{ background-position: -567px -66px; }


/* panes */
#flowpanes {
	background: url(https://www.muscletech.com/tools/img/tabs/blue_panes.jpg) no-repeat 0 -100px;		
	width:660px;
}


/* RESOURCES */
/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs_sm {
	
	/* dimensions */
	width:593px;
	height:31px !important;
	padding:0 0 0px 0;	
	border-bottom: 1px solid #eaeaea;
	margin:0 0 25px 0;
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs_sm li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs_sm li a {
	background: url(https://www.muscletech.com/tools/img/tabs/blue_panes.jpg) no-repeat;
	display:block;
	height: 21px;   
	padding:0 5px;
	margin:0px;
	border-right: 1px solid #eaeaea;
	font-weight: bold;
	
	/* font decoration */
	color:#464646;
	font-size:13px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs_sm #t1 			{ background-position: 0 0; }
#flowtabs_sm #t2 			{ background-position: -189px 0; }
#flowtabs_sm #t3 			{ background-position: -378px 0; }
#flowtabs_sm #t4 			{ background-position: -567px 0;}
 
/* mouseover state */
#flowtabs_sm a:hover 		{ color:#000;}
#flowtabs_sm #t1:hover 	{ background-position:      0 -33px; }
#flowtabs_sm #t2:hover 	{ background-position: -189px -33px; }
#flowtabs_sm #t3:hover 	{ background-position: -378px -33px; }
#flowtabs_sm #t4:hover 	{ background-position: -567px -33px; }

/* currently selected tabs */
#flowtabs_sm a.current		{ cursor:default; color:#000; border-bottom: 5px solid #9d140a; padding-bottom: 2px; }
#flowtabs_sm #t1.current 	{ background-position:      0 -66px; }
#flowtabs_sm #t2.current 	{ background-position: -189px -66px; }
#flowtabs_sm #t3.current 	{ background-position: -378px -66px; }
#flowtabs_sm #t4.current 	{ background-position: -567px -66px; }


/* panes */
#flowpanes_sm {
	background: url(https://www.muscletech.com/tools/img/tabs/blue_panes.jpg) no-repeat 0 -100px;		
	width:593px; /*width of container */
}