/* NAVIGATION */

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	float:left;
	width:18px;
	height:18px;
	margin:76px 3px 0px 3px;
	background:url(img/left.png) no-repeat;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(img/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	width:128px;
	height:16px;
	margin:0px 0px 0px 269px;
	padding:6px 0px 3px 0px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(img/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
	overflow:hidden;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	




/* CONTENT */

/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 588px;	 
	height:182px;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

/* single item */
#thumbs div.rBox {
	float:left;
	width:588px;
	padding:10px 0px 0px 20px;
	color:#fff;
	overflow:hidden;
}

/* style when mouse is over the item */
#thumbs div.hover {}

/* style when element is active (clicked) */
#thumbs div.active {}

div#head_2 {
	position:relative;
	background:url(img/bg_head_2_tmp.jpg) no-repeat !important;
}

#thumbs .rBox .img {
	float:left;
	margin:0px 20px 0px 0px;
}
#thumbs .rBox .r_opis {
	float:left;
	margin:20px 0px 0px 0px;
	width:328px;
}
#thumbs .rBox .r_opis h1 {
	margin:5px 0px 15px 0px;
}
#thumbs .rBox .r_opis h1 a {
	font-family:"Lucida Grande","Lucida Sans Unicode","Trebuchet MS";
	font-size:20px;
	font-weight:normal;
	color:#ffca3c;
}
#thumbs .rBox .r_opis a.url {
	display:block;
	margin:0px 0px 10px 0px;
	font-family:"Lucida Grande","Lucida Sans Unicode","Trebuchet MS";
	font-size:14px;
	color:#ffffff;
}
#thumbs .rBox .r_opis .s_opis {
	font-family:"Lucida Grande","Lucida Sans Unicode","Trebuchet MS";
	font-size:11px;
	color:#ffca3c;
}
#thumbs .rBox .r_opis .wiecej {
	display:block;
	font-family:"Lucida Grande","Lucida Sans Unicode","Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	text-align:right;
}

#a_ref_all {
	position:absolute;
	top:202px;
	right:16px;
	width:124px;
	height:22px;
	background:url(img/a_ref_all.jpg) no-repeat;
	text-indent:-999999%;
}



/* Tabs */
#j_tab {
	margin-top:20px;
}

.nav_a {
	position:absolute;
	bottom:0px;
	right:20px;
	padding-left:7px;
	overflow:hidden;
}

.nav_a a {
	display:block;
	float:left;
	margin-right:5px;
	padding:10px 12px;
	border:#cccccc 1px solid;
	border-bottom:none;
	font-family:arial,"Lucida Grande","Lucida Sans Unicode","Trebuchet MS";
	font-size:12px;
	color:#373737 !important;
	text-align:center;
	text-decoration:none;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.nav_a a:hover {
	color:#d90b2a;
}
.nav_a a.current, .nav_a a.current:active, .nav_a a.current:visited {
	border:#cccccc 1px solid;
	border-bottom:none;
	background:#f5f3ee;
	color:#78ac02 !important;
}

#tab_1, #tab_2, #tab_3 {
	height:200px;
	padding:20px 30px 20px 30px;
	background:url(img/bg_tabs.gif) no-repeat;
}

#tab_1 img, #tab_2 img, #tab_3 img {}

.h2Tab {
	display:inline;
	font-weight:normal;
	font-size:12px;
}
.aTabs {
	color:#d90b2a;
	text-decoration:none;
}
.aTabs:hover {
	text-decoration:underline;
}

.hiddencontent {
	padding: 0px;
	display: none;
}

