/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	/* dimensions */
	width:650px;
	height:31px;
	/* IE6 specific branch (prefixed with "_") */
	padding: 0;
	margin: 0;
}
.red2{
color: #F00
}

/* 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: 41px;
	width: 200px;
	padding:0px;
	margin-right:2px;
	/* font decoration */
	color:#56584E;
	font-size:14px;
	line-height:41px;
	text-align:center;
	text-decoration:none;
	background:  url(bgr_button-yelow.png)  ;


}

/* adjust the background image position on each tab */
#flowtabs #t1{
	border-left-width: 0px;
	
	
}
/* mouseover state */
#flowtabs a:hover 		{
	background: url(bgr_button-yelow.png);
}
/* currently selected tabs */
#flowtabs a.current, #flowtabs #t1.current, #flowtabs #t2.current, #flowtabs #t3.current, #flowtabs #t4.current { background:url(bgr_button.png);}

/* panes */
#flowpanes {
	width:650px;
	height:300px;
	background: url(bgr-tables.png) repeat-x #FFF ;
	background-position:top
}


/* single pane */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}

#flowpanes div{
	display:block;
	color: #000;
	float:left;
	width:650px;
	height: 380px;
	cursor:pointer;
	font-size:12px;
	padding:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;

	
}
#flowpanes span{
	position:relative;
	left:250px;
	top:0	
}


/* some decorations for elements inside single pane */

#flowpanes div h1 {
	font-weight:normal;
	color: #000000;
	padding-bottom:15px;
	line-height:5px;
	font-size:24px;

}
#flowpanes div h2 {
	position: absolute;
	left: 350px;
	top:10px;
	width:250px;
	color: #56584E;
	line-height:120%;
	font-size:12px;

}
#flowpanes p {
	position: absolute;
	left: 350px;
	top:15px;
	width:250px;
	color: #56584E;
	line-height:120%;
	font-size:12px;
}


#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
#flowpanes img {
	position: absolute;
	left: 340px;
	top:50px;
	width:250px;
	color: #56584E;
	line-height:120%;
	font-size:12px;
}
#flowpanes .items div{
	position: relative;
	color: #003975;
}

/*#flowpanes p, #flowpanes samp {
	color:#ccc;		
}*/

#flowpanes div.narrow {
		
}
#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
.custom {
	position:absolute;
	top: 160px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 28px;
	width: 28px;
	cursor: pointer;
}
.prev{
	left: 0px;
	background-image: url(prev.png);
	background-repeat: no-repeat;
}
.next{
	right: 0px;
	background-image: url(next.png);
	background-repeat: no-repeat;
}
a.nejprod{
	position: absolute;
	left:550px;
	padding:8px;
	text-align:center;
	color:#fff;
	font-size:12px;
	width: 80px;
	font-weight:bold;
	display:block;
	background-color:#bbb9a0;
	text-decoration:none;
	top:229px
}
a.nejprod:hover{
		background-color: #99ca3c;
		color:#FFF;
		text-decoration:underline;
}
.table-zelena-gray{
background-color:#717375;
color:#FFFFFF
}
.table-zelena-gray1{
background-color:#c9cbcc;

}
.table-zelena-gray2{
background-color:#e8e8e9;
}
.table-zelena-green{
color:#FFFFFF; font-size:14px; background-color:#99ca3c
}

.table-ceny{
 font-size:10px;
}


