/*body {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 0.8em;
  padding: 0;
}*/
#books {
  width: 516px; /* optional */
  height: 120px;
  padding: 10px 0 0 35px;
  background: url(../images/widget/bg_books.gif) no-repeat 18px 0;
  position: relative;
}
#books img {
  border: 0;
}
#books .clear_both {
	clear: both;
}
#books .float_left,
#books  ul li {
	float: left;
	display: inline;
}
#books .float_right {
	float: right;
}
#books .overclear {
	width: 100%;
	overflow: hidden;
}


/***********
styles
***********/
/** buttons **/
#books .prev {
	position: absolute;
	top: 20px;
	left: 0;
	visibility: hidden;
}
#books .next {
	position: absolute;
	top: 20px;
	right: 0;
}
.prev span, .next span {display: none;}
#books a.prev {
  height: 90px;
  width: 18px;
  background: url(../images/widget/prev_a.gif) no-repeat right;
}
#books a.prev:hover {
  height: 90px;
  width: 18px;
  background: url(../images/widget/prev_hover.gif) no-repeat right;
}
#books a.next {
  height: 90px;
  width: 18px;
  background: url(../images/widget/next_a.gif) no-repeat left;
}
#books a.next:hover {
  height: 90px;
  width: 18px;
  background: url(../images/widget/next_hover.gif) no-repeat left;
}
#books .inner {	
}
#books  ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#books  ul li {
	display: none;
	position: relative;
	margin: 0;
	padding: 0 15px 0 0;
	font-size: .8em;
	z-index: 1;
}

#books  ul li.loader {
	display: block;
	float: none;
	height: 115px;
	margin: 0 0 20px -20px;
	background: url(../images/widget/books_loader.gif) no-repeat center center;
}
#books  ul li a.info {
	position: absolute;
	bottom: 5px;
	left: 5px;
}
#books  ul li a.thumb {
	display: block;
	border: 1px solid #ddd;
}
#books  ul li a.thumb img {
	display: block;
	margin: 0;
	padding: 3px;
}
#books .btm {
	background: url(../images/widget/books_btm.gif) repeat-x;
}
.books_tool_tip {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	z-index: 9999;
	font-size: 0.8em;
	
}
.books_tool_tip .books_pointer_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../images/widget/books_pointer_left.gif);
}
.books_tool_tip .books_pointer_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../images/widget/books_pointer_right.gif);
}
.books_tool_tip .inner {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 0 0 0 9px;
	background: #fff;
}
.books_tool_tip .inner_right {
	margin: 0 9px 0 0;
}
.books_tool_tip .inner p {
	font-size: .8em;
	margin: 0;
	padding: 0 0 12px 0;
}

/*************
formatovanie
*************/
.books_tool_tip h3 {
  margin: 0;
}
.book_header {
  background: #F3F3F3;
  border-bottom: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 5px;
}
.book_autor {
  color: #666;
}
.book_price {
  font-size: 1.4em;
  color: #666;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 20px;
}


/************** nepotrebne ??? ****************/
#books .buttons {
	position: relative;
	height: 30px;
	margin: 0 0 5px 0;
}