body, p, div, li, td, a, input, textarea, button {
	font-family: Arial CE, Arial, Helvetica, sans-serif;
}

body, p, div, li, td {
	color: #000000;
	font-size: 12px;
}

/*----------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: #A52C1B;
	font-weight: bold;
	text-align: left;
	width: 98%;
}

h2, h1.novinky {
	font-size: 17px;
	color: #A52C1B;
	margin: 10px 0 10px 0;
	text-align: left;
}

h3 {
	font-size: 15px;
	color: #A52C1B;
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: left;
}

h4 {
	font-size: 13px;
	color: #A52C1B;
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: left;
}


/*----------odkazy-----------*/
a {
	text-decoration: underline;
}

a:link, a:visited {
	color: #A52C1B;
}


a:active  {
	color: #A52C1B;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

/*----------obrázky-----------*/
img {
	border-width: 0px;
}


/*----------formulare-----------*/
.input_text, .input_text_fullwidth, .input_text_optional {
	color: #111111;
	font-size: 12px;
	border: 1px solid #A52C1B;
	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 #A52C1B;
	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;
}

#leftbox .input_button {
	width: 85px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0px solid #A52C1B;
	vertical-align: middle;
	margin: 0px;
	cursor: pointer;
	padding: 0px 7px 1px 7px;
}

#leftbox .input_button:hover {
	color: #000000;
}

.input_button, .input_button_optional {
	background-color: #A52C1B;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #A52C1B;
	vertical-align: middle;
	margin: 0px;
	cursor: pointer;
	padding: 0px 7px 1px 7px;
	background-image: url("../image/findbox_b.jpg");
	background-position: left top;
	background-repeat: repeat-x;
}

a.input_button {
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 1px 7px 2px 7px;
	background-color: #A52C1B;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #A52C1B;
	cursor: pointer;
	display: inline-block;  
}

a.input_button:visited, a.input_button:link {
	color: #FFFFFF;
}

a.input_button:hover{
	color: #000000;
}

.input_button:hover {
	color: #000000;
	background-color: #FFFFFF;
}

.input_button:active {
	background-color: #eaeaea;
}

/*---------------------------------*/
.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;
}

  .input_text_optional {
	border: 1px solid #BBBBBB;
	color: #999999;
  }

  .input_button_optional {
	background-color: #CCCCCC;
	border: 1px solid #BBBBBB;
  }

  .input_button_optional:hover {
	background-color: #C3C3C3;
  }

  .input_button_optional:active {
	background-color: #666666;
  }
  
    .input_quantity {
	width: 20px;
	text-align: right;
	padding: 2px 3px 1px 0px;
  }


    .input_button_tocart {
	border: 1px solid #FF4500;
	background-color: #FF4500;
  }

/*----------hlasky a zavedene tridy-----------*/
.upozorneni {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #EF7C00;
	text-align: left;
}

.upozorneni, .upozorneni a, .upozorneni a:visited, .upozorneni td, .upozorneni p, .upozorneni li {
	color: #EF7C00 !important;
}

  div.upozorneni {
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
  }

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: 5px 10px 15px 15px;
	border: 2px solid #A52C1B;
}

legend {
	padding: 3px 10px 5px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #A52C1B;
}

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: 449px;
}

fieldset textarea.input_textarea_fullwidth  {
	width: 446px;
	height: 150px;
}

pre {
	text-align: left;
}

hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	color: #A52C1B;
	background-color: #A52C1B;
	border: 0px solid #A52C1B;
	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: #A52C1B;
	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 #A52C1B;
}

table.display_text th {
	margin: 0;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	border: 1px solid #A52C1B;
	background-color: #A52C1B;
	color: #ffffff;
	text-align: center !important;
}

table.display_text td {
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #A52C1B;
}

.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: #A52C1B;
	color: #A52C1B;
	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 #2A518A;
	background-color: #E9E9EA;
	text-align: center;
}

div.photo_refer:hover {
	background-color: #CBD4E3;
}

table.photo_detail td {
	background-color: #CBD4E3;
}

div.photo_left {
	float: left;
	margin: 0 10px 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;
display: block;
        text-overflow: " ...";
	overflow: hidden;
	white-space: nowrap;  
}

div.photo_img span {
	position: absolute;
	left: 5px;
	color: #ffffff;
	font-size: 12px;
	/*text-decoration: underline;*/
	text-shadow: 1px 1px 1px #555;  
}

/*-------------------------*/
table.display_message {
	width: 100%;
	/*_width: 99.5%;*/
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #FDA1E2;
  margin-bottom: 10px;  
}

table.display_message td {
	margin: 0;
	padding: 3px;
	vertical-align: top;
}

td.display_message_header {
	color: #FFFFFF;
	background-color: #FDA1E2;
}

td.display_message_footer {
	font-size: 12px;
	text-align: right;
	padding-top: 0px !important;
}

  td.display_message_name {
	/*background-color: #ffffff;*/
  }

  td.display_message_name_verifieduser {
	/*background-color: #eeeeee;*/
	/*background-image: url("../image/verifieduser.gif");
	background-position: right top;
	background-repeat: no-repeat;*/
  }

/*-----------pro modul akce-------------*/
div.akce_obal {
	margin-bottom: 5px;
	border: 1px solid #F1E9D1;
}

div.akce_obal_today {
	margin-bottom: 5px;
	border: 1px solid #A52C1B;
	border-left: 5px solid #A52C1B;
}

div.akce_obal strong, div.akce_obal_today strong {
	color: #A52C1B;
}

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 #A52C1B !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_2em, .tab_4em, .tab_5em, .tab_6em, .tab_8em, .tab_10em, .tab_15em, .tab_20em, .tab_25em, .tab_30em, .tab_35em, .tab_40em {
  	display: inline-block;
  	text-align: left;
  }
  .tab_2em { width: 2em; }
  .tab_4em { width: 4em; }
  .tab_5em { width: 5em; }
  .tab_6em { width: 6em; }
  .tab_8em { width: 8em; }
  .tab_10em { width: 10em; }
  .tab_15em { width: 15em; }
  .tab_20em { width: 20em; }
  .tab_25em { width: 25em; }
  .tab_30em { width: 30em; }
  .tab_35em { width: 35em; }
  .tab_40em { width: 40em; }

/*----------------------*/
.flash {
	background-color: #FDF9E7;
	color: #A52C1B;
	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: #A52C1B;
}

.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 #A52C1B;
}

table.text td, table.text th {
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #A52C1B;
}

table.text thead td, table.text thead th {
	background-color: #A52C1B;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
	font-weight: bold;
}

table.text tfoot td, table.text tfoot th {
	background-color: #CBD4E3;
	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;
}

/*---------------------------------*/
.nowrap {
	white-space: nowrap;
}

/*-------REALITY---------------------*/
  div.offer_detail_table_wrapper {
	width: 296px;
	float: right;
	margin: 0 0px 15px 0px;
  }

table.offer_detail {
	width: 296px;
	margin: 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: 45%;
	text-align: left;
	vertical-align: top;
}

  td.offer_detail_title, span.offer_detail_title {
	color: #DC0707;  
  }

td.offer_detail_entry {
	text-align: right !important;
	vertical-align: top;
	margin-right: 10px !important;
}

  td.offer_detail_entry .input_text {
	max-width: 150px;
  }

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;
}

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: 306px;
	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, td.photogalery_polozka_top:hover {
	background-color: #F7E5DB;
}

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_polozka_bottom {
	padding-top: 10px;
  }

  div.photogalery_polozka_multiparamvals {
	max-height: 65px;
	overflow-y: auto;
  }

  div.photogalery_polozka_multiparamvals_fix {
	height: 65px;
  }

  div.photogalery_polozka_discount {
	height: 15px;
  }

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;
}

td.photogalery_polozka form, td.photogalery_polozka_top 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;
}

  .instock {
	background-color: #eaffbc;
	color: #006000;
  }

  span.instock {
	padding-right: 3px;
	padding-left: 3px;
  }

  .supplierinstock {
	color: #008C00;
  }

  .notinstock {
	color: #b70000;
  }

  .termin {
	color: #0054a6;
  }

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;
}

  /*---------------------------------*/
  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 #FF8A00;
  }
  
    /*---------------------------------*/
  .input_cart_add_productid {
	width: 260px;
  }
  
  /*---------------------------------*/
  .spinner {
	width: 200px;
	height: 200px;

	position: fixed;
	top: 300px;
	left: 50%;

	margin-left: -80px;

	background-color: #fff6eb;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5); /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */

	z-index: 999;
  }
  
  /*---------------------------------*/
  a.active {
	text-decoration: none;
	font-weight: bold;
  }
  

  /*---ULGALLERY---*/
  /*   přehled fotek ve fotogalerii (fotogalerie:display_web_photo-gallery_list)   */
  ul.ulgallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	border: 0px solid red;

	width: 105%; /*-je širší než #mainbox, aby bylo možné zarovnat pravý okraj fotky s obsahem-*/
	overflow: hidden;/*-co přesahuje, je skryto-*/
  }

  ul.ulgallery a img {
	border: 0;
	max-width: 100%;
  }

  ul.ulgallery li a {
	text-decoration: none;
  }

  /*   obal a mezery kolem jednotlivých fotek   */
  ul.ulgallery > li {
	float: left;
	padding: 4px 4px 0px 4px;
	margin: 0 7px 7px 0;
	border: 1px solid #2A518A;
	background-color: #FFEED8;
	line-height: 0 !important;
	position: relative;
  }

  /*   barva pozadí obalu jednotlivých fotek při hoberu   */
  ul.ulgallery > li.link:hover {
	background-color: #CBD4E3;
  }

  /*   titulek pod fotkou   */
  /*   popř. průhledný titulek přes fotku např viz g2production.cz   */
  ul.ulgallery > li h3 {
	text-align: center;
	border: 0;
	margin: 0 !important;
	padding: 14px 0 12px 0;
	font-weight: normal;
	font-size: 12px;
	color: #000;

	/*display: block;*/
	max-width: 159px; /*-nastavit podle konfigurace maximálního rozměru miniatury $CONFIG['fotogalerie']['photo_maximal_size']-*/
	text-overflow: " ...";
	overflow: hidden;
	white-space: nowrap;
  }

  /*   titulek pod fotkou   */
  /*   v detalu produktu (modul Katalog), a v budoucnu i ostatní moduly   */
  div.offer_obrazky ul.ulgallery > li h3 {
	max-width: 96px; /*-nastavit podle konfigurace maximálního rozměru miniatury $CONFIG['katalog']['photos_maximal_size']['m']-*/
  }

  /*   nápis "Detail" v levém dolním rohu fotky   */
  /*   pokud nápis nemá zobrazovat stačí vypnout v $CONFIG['fotogalerie']['web_photo_list_enable_span_detail']  */
  ul.ulgallery > li.link span {
	position: absolute;
	left: 10px;
	bottom: 36px;
	color: #ffffff;
	font-size: 11px;
	text-shadow: 1px 1px 1px #555;
  }
  
  /*---------------------------------*/
  /*   přílohy v zápatí dokumentů   */
  div.dokument_attachment ul li {
	clear: right;
  }

/*---------------------------------*/
  /*   MODUL NOVINKY   */
  /*   obal novinky  */
  .new {
	background-color: #eeeeee;

	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

	border-top: 1px solid #dddddd;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
  }