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

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


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

/* root element for tabs */
#flowtabs {
position: absolute;
top:0px;
left:0px;	
font: normal 12px Arial;
margin:0; 
padding:0; 
}


/* single tab */
#flowtabs li { 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
	border-bottom: solid 1px #ddd;
}

/* a- tag inside single tab */
#flowtabs li a {
	background-color: blue;
	display:block;
	width: 170px; 	
	padding:5px 10px;
	margin:0px;
	
	/* font decoration */
	color:#555;
	text-align: left;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs li a 			{ background-color: #f1f1f1;}

 
/* mouseover state */
#flowtabs a:hover 		{ color:#444; background-color: #ddd;}

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#fff; background-color: #eb5757;}



#iphone {
	position: absolute;
	top: 0px;
	left: 230px;
	background: url(/images/iphone/iphone_bg.png) no-repeat;
	display: block;
	width: 386px;
	height: 728px;
}


/* panes */
#flowpanes {
	background: #ccc;		
	width:320px;
	height:480px;	
	left: 265px;
	top: 132px;
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	margin:0;
}

/* override the root element to enable scrolling */
#flowpanes {
	position:absolute;
	overflow:hidden;
	clear:both;
}

/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:320px;
	cursor:pointer;
	font-size:14px;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}

