* {
  font-family: Arial;
  color: #333;
}
body {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  font-size: 11px;
  background: #eee url('images/page_back.png') repeat-x center top;
}

a {
  text-decoration: underline;
  color: #333;
}

hr {
  border: none;
  border-top: 1px solid #d3d3d3;
}
textarea, input, select {
	box-sizing:border-box;
	/*-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;*/
}
textarea {
  font-size: 11px;
  resize: none;
}
fieldset {
  border:none;
  border-top: 1px solid #d3d3d3;
}

button, input[type=submit] {
	background: #659941;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #557C00;
	font-weight: bold;
	padding: 10px 15px;
	cursor: pointer;
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

.search_form button, .search_form input[type=submit] {
	margin-top: 14px;
	margin-bottom: -4px;
}

#content li {
  font-size: 12px;
}
a:hover {
  text-decoration: underline;
  color: #006600;
}
.cleaner {
	clear: both;
}
.autotruncate{
	white-space:nowrap;
	text-overflow:ellipsis;
	max-width:100%;
	/*display:inline-block;*/
	overflow:hidden;
}

.btn {
	display: inline-block;
	border-radius: 8px;
	padding: 10px 16px;
	text-transform: uppercase;
	text-decoration: none;
}
.btn.btn-green {
	background: #006600;
	color: #fff;
}
.btn.btn-red {
	background: #BD2135;
	color: #fff;
}

img {border: none;}
img.left {
	float: left;
	margin: 0px 20px 20px 0px;
}
img.right {
	float: right;
}

table {
	border-spacing: 0px;
}
table td {
	font-size: 12px;
	padding: 5px 0px;
	/*border-bottom: 1px solid #eee;*/
	vertical-align: top;
}
table td p {
	margin: 0px;
	padding: 0px;
}
table td img {
	margin-right: 20px;
}
#footer {
  padding: 20px 0px 30px 20px;
  clear: both;
  border-top: 1px solid #d3d3d3;
  background: url('images/softreal_logo.png') no-repeat 890px center;
  margin: 0px 15px 0px 15px;
}
#center  {
  width: 990px;
  margin: 0px auto;
}
#top {
  background: url('images/top.png') no-repeat left top;
  height: 36px;
  text-align: center;
  padding-top: 4px;
  /*padding-right: 25px;*/
}
#top a {
	text-decoration: none;
}
#header {
  background: url('images/header_back.png') no-repeat left top;
  height: 73px;
  padding-top: 35px;
  padding-left: 35px;
}
#logo {
  display: block;
  width: 400px;
  height: 50px;
  text-indent: -200%;
}
/* MAIN MENU */

#menu {
  height: 44px;
  background: url('images/menu_back.png') no-repeat top left;
  padding: 0px;
  text-align: center;
}

#menu ul{
  padding: 20px 0px 0px 0px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
  margin: 0px;
  text-align: left;
  display: inline-block !important;
}

#menu ul li{
  display: inline;
  background: url('images/menu_spacer.png') no-repeat left center;
}

#menu ul li.first{
  display: inline;
  background: none;
}

#menu ul li a{
  color: #fff;
  padding: 0px 16px 0px 16px; /*top padding is 6px, bottom padding is 4px*/
  margin-left: 5px; /*spacing between each menu link*/
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
}

#menu ul li:nth-child(2) a {
  color: #FFE600;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
}

#menu ul li a:hover, #menu ul li a.selected{
  text-decoration: underline;
}
#search {
  height: 54px;
  background: url('images/search_back.png') no-repeat;
  text-align: right;
  padding-top: 12px;
  padding-right: 30px;
  overflow: hidden;

}
#search label {
  padding-left: 7px;
  padding-right: 2px;
  color: #fff;
    vertical-align: middle;
}
#search select, #search input{
  font-size: 1em;
  vertical-align: middle;
}
#search input.price {
  width: 50px;
  font-size: 1em;
}
#search input.submit {
  width: 94px;
  height: 32px;
  background: url('images/search_button.png') no-repeat top left;
  padding: 0px;
  margin-left: 30px;
  border: none;
  font-size: 1em;
  color: #fff;  
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#content
{
  background: url('images/body_back.png') no-repeat top left;
  padding: 0px 25px 25px 25px;
}
#content_back
{
  background: url('images/body_back_back.png');
  padding: 0px;
}
#content h2
{
	font-size: 1.6em;
  padding: 0px;
  margin: 0px;
}
#content h3 {
  color: #006600;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 1.2em;
}
#content h3 a  {
  color: #006600;
}

#content h4 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  font-size: 1em;
}
#right {
  width: 700px;
  float: right;
}

#right p {
  font-size: 12px;
}
#right .banner_volejte {
  float: right;
  margin-bottom: 5px;
}
#right .arrow_link {
  float: right;
}
#right h1 {
  font-size: 2em;
  font-weight: normal;
  color: #006600;
  border-bottom: 1px solid #006600;
  padding-top: 40px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.top_link {
  text-align: right;
  margin: 5px 15px 0px 0px;
}
#left {
  width: 223px;
  text-align: center;
}
#left a img {
  margin-bottom: 5px;
}

ul.left_menu {
  padding: 20px 0px 0px 0px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
  margin: 0px;
  text-align: left;
}

ul.left_menu li{
  list-style-type: none;
}

ul.left_menu li a{
  text-align: center;
  color: #fff;
  display: block;
  width: 223px;
  height: 30px;
  padding-top: 10px;
  text-transform: uppercase;
  text-decoration: none;
  background: url('images/menu_left.png') no-repeat left top;
}

ul.left_menu li a:hover, ul.left_menu li a.selected{
  text-decoration: none;
  background: url('images/menu_left_selected.png') no-repeat left top;
}

ul.left_menu li.type2 a{
  background: url('images/menu_left2.png') no-repeat left top;
}
ul.left_menu li.type2 a:hover, ul.left_menu li.type2 a.selected{
  text-decoration: none;
  background: url('images/menu_left2_selected.png') no-repeat left top;
}
ul.left_menu li.type3 a{
  background: url('images/menu_left3.png') no-repeat left top;
}
ul.left_menu li.type3 a:hover, ul.left_menu li.type3 a.selected{
  text-decoration: none;
  background: url('images/menu_left3_selected.png') no-repeat left top;
}
/* LISTOVANI V PRODUKTECH */
.product {
  margin: 5px 0px;
  height:100px;
}
.product .img {
  float: left;
  width: 133px;
  height: 100px;
}
.product img {
  position: absolute;
  width: 133px;
  height: 100px;
}
.product .info {
  margin: 0px 0px 0px 15px;
  padding: 5px;
  float: left;
  width: 530px;
  height: 90px;
  overflow: hidden;
  background: url('images/product_back.png') no-repeat left top;
}
.product p {
  margin: 0px;
  height: 60px;
  overflow: auto;
}
.product div.price {
  text-align: right;
  font-size: 1.2em;
  color: #006600;
}

#products p {
  font-size: 1em;
  margin: 0px;
  padding: 0px;
}
.paging {
	padding: 10px 0px;
	font-size: 1.2em;
	text-align: center;
}
.paging a {
	text-decoration: none;
}
.paging .current {
	font-weight: bold;
}

/* DETAIL */

#detail {
	position: relative;
}

/*.detail-h1 {
	position: relative;
}
.detail-h1 */
.stamp {
	position: absolute;
	left: 250px;
	top: -20px;
}


td.bigger {
	font-size: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
}
td.highlight {
	background: #f5f5f5;
}
td.highlight.popis {
	padding-left: 10px;
}
td.popis
{
  padding-right: 1em;
  white-space: nowrap;
}
.formular {
  background: #eee;
  border-radius: 8px;
  padding: 10px;
}
.formular table {
  width: 100%;
}
.formular td {
  padding: 1px;
  padding-left: 10px;
}
.formular td:first-child {
  padding-left: 1px;
}
.formular .attribute_title {
	width: 40%;
}
.formular textarea {
	width: 100%;
}
.formular input[type=text], .formular select {
	width: 200px;
}

#content .formular h3 {
  margin: 5px 0 15px 0; 
}


/* ROTACE FOTEK V DETAILU */

#photos {
  float: right;
  width: 310px;
  overflow: hidden;
  /*padding: 10px;*/
  margin-right: 0px;
  /*background: url('images/photos.png') no-repeat left top;*/
}
.inner {
  overflow: hidden;
  padding: 5px;
  /*margin-right: 0px;*/
  /*background: url('images/photos.png') no-repeat left top;*/
  background: #ccc;
  border-radius: 8px;
}
.main_photo
{
  width: 299px;
  background: #ccc;
  text-align: center;
  border-bottom: 2px solid #ccc;
  overflow: hidden; 
}
.main_photo img
{
  height: 225px;
  border-radius: 5px;
}

#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: 9000px;
}
#image_slider_inner .slide {
    float: left;
    margin-left: 2px;
    height: 80px;
}
#image_slider_inner .slide img {
    height: 80px;
}

/* fotky konec */

/* makler */

.makler-right {
	float: right;
	width: 300px;
	margin-top: 25px;
}
.makler-right p {
	margin-top: 0px;
	padding-top: 0px;
	color: #649840;
	/*height: 120px;*/
}
.makler-right a {
	color: #4E6ABB;
	font-size: 1em;
	
    color: #FFFFFF;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
    padding: 4px;
    border-radius: 3px;
    text-decoration: none;
    
    background: #BD2135;
}

.makler {
  border: 1px solid #649840;
  width: 360px;
  padding: 10px;
  padding-right: 0px;
  background: url('images/card.png?20140210') no-repeat 0px -20px;
  height: 170px;
  margin-top: 25px;
  margin-bottom: 35px;
}
.makler table {
  width: 100%;
}
.makler table td {
  border: none;
}
.makler table td.photo {
  padding-top: 19px;
  padding-left: 10px;
  padding-right: 15px;
  width: 100px; 
}
.makler table td.photo img {
  border: 5px solid #BD2135;
  margin-right: 0px;
}
.makler table td.name {
	padding-top: 70px;
	color: #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
	height: 25px;
}

.makler table td.function {
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	padding: 0px 0px 10px 0px;
}
.makler table td.label {
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	width: 50px;
	height: 16px;
	color: #fff;
}
.makler table td.value {
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
}
.makler table td.value a {
	color: #fff;
}

/* odeslat nabidku emailem */
#emailform input[type=text] {
	width: 300px;
}
#emailform textarea {
	width: 300px;
	height: 60px;
}

/* VYHLEDAVACI FORMULAR - VELKY */

.search_form_top {
  background: #bb2233 url('images/index_banner_top.png') no-repeat left top;
}
.search_form_bottom {
  background: #bb2233 url('images/index_banner_bottom.png') no-repeat left bottom;
}

.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;
}

/* MAKLERI */

#brokers .broker {
	text-align: center;
	width: 150px;
	float: left;
	background: #e0e0e0;
	padding: 10px;
	border: 1px solid #A4C267;
	margin: 0px 4px 10px 0px;
}
#brokers .broker_group_title
{
  clear: both;
  background: #A4C267;
  padding: 3px;
  font-size: 1.2em;
  margin: 5px 0px 5px 0px;
}

/* INDEX BANNER */
#image_map {
  padding: 0px;
  /*background: #659941 url('images/poz.gif') top left no-repeat;*/
  width: 300px;
  font-size: 1px;
  /*margin-left: 80px;*/
}

#index_map {
	width: 460px;
	float: left;
	margin-bottom: 10px;
}
#index_map h1 {
	text-align:center;
	font-size: 2.3em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-right: 40px;
	color: #488C18;
	border: none;
}
#index_map h4 {
	text-align:center;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 40px;
	color: #BB2233;
	border: none;
	font-style: normal;
}

#index_banners {
	width: 220px;
	float: right;
	margin-right: 5px;
}
#index_banners .banner {
	margin-bottom: 8px;
}
#index_banners .banner a {
	position:relative; display: block; width: 220px; height: 98px; overflow: hidden;
}
#index_banners .banner a .overlay {
	position:absolute; top: 0px; left: 0px;
}

#index_banner2 {
	text-align: center;
}


/* NABIDKY NA UVODNI STRANE */

#index_banner_products {
  background: #fff url('images/index_offer_box.gif') no-repeat left top;
  padding: 10px 0px 10px 15px;
}
#index_banner_products .index_banner_product {
  /*border: 5px solid red;*/
  /*background: #488C18;*/
  padding: 5px 10px 5px 5px;
  width: 210px;
  float: left;
  position: relative;
}
#index_banner_products .index_banner_product .info {
  width: 210px;
  color: #fff;
  text-align: center;
}

#index_banner_products .index_banner_img {
  height: 150px;
  overflow: hidden;
}
#index_banner_products .index_banner_img img {
  width: 210px;
  /*height: 150px;*/
  /*max-height: 160px;*/
}

.trans_title_back {
  position: absolute;
  width: 210px;
  height: 60px;
  top: 90px;
  background: #488C18;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.trans_title {
  position: absolute;
  width: 210px;
  height: 40px;
  top: 90px;
  font-size: 1.2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
  color: #fff;
}
.trans_title a {
  font-weight: bold;
  color: #fff;
}


/* KONEC INDEX BANNER*/


.search_form {
	background: #BB2233;
	color: #fff;
	padding: 10px 10px 0 10px;
	clear: both;
	font-size: 1.2em;
}
.search_form label {
	color: #fff;
}
.search_form td {
	color: #fff;
}

.search_form a {
	color: #fff;
}

/* bez toho fb plugin ujizdi doprava */
.fb_iframe_widget iframe {
left: 0px;
}

#content .news h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #006600;
	margin: 1em 0px 0.3em 0px;
}
.news p {
	margin: 0px;
	padding: 0px 0px 0.5em 1em;
	border-bottom: 1px solid #cdc;
}
.news-item {
	clear: both;
	margin-bottom: 1em;
	margin-top: 0.5em;
	padding: 0.5em;
	border: 1px solid #cdc;
}
.news-item .image {
	width: 150px;
	float: left;
}
.news-item .text {
	margin-left: 170px;
}
#content .news-item .text h3 {
	margin: 0.5em 0px; 
}
.news-item .text p {
	margin: 0px;
	padding: 0px;
}
.post_news {
	margin-bottom: 10px;
}
.news_paging {
	text-align: right;
}
