* {
  font-family: Arial;
  color: #333;
}
body {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  font-size: 12px;
  background: #fff url('images/page_back.png') repeat-y left top;
}

a {
  text-decoration: underline;
  color: #800000;
}
a:hover {
  text-decoration: underline;
  color: #800000;
}

hr {
  border: none;
  border-top: 1px solid #333;
  margin: 0px;
  padding: 0px;
}
.cleaner {
  clear: both;
}

#left {
  width: 260px;
}

#menu ul {
  margin: 40px 10px 10px 0px;
  padding: 0px;
}
#menu ul li {
  list-style-type: none;
}
#menu ul li a {
  display: block;
  padding: 0.5em 1em 0.5em 0em;
  text-align: right;
  color: #fff;
  text-decoration: none;
  border-top: 1px solid #ddd;
}
#menu ul li a:hover {
  background: #F12507;
}
span.fire {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url('images/fire.png') no-repeat left top;
}
#cc_box {
  padding-left: 40px;
  color: #fff;
}
#cc_box strong {
  font-size: 1.3em;
  color: #fff;
}


#content {
  position: absolute;
  left: 280px;
  top: 0px;
  width: 720px;
  padding: 10px 10px 10px 0px;
  background: url('images/top_back.png') no-repeat top right;  
}
#content-inside {
  padding: 0px 15px 0px 0px; 
}

/* TOP */

#logo {
  display: block;
  width: 260px;
  height: 180px;
  background: url('images/logo.png') no-repeat top left;
  text-indent: -200%;
}
.rt_box {
  text-align: right;
  font-size: 1em;
}
.rt_box a {
  text-decoration: none;
}
.np_box {
  background: #666666 url('images/np_back.png') no-repeat top left;
  margin: 10px -10px 10px 0px;
  height: 16px;
  padding: 3px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  clear: both;
}
.np_box a {
  text-decoration: none;
  color: #fff;
}
.top_search {
  float: right;
}

.top_search .input {
  width: 200px;
  color: #778fac;
}
.top_search .input-half {
  width: 90px;
  color: #778fac;
}
.top_search .submit {
  float: right;
  width: 68px;
  height: 83px;
  border: none;
  margin-left: 10px;
}

/* VYHLEDAVACI FORMULAR - VELKY */

.search_form, .pasive_content {
  background: #F0F0F0;
  border: 2px solid #A0A0A0;
  padding: 0.8em;
  margin-bottom: 1em;
}
.search_form div.checkbox {
  float: left;
  display: block;
  width: 150px;
}
.search_form table td {
  border: none;
  vertical-align: top;
  margin: 0px;
  padding: 5px;
}

.search_form table td.search_item_title {
  padding-top: 8px;
}

/* VYPIS */

.product-dp {
  float: left;
  width: 48%;
}
.product-dp:nth-child(odd) {
	margin-right: 2%;
}
.product-dp img {
  width: 100%;
}
.product-dp h3 {
  line-height: 1.3em;
  height: 2.6em;
  overflow: hidden;
}


.product {
  float: left;
  width: 165px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.product:nth-of-type(4n) {
	margin-right: 0px;
} 
.product .p_top {
  background: url('images/thumb_top_big.png') no-repeat left top;
  padding: 10px 0px 10px 9px;
  height: 100px;
  overflow: hidden;
}
.product .p_top img {
  border: 2px solid #aaa;
}
.product .p_bottom {
  background: url('images/thumb_bottom_big.png') no-repeat left bottom;
  padding: 5px 18px 10px 10px;
  height: 100px;
  overflow: hidden;
}
.red {
  color: #f00;
}
.lokalita {
  font-size: 0.8em;
}

.paging {
  text-align: center;
  margin: 1em 0 1em 0;
}
/* CONTENT */

#footer2 {
  text-align: center;
  color: #888;
  font-size: 0.8em;
  margin-bottom: 1em;
}
#footer2 a {
  color: #888;
}

#footer {
  padding: 20px 0px 20px 0px;
  clear: both;
  border-top: 1px solid #d3d3d3;
  /*background: url('images/softreal_logo.png') no-repeat right center;*/
}
#footer_links {
  font-size: 0.8em;
  color: #999;
}
#footer_links a {
  color: #999;
  text-decoration: none;
}

#brokers .broker {
	text-align: center;
	width: 150px;
	float: left;
	/*background: #b40808;*/
	padding: 10px;
	border: 1px solid #b40808;
	margin: 0px 4px 10px 0px;
}

#brokers .broker_group_title
{
  clear: left;
  background: #b40808;
  color: #fff;
  padding: 3px;
  font-size: 1.2em;
  margin: 5px 0px 5px 0px;
}

/* DETAIL */
.share {
	float: right;
}
#fb_link {
	display: block;
	width: 170px;
	height: 23px;
	background: url('images/fb_share.png') no-repeat left top;
	margin-bottom: 2px;
}
#twitter_link {
	display: block;
	width: 170px;
	height: 23px;
	background: url('images/twitter_share.png') no-repeat left top;
}
#fb_link span, #twitter_link span {
	display: none;
}

/* ROTACE FOTEK V DETAILU */

#photos {
  float: right;
  width: 300px;
  overflow: hidden;
  background: #FF9900;
  padding: 10px;
  margin-right: 0px;
  background: url('images/photos.png') no-repeat left top;
}
.main_photo
{
  width: 299px;
  background: #ccc;
  text-align: center;
  border-bottom: 2px solid #ccc;
  overflow: hidden; 
}
.main_photo img
{
  height: 225px;
}

#slide_left {
  display: block;
  float: left;
  width: 30px;
  height: 80px;
  background: url('images/photos_left.png') no-repeat center center;
  text-indent: -1000em;
}
#slide_right {
  display: block;
  float: right;
  width: 30px;
  height: 80px;
  background: url('images/photos_right.png') no-repeat center center;
  text-indent: -1000em;
}
#image_slider {
  overflow: hidden;
}
#image_slider_inner {
    width: 4500px;
}
#image_slider_inner .slide {
    float: left;
    margin-left: 2px;
    height: 80px;
}
#image_slider_inner .slide img {
    height: 80px;
}

.index-banner {
	padding: 0px 20px;
	margin-top: 20px;
	border: 2px solid #bb0000;
	margin-bottom: 20px;
	background: #EDF7C0;
}
.ordered-list {
	counter-reset: my-ol-counter;
}
.ordered-list dt {
	font-size: 16px;
	padding-left: 40px;
	position: relative;
	line-height: 30px;
	font-weight: bold;
}
.ordered-list dt:before {
	font-size: 20px;
	content: counter(my-ol-counter, decimal);
	counter-increment: my-ol-counter;
	text-align: center;
	width: 30px;
	line-height: 30px;
	margin-right: 10px;
	background: #bb0000;
	border-radius: 100%;
	color: #fff;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.ordered-list dd {
	margin-bottom: 10px;
}
.dp_table {
	width: 100%;
	border: 1px solid #999;
	border-collapse: collapse;
}
.dp_table th {
	background: #800000;
	color: #fff;
	padding: 4px 2px;
	border: 1px solid #aaa;
}
.dp_table td {
	padding: 4px 2px;
	border: 1px solid #aaa;
}
.dp_table tr:hover td {
	background: #eee;
	cursor: pointer;
}