@CHARSET "UTF-8";

/* TABS */


/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

/* 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(images/blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

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

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	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: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


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

div.panes div {
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	font-size:12px;
	background-color:#fff;
}

/* FRONT PAGE */
#scroll {
	position:relative;
	height:460px;
	overflow:hidden;
	border:1px solid #ddd;
	width:842px;
	padding:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#tools {
	width:9999em;
	position:absolute;
	height:400px;
}

.tool {
	float:left;
	width:1000px;
	height:400px;
	background-repeat:no-repeat;
	background-position:0 -40px;
}

.details {
	color:#666;
	float:left;
	font-size:20px;
	line-height: 1.5em;
	margin:300px 0 0 0;
	padding:10px 60px;
	width:725px;
	text-align:center;
}

.demos {
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.8);
	border-left:1px solid #ddd;
	float:right;
	min-height:365px;
	padding:0 25px;
	width:272px;
}

.demos h2 {
	color:#065598;
	font-size:22px;
	display:block;
	padding:10px 0;
}

.demos a {
	color:#666;
	font-size:12px;
	text-decoration:none;
}

.demos p {
	margin:0 0 4px;
	background:transparent url(http://static.flowplayer.org/tools/img/bullet.png) no-repeat scroll 0 2px;
	padding:2px 0 1px 22px;
}

#thumbs {
	/*background:url(http://static.flowplayer.org/tools/img/demo-navi.jpg) no-repeat;*/
	background:url(images/navi.png) no-repeat;
	height:90px;
	position:absolute;
	top:410px;
	width:884px;
	left:-8px;
}

.t a {
	background:transparent url(images/navi.png) no-repeat scroll -18px -89px;
	margin-left:0px;
	display:block;
	width:83px;
	float:left;
	height:88px;
	cursor:pointer;
}

.t a.active {
	cursor:default !important;
}

.navi {
	margin-left:245px;
	/*_margin-left:304px;*/
}

/* CSS sprite for the navigation */
#t0 		  { margin-left:18px; _margin-left:10px;}
#t0:hover  { background-position:-18px -179px; }
#t0:active { background-position:-19px -265px; }
#t0.active { background-position:-19px 0 !important; }

#t1			{ background-position:-245px -89px; }
#t1:hover 	{ background-position:-245px -178px; }
#t1:active	{ background-position:-245px -269px; }
#t1.active	{ background-position:-245px 0 !important; }

#t2			{ background-position:-337px -89px; margin-left:10px; }
#t2:hover 	{ background-position:-337px -178px; }
#t2:active	{ background-position:-338px -269px; }
#t2.active	{ background-position:-339px 0 !important; }

#t3			{ background-position:-430px -89px; margin-left:9px; }
#t3:hover 	{ background-position:-430px -178px; }
#t3:active	{ background-position:-430px -269px; }
#t3.active	{ background-position:-430px 0 !important; }

#t4			{ background-position:-522px -89px; margin-left:9px; }
#t4:hover 	{ background-position:-522px -178px; }
#t4:active	{ background-position:-522px -269px; }
#t4.active	{ background-position:-522px 0 !important; }

#t5			{ background-position:-613px -89px; margin-left:10px; }
#t5:hover 	{ background-position:-613px -178px; }
#t5:active	{ background-position:-613px -269px; }
#t5.active	{ background-position:-616px 0 !important; }

#t6			{ background-position:-706px -89px; margin-left:10px; }
#t6:hover 	{ background-position:-706px -178px; }
#t6:active	{ background-position:-706px -269px; }
#t6.active	{ background-position:-706px 0 !important; }

#t7			{ background-position:-800px -89px; margin-left:10px; }
#t7:hover 	{ background-position:-800px -178px; }
#t7:active	{ background-position:-800px -269px; }
#t7.active	{ background-position:-800px 0 !important; }


