/*
Flowplayer Powered by JQuery and Flowplayer.org
http://jquery.com/ The Write Less, Do More, JavaScript Library
http://flowplayer.org/ (http://flowplayer.org/tools/demos/tabs/skins.html)

Adaptation for/By Blast Communications Ltd. by Blast! Com. Web Team &amp; PVer.
Coded: 09/22/2009
*/

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

/* root element for tabs */
#flowtabs 
{
/* dimensions */
width:265px;
height:17px !important;
margin:0px !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: url(../_products/_links/leveld_tabs.jpg) no-repeat;
display:block;
height:17px;   
width:88px; 	
padding:0px;
margin:0px;
	
/* font decoration */
font: normal 11px Helvetica, Arial, sans-serif;
/*font-size:11px;*/
color:#ffffff;
line-height:17px;
text-align:center;
text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #tab1 { background-position: 0 0px; }
#flowtabs #tab2 { background-position: -88px 0px; }
#flowtabs #tab3 { background-position: -176px 0px; }

/* mouseover state */
#flowtabs a:hover { color:#ffffff;	 }
#flowtabs #tab1:hover { background-position: 0 -17px; }
#flowtabs #tab2:hover { background-position: -88px -17px; }
#flowtabs #tab3:hover { background-position: -176px -17px; }

/* currently selected tabs */
#flowtabs a.current	 { cursor:default; color:#ffffff; line-height:17px; }
#flowtabs #tab1.current { background-position: 0 -17px; }
#flowtabs #tab2.current { background-position: -88px -17px; }
#flowtabs #tab3.current { background-position: -176px -17px; }

/* panes */
#flowpanes 
{
width:265px;
height:450px;
}

/* single pane */
#flowpanes div 
{
display:block;	
color:#000;	
margin:0px;
}

/* some decorations for elements inside single pane */
#flowpanes div h1 
{
font-family: Helvetica, Arial, sans-serif;
font-size:24px;
font-weight:bold;
color:#000000;
letter-spacing:0px;
margin:0px 0px;
}

#flowpanes div h2 
{
font-family: Helvetica, Arial, sans-serif;
font-size:18px;
font-weight:normal;
color:#000000;
letter-spacing:0px;
margin:0;	
}

/*
#flowpanes a 
{
color:#ffffff;		
font-size:14px;
}
*/

#flowpanes p 
{
font-family: Helvetica, Arial, sans-serif;
font-size:12px;
font-weight:normal;
color:#666666;
text-align:justify;
}

#flowpanes samp 
{
color:#000000;		
}

#flowpanes div.narrow 
{
padding-right:160px;		
}
