/*  2007.10.09
Tuhle CSS pouzij pro stranky s mapou a dale pro ukazky stranek knih.
Ukazka bude vlevo, thumbs with short description vpravo. 
Clicking on thumbs will move to page s tou strankou.
*/

#content { float: left; width: 600px; padding:18px 0; }
.sidebar { float: right; width: 340px; margin-top: 19px; background: #fff url(../../images/box.png) no-repeat bottom; }
.sidebar .inside {
	padding:0 40px 0px 40px;
}
.sidebar h4 { display: block; background: #fff url(../../images/boxtop340.png) no-repeat top; height: 26px; text-indent: -9999px; margin-bottom: 8px; }
.sidebar ul { margin: 0 8px 0 12px; }
.sidebar ul li { font-size: 12px; }
.sidebar ul li li { font-size: 10px; }
.sidebar a:link, .sidebar a:visited { text-decoration: none; }
.sidebar a:hover, .sidebar a:active { text-decoration: underline; }


