/* everything is constructed with a single background image */

#reklama {
	height:351px;
	width:630px;
	position: relative;
	margin-top: 10px;
	background-color: #e0af6a;
}

/* root element for tabs */
#flowtabs {
	/* dimensions */
	width:630px;
	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: 126px;
	padding:0px;
	margin-left:1px;
	/* font decoration */
	color:#FFFFFF;
	font-size:14px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
	background:url(bgr_button.png);
	font-weight: bold;

}

/* adjust the background image position on each tab */
#flowtabs #t1{
	border-left-width: 0px;
	width: 120px;
	
}
/* 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-color: #E0AF6A; background:none }

/* panes */
#flowpanes {
	width:630px;
	height:320px;
	background-repeat: no-repeat;
}


/* single pane */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}

#flowpanes div.okno {
	display:block;
	float:left;
	width:600px;
	height: 320px;
	cursor:pointer;
	font-size:12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
	background-position: 350px 30px;
	
}

/* some decorations for elements inside single pane */

#flowpanes div h1 {
	font-weight:normal;
	padding-bottom:15px;
	line-height:5px;
	font-size:24px;
	color: #FFFFFF;

}
#flowpanes div h2 {
	font-weight:normal;
	color:#89580c;
	padding-bottom:10px;
	font-size:22px;
	padding-left: 35px;
	padding-top: 20px;
	padding-right: 270px;
	margin: 0px;
	line-height: 130%;
}

#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:18px;
	bottom: 77px;
	position: absolute;
	left: 52px;
	color: #FFFFFF;
	line-height: 110%;

}
#flowpanes div .nova-cena-panel span{ color:#333333}
#flowpanes div .popisek-panel {
	width:300px;
	height:165px;
	display:block;
	left: 15px;
	margin-left:5px;
	overflow: hidden;
}
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

a.koupit{
	position: absolute;
	left:52px;
	display: block;
	height: 33px;
	width: 91px;
	bottom: 37px;
	background-image: url(koupit.gif);
	background-repeat: no-repeat;
}

#flowpanes a.vice {
	color: #FFFFFF;
	font-size:12px;
	float: right;
	padding-right: 10px;
}

/*#flowpanes p, #flowpanes samp {
	color:#ccc;		
}*/
#flowpanes p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 270px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#flowpanes div.narrow {
		
}
#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
.custom {
	position:absolute;
	top: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 39px;
	width: 32px;
	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;
}
