ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #fff;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	color: #666;
}

.sidebar {
	display: block;
	float: left;
	width: 145px;
	padding: 0;
	margin: 0;
}

.sidebar div.framed {
	width: 130px;
}

#content {
	display:block;
	float: left;
	width: 590px;
	z-index: 2;
}

#content div.framed, #pager{
	min-width: 578px;
	width: 578px;
}

#content #biblioteke {
	width: 578px;
}

#rightSide {
	float: right;
}

#pageHolder {
	margin: 13px auto 0;
	width: 902px;
	background: url(/images/frametop.png) top left no-repeat;
	background-color: #fff;
}

#pFrameL, #pFrameR {
	background-repeat: no-repeat;
	min-width: 5px;
}
#pFrameL {
	background-image: url(/images/framel.png);
	background-position: -1px 18px;
}
#pFrameR {
	background-image: url(/images/framer.png);
	background-position: 898px 18px;
}

#pageContent {
	padding-left:9px;
	padding-right:4px;
}

#header {
	min-height: 136px;
	padding-top: 10px;
}

#middle {
	background: url(/images/innerbg.png) repeat-x !important;
	background: url(none) white;
	min-height: 190px;
	padding: 0px;
	padding-top: 15px;
}

#banners {
}

#footer {
	margin-left: 4px !important;
	margin-left: 0;
	height: 56px;
	width: 880px;
	background: url('/images/dno.png') no-repeat;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	clear: both;
}

.required {
	color: #f96;
	font-weight: bold;
	font-size: 1.4em;
}
#pager {
	padding: 4px;
	background-color: #fff;
	display: block;
	float: left;
}
#pager ul {
	list-style: none;
	height: 18px;
	margin-right: 10px;
}

#pager ul li {
	display: inline;
}
#pager a, #pager .sel, #pager .block {
	display: block;
	float: left;
	padding: 1px 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #f60;
	background-color: #fff;
}

#pager a:hover, #pager .sel {
	color: #fff;
	background: #f60;
}

#pager .block {
	color: #666;
}

.form_error {
	color: #f00;
	font-weight: bold;
	padding-left: 10px;
}

.payment_info {
	padding-left: 20px;
}

a.more, a.moreL {
	text-align:right;
}
