


 /* -----------------------CONTENT------------------- */

 div#content {
 	width: 980px;
 	margin:0 auto;
 	margin-top:10px;
 }
 div#cont_left {
 	width: 650px;
 	margin-right:9px;
 	float:left;
 }
 div#cont_right {
 	width: 320px;
 	float:left;
 }
 div.box_r {
 	width:320px;
 	overflow:hidden;
 	margin-bottom:10px;
	float:left;
 }
 div.box_l {
 	width:650px;
 	overflow:hidden;
 	margin-bottom:10px;
	clear:both;
 }
 div.box_l_t {
 	border-bottom: 1px solid #eaeaea;
 	overflow:hidden;
 }
 div.box_l_m,  div.box_l_m_2 {
 	padding: 20px 20px;
 	border-left: 1px solid #d6d6d6;
 	border-right: 1px solid #d6d6d6;
 	overflow:hidden;
 }
 div.box_l_m h1,  div.box_l_m_2 h1 {
 	font-family: "Trebuchet MS", serif;
 	font-size: 17px;
 	color: #0f7791;
 }
 div.box_l_m p,  div.box_l_m_2 p {
 	font-family:"Trebuchet MS", serif;
 	font-size:12px;
 	color:#8e8e8e;
 	margin-top:10px;
 }
 div.box_l_m span.book {
 	float:left;
 }
 div.box_l_m span.but_on {
 	float:right;
 }
 div.box_l_m span.book a img {
 	width:125px;
 	height:16px;
 	border:none;
 	margin-top:20px;
 	margin-left:2px;
 }
 div.box_l_m span.but_on a img {
 	width:133px;
 	height:31px;
 	border:none;
 	margin-top:10px;
 	margin-left:2px;
 }
 div.box_l_b span.center {
 	width:644px;
 	height:3px;
    background: url('/images/box_r_t_c.gif');
    background-repeat: repeat-x;
    background-position: left bottom;
    float:left;
 }

 div.pan_left {
 	width:217px;
 	float:left;
 }
 div.pan_right {
 	width:217px;
 	float:left;
 }

 div.top_r {
 	width:320px;
 	height:3px;
 	background: url('/images/top_corners_320.gif');
 	overflow:hidden;
 }

 div.middle_r {
 	border-left:#d6d6d6 1px solid;
 	border-right:#d6d6d6 1px solid;
 }
 div.inside_box {
 	max-width:318px;
 	padding:15px 26px;
 }
 div.bottom_r {
 	width:320px;
 	height:3px;
 	background: url('/images/bottom_corners_320.gif');
 	overflow:hidden;
 }

 div.middle_r h1 {
 	width:150px;
 	height: 20px;
 	font-family: "Trebuchet MS", serif;
 	color:#0f7791;
 	font-size:19px;
 }
 div.middle_r a {
 	color:#63a7b8;
 	font-family: "Trebuchet MS", serif;
 	font-size: 11px;
 }
div.middle_r a img {
	border:none;
	padding-bottom:2px;
 }
 div.middle_r a:hover {
 	text-decoration:underline;
 }
 div.middle_r img.pic {
 	margin-top: -7px;
 	float:right;
 }
 div.middle_r p {
 	font-family: "Trebuchet MS", serif;
 	font-size: 12px;
 	margin-top:10px;
 	color:#8e8e8e;
 }
 div.middle_r p.text a {
 	color:#419ab0;
 	font-weight: bold;
 	cursor: pointer;
 }
 div.box_l_m_2 {
 	border-top:1px solid #eaeaea;
 }












 /*  PAGING?? */
  span.txt {
 	width:30px;
 	height:15px;
 	font-family: "Trebuchet MS", serif;
 	font-size: 11px;
 	color:#c1c1c1;
 	float:left;
 	margin-right: 5px;
 }

 ul.numbers {
 	width: auto; /* 300px; */
 	display: inline;
 	list-style-type: none;
 	list-style-position: outside;
 	float:left;
 }
 ul.numbers li {
 	float:left;
 	margin:0 2px;
 	font-family: "Trebuchet MS", serif;
 	font-size: 11px;
 	font-weight:bold;
 	color:#c1c1c1;
 }
  ul.numbers li a {
 	color:#4da2b7;
 }


/* FOOTER */
 div.sub_foot {
 	height:32px;
	background: url('/images/sub_foot_c.gif');
    background-repeat: repeat-x;
    background-position: left top;
    position:relative;
 }
 div.sub_foot_pagination{
 	position:absolute;
 	left:3px;
 	top:7px;}
 div.sub_foot_corner_left {
 	position:absolute;
 	top:0px;
 	left:0px;
 	height:32px;
 	width:3px;
	background: url('/images/sub_foot_l.gif');
    background-repeat: no-repeat;
 }
 div.sub_foot_corner_right {
 	position:absolute;
 	top:0px;
 	right:0px;
 	height:32px;
 	width:3px;
	background: url('/images/sub_foot_r.gif');
    background-repeat: no-repeat;
 }





 /* ZAŚLEPKA */


div.no_results{
	width:650px;}
div.no_results .top_corners_650{
	height:3px;
	width:650px;
	overflow:hidden;
	background-image:url('/images/top_corners_650.gif');}
div.no_results .bottom_corners_650{
	height:3px;
	width:650px;
	overflow:hidden;
	background-image:url('/images/bottom_corners_650.gif');}

div.no_results .middle{
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	text-align:center;
	color:#107892;
	padding:5px 0 5px 0;
	font-size:14px;
	font-weight:bold;
	}
