/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	/* dimensions */
	width:916px;
	height:31px;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	background-image: url(kuk-reklama.png);
	background-position: bottom;
	margin: 0;
}

/* 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 {
	display:block;
	height: 31px;
	width: 181px;
	padding:0px;
	margin:0px;
	/* font decoration */
	color:#FFFFFF;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
	background-color: #333333;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

/* adjust the background image position on each tab */
#flowtabs #t1{
	border-left-width: 0px;
	width: 183px;
}
/* mouseover state */
#flowtabs a:hover 		{
	background-color: #3C5262;
}
/* currently selected tabs */
#flowtabs a.current, #flowtabs #t1.current, #flowtabs #t2.current, #flowtabs #t3.current, #flowtabs #t4.current { background-color: #1E9BD9;}

/* panes */
#flowpanes {
	width:920px;
	height:280px;
	background-image: url(kuk-reklama.png);
	background-repeat: no-repeat;
}


/* single pane */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}
#flowpanes div {
	display:block;
	color:#fff;
	float:left;
	display:block;
	width:850px;
	height: 240px;
	cursor:pointer;
	font-size:12px;
	margin-top: 25px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	font-size:22px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
#flowpanes .items div{position: relative;}
a.nejprod{
	position: absolute;
	left: 650px;
	display: block;
	height: 35px;
	width: 210px;
	bottom: -5px;
	background-image: url(../img/nejprodavanejsi.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a.nejprod:hover{
	background-position: center bottom;
}
#flowpanes a {
	color:#cc9;		
	font-size:14px;
}

#flowpanes p, #flowpanes samp {
	color:#ccc;		
}
#flowpanes p{
	width: 600px;
	padding-left: 250px;
	line-height: 160%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#flowpanes div.narrow {
	padding-right:160px;		
}
#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
.custom {
	position:absolute;
	top: 130px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 39px;
	width: 39px;
	cursor: pointer;
}
.prev{
	left: 2px;
	background-image: url(prev.gif);
	background-repeat: no-repeat;
}
.next{
	right: 2px;
	background-image: url(next.gif);
	background-repeat: no-repeat;
}

