/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	/* dimensions */
	width:730px;
	height:31px;
	/* IE6 specific branch (prefixed with "_") */

	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	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: 145px;
	padding:0px;
	margin-left:1px;
	/* font decoration */
	color:#FFFFFF;
	font-size:14px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
	background-color: #330000;
	font-weight: bold;

}

/* adjust the background image position on each tab */
#flowtabs #t1{
	border-left-width: 0px;
	width: 145px;
	
}
/* mouseover state */
#flowtabs a:hover 		{
	background-color: #330000;
}
/* 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:730px;
	height:340px;
	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;
	width:700px;
	height: 300px;
	cursor:pointer;
	font-size:12px;
	padding:15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	
}

/* 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 {
	font-weight:normal;
	color:#fff;
	line-height:120%;
	padding-bottom:0px;
	font-size:22px;
	width:300px;


}
/*#flowpanes div p {
	padding:0 0 20px 5px;
	width:215px;
	color:#000000;
	line-height:110%

}*/
#flowpanes div .stara-cena-panel {
	text-decoration: line-through;
	height:5px;
	width:215px;
	display:block;
	font-size:15px;
	color:#ebd4c1;
	margin:3px;
	bottom: 64px;
	position: absolute;
	left: 15px;


}
#flowpanes div .nova-cena-panel {
	font-size:24px;
	border-top: 1px solid #6b2311;

	bottom: 20px;
	position: absolute;
	left: 15px;

}
#flowpanes div .popisek-panel {
	width:300px;
	height:165px;
	color:#000000;
	display:block;
	left: 15px;
	margin-left:5px;
	overflow: hidden;
}
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
#flowpanes .items div{position: relative;}
a.nejprod{
	position: absolute;
	left:270px;
	display: block;
	height: 35px;
	width: 80px;
	bottom: 11px;
	background-image: url(/assets/img/nejprodavanejsi.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a.nejprod:hover{
	background-position: center bottom;
}
#flowpanes a {
	color: #000000;		
	font-size:14px;
}

/*#flowpanes p, #flowpanes samp {
	color:#ccc;		
}*/
#flowpanes p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#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;
}
