
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li
{
	/* PappZoo: TODO: ezzel kell játszani, ha a tabok száma nőne */
	width: 60px;
	height: 20px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	
	border: 1px solid #80745D;
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 1px; /*Set to same as spacing option. */	
	float: left;
	padding-top: 5px;
	padding-left: 5px; 
}

.kwicks_link
{
	font-family: Century Gothic, Verdana, Arial;
	text-decoration: none;
	color: #4e1e25;	
	position: absolute;	
	left: 10px;
	
	/* PappZoo: ez teszi lehetővé, hogy ne csak a szövegre lehessen kattintani */
	width: 300px;
}

.kwicks_link:hover
{
	font-family: Century Gothic, Verdana, Arial;
	color: #4e1e25;
}
.kwick_tab
{
	background-color: #fff;
	white-space: nowrap;
}
.kwick_tab:hover
{
	background-color: #b1a389;
	color: #4e1e25;
	font-weight: bold;
}
.kwick_tab_selected, kwick_tab_selected:hover
{
	background-color: #d1c3a9;
	font-weight: bold;
}

.kwicks.horizontal #kwick_end {
	margin-right: 0; /* pappzoo:"none" margin on last kiwck (if you set a margin above) */
}

