body, p, div, li, td, a, input, textarea, button {
	font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
}

body, p, div, li, td {
	color: #000000;
	font-size: 14px;
}

/*----------nekompatibilita prohlížečů-----------*/
form {
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0;
	margin: 10px 0 10px 0;
}

ul, blockquote {
	padding: 0;
	margin: 10px 0 10px 40px;
}

li ul {
	margin-top: 0;
	margin-bottom: 0;
}

/*----------nadpisy-----------*/

h1 {
	font-size: 22px;
	color: #996535;
	font-weight: bold;
	text-align: left;
	width: 100%;

}

h2, h1.novinky {
	font-size: 17px;
	color: #996535;
	margin: 10px 0 10px 0;
	text-align: left;
}

h3 {
	font-size: 15px;
	color: #996535;
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: left;
}

h4 {
	font-size: 13px;
	color: #996535;
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: left;
}


/*----------odkazy-----------*/
a {
	text-decoration: underline;
}

a:link, a:visited {
	color: #996535;
}


a:active  {
	color: #996535;
}

a:hover {
	color: #000000;
}

/*----------obrázky-----------*/
img {
	border-width: 0px;
}

/*----------obrázky-----------*/
img {
	border-width: 0px;
}

/*----------formulare-----------*/
.input_text, .input_text_fullwidth {
	color: #111111;
	font-size: 12px;
	border: 1px solid #EF9C50;
	padding: 2px 0px 1px 3px;
	margin-bottom: 3px;
	background-image: url("../../../../../system/layout/common/image/form/pozadi_input_text.gif");
	background-position: left top;
	background-repeat: no-repeat;

}

.input_textarea, .input_textarea_fullwidth {
	color: #111111;
	font-size: 12px;
	border: 1px solid #EF9C50;
	padding: 1px;
	padding-left: 5px;
	padding-top: 3px;
	background-image: url("../../../../../system/layout/common/image/form/pozadi_input_text.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

.input_button {
	background-color: #EF9C50;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #EF9C50;
	vertical-align: middle;
	margin: 0;
	padding: 0px 7px 1px 7px;
	cursor: pointer;
}

a.input_button {
	width: 100px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 1px 7px 2px 7px;

	background-color: #EF9C50;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #EF9C50;
	cursor: pointer;
}

a.input_button:hover, a.input_button:visited, a.input_button:link {
	color: #ffffff;
}

.input_button:hover {
	background-color: #99654A;
}

.input_button:active {
	background-color: #E41D24;
}

/*---------------------------------*/
.input_button_delete {
	width: 17px;
	background-image: url("../../../../../system/layout/common/image/form/button_delete.png");
	background-position: center;
	background-repeat: no-repeat;
}

.input_button_recount {
	width: 17px;
	background-image: url("../../../../../system/layout/common/image/form/button_recount.png");
	background-position: center;
	background-repeat: no-repeat;
}

.input_button_delete span, .input_button_recount span {
	visibility: hidden;
}

/*----------hlasky a zavedene tridy-----------*/
.upozorneni {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #EF7C00;
	text-align: left;
}

.upozorneni, .upozorneni a {
	color: #EF7C00 !important;
}

h1.upozorneni, h2.upozorneni, h3.upozorneni, h1.chyba, h2.chyba, h3.chyba {
	background-image: none !important;
}

.chyba {
	background-color: #ffffff;
	color: #E9B82F;
	padding: 5px;
	border: 2px solid #E9B82F;
	font-weight: bold;
}

.poznamka, .poznamka a, .poznamka td, .poznamka a:visited, ul.poznamka li {
	color: #999999;
	font-weight: normal;
	font-size: 12px;
}

.poznamka a:hover {
	color: #000000;
}

.link_off {
	color: #cccccc;
        text-decoration: underline;
}

/*----------obrazky-----------*/

.obrazky_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.obrazky_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

td.display_formtitle {
	width: 30%;
	vertical-align: top;
	line-height: 1.6em;
	text-align: right;
	padding: 0 5px 0 0 !important;
}

td.display_formtitle_left {
	width: 25%;
	white-space: nowrap;
	vertical-align: top;
	line-height: 1.6em;
	text-align: left;
	padding: 0 5px 0 0 !important;
}

/*----------fieldset-----------*/
fieldset {
	margin: 15px 0 5px 0;
	padding: 3px 10px 10px 10px;
	border: 2px solid #EF9C50;
}

legend {
	padding: 3px 10px 5px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #EF9C50;
}

label {
	width: 30%;
	float: left;
	text-align: right;
	padding-right: 5px;
	font-size: 13px;
}

hr.mezera {
	margin: 0px;
	padding: 0px;
	height: 1px; 
	color: #ffffff; 
	background-color: #ffffff;
	border: 0px solid #ffffff;
}

fieldset input  {
	margin-bottom: 2px;
}

fieldset input.input_text_fullwidth  {
	width: 418px;
}

fieldset textarea.input_textarea_fullwidth  {
	width: 415px;
	height: 150px;
}

pre {
	text-align: left;
}

hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	color: #996535;
	background-color: #996535;
	border: 0px solid #996535;
	clear: right;
}

.display_button_right {
	text-align: right;
	border: 0px solid black;
}

.display_link_righttop {
	float: right;
	margin-top: 0px;
	padding-right: 0px;
	border: 0px solid black;
}

.cell_left, tr.cell_left td {
	text-align: left !important;
}

.cell_center, tr.cell_center td {
	text-align: center;
}

.cell_right, tr.cell_right td {
	text-align: right !important;
}

/*------------------*/
.inversive {
	background-color: #EF9C50;
	color: #FFFFFF;
}

.inversive a, .inversive h1, .inversive h2, .inversive h3, .inversive h4, .inversive p, .inversive span, .inversive div {
	color: #FFFBEE !important;
	border: 0;
}

/*-------zobrazeni textových dat------*/
table.display_text {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #EF9C50;
}

table.display_text th {
	margin: 0;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	border: 1px solid #EF9C50;
	background-color: #EF9C50;
	color: #ffffff;
	text-align: center !important;
}

table.display_text td {
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #EF9C50;
}

.display_text_center, .display_text_center td {
	text-align: center !important;
}

.display_text_cena, .display_text_cena td {
	text-align: right !important;
}

.display_text_zahlavi, .display_text_zahlavi td {
	text-align: center !important;
	background-color: #C08742;
	color: #EF9C50;
	vertical-align: middle !important;
}

/*------------------------------*/
.smaller, .smaller td {
	font-size: 12px;
}

a.smaller:hover {
	color: #000000 !important;
}

.bigger, .bigger td {
	font-size: 13px;
}

.podbarveni {
	background-color: #FDF9E7;
	color: #666666;
	padding: 5px;
	border: 1px solid #666666;
}

.podtrzeni {
	border-bottom: 1px dashed #666666;
	cursor: help;
}

.red, .red td {
	color: #FF0000;
}

.green, .green td {
	color: #00A651;
}

.blue, .blue td {
	color: #0000ff;
}

.distance {
	padding: 4px 5px 4px 5px;
}

.distance a, .distance h1, .distance h2, .distance p, .distance span, .distance div {
	padding: 0;
	margin: 0;
}

/*--------photo----------------------*/
div.photo {
	margin: 0 3px 7px 3px;
}

div.photo_list {
	width: auto;
	margin-right: -15px;
	z-index: 1;
	border: 0px solid red;
	overflow: hidden;
}

div.photo_left, div.photo_right, div.photo {
	padding: 0;
	/*float: right;*/
	/*width: 180px;*/
	border: 1px solid #C08742;
	background-color: #F8EAD6;
	text-align: center;
}

div.photo_refer:hover {
	background-color: #F2D3A7;
}

table.photo_detail td {
	background-color: #F8EAD6;
}

div.photo_left {
	float: left;
	margin: 0 9px 9px 0;
}

div.photo_right {
	float: right;
	margin: 0 0 9px 9px;
}

div.photo_img {
	/*width: 180px;*/
	margin: 0 !important;
	padding: 0px 0px 0px 0px !important;
	text-align: center;
	border: 0px solid red;
	position: relative;
	/*background-color: #FDF9E7;*/
}

div.photo_img img {
	border-width: 0px;
}

div.photo_title {
	/*width: 180px;*/
	margin: 0 !important;
	padding: 5px 0px 5px 0px !important;
	font-size: 12px;
	border: 0px solid blue;
	color: #000000;
}

div.photo_title span {
	padding: 0px 5px 0px 5px !important;
}

div.photo_img span {
	position: absolute;
	left: 5px;
	color: #ffffff;
	font-size: 12px;
	/*text-decoration: underline;*/
}

/*-------------------------*/
table.display_message {
	width: 100%;
	/*_width: 99.5%;*/
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #EF9C50;
}

table.display_message td {
	margin: 0;
	padding: 3px;
	vertical-align: top;
}

td.display_message_header {
	color: #EF9C50;
	background-color: #FDF9E7;
}

td.display_message_footer {
	font-size: 12px;
	text-align: right;
	padding-top: 0px !important;
}

/*-----------pro modul akce-------------*/
div.akce_obal {
	margin-bottom: 5px;
	border: 1px solid #F1E9D1;
}

div.akce_obal_today {
	margin-bottom: 5px;
	border: 1px solid #EF9C50;
	border-left: 5px solid #EF9C50;
}

div.akce_obal strong, div.akce_obal_today strong {
	color: #EF9C50;
}

div.akce_obal em, div.akce_obal_today em {
	font-style: italic;
	color: #BEB8A5;
	width: 95%;
	display: block;
}

div.category_style_bila, div.category_style_none {
	background-color: #ffffff;
	padding: 5px;
}

div.category_style_seda {
	background-color: #D8D1BB;
	padding: 5px;
}

div.category_style_bezova {
	background-color: #CDB6AC;
	padding: 5px;
}

div.category_style_zluta {
	background-color: #FEF8B0;
	padding: 5px;
}

div.category_style_oranzova {
	background-color: #FDE2B6;
	padding: 5px;
}

div.category_style_modra {
	background-color: #CBC5E3;
	padding: 5px;
}

div.category_style_zelena {
	background-color: #B1B455;
	padding: 5px;
}

/*-------zobrazeni dat------*/
table.display {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

table.display td {
	margin: 0;
	padding: 0;
	border: 0px solid #000000;
}

tr.display_header, td.display_header, tr.display_center, td.display_center {
	text-align: center;
}

tr.display_header td {
	vertical-align: middle !important;
	font-size: 12px;
}

tr.display_header td {
	padding-bottom: 1px;
}

td.display_separator {
	border-bottom: 1px solid #EF9C50 !important;
	padding: 0px;
	margin: 0px;
}

td.display_columntime {
	width: 130px;
	text-align: center;
	white-space: nowrap;
}

td.display_columnaction {
	width: 60px;
	text-align: center;
	white-space: nowrap;
}

td.display_columncenter {
	text-align: center;
}

td.display_columnporadi {
	width: 50px;
	text-align: center;
	white-space: nowrap;
}

td.display_columnid {
	width: 70px;
	text-align: center;
	white-space: nowrap;
}

td.display_columnnum {
	width: 50px;
	text-align: center;
	white-space: nowrap;
}

td.display_columnsmallnum {
	width: 33px;
	text-align: center;
	white-space: nowrap;
}

tr.display_oddrow td, tr.display_evenrow td, tr.display_blankrow td {
	height: 10px;
	border-left: 1px solid #ffffff;
	padding: 0 4px 0 4px;
}

td.display_cellcheckbox {
	width: 1%;
	text-align: center;
	padding: 0 !important;
}

tr.display_blankrow {
	background-color: #ffffff;
}

tr.display_oddrow {
	background-color: #f8f8f8;
}

tr.display_evenrow {
	background-color: #F2F2F2;
}

tr.display_row {
	background-color: #ffffff;
}

tr.display_row td {
	height: 10px;
	border-left: 0px solid #ffffff;
	border-bottom: 1px dotted #97B592;
	padding: 5px 4px 7px 4px;
}

td.display_columndate {
	width: 70px;
	text-align: center;
	white-space: nowrap;
}

td.display_description {
	text-align: left;
}

table.program {
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

td.program_time {
	width: 70px;
	text-align: right;
	padding-right: 10px !important;
	white-space: nowrap;
}

table.program td {
	margin: 0;
	padding: 0 0 10px 0;
	vertical-align: top;
}

/*---------------------------*/
table.display_rowdistance {
	width: 100%;
	/*_width: 99.5%;*/
	margin: 10px 0 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

table.display_rowdistance td {
	margin: 0;
	padding: 0 0 10px 0;
	vertical-align: top;
}

/*---------------------------*/
.clear_both {
  	clear: both;
}

.info {
	background-color: #ffffff;
	color: #cccccc;
	padding: 5px;
	border: 1px solid #cccccc;
	text-align: left;
}

.ok {
	background-color: #ffffff;
	padding: 5px;
	text-align: left;
	color: #39B54A;
	border: 1px solid #39B54A;
}

.ok a {
	color: #39B54A;
}

.ok a:hover {
	color: #000000 !important;
}

/*---------------------------*/
.tab_5em {
	display:block;
	width: 5em;
	float: left;
	text-align: left;
}

.tab_10em {
	display:block;
	width: 10em;
	float: left;
	text-align: left;
}

/*----------------------*/
.flash {
	background-color: #FDF9E7;
	color: #EF9C50;
	margin: 10px 0 10px 0;
	padding: 10px 10px 5px 65px;
	background-image: url("../image/i.gif");
	background-position: left top;
	background-repeat: no-repeat;
	border: 2px solid #EAC10B;
}

.flash a, .flash p, .flash ul, .flash li {
	color: #EF9C50;
}

.flash h2 {
	margin: 5px 0 10px 0;
}

/*---------------------------*/
.optional {
	color: #999999;
}

/*--------------------------------------*/
table.text {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #EF9C50;
}

table.text td, table.text th {
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #C08742;
}

table.text thead td, table.text thead th {
	background-color: #C08742;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
	font-weight: bold;
}

table.text tfoot td, table.text tfoot th {
	background-color: #F8EAD6;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

/*--------------------------------------*/
#mainbox p, #mainbox h1, #mainbox h2, #mainbox h3, #mainbox hr {
	margin-top: 0;
}

#mainbox p, #mainbox h1, #mainbox h2, #mainbox h3, #mainbox hr {
	margin-bottom: 10px;
}

#mainbox div.cleaner {
	clear: none;
}

#mainbox form {
	margin: 0 0 10px 0;
}

.display_right {
	text-align: right !important;
}

.display_righttop {
	float: right;
	text-align: right;
	margin-right: 130px;
}

#mainbox_footer .display_righttop {
	margin-right: 0px;
}

/*---------------------------------*/
.nowrap {
	white-space: nowrap;
}

/*-------REALITY---------------------*/
table.offer_detail {
	width: 315px;
	float: right;
	margin: 0 0px 15px 0px;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

table.offer_detail h2 {
	padding-left: 0 !important;
	background-image: none !important;
	border: 0px solid black;
}

td.offer_detail_title {
	min-width: 25%;
	color: #DC0707;
	text-align: left;
	vertical-align: top;
}

td.offer_detail_entry {
	text-align: right !important;
	vertical-align: top;
	margin-right: 10px !important;
}

tr.offer_detail td, tr.offer_details_heading td {
	border-bottom: 1px solid #AAAAAA;
	padding: 3px 0 3px 0;
}

div.offer_detail {
	/*background-color: #FFFFFF;*/
	border: 0px solid #AAAAAA;
	padding: 10px 0 10px 0px;
	margin: 0 0 0px 0;
	overflow: hidden;
}

p.offer_detail {
	padding: 10px 10px 0 0;
}

div.offer_detail_content {
	padding-right: 0px;
	clear: both;
}

div.offer_detail_content h2 {
	display: inline-block;
}

h2.offer_detail {
	text-align: right;
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

td.offer_detail_title_cena {
	color: #DC0707;
	text-align: left;
	vertical-align: top;
	padding-bottom: 1px;
}

div.offer_detail_ikony {
	float: right;
	padding: 0 0px 0 0;
	text-align: right;
}

div.offer_detail_image_notexist {
	text-align: center;
	padding-top: 120px;
}

div.offer_obrazky {
	width: 290px;
	margin: 0 5px 5px 0;
	float: left;
}

table.offer_details {
	width: 296px;
	margin: 0 0px 15px 0px;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

table.offer_details_fullwidth {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

tr.offer_details_heading td h2 {
	color: #000000;
	padding: 0;
	margin: 0 !important;
	border: 0px solid #DC0707;
	font-size: 12px;
	font-weight: bold;
	background-image: none;
}

#offer_details_site, #offer_details_dalsivybaveni, #offer_details_stavnemovitosti, #offer_details_upresnujiciudaje {
}

#offer_details_financovani {
	width: 608px;
}

iframe.offer_details_financovani {
	width: 100%;
	height: 155px;
}

div.offer_detail_contentshort, div.offer_detail_contentshort p {
	font-size: 12px;
}

div.offer_detail div.photo_list {
	clear: left;
}

/*------------------*/
table.legenda {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

/*-------------------------*/
.ikona_d {
	width: 12px;
	height: 12px;
	text-decoration: none;
	background-color: #F8C607;
	border: 0px solid black;
	margin: 0 1px 0 1px;
	padding: 0 2px 0 2px;
	text-align: center;
	font-weight: bold;
	font-size: 11px !important;
	color: #ffffff !important;
}

.ikona_c {
	width: 12px;
	height: 12px;
	text-decoration: none;
	background-color: #D0201F;
	border: 0px solid black;
	margin: 0 1px 0 1px;
	padding: 0 2px 0 2px;
	text-align: center;
	font-weight: bold;
	font-size: 11px !important;
	color: #ffffff !important;
}

.ikona_n {
	width: 12px;
	height: 12px;
	text-decoration: none;
	background-color: #FF8830;
	border: 0px solid black;
	margin: 0 1px 0 1px;
	padding: 0 2px 0 2px;
	text-align: center;
	font-weight: bold;
	font-size: 11px !important;
	color: #ffffff !important;
}

.ikona_v {
	width: 12px;
	height: 12px;
	text-decoration: none;
	background-color: #0230C6;
	border: 0px solid black;
	margin: 0 1px 0 1px;
	padding: 0 2px 0 2px;
	text-align: center;
	font-weight: bold;
	font-size: 11px !important;
	color: #ffffff !important;
}

/*-------------------------*/
.doporucujeme {
	color: #F8C607;
	font-size: 12px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.novinka {
	color: #FF8830;
	font-size: 12px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.rezervovano {
	color: #008830;
	font-size: 12px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.prodano {
	color: #D0201F;
	font-size: 12px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.vyprodej {
	color: #0230C6;
	font-size: 12px;
	padding-bottom: 3px;
	padding-right: 10px;
}

/*-------------------------*/
.ikona_detail_d {
	width: 100px;
	height: 13px;
	text-decoration: none;
	background-color: #F8C607;
	border: 0px solid black;
	margin: 0 1px 0 1px;
	padding: 0 2px 1px 2px;
	text-align: center;
	font-weight: bold;
	font-size: 11px !important;
	color: #ffffff !important;
}

.ikona_detail_c {
	width: 100px;
	height: 13px;
	text-decoration: none;
	background-color: #D0201F;
	border: 0px solid black;
	margin: 0 1px 0 1px;
	padding: 0 2px 1px 2px;
	text-align: center;
	font-weight: bold;
	font-size: 11px !important;
	color: #ffffff !important;
}

.ikona_detail_n {
	width: 100px;
	height: 13px;
	text-decoration: none;
	background-color: #FF8830;
	border: 0px solid black;
	margin: 0 1px 0 1px;
	padding: 0 2px 1px 2px;
	text-align: center;
	font-weight: bold;
	font-size: 11px !important;
	color: #ffffff !important;
}

.ikona_detail_v {
	width: 100px;
	height: 13px;
	text-decoration: none;
	background-color: #0230C6;
	border: 0px solid black;
	margin: 0 1px 0 1px;
	padding: 0 2px 1px 2px;
	text-align: center;
	font-weight: bold;
	font-size: 11px !important;
	color: #ffffff !important;
}

/*--------------------------------------*/
table.photogalery {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

table.photogalery h3, table.photogalery h2 {
	background-image: none !important;
	border: 0px solid black;
}

h3 a:hover {
	color: #000000 !important;
}

td.photogalery_polozka, tr.photogalery_radek td, tr.photogalery_zahlavi td, tr.photogalery_zapati td {
	text-align: center;
	border-top: 1px solid #F8B587;
	border-bottom: 1px solid #F8B587;
	padding: 5px;
}

table.stylerows td.photogalery_polozka, table.stylerows tr.photogalery_radek td, table.stylerows tr.photogalery_zahlavi td, tr.photogalery_zapati td {
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: none;
	border-right: none;
}

tr.photogalery_radek:hover, td.photogalery_polozka:hover {
	background-color: #EDC89B;
}

tr.photogalery_zahlavi {
	background-color: #FFEED8;
}

tr.photogalery_zahlavi td {
        font-size: 12px;
	font-weight: bold;	
}

td.photogalery_polozka_top {
	vertical-align: top;
	text-align: center;
	border: 1px solid #AAAAAA;
	padding: 5px;
}

div.photogalery_popisek {
	font-size: 11px !important;
	color: #DC0707;
	margin: 5px 0 0px 0 !important;
	height: 50px;
}

div.photogalery_polozka_zahlavi {
	height: 34px;
        overflow: hidden;
}

td.photogalery_polozka h3 {
	padding: 0 !important;
	margin: 3px 0 0 0 !important;
	text-align: center;
}

h3.nazev, h3.nazev a, td.photogalery_polozka h4 {
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
	color: #DC0707 !important;
}

h3.nazev a:hover {
	color: #000000 !important;
}

h3.nazev a:hover {
	color: #000000 !important;
}

td.photogalery_polozka div {
	font-size: 12px;
	min-height: 14px;
}

td.photogalery_polozka form, .offer_detail form {
	margin: 0 !important;
}

table.photogalery_obrazek {
	margin: 5px 0 0 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

table.photogalery_obrazek_detail {
	margin: 0 10px 0 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

table.photogalery_obrazek_detail td {
	border: 1px solid #AAAAAA;
	color: #cccccc;
}

td.photogalery_obrazek {
	width: 292px;
	height: 210px;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: center;
}

.cena {
	font-size: 17px !important;
	font-weight: bold;
	padding-top: 2px;
	color: #EF0000;
}

.mnozstvi {
	color: #008C00;
}

span.acdiscount {
	font-weight: bold;
	padding: 0 3px 0 3px;
	background-color: #FF6C00;
	color: #FFFFFF;
}

td.acdiscount {
	color: #FF6C00;
	font-size: 12px;
	padding-bottom: 3px;
	padding-right: 10px;
}

span.oadiscount {
	font-weight: bold;
	padding: 0 3px 0 3px;
	background-color: #35CC02;
	color: #FFFFFF;
}

td.oadiscount {
	color: #35CC02;
	font-size: 12px;
	padding-bottom: 3px;
	padding-right: 10px;
}

span.pgdiscount {
	font-weight: bold;
	padding: 0 3px 0 3px;
	background-color: #ED145B;
	color: #FFFFFF;
}

td.pgdiscount {
	color: #ED145B;
	font-size: 12px;
	padding-bottom: 3px;
	padding-right: 10px;
}

table.legenda td span.acdiscount, table.legenda td span.oadiscount, table.legenda td span.pgdiscount {
	font-size: 12px;
}

/*---------------------------------*/
p.filter {
	background-color: #EEEEEE;
	padding: 5px 5px 3px 7px;
}

/*---------------------------------*/
.expired {
	text-decoration: line-through;
}

/*---------------------------------*/
.input_text[disabled], .input_button[disabled], .input_button[disabled]:hover {
	background-color: #C5C5C5;
	background-image: none;
	color: #333333;
}

.input_text[readonly], .input_button[readonly], .input_button[readonly]:hover {
	background-color: #D1D1D1;
	background-image: none;
	color: #333333;
}

.cleaner_product {
	clear: right; 
	visibility: hidden;
}

/*---------------------------------*/
div.content_perex {
	display: inline-block;
	border: 1px solid #888888;
	background-color: #f5f5f5;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
	clear: both;
}

div.content_begin {
	display: inline-block;
	width: 100%;
	border: 0px solid green;
}

div.content_begin h2.display_category {
	display: table;
}

/*---------------------------------*/
div.photo_slideshow {
	/*border: 1px solid #C08742;*/
	border: 5px solid #F8EAD6;
}
