
html
{
	font-size: 16px;
}

body{
  /* font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;

  font-size: 95%;
  margin:0;
  padding:0;
  color:#666666;
  background-color:#ffffff;
	-webkit-text-size-adjust: 100%;
	box-sizing:content-box;
}

h1, h2, h3, h4, h5, h6
{
	/*line-height: 1.4;*/
}

form
{
  display:inline;
}
table.main
{
  border:solid 0px #aaaaaa;
  margin:10px;
  text-align:left;

  background-color:#ffffff;
}
table.main td
{
    border-color:#aaaaaa;
    margin:0px;
    padding:0px;
    border-spacing: 0px;
    border-style:solid;
    border-color:#aaaaaa;
    border-width: 0px;

}

table.main th
{


}


table.main td.real_top
{
  background-color:#aaaaaa;
}

table.main td.logo
{
  border-width:1px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  text-align:center;
  vertical-align:middle;
  background-color:#ffffff;
  width:220px;
	font-size: 80%;
}

div
{
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 4px; /* FF1-3.6 */
    border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

	box-sizing:content-box;
}

input
{
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 4px; /* FF1-3.6 */
    border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

button
{
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 4px; /* FF1-3.6 */
    border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

select
{
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 4px; /* FF1-3.6 */
    border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

textarea
{
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 4px; /* FF1-3.6 */
    border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

img
{
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 4px; /* FF1-3.6 */
    border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.no_round_edge
{
	-webkit-border-radius: 0px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 0px; /* FF1-3.6 */
    border-radius: 0px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

div.right_sublogo
{
	border: 0px solid #aaaaaa;
  font-size: 90%;
  font-weight:bold;
  text-align:center;
}

table.main td.top_part
{
  border-width:1px 0px 0px 0px;
  margin:0px 0px 1px 0px;
  text-align:center;
  vertical-align:middle;
  background-color:#ffffff;
}




div.top_banner
{
  background:URL('../imgs/ctenari.jpg');
  background-repeat: repeat-x;
  background-position: left top;
  height:80px;
  text-align:center;
  vertical-align:middle;
  background-color:#ffffff;
}

div.top_banner2
{
  background-color:#eeeeee;
  height:20px;
  min-width:468px;
  padding: 0 0 0 0;
  margin:0;
  border-width:0px;
  text-align:center;
}


table.main td.menu
{
  border-width:0px 0px 0px 0px;
  vertical-align: top;
  padding: 0;
  background-color:#ffffff;

  margin:0;
}

table.main td.main_content
{
  padding: 0px 0 20px 0;
  vertical-align: top;
  margin: 0px;
  border: 0px solid #666666;
}

table.main td.right_bar
{
  border-width:0px 0px 0px 0px;
  vertical-align: top;
  padding: 0;
  background-color:#ffffff;

  margin:0;
}

table.main td.foot
{
  border-width:1px 0px 1px 0px;
  text-align: center;

  padding:0px;
  background-color:#eeeeee;

}


a
{
  color:#550000;
  text-decoration: none;
}
a:hover
{
  color:#550000;
  text-decoration: underline;
  }

a.special
{
  color:#009900;
  text-decoration: none;
}
a.special:hover
{
  color:#66ee00;
  text-decoration: underline;
  }

a.special_gold
{
  color:#cc8800;
  text-decoration: none;
}
a.special_gold:hover
{
  color:#994400;
  text-decoration: underline;
  }

a.like_text
{
	color:#666666;
    text-decoration: none;
	border:none;
	background:none;
}
a.like_text:hover
{
	color:#666666;
    text-decoration: none;
}

span.like_a_no_hover
{
	color:#550000;
    text-decoration: none;
}

span.like_a_no_hover:hover
{
	color:#550000;
    text-decoration: none;
}

span.like_a
{
	color:#550000;
    text-decoration: none;
}

span.like_a:hover
{
	color:#550000;
    text-decoration: underline;
}

span.like_text
{
	color:#666666;
    text-decoration: none;
}
span.like_text:hover
{
	color:#666666;
    text-decoration: none;
}

a.dostupnost:hover
{
  color:#009900;
  text-decoration: none;
}

span.dostupnost_num
{
	font-weight: normal;
}

span.dostupnost
{
	color:#007700;

	font-weight:bold;
}
span.dostupnost_notbold
{
	color:#007700;

	font-weight:normal;
}


span.dostupnost_kdy
{
	color:#550000;
	font-weight:normal;
}

div.dostupnost_kdy_produkt
{
	background-color: #ffee99;
	font-weight:normal;
	float:left;
	text-align:center;
	/*border: 1px solid #cccccc;*/
	padding: 5px;
	margin: 10px 0px 5px 30px;
	clear:none;
	font-size:80%
}

div.dostupnost_produkt_wrapper
{
	min-height: 75px;

}

div.dostupnost_produkt
{
	background-color: #ffee99;
	font-weight:normal;
	text-align:center;
	padding: 5px;
	margin: 0px 0px 5px 0;
}

div.dostupnost_produkt_more_info
{
	padding: 5px 0 5px 0;
	margin: 0px 0px 0px 0;
}

div.formy_a_bodiky
{
	float:right;
	clear:none;
	margin-top:10px;
	text-align:right;
}

span.fake_a{
  color:#550000;
  text-decoration: none;
  cursor:pointer;
}
span.fake_a:hover
{
  color:#ee6600;
  text-decoration: underline;
}

a img
{
  border-width: 0;
}

select
{
  color: #666666;
  font-size: 70%;
  vertical-align:middle;
}

.bold
{
	font-weight:bold;
}

p
{
	text-align: justify;
    text-justify: inter-word;
}

div.description_detail_content p
{
	margin:0 0 5px 0;
	padding:0;
	text-indent: 5%;
}

div.description_detail_content p.no_ind
{

	text-indent: 0%;
}

p.p_descr
{
	margin:0;
	padding:0;
}

div.hr
{
	height:1px;
	background-color:#cccccc;
}

div.hr_padding
{
	margin: 5px 0 5px 0;
	height:1px;
	background-color:#cccccc;
}

hr
{

	background-color:#cccccc;
}

/*-----------------------------------------------menu - structure-----------------------------------------*/

span.under_logo
{
  font-size: 70%;

  height:9px;
}

span.above_logo
{
  font-size: 70%;

  height:9px;
}


div.above_menu
{
  font-size: 90%;
  background-color:#ffffff;
  margin:0;
  padding:5px 0 5px 0;
  border-style:solid;
  border-color:#aaaaaa;
  border-width: 0 0 0px 0;
  text-align:center;

}


div.menu_block
{
  width: 250px;
  background-color:#eeeeee;
  margin:0 0 20px 0;
  padding:0px 0 0px 0;
  border-style:solid;
  border-color:#aaaaaa;
  border-width: 1px 0 1px 0;
}

div.menu_block_header
{
  font-weight:bold;

  padding:5px 5px 5px 5px;
  border-style:dashed;
  border-width:0 0px 1px 0px;
  border-color:#aaaaaa;
}

div.menu_block_header_2
{
		background-color: #999999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#666666)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #999999, #666666); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #999999, #666666); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #999999, #666666); /* IE10 */
	background-image:      -o-linear-gradient(top, #999999, #666666); /* Opera 11.10+ */
	background-image:         linear-gradient(#999999, #666666);


  font-weight:bold;

  padding:5px 5px 5px 5px;
  border-style:solid;
  border-width:0 0px 1px 0px;
  border-color:#aaaaaa;
  background-color:#999999;
  color:#ffffff;
}

div.menu_block_header_2 a
{
	color:#ffffff;
}

div.menu_block_content
{
  padding:5px;
}

img.nase_kniha_left_menu
{
	width: 118px;
}

div.menu_block select
{
	background:#eeeeee;
	margin:0px 0 10px 0;
	font-size: 90%;
}

div.menu_block input
{
	font-size: 90%;
}

div.menu
{
  margin:-20px 0 0 -10px;
  padding:0;
}

ul
{
  border-width:0;
  border-spacing:0;
  margin: 0 0 0 10px;
  padding: 0;
}

ul.close
{
  display:none;
}

ul.menu_main_content
{
  margin: 20px 0 0 25px;
  padding: 0 0 0 0;
}

ul.menu_main_content_tree
{
  margin: 10px 0 0 15px;
  padding: 0 0 0 0;
}

div.menu_main_content_tree
{
  margin: 3px 0 0 20px;
  padding: 0 0 0 0;
}

ul.menu_content_below_categories
{
  margin: 10px 0 0 10px;
  padding: 0 0 0 0;
}


ul.menu_content
{
  margin: 0px 0 0 10px;
  padding: 0 0 0 0px;
}

li.menu_h
{
  /*list-style-image: URL('../imgs/list_minus_g.png');*/
	list-style-type: circle;
 list-style-position: outside;
 list-style-image: none;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}


li.menu
{
  /*list-style-image: URL('../imgs/list_270_t.png');*/
	list-style-type: circle;
 	list-style-position: outside;
 	list-style-image: none;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  font-weight:normal;
}

li.menuyes
{
  /* list-style-image: URL('../imgs/list_270_t.png'); */
	list-style-type: disc;
 	list-style-position: outside;
 	list-style-image: none;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  font-weight:normal;
  font-weight:bold;
}


li.dir
{
  /*list-style-image: URL('../imgs/list_plus_t.png');*/
	/*list-style-type: none;
	list-style-image: none;
	*/
	list-style-type: circle;
 list-style-position: outside;
 list-style-image: none;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}

li.dir a, li.dir_opened a, li.dir_leaf a, li.dir_leaf_opened a, li.cat a, li.menu a, li.menuyes a
{
	display: block;
	margin-left: -5px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding:1px 1px 1px 1px;

	border: 1px solid #dddddd;
	box-shadow: inset 0px 0px 4px #dddddd;
	padding-left:2px;
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 4px; /* FF1-3.6 */
    border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

li.dir a:hover, li.dir_opened a:hover, li.dir_leaf a:hover, li.dir_leaf_opened a:hover, li.cat a:hover, li.menu a:hover, li.menuyes a:hover
{

	background-color: #eeeeee;
	box-shadow: inset 0px 0px 4px #999999;
	border-color: #333333;
	text-decoration: none;

	-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 4px; /* FF1-3.6 */
    border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

li.ul_dir
{
 list-style-type:none;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}

li.dir_opened
{
  /*list-style-image: URL('../imgs/list_minus_t.png');*/
	list-style-type: disc;
 list-style-position: outside;
 list-style-image: none;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}



li.spacer_li
{
  list-style-image: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

li.dir_leaf
{
/*  list-style-image: URL('../imgs/list_270_t.png');*/
	list-style-type: circle;
 list-style-position: outside;
 list-style-image: none;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}

li.dir_leaf_opened
{
  /*list-style-image: URL('../imgs/list_270_t.png');*/
	list-style-type: disc;
 list-style-position: outside;
 list-style-image: none;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  font-weight: bold;
}


li.cat
{
  /* list-style-image: URL('../imgs/list_cat_t.png'); */
	list-style-type: circle;
 list-style-position: outside;
 list-style-image: none;
  padding:0px;
  margin:0px;
}

li.cat a
{
  font-size: 90%;
  font-weight:normal;
}

div.cart
{
  border-spacing: 0;
  text-align:left;
  vertical-align:top;
  margin-top:0px;
}

div.one_cart
{


}

div.cart_items
{
  width:200px;
  font-size: 90%;
  padding: 0px 0 10px 0px;
  float:left;
}

div.one_cart_item
{
  width:200px;
  background: #dddddd;
  margin: 0px 0px 10px 0px;
  float:left;
  vertical-align: middle;
}


input.cart_item_amount
{
  width:15px;
  margin: 3px;
  vertical-align: middle;
  border-width:1px;
  background-color:#eeeeee;
  text-align:right;
  font-size: 70%;
}

input.cart_radio
{

}

div.cart_detail_delete
{
  float:left;
  padding:3px 0 0 3px;
  font-size: 70%;
}

div.cart_item_switch
{
  font-family: "Courier New CE", "Courier CE", "Courier New", courier, monospace;
  font-size: 70%;
  float: right;
  text-align: right;
  padding:0 0px 0 0;
  margin: 3px 3px 0 1px;
  clear:none;
}
div.cart_item_amount
{
  float: right;
  margin: 3px 0 0 0;
  clear:none;
}
div.cart_item_name
{
  display:block;
  margin: 0;
  clear:both;

  padding:0 3px 3px 3px;
  text-align:left;
  background-color:#cccccc;
}



div.cart_item_switch a
{
  text-decoration:none;
}

table.kosik
{
	font-size: 85%;
	border:1px solid black;
	background:#eeeeee;
}

table.kosik td
{
	border:1px solid #cccccc;
	padding:3px;
	background:#eeeeee;
	text-align:right;
}

table.kosik td.kosik_left
{
	border:1px solid #cccccc;
	padding:3px;
	background:#eeeeee;
	text-align:left;
}

table.kosik th.kosik_left
{
	padding:3px;
	text-align:left;
}

table.kosik th
{
	text-align:right;
	padding:3px;
}

table.kosik td.kosik_dostupnost
{

	font-size: 80%;
}

table.kroky_objednavky
{
}

table.kroky_objednavky td
{
	border-color:#999999;
	border-style:solid;
	text-align:center;
	vertical-align:top;
	padding:0px 10px 0px 10px;
	border-width:0px;
	margin:0px;
}

table.kroky_objednavky td.kroky_objednavky_hline
{
	border-width:0px 0px 1px 0px;
}

div.kroky_objednavky
{
	margin-top:10px;
	margin-bottom: 10px;
}

div.kroky_objednavky div.krok_objednavky
{
	float:left;
	margin-left:5px;
	margin-top:10px;
	clear:none;
	padding: 2px 10px 2px 10px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 2px; /* FF1-3.6 */
    border-radius: 2px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}



div.kroky_objednavky div.krok_objednavky.krok_objednavky_sel
{
	border: 1px solid #660000;

}

div.kroky_objednavky div.krok_objednavky.krok_objednavky_1
{
	margin-left:0px;

}

div.kroky_objednavky div.trian
{
	float:left;
	clear:none;
	width: 0;
	height: 0;
	margin-top:10px;
	border-top: 15px solid transparent;
	border-left: 10px solid #cccccc;
	border-bottom: 15px solid transparent;
	-webkit-border-radius: 0px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 0px; /* FF1-3.6 */
    border-radius: 0px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

div.kroky_objednavky div.trian.trian_sel
{

	border-left: 10px solid #660000;
}



div.kroky_objednavky div.trian.trian_left
{

	margin-left:-7px;
}


a.proceed
{
  background-color: #550000;
  color: #ffffff;
  text-decoration: none;
  margin: 0px;
  padding: 1px 3px 1px 3px;
  border-color: #ee6600;
  border-width:1px;
  border-style:solid;
  height: 23px;
  font-size: 100%;

  vertical-align:middle;
  font-weight:bold;
}

a.proceed:hover
{
  background-color: #33aa00;
  color: #ffffff;
  text-decoration: none;
}

a.gray_button_link
{
  -webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 4px; /* FF1-3.6 */
    border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

  background-color: #eeeeee;
  color: #666666;
  text-decoration: none;
  margin: 0px;
  padding: 1px 3px 1px 3px;
  border-color: #666666;
  border-width:1px;
  border-style:solid;
  height: 20px;
  font-size: 80%;

  vertical-align:middle;
}

a.gray_button_link:hover
{
  background-color: #ffffff;
  color: #999999;
  text-decoration: none;
}

div.address_order
{
	float: left;
	clear: none;
	margin: 0 10px 5px 0;
	border: 1px solid #eeeeee;
	padding: 5px;
}

div.dir_very_brief_content
{
  border-style: solid;
  border-color: #dddddd;
  border-width: 1px 0 0 0;
  margin-top: 0px;
  font-size: 80%;
}

div.dir_very_brief_content_cat_last
{
  border-style: solid;
  border-color: #dddddd;
  border-width: 0px 0 0 0;
  margin-top: 0px;
  font-size: 80%;
}

div.dir_very_brief_content_one
{
  border-style: solid;
  border-color: #dddddd;
  border-width: 0px 0 0px 0;
  padding: 5px 0px 5px 0px;
  font-size: 80%;
	    max-height: 65px;
    overflow: hidden;
}

div.dir_very_brief_content_first
{
  border-style: solid;
  border-color: #dddddd;
  border-width: 0 0 0 0;
  padding: 5px 0px 5px 0px;
  font-size: 80%;
	    max-height: 65px;
    overflow: hidden;
}

a.whole_div:hover
{
	text-decoration: none;
}

a div.dir_very_brief_content_first:hover
{
	text-decoration: none  solid #eeeeee;
	background-color:#d9d9d9;
}

a div.dir_very_brief_content_one:hover
{
	text-decoration: none solid #eeeeee;
	background-color:#d9d9d9;
}

a.ext_search
{
  background-color: #550000;
  color: #ffffff;

  text-decoration: none;
  margin: 0px;
  padding: 1px 3px 1px 3px;
  border-color: #ee6600;
  border-width:1px;
  border-style:solid;

  font-size: 90%;

  vertical-align:middle;
}

input.radio_menu
{
	border-width: 0;
	background-color: #eeeeee;
	vertical-align:middle;
}

input.radio_body
{
	border-width: 0;
	background-color: #ffffff;
	vertical-align:middle;
}

input.radio_sort
{
	border-width: 0;
	background-color: #eeeeee;
	vertical-align:middle;
	margin: 0px 3px 0 0;
}


a:hover.ext_search
{
  background-color: #ee6600;
  color: #ffffff;
  text-decoration: none;
}

div.partners a
{

}

div.search_in_cat_link
{
	float:right;
	position:relative;
	top:10px;
	vertical-align:bottom;
}

div.tipy
{
  margin:0px;
  padding:0px;

  font-size: 80%;
  clear:both;
}

div.menu_info
{
	margin:0px;
  padding:0px;


  clear:both;
}

div.menu_info_text
{
	margin:0px;
  padding:0 5px 0 5px;

  text-align:justify;
  clear:both;
}

div.menu_img
{
	float:right;
	border-width:0;
}

a.nej2
{
	font-size: 130%;
}

a.nej2green
{
	font-size: 130%;
	color:#009900;
}

a.nej4
{

}

a.nej4green
{

	color:#009900;
}

a.nej6
{
	font-size: 70%;
}

div.nejs
{
	line-height:17px;
	text-align:justify;

	margin-bottom:-17px;
}

/*-----------------------------------------------content - structure-----------------------------------------*/
div.header_and_sort
{
	background-color:#666666;

	background-repeat:repeat-x;


	background-color: #999999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#666666));
	background-image: -webkit-linear-gradient(top, #999999, #666666);
	background-image:    -moz-linear-gradient(top, #999999, #666666);
	background-image:     -ms-linear-gradient(top, #999999, #666666);
	background-image:      -o-linear-gradient(top, #999999, #666666);
	background-image:         linear-gradient(#999999, #666666);



  display:block;
  margin:0px 0px 0px 0px;
  padding: 2px 0px 1px 0px;
  border-spacing:0px;
  color:white;
  padding:3px 10px 2px 10px;
  border-style:solid;
  border-width:1px 0px 1px 0px;
  border-color:#aaaaaa;
}



h1
{
  font-weight: bold;
  font-size: 120%;
  display:block;
  color:#ffffff;
  padding: 1px 0px 1px 0px;
  margin:0;

}

div.cats_navigation
{
  color: #aaaaaa;
  font-size: 80%;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #aaaaaa;
  padding: 0px 0 9px 0;
}

div.current_cat
{
  padding:0;
  margin:0;
  border-width: 0px 0 0px 0px;
  border-style: solid;
  border-color: #dddddd;

}

div.subcats
{
  border-width: 1px 0 0px 0px;
  border-style: solid;
  border-color: #cccccc;
  display:inline;
  vertical-align:top;
  padding:0 5px 0 5px;

}

div.subcat
{
  display:inline;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #cccccc;
  padding: 0 10px 0 3px;
  margin: 0 5px 0 5px;

  vertical-align:top;
}

div.cats_navigation_2
{
display:block;
  color: #999999;
  border-width:  0px 0px 1px 0px;
  border-style: solid;
  border-color: #aaaaaa;
  padding: 10px 10px 10px 10px;
  font-size: 90%;
  clear:none;
  margin:0px 0px 0px 0px;
  background-color:#eeeeee;
}

div.cats_navigation_2_home
{
  display:none;
  color: #999999;
  border-width:  0px 0px 1px 0px;
  border-style: solid;
  border-color: #aaaaaa;
  padding: 10px 10px 10px 10px;
  font-size: 90%;
  clear:none;
  margin:0px 0px 0px 0px;
  background-color:#eeeeee;
}


div.instead_cats_navigation_2
{
display:block;
  color: #999999;
  border-width:  0px 0px 0px 0px;
  border-style: solid;
  border-color: #aaaaaa;
  padding: 5px 10px 0px 10px;
  font-size: 90%;
  clear:none;
  margin:0px 0px 0px 0px;
  background-color:#ffffff;
}

div.cats_navigation_nadpis
{

  font-weight: bold;
  color: #666666;
  float: left;
  clear:left;
  margin: 1px 0 0 0;
  padding:0;
}

div.prepinac_meny_3
{
  color: #666666;
  border-width: 0 0 0px 0;
  border-style: solid;
  border-color: #aaaaaa;
  padding: 0px 0 0px 0;
}

select.prepinac_meny
{
  margin:0px;
  color: #666666;
  border-width: 1px;
  border-style: solid;
  border-color: #aaaaaa;
  padding: 0px 0 0px 0;
  font-size: 70%;
	vertical-align:baseline;
}



div.current_cat_2
{
  margin: 2px 0 4px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;


  clear:left;
  float:left;
  background-color:#dddddd;
	padding: 1px 0px 1px 0px;
}

ol.current_cat_2
{
  margin: 2px 5px 4px 0;

  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
	background-color:#dddddd;
	padding: 1px 0px 1px 0px;

  clear:left;
  float:left;

	-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 4px; /* FF1-3.6 */
    border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

ol.current_cat_2 li
{
	list-style-type:none;
	margin: 0 1px 0 7px;
	float: left;

}

ol.current_cat_2 li.first_breadcrumb
{
	list-style-type: none;

}

div.subcats_2
{
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: #aaaaaa;
  display:block;
  vertical-align:top;
  padding:0px 0 0px 0;
  float:none;
  clear:both;
  color: #666666;
}

div.subcat_2
{
  display:block;
  float:left;
  clear:none;
  width: 215px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #cccccc;
  padding: 1px 0px 1px 3px;
  margin: 4px 7px 6px 0;
  Overflow: hidden;
  background-color: #dddddd;
  white-space: nowrap;

}

div.subcat_2:hover
{
	background-color: #ffffff;
}

div.popis
{
	font-size: 110%;
	font-weight:normal;

  padding-bottom:5px;
}

div
{
  clear:both;
}

div.main_descr
{
  font-size: 90%;
}

div.main_content
{
  padding:0px 0px 10px 0px;
  margin:0px;
  font-size: 110%;
}

div.main_content_obsah
{
  text-align: justify;
  text-justify: inter-word;
}

div.main_content li
{
  margin-left:10px;
}

div.right_photos
{
	float:right;
	margin-left:10px;
}


div.dir_content
{
  padding: 0px;
  margin:0px;
}

div.cat
{
  padding:5px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  clear:both;
  display:block;
}


div.cat_name
{
  background-color:#ffffff;
  color:#666666;
  font-weight: bold;
  padding: 0 0px 0 0;
  margin: 10px 0 25px 0;
  clear:none;
  vertical-align:middle;

}

div.sort_by
{


  	font-size:80%;
	margin:0px 0 20px 0;

	font-weight:normal;

	display:block;
	  color: #666666;

	  border-width:  1px 0px 1px 0px;
	  border-style: solid;
	  border-color: #aaaaaa;
	  padding: 10px 10px 10px 10px;

	  clear:both;

	  background-color:#eeeeee;

	  vertical-align:middle;

}

div.sort_by input
{

	font-weight: normal;
  	font-size: 80%;
	color: #666666;
	vertical-align:middle;
}

div.sort_by select
{
  color: #666666;
  border-width: 1px;
  border-style: solid;
  border-color: #aaaaaa;
  padding: 1px 0 1px 0;
  font-size: 70%;
	vertical-align:middle;

}



div.cat_content
{
  padding:0px 0px 0px 0px;
  margin: 0px 0 0px 0;
}

div.cat_sep
{
  height: 15px;
  width: 20px;
  border: 0px solid #000000;
}

div.under_content
{
	margin:15px 0 0 0;
}

div.bestsellers
{
	margin:10px 0px 0px 0px;
	border-width:0 0px 0px 0;
	border-style:solid;
	border-color:#999999;
	color: #666666;
  	padding:0;
	overflow:hidden;
	font-size: 90%;


}

a div.bestseller:hover
{
	border-color:#aaaaaa;
}


div.bestseller
{
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
	float:left;
	clear:none;
	padding:8px 5px 5px 5px;
	margin: 5px 7px 5px 0px;

	width:291px;
	overflow: hidden;
	white-space: nowrap;
	background-color: #ffffff;
}

div.bestseller img
{
	margin-top: -3px;
}

span.nadpis_na_bile
{

	font-weight: bold;
	color:#666666;
}

div.bestseller_dostupnost
{
	border-width:0px;
	float:right;
	clear:none;
	padding:0px;
	margin:0px;
	font-size: 80%;
	width:auto;
}

div.bestseller_medium
{
	border-width:0px;
	float:right;
	clear:none;
	padding:0px;
	margin:-10px -4px 0 0;
	font-size: 70%;
	width:auto;
}

div.home_banner
{
	margin:10px 0 20px 0;
	padding: 0px 10px 0px 0;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	text-align: justify;

}

div.home_banner_sub
{
	float:left;
	margin: 0 10px 0 0;
	padding:0;
	max-height:60px;
}

div.home_banner_sub_250
{
	float:left;
	margin: 0 10px 0 0;
	padding:0;
	max-height:250px;
}

div.home_banner_sub_100
{
	float:left;
	margin: 0 10px 0 0;
	padding:0;
	max-height:100px;
}

div.home_banner_sub_150
{
	float:left;
	margin: 0 10px 0 0;
	padding:0;
	max-height:150px;
}
div.home_banner_sub_120
{
	float:left;
	margin: 0 10px 0 0;
	padding:0;
	max-height:120px;
}
div.home_banner_sub_spacer
{
	height:30px;
	clear:none;
	min-width: 50px;
}
div.home_banner_sub2
{
	clear:none;
	padding:12px 0 0 0;
	font-size:83%;
}

div.home_banner_label
{
	float:right;
	margin: -12px -10px 0px 10px;

background-color: #ffdd88;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdd88), to(#ffbb66));
background-image: -webkit-linear-gradient(top, #ffdd88, #ffbb66);
background-image: -moz-linear-gradient(top, #ffdd88, #ffbb66);
background-image: -ms-linear-gradient(top, #ffdd88, #ffbb66);
background-image: -o-linear-gradient(top, #ffdd88, #ffbb66);
background-image: linear-gradient(#ffdd88, #ffbb66);

	padding: 3px 3px 0px 3px;
	width: 180px;
	height: 31px;
	clear:right;
	font-size:100%;
	text-align:center;
	color: #ffffff;

}

div.home_banner_label2
{
	margin: 0px -10px 0px 10px;
}

div.home_banner_no_border
{
	margin:10px 0 20px 0;
	padding: 0 0 0px 0;
}

a.home_banner_a
{
	color: #666666;
}


a.home_banner_a:hover
{
	text-decoration: none;
	color: #663333;
}


div.home_banner_partial
{
	margin:10px 0 20px 0;
	padding: 0 0 0px 0;
	border-width:1px;
	border-style:solid;
	border-color:#663399;
	background-color: #000000;
	background-image: url('/img/bannery/simenon/simenon-maigret-2.gif');
	background-repeat:no-repeat;
	background-position:center center;


}

img.home_banner_partial_left
{
	float:left;
	clear:none;
	-webkit-border-radius: 1px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 1px; /* FF1-3.6 */
    border-radius: 1px;
}

img.home_banner_partial_right
{
	float:right;
	clear:none;
	-webkit-border-radius: 1px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 1px; /* FF1-3.6 */
    border-radius: 0px;
}


/*-----------------------------------------------items-----------------------------------------*/

div.item_1_old
{
  padding: 10px;
  width:315px;
  height:117px;
  border-width:1px;
  border-style:solid;
  border-color:#aaaaaa;
  text-align: center;
  font-size: 90%;
  margin: 10px 15px 10px 5px;
  display:block;
  float:left;
  clear:none;

}

div.item_2_old
{
  padding: 10px;
  width:315px;
  height:117px;
  border-width:1px;
  border-style:solid;
  border-color:#aaaaaa;
  text-align: center;
  font-size: 90%;
  margin: 10px 10px 10px 5px;
  display:block;
  float:left;
  clear:none;

}

div.item
{

  padding: 0px 10px 0 10px;
  border-width:1px;
  border-style:solid;
  border-color:#aaaaaa;
  text-align: center;
  font-size: 90%;
  margin: 10px 0px 10px 0px;
  display:block;
  overflow: hidden;
  min-width: 450px;
}

div.item_labels
{
	float:right;
	margin: 0px -10px 10px 5px;
}

div.item_labels a
{
	color: #333333;
}

div.item_label
{
	float:right;
	background-color:#33aa33;
	color:#333333;
	font-weight:normal;
	padding:5px 10px 5px 5px;
	margin:0px 0px 0px 0px;
	font-size:80%;
	width:125px;
	text-align:right;
}

div.item_labels_smaller
{
	float:right;
	margin: 0px 0px 0px 0px;
	clear:none;
}

div.item_labels_smaller a
{
	color: #333333;
	text-decoration: none;
}

div.item_labels_detail_like_smaller
{
	float:right;
	margin: 0px 0px 0px 0px;
	clear:none;
}

div.item_labels_detail_like_smaller a
{
	color: #333333;
	text-decoration: none;
}

div.item_label_smaller
{
	float:left;
	background-color:#33aa33;
	color:#333333;
	font-weight:normal;
	padding:1px 0px 1px 1px;
	margin:0px 0px 0px 10px;
	font-size:70%;
	width:38px;
	height:38px;
	text-align:center;
	clear:none;

	-webkit-border-radius: 20px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 20px; /* FF1-3.6 */
    border-radius: 20px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}



div.item_label_detail_like_smaller
{
	float:left;
	background-color:#33aa33;
	color:#333333;
	font-weight:normal;
	padding:1px 0px 1px 1px;
	margin:0px 0px 0px 10px;
	font-size:90%;
	width:52px;
	height:52px;
	text-align:center;
	clear:none;

	-webkit-border-radius: 27px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 27px; /* FF1-3.6 */
    border-radius: 27px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}



img.item_label_dropdown
{
	float:right;display:block;margin-top:2px;

}

div.item_label_dropdown
{
	cursor:pointer;
	text-align:left;

}

div.item_label_sub
{

	font-weight:bold;
	float:left;
	background-color:white;
	padding: 0px 2px 0 2px;
	-webkit-border-radius: 8px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 8px; /* FF1-3.6 */
    border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

div.item_label_sub_smaller
{
	width:28px;
	height:28px;
	font-weight:normal;
	background-color:white;
	padding: 4px 2px 2px 2px;
	margin: 2px 0px 2px 2px;
	text-align:center;
	-webkit-border-radius: 14px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 14px; /* FF1-3.6 */
    border-radius: 14px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

div.item_label_sub_detail_like_smaller
{
	width:39px;
	height:39px;
	font-weight:normal;
	background-color:white;
	padding: 4px 2px 2px 2px;
	margin: 3px 0px 3px 3px;
	text-align:center;
	-webkit-border-radius: 18px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 18px; /* FF1-3.6 */
    border-radius: 18px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

div.item_label_sleva
{
	background-color:#ffee99;
}

div.item_label_sub_sleva
{
		color:#cc9933;
}

div.item_label_bestseller
{
	background-color:#ffdd99;
}

div.item_label_sub_bestseller
{
	color:#cc9933;
}

div.item_label_bestrate
{
	background-color:#ffcc99;
}

div.item_label_sub_bestrate
{
	color:#cc9933;
}






div.item_img
{
	padding:0px 0 0px 0;
	float:left;
	width:110px;
	height: 174px;
	text-align:left;
	margin: 0px 10px 5px -10px;
}

div.item_img_165
{
	padding:0px 0 0px 0;
	float:left;
	width:165px;
	height: 261px;
	text-align:left;
	margin: 0px 10px 0px -10px;
}

img.img_item_img
{
	border-width:0px 1px 0px 0px;
	border-style: solid;
	border-color: #aaaaaa;
}
div.bonus_item_img
{
	padding:0px 0 0px 0;
	float:left;
	width:95px;
	height: 145px;
	text-align:left;
	margin-bottom:-5px;
}

div.bonus_item
{

  padding: 0px 10px 0px 10px;
  border-width:1px;
  border-style:solid;
  border-color:#aaaaaa;
  text-align: center;
  font-size: 90%;
  margin: 10px 0px 10px 0px;
  display:block;
  overflow: hidden;
}

div.name_and_rating
{
  min-width:78px;

  text-align:left;
  clear:none;
  font-weight:bold;
  display:block;
  margin:0 0 0 0;
  padding: 0 0 0px 0;
}

div.name_and_rating_smaller
{
  min-width:70px;
  font-size:95%;
  text-align:left;
  clear:none;
  font-weight:bold;
  display:block;
  margin:5px 0 0 0;
  padding: 0 0 0px 0;
}

div.name_and_rating_smaller_sub
{
	height: 122px;
	overflow: hidden;
	clear:none;

}

div.name_and_rating_smaller_sub2
{
	height: 40px;
	overflow: hidden;
	clear:none;


}

div.name_and_rating_smaller_sub3
{
	height: 40px;
	overflow: hidden;
	clear:none;


}

span.name_and_rating_value
{
	clear:right;
	float:right;
	text-align:right;
	max-width:210px;
}
div.item_price_and_actions
{
  padding:5px 10px 0px 0px;
  clear:right;
  float:right;
  width:190px;

	text-align:right;

	text-align-last: right;

  background-color: #ffffee;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-color: #eeeeee;
  	margin: 0px -10px 0px 10px;
	min-height: 138px;
	font-size:90%;

}

div.item_price_and_actions_smaller
{
  padding:10px 10px 3px 10px;
  clear:none;
  float:none;
  width:100%;

	text-align:center;

	text-align-last: center;

  background-color: #eeeeee;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-color: #eeeeee;
  	margin: 0px -10px 0px -10px;
	min-height: 40px;
	font-size:90%;

}

span.price
{
  color:#666666;
  font-weight: bold;
	font-size:120%;
}

span.price_red
{
  color:#663333;
  font-weight: bold;
	font-size:120%;
}

div.item_smaller span.price_red
{
	font-size:180%;
}

span.price_detail
{
	font-size:150%;
	display: block;
	float:right;
	margin-top:-10px;
}

span.medium_detail
{
	display: block;
	float:right;
	clear:right;
}

div.listprice_div
{
	font-size:90%;
	margin: -10px 0 -5px 0;
}

span.listprice
{
  text-decoration: line-through;
}
div.rating_above_price
{
    width: 165px;
    margin-top: 25px;
    margin-left: -173px;
	float:left;
	text-align:center;
	clear:none;

}

div.rating_above_price img
{
	opacity: 0.66;
    filter: alpha(opacity=66);
	-webkit-border-radius: 0px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 0px; /* FF1-3.6 */
    border-radius: 0px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

span.rating
{
  font-weight: normal;

}

span.hodnoceni_inline
{
  vertical-align: -5%;
}

span.rating_bar_minus
{
  background-color:#aaaaaa;
  height:3px;
  margin-bottom: 2px;
  display:inline;
}

span.rating_bar_plus
{
  background-color:#550000;
  height:3px;
  margin-bottom: 2px;
  display:inline;
}

span.rating_bar_minus img
{
  float: none;
}

span.rating_bar_plus img
{
  float: none;
}



a.add_list
{
  background-color: #550000;
  color: #ffffff;

  text-decoration: none;
  margin: 0px;
  padding: 1px 3px 1px 3px;
  border-color: #ee6600;
  border-width:1px;
  border-style:solid;
  height: 13px;
  font-size: 90%;
  vertical-align: middle;
}

a:hover.add_list
{
  background-color: #ee6600;
  color: #ffffff;
  text-decoration: none;
}

input.add_to_cart_submit
{
   background-color: #550000;
  color: #ffffff;
  margin: 0px;
  padding: 0px 5px 0px 5px;
  border-color: #aaaaaa;
  border-width:1px;
  border-style:solid;
  line-height:22px;
  font-size: 90%;
  vertical-align:middle;
	font-weight:normal;
	cursor: Pointer;
}



input:hover.add_to_cart_submit
{
  background-color: #33aa00;
  color: #ffffff;
}

button.add_to_cart_submit
{
  background-color: #550000;
  color: #ffffff;
  margin: 0px;
  padding: 0px 5px 0px 5px;
  border-color: #aaaaaa;
  border-width:1px;
  border-style:solid;
  line-height:22px;
  font-size: 90%;
  vertical-align:middle;
	font-weight:normal;
	cursor: Pointer;
}

button.add_to_cart_submit_smaller
{
   background-color: #660000;
  color: #ffffff;
  margin: 0 0 0 5px;
  padding: 5px 25px 5px 25px;
  border-color: #999999;
  border-width:1px;
  border-style:solid;
  line-height:30px;
  font-size: 130%;
  vertical-align:middle;
	font-weight:normal;
	cursor: Pointer;
	float:right;
}

button:hover.add_to_cart_submit_smaller
{
   background-color: #33aa00;
}

button.add_to_cart_submit_smaller_detail
{
  font-size: 100%;
}

div.price_box_smaller
{
	float:left;
	width:90px;
	margin:3px 0 0 0px;
	text-align:center;
	clear:none;
}

button.add_to_cart_submit_detail
{
  padding: 0px 25px 2px 25px;
  height: 40px;
	float:right;
	clear:none;
	margin-left:10px;
	font-size:110%;
}

div.cart_amount_plus
{
	cursor: Pointer;
	margin: 2px 2px 0px 0;
	border:1px solid gray;
	line-height:15px;
	font-size:80%;
	width:15px;
	text-align:center;
	font-family:Monospace;

}

button.add_to_cart_submit_exists
{
  background-color: #550000;
  color: #ffffff;
  margin: 0px;
  padding: 0px 3px 0px 3px;
  border-color: #ee6600;
  border-width:1px;
  border-style:solid;
  height: 23px;
  font-size:80%;
  vertical-align: middle;
	font-weight:bold;
}

button.top_cart_button
{
	background-color:#550000;
	cursor:Pointer;
	color:#ffffff;
	font-size:100%;
	line-height:22px;
	padding: 0px 20px 0px 20px;
	width: calc(100% - 78px);
}

button.download_button
{
	min-width: 120px;
	cursor:Pointer;
	font-size:80%;
	margin: 2px 0 2px 0;
}


button:hover.add_to_cart_submit
{
  background-color: #33aa00;
  color: #ffffff;
}

button:hover.top_cart_button
{
  background-color: #33aa00;
  color: #ffffff;

}

button:hover.download_button
{
  background-color: #33aa00;
  color: #ffffff;
}


input.search_input
{
	vertical-align:middle;
	width:112px;
	height:19px;
}

input.search_submit
{
  color:#ffffff;
  margin: 0px;
  padding: 1px 1px 1px 1px;
  border-color: #ee6600;
  border-width:1px;
  border-style:solid;
  height: 23px;
  font-size: 100%;
  vertical-align: middle;
  background-color:#550000;
}

input:hover.search_submit
{
  background-color: #33aa00;
  color: #ffffff;
}

button.search_submit
{
  color:#ffffff;
  margin: 0px;
  padding: 1px 1px 1px 1px;
  border-color: #ee6600;
  border-width:1px;
  border-style:solid;
  height: 23px;
  font-size: 100%;
  vertical-align: middle;
  background-color:#550000;
	cursor: Pointer;
}

button:hover.search_submit
{
  background-color: #33aa00;
  color: #ffffff;
}


input.button_forward
{
  color:#ffffff;
  border-color: #ee6600;
  border-width:1px;
  border-style:solid;
	font-weight:bold;
  vertical-align: middle;
  background-color:#550000;
	height: 30px;
  font-size: 100%;
	padding: 2px 6px 2px 6px;
}

input:hover.button_forward
{
  background-color: #33aa00;
  color: #ffffff;
}

button.button_forward
{
  color:#ffffff;
  border-color: #ee6600;
  border-width:1px;
  border-style:solid;
	font-weight:bold;
  vertical-align: middle;
  background-color:#550000;
	height: 30px;
  font-size: 100%;
	padding: 2px 6px 2px 6px;
}

button.button_forward_green
{
	background-color:#008800;
	border-color: #005500;
	padding: 6px 8px 6px 8px;
	height: 38px;
}

button:hover.button_forward
{
  background-color: #33aa00;
  color: #ffffff;
	border-color:#005500;
}

button:hover.button_forward_green
{
  background-color: #33aa00;
  color: #ffffff;
}

button.button_right
{
	clear:none;
	float:right;
}

button.button_left
{
	clear:none;
	float:left;
}

button.clear_view
{
	background: none;
	border-width:0px;
}

input.longer
{
	width:230px;
	margin-left:2px;
}

input.add_to_cart_ks
{
  margin: 0px;
  padding: 0px 3px 0px 3px;
  font-size: 90%;
  vertical-align: middle;
  width:20px;
line-height:22px;
  text-align:right;
}

input.add_to_cart_ks_smaller
{
  margin: 5px;
  padding: 0px;
  font-size: 130%;
  vertical-align: middle;
  width:22px;
line-height:30px;
  text-align:right;
	border-width:0px;
}

div.ks_plusminus
{
	padding:0;
	float:right;
	width:20px;
	height:20px;
	border-width: 0px 0px 0px 1px;
  	border-style: solid;
  	border-color: #999999;
	margin: 0px;
	vertical-align: top;
	font-size: 130%;
	cursor: Pointer;
	line-height:18px;
	clear: right;
}

div.add_to_cart_ks_smaller
{
	clear:none;
	float:right;
	margin: 0 0px 0 5px;
  padding: 0px;
  width:55px;
 height:40px;

  border-width: 1px;
  border-style: solid;
  border-color: #999999;
}

input.add_to_cart_ks_smaller_detail
{
   font-size: 100%;
  background-color: #ffffff;
}

div.ks_plusminus_detail
{
	font-size: 100%;
	text-align: center;
}

div.add_to_cart_ks_smaller_detail
{
	float:left;
	margin: 0 5px 0 0px;
}


div.anotace_detail
{
	clear:none;
	margin:0px;
	padding:0px 0 5px 0;
	min-height: 80px;
	text-align: justify;
}

input.add_to_cart_ks_detail
{
  height: 35px;
}

a.buy_list
{
  color: #550000;

  font-size: 90%;
  vertical-align: bottom;
}

a:hover.buy_list
{
  color: #33aa00;
  text-decoration: underline;
}

a.find_list
{
  color: #550000;
  display: none;
  font-size: 90%;
  vertical-align: top;
}

a:hover.find_list
{
  color: #33aa00;
  text-decoration: underline;
}

div.articles_brief
{
	margin-top:25px;
}

div.articles_brief_heading
{
	font-size: 130%;
	font-weight:bold;
	margin-bottom:15px;
}

div.article_detail_title
{
	margin-top:15px;
	font-size: 130%;
	font-weight:bold;
	margin-bottom:15px;
}

select.objednavka_i
{
	height:30px;
	font-size: 100%;
}

/*-----------------------------------------------item detail-----------------------------------------*/

div.item_detail
{
  padding: 10px 0 0 0;
  text-align: left;
  font-size:90%;
}

/*span.item_detail_header*/
h2
{
  font-size: 110%;
  font-weight: bold;
  padding: 0px 0 10px 0px;
  text-align: left;
  margin:0;
}

h2.product_detail
{
  font-size: 140%;
}

h2.small_card
{

  font-weight: bold;
  padding: 0px 0 0px 0px;
  display:block;
  margin:0 0 26px 0;
}

h2.small_card_smaller
{

  font-weight: bold;
  padding: 0px 0 0px 0px;
  display:block;
  margin:0 0 10px 0;
}

h2.aktualni_knizni_tipy
{
	margin: 10px 0 -7px 0;
	padding: 0 0 0 0;
}

h3
{

  font-weight: bold;
  padding: 0px 0 5px 0px;
  text-align: left;
  margin:0;
}

h3.small_card
{
  font-size: 100%;
  font-weight: bold;
  padding: 0px 0 0px 0px;
  display:block;
  margin:0 0 7px 0;
}

h4.small_card
{
  font-size: 100%;
  font-weight: normal;
  padding: 0px 0 0px 0px;
  display:block;
  margin:0 0 10px 0;
}

div.small_card_h4like
{
  font-size: 100%;
  font-weight: normal;
  padding: 0px 0 0px 0px;
  display:block;
  margin:0 0 10px 0;
	clear:none;
}

h2.lit_ceny
{
	font-size: 140%;
}


h3.lit_ceny
{
	font-size: 120%;
}

h3.p_in_cats
{
	font-size: 100%;
	padding:0;
	display:inline;
	font-weight:normal;
}

div.detail_img_price
{

	 float: right;
  	text-align:center;
    vertical-align: bottom;
    padding-left: 5px;
    background-color:#ffffff;
	font-size: 110%;
}

div.item_detail_img
{
	clear:none;
	float:left;
	width: 220px;
	margin-right: 20px;
}

img.item_detail
{
  border:1px solid #aaaaaa;
	margin-bottom: 5px;
	width:220px;
	height:348px;
}

img.soutez_vysledky
{
  border:1px solid #aaaaaa;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 300px;
	float:left;
}

img.na_sirku
{
	height:200px;
}


div.item_detail li
{
  margin-left: 20px;
}

div.item_detail ul
{
  margin: 0px;
  padding: 0px;
}


table.prices
{
  font-size: 120%;
  width:100%;
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
}

table.prices tr td.price_text
{
  text-align:right;
  vertical-align:top;
}

div.prices_1
{
  border:solid 1px #aaaaaa;
  font-size: 90%;
  width:220px;
  padding: 10px 0 0px 0;
  margin: 0px 0 5px 0;
  border-spacing: 0px;
  text-align:center;
  background-color:#ffffff;
  clear:none;
}

div.prices_1_real
{
  border:solid 0px #aaaaaa;
 font-size: 115%;
  float:left;
	width:310px;
	  padding: 10px 0px 0px 0px;
  margin: 0px 0 5px 0;
  border-spacing: 0px;
  text-align:left;
  background-color:#ffffff;

  clear:none;
}

div.item_labels_detail
{
	margin: 0px 0px 0px 25px;
	padding:10px 0 10px 0px;
	text-align:center;
	font-size:100%;
	clear:none;
	float:left;

}

div.item_label_detail
{
	width:150px;
}

div.prices_1_share
{
  border:solid 1px #aaaaaa;

  width:220px;
  padding: 10px 0 0px 0;
  margin: 0px 0 5px 0;
  border-spacing: 0px;
  text-align:left;
  background-color:#ffffff;
  clear:none;
}

div.prices_1_content
{
  font-size: 90%;
  padding:10px 10px 10px 10px;
}

div.description_detail_content
{
	clear:none;
  border-color:#eeeeee;
  border-width: 1px 0 0 0;
  border-style:solid;
	text-align: justify;
}

div.description_detail_content_boxed
{
	clear:none;
  border-color:#999999;
  border-width: 1px;
  border-style:solid;
	padding:10px;
}


div.description_detail_head
{
	clear:none;
  font-weight:bold;
  margin-top:18px;
}


span.detail_rating_bar_minus
{
  background-color:#aaaaaa;
  height:4px;
  margin-bottom: 3px;
}

span.detail_rating_bar_plus
{
  background-color:#550000;
  height:4px;
  margin-bottom: 3px;
}


div.detail_reviews
{
  margin: 10px 0 0 0;
  clear:both;
}

div.review_summary
{
  margin: 20px 0 0 0;
  font-size: 90%;
  font-weight: normal;
}
div.review_comment
{
  margin: 0px 0 5px 0;
  font-size: 90%;
  font-weight: normal;

  background-color:#f9f9f9;
	margin-bottom:5px;
	border-width: 1px 0 1px 0;
	border-color: #eeeeee;
	border-style: solid;
}

a.buy_or_add
{
  background-color: #550000;
  color: #ffffff;
  font-weight:bold;
  text-decoration: none;
  margin: 2px 0 0 0;
  padding: 2px;
  border-color: #ee6600;
  border-width:1px;
  border-style:solid;

  font-size: 90%;
  display: inline;
}

ul.features li
{
  list-style-position: outside;
	list-style-type:none;
	background-color:#f9f9f9;
	margin-bottom:5px;
	border-width: 1px 0 1px 0;
	border-color: #eeeeee;
	border-style: solid;
	display:block;
	margin-left:0px;
}

ul.features
{

}


a:hover.buy_or_add
{
  color: #33aa00;
  text-decoration: none;
}

li.accessory
{

}

li.accessory_na
{
	font-size: 90%;
}


table.product_info td.first_col
{
	padding-right:5px;
	text-align: left;
}

table.product_info td.align_right
{
	text-align:right;
	padding-left:5px;
}

table.product_info td
{
	border-width:0 0 1px 0;
	border-style: solid;
	border-color: #eeeeee;
}

img.forma_titulu
{
	margin:0px 2px 0 0;
	float:left;

}

div.forma_produktu a
{
	color:#666666;
}

div.forma_produktu
{
	width:90px;
	font-size: 60%;
	text-align:left;
	line-height:13px;
	margin:5px 2px 2px 2px;
	float:left;
	clear:none;
	padding:2px;
}

div.forma_produktu_selected
{
	border: 1px solid #666666;

	font-weight:bold;
}

div.forma_produktu_unselected
{
	border: 1px solid #cccccc;
}


/*-----------------------------------------------more offer-----------------------------------------*/

div.more_offer
{
	border:1px solid #EEEEEE;
	margin-top:10px;
	padding:5px;
}

div.more_offer_featured
{
	border:1px solid #FFAAAA;
	margin-top:10px;
	padding:5px;
}


/*-----------------------------------------------right bar-----------------------------------------*/


div.menu_block_white
{
  width: 220px;
  background-color:#ffffff;
  margin:0 0 20px 0;
  padding:0px 0 0px 0;
  border-style:solid;
  border-color:#aaaaaa;
  border-width: 0;
}

div.menu_block_white_header
{
  font-weight:bold;

  padding:3px 0px 9px 0px;
  border-style:dashed;
  border-width:0;
  border-color:#aaaaaa;
}

div.menu_block_white_content
{
  padding:0;
  font-size: 90%;
}

div.menu_block_actions_content
{
	padding:10px 10px 10px 10px;
  font-size: 90%;
}


div.sorting
{
  clear:right;
  font-size: 90%;
  padding: 2px 0 0 0;
}

div.sorting select
{
  font-size: 70%;
  vertical-align:middle;

}



div.prices_2
{
  width: 220px;
  background-color:#eeeeee;
  margin:0 0 20px 0;
  padding:0px 0 0px 0;
  border-style:solid;
  border-color:#aaaaaa;
  border-width: 1px 0 1px 0;
}

div.prices_2_header
{
  font-weight:bold;

  padding:5px 10px 5px 10px;
  border-style:dashed;
  border-width:0 0px 1px 0px;
  border-color:#aaaaaa;
}

div.prices_2_content
{
  font-size: 90%;
  padding:10px 10px 10px 10px;
}


div.prices_2_old
{
  border-style:solid;
  border-width: 1px 0 1px 0;
  border-color: #aaaaaa;
  font-size: 90%;
  width:220px;
  padding: 5px 10px 10px 10px;
  margin: 20px 0 20px 0;
  border-spacing: 0px;
  text-align:left;
  background-color:#eeeeee;
  clear:none;
}


div.one_contextual_ad
{
	font-size: 70%;
	margin-bottom:3px;
	margin-top:3px;
}


/*-----------------------------------------------seller_cart-----------------------------------------*/
div.seller_card
{
	padding:10px;
}

div.seller_card_content
{
	padding-left:10px;
}

div.feedbacks
{
	padding-left:10px;
}


div.seller_card h1
{
	font-size: 150%;
}

div.seller_card_feedback
{
	font-size: 90%;
	margin-left:10px;
	margin-top:5px;
}

/*-----------------------------------------------other content-----------------------------------------*/

div.saved_carts_buttons
{
	clear: right;
	float: right;
	font-size: 80%;
	margin-bottom:5px;
}

div.for_onunload
{
  margin:auto;
  background-color: #ffffff;
  display: none;
  text-align:center;
  vertical-align: middle;
  padding:200px;
}

ul.in_text
{
  margin: 0 0 0 20px;
  padding:0px;
  font-size: 110%;
}

ul.obchodni_podminky li
{
	font-weight: bold;
	list-style-type: none;
	margin-top:10px;
}

ul.obchodni_podminky li li
{
	font-weight: normal;
	margin-top:0;
}


/*-----------------------------------------------search for prices-----------------------------------------*/


div.search_item
{

  padding: 7px 7px 0px 7px;
  border-width:1px;
  border-style:solid;
  border-color:#aaaaaa;
  text-align: left;
  font-size: 90%;
  margin: 10px 0px 15px 0px;
  display:block;
}

div.search_item_img
{
	float:left;
	clear:none;
	margin:0 10px 3px 0;
	width:80px;
	height:80px;
	overflow: hidden;
	text-align:center;
	border: 0px solid black;
}

div.search_item_info
{
	float:right;
	clear:none;
	border:1px solid #aaaaaa;
	text-align:right;
	margin:0 0 10px 10px;
	background: #eeeeee;
	padding:5px;
}


/*-----------------------------------------------icons-----------------------------------------*/

div.partner_icon
{
	float:left;
	clear:none;
	margin:5px 5px 0px 1px;
}

div.partner_icon_right
{
	float:right;
	clear:none;
	margin:5px 1px 0px 0px;
}

div.clearer
{
	clear:both;
	height:0px;
}

div.clearer_right
{
	clear:right;
	height:0px;
}

div.clearer_2
{
	clear:both;
	height:1px;
}

div.clearer_10
{
	clear:both;
	height:10px;
}

div.img_inline
{
	vertical-align: middle;
}

div.img_inline img
{
	vertical-align: middle;
}

input
{
	background-color:#eeeeee;
	border-width:1px;
	border:1px solid #aaaaaa;

}

button
{
	background-color:#eeeeee;
	border-width:1px;
	border:1px solid #aaaaaa;
	cursor: Pointer;
}

textarea
{
	background-color:#eeeeee;
	width:235px;
	border:1px solid #aaaaaa;
}



div.platba
{
	border:1px solid #cccccc;
	margin-top:10px;
	background-color:#eeeeee;
}

div.platba input
{
	border:0px solid #cccccc;

}

table.platba
{
	width:95%;
}

table.default_center
{
	width:100%;
	border:1px solid #999999;
	background-color:#eeeeee;
	font-size:80%;
}

table.default_center tr.odd
{
	background-color:#ffffff;
}

table.default_center td
{
	text-align:center;
	padding:0px;
}

table.default_center tr.head td
{
	font-weight:bold;
	border-bottom:1px solid #999999;
}

table.three_levels
{
	width:100%;
	border:1px solid #999999;
	font-size:90%;

}

table.three_levels td
{
	padding: 5px;
	text-align:right;
}

table.three_levels tr.three_levels_1 th
{
	background-color:#ddeedd;
}

table.three_levels tbody.three_levels_2 th
{
	background-color:#eeeeee;
}

table.three_levels th
{
	padding: 5px;
	text-align:right;
}

table.three_levels td.text_td
{
	text-align:left;
}

table.three_levels th.text_td
{
	text-align:left;
}



table.three_levels th
{
	padding: 5px;
}


table.three_levels tr.three_levels_1
{
	background-color:#ddeedd;
}


div.user_form_block
{
	border: 1px solid #cccccc;
	float: left;
	clear: none;
	margin: 10px 20px 10px 0;
	padding: 10px;
	width: 330px;
	font-size:90%;
}

div.user_form_block_login
{
	border: 1px solid #cccccc;
	float: none;
	margin: 10px 20px 10px 0;
	padding: 10px;
	width: 330px;
}


div.form_star
{
	float:right;
	width: 15px;
	color: #660000;
}

div.smaller_in_div
{
	font-size:80%;
}

div.user_form_field_prescripted
{
	float:right;
	clear:both;
	margin: 0 10px 5px 0;
	text-align:right;
	line-height: 30px;
}


div.user_form_field
{
	float:none;
	clear:both;

}
div.user_form_field_name
{
	margin-right: 5px;
	padding-top:7px;



	float:left;
	clear:left;

}

div.user_form_field_value
{
	padding-top:5px;
	min-height: 35px;
	float:right;
	clear:right;
}

div.uffv_thin
{
	min-height: 20px;
}

div.user_form_block_long_desc div.user_form_field_value
{
	padding-top:0px;
	padding-bottom: 10px;
}

div.user_form_block input
{
	height: 25px;
	font-size:100%;
	width: 170px;
}

div.user_form_block_login input
{
	height: 25px;
	font-size:100%;
	width: 125px;
}

div.user_form_block select
{
	height: 25px;
	font-size:100%;
	width: 175px;
}

div.user_form_block textarea
{
	height: 40px;

	width: 300px;
}

div.user_form_block input.form_psc
{
	width: 75px;
}

div.user_form_block_gray
{
	color: #aaaaaa;
	font-size:75%;
}

div.user_form_block input.nobrdr
{
	height: 15px;
	font-size:80%;
	width: 15px;
}

div.main_attention
{
	margin: 10px 0 0px 0;
	padding: 0px 0 10px 0;
	color:#550000;
	font-size: 110%;
	font-weight: normal;
	border-color: #aaaaaa;
	border-width: 0 0 1px 0;
	border-style:solid;
	text-align: justify;
}



div.diskuze
{
	margin: 0px 0 0 0;
	border-width: 0px 0 0 0;
	padding: 20px 0 0 0;
	border-style:solid;
	border-color:#999999;
}

div.ukazka
{
	margin: 0px 0 0 0;
	border-width: 0px 0 0 0;
	padding: 0px 0 0 0;

}

div.ukazka_js
{
	border-width: 1px;
	border-style:solid;
	border-color:#999999;
	height:400px;
	overflow-y: scroll;
	overflow-x: auto;
	background-color:#eeeeee;
	margin:0px;
	padding: 5px;
}

div.ukazka_js div
{
	margin:10px;
}

div.ukazka_prepis
{
	border-width: 1px;
	border-style:solid;
	border-color:#999999;
	height:250px;
	overflow-y: scroll;
	overflow-x: auto;
	background-color:#eeeeee;
	padding:0 20px 10px 20px;
	white-space: pre-wrap;
	font-size:90%;
}

div.ukazka_prepis_odst
{
	border-width: 1px;
	border-style:solid;
	border-color:#999999;
	height:250px;
	overflow-y: scroll;
	overflow-x: auto;
	background-color:#eeeeee;
	padding:0 20px 10px 20px;
	font-size:90%;
}

div.ukazka_prepis_odst p
{
	margin: 0 0 0 0;
	text-indent: 20px;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 20px;
    -webkit-margin-end: 20px;
}


div#pdf_teaser
{
	margin:0px;
	padding:0px;
}

table.diskuze td
{
	padding-right:10px;
}

table.diskuze_full
{
	font-size: 90%;
	background-color:#f9f9f9;
	margin-left:10px;
	width:100%;
}

table.recenze_full
{
	width:100%;
	font-size: 90%;
}

table.recenze_full tr.diskuze_spacer td
{
	border-width: 0px 0 0px 0;

	border-style:solid;
	border-color:#999999;

	height:15px;
}
table.recenze_full tr.recenze_entry_head td
{
	border-width: 0px;
	border-style:solid;
	border-color:#999999;
}

table.recenze_full tr.recenze_entry_head td.recenze_stars
{
	text-align: right;
}

table.recenze_full tr.recenze_entry_body  td.recenze_entry_body
{
	background-color:#ffffff;
	border-width: 1px 0 1px 0;

	border-style:solid;
	border-color:#eeeeee;

}
table.recenze_full tr.recenze_entry_head td.diskuze_vspacer
{
	background-color:#ffffff;
	text-align:center;
	width:7px;
}

table.recenze_full tr.recenze_entry_body td.diskuze_vspacer
{
	background-color:#ffffff;
	text-align:center;
	width:7px;
}


div.diskuze_form
{
	margin-top:5px;
	display:none;
	font-size: 80%;
}

div.diskuze_form input
{
	font-size: 80%;
	vertical-align: middle;
}
div.diskuze_form textarea
{
	font-size: 80%;

	padding:1px;
}


div.diskuze_foot
{
	border-style: solid;
  border-color: #dddddd;
  border-width: 1px 0 1px 0;
}

.error
{
	color:#550000;
	font-size: 120%;
	font-weight:bold;
}

.warning
{
	color:#550000;
	font-size: 100%;
}

.warning_green
{
	color:#005500;
	font-size: 100%;
}

.warning_gray
{
	color:#555555;
	font-size: 100%;
}


img.in_text
{
	vertical-align: middle;
}


input.kupon
{
	width:70px;
}

div.paging
{
	clear:both;
	margin:0px 0 0px 0;

	font-weight:normal;

	display:block;
	  color: #666666;

	  border-width:  1px 0px 1px 0px;
	  border-style: solid;
	  border-color: #aaaaaa;
	  padding: 10px 10px 10px 10px;

	  clear:none;

	  background-color:#eeeeee;

	  vertical-align:middle;
}

div.paging_howmany
{
	float:right;
	clear:none;
}

div.paging_page
{
	clear:none;
	float:left;
}

div.paging_move
{
	clear:both;
	text-align:center;
}

div.paging_move a
{
	font-weight:bold;
	font-size:110%;
}

div.dsecurebox
{

	background-color: #e9f3f7;
	border: 1px solid #79B7CE;
	padding: 10px;
}


textarea.for_code
{
	width: 450px;
	height: 65px;
}


div#cookie_notif
{
	background-color: #ffffee;
	border-top: 1px solid black;
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	z-index: 1000;
	margin: 0px;
	padding: 10px 0px 0 3px;
	font-size: 80%;
	text-align: center;
}

div#cookie_notif button
{
	display:block;
	float:right;
	margin: 0px 10px 3px 3px;
}

span.info_circle
{
	color: #ffffff;
	background-color: #bbbbbb;
	padding: 0 6px 0 6px;
	font-weight: bold;
	font-size: 120%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-family:curier;
}


/*------------------------------------------------moving-------------------------------------------*/

div.quick_bestseller_1
{
	overflow:hidden;
	background-color:#f9f9f9;
	padding-left:10px;
	clear:none;
}

div.quick_bestseller_1 img
{
	margin: 0 3px -5px 3px;

}

div.under_quick_bestsellers
{
	text-align:left;
	margin-left:0px;
	margin-top:3px;
	display:block;
	width:434px;
	height:25px;
	padding: 5px 0 0 30px;
	background-color: #ffee99;
	color: #666666;
	font-weight:bold;
	font-size: 100%;
	border: 1px solid black;

}



 div.under_quick_bestsellers:hover
{
	text-decoration:none;
	background-color: #ffcc66;
}

div.novinky_parent_banner a:hover
{
	text-decoration:none;
}

div.quick_bestseller_2
{
	overflow:hidden;
	background-color:#f4f4f4;
	padding-left:10px;
	clear:none;
}

div.moving_novinka_img
{

	height:65px;
	margin-top:5px;

}
div.moving_novinka_text
{
	height:65px;
	vertical-align: middle;
	clear: none;
	display: table-cell;
}

div.moving_novinka_img img
{
	border:1px solid #aaaaaa;
	float:left;
	margin-right:5px;
}

div.moving_novinka
{
	position:relative;
	clear:none;

}

table.stav_obj tr.hlavicka td
{
	background-color:#dddddd;
}

table.stav_obj tr td
{
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #999999;
	padding: 5px 10px 5px 10px;
}


table.stav_obj tr td.no_border
{
	border: 0px solid black;
	background-color:#ffffff;

}


/* -------------------------------bigcart-------------------------------------------------------------- */


input.big_cart_item_amount
{
  width:20px;
  margin: 3px;
  vertical-align: middle;
  border-width:1px;
  background-color:#eeeeee;
  text-align:right;
}

input.button_change
{
  color:#ffffff;
  border-color: #ee6600;
  border-width:1px;
  border-style:solid;
  width:55px;
  vertical-align: middle;
  background-color:#550000;
  margin: 0px;
}

input:hover.button_change
{
  background-color: #33aa00;
  color: #ffffff;
}

button.button_change
{
  color:#ffffff;
  border-color: #ee6600;
  border-width:1px;
  border-style:solid;
  width:55px;
  vertical-align: middle;
  background-color:#550000;
  margin: 0px;
}

button:hover.button_change
{
  background-color: #33aa00;
  color: #ffffff;
}

table.cartbig
{
	border: 1px solid #999999;
	font-size:90%;
}

table.cartbig th
{
	padding: 5px;
	margin:0px;
	font-weight:bold;
	text-align:left;
	background-color: #cccccc;
	border: 1px solid #999999;
}

table.cartbig th.num
{
	text-align:right;
}



table.cartbig td
{
	padding: 5px;
	margin:0px;
	background-color: #ececec;
	border: 1px solid #999999;
	text-align:left;

}

table.cartbig tr.odd td
{
	background-color: #f3f3f3;

}

table.cartbig tr.white td
{
	background-color: #ffffff;

}


table.cartbig td.num
{
	text-align:right;
}

div.kosik_rychle_vkladani
{
	font-size: 70%;
}

input.button_change_small
{
  color:#ffffff;
  border-color: #ee6600;
  border-width:1px;
  border-style:solid;
  width:45px;
  vertical-align: middle;
  background-color:#550000;
  margin: 0px;
  font-size: 80%;
}

input:hover.button_change_small
{
  background-color: #33aa00;
  color: #ffffff;
}

button.button_change_small
{
  color:#ffffff;
  border-color: #ee6600;
  border-width:1px;
  border-style:solid;
  width:45px;
  vertical-align: middle;
  background-color:#550000;
  margin: 0px;
  font-size: 80%;
}

button:hover.button_change_small
{
  background-color: #33aa00;
  color: #ffffff;
}

table.hodnoceni tr td
{
	height:23px;
	vertical-align:middle;
}

table.hodnoceni tr td.w105
{
	width:105px;
}

span.hodnoceni_slovne
{

}

input.dotaznik_sb
{
	margin-left: 20px;
}

div.dopravne
{
	float:left;
	clear:none;
	margin: 0 10px 10px 0;

}

div.dopravne2
{
	font-size:85%;
	border: 1px solid #aaaaaa;
}

div.dopravne_row_0
{
	clear:both;
	width:380px;
	background-color:#f6f6f6;
	padding: 5px 5px 5px 5px;
	min-height: 24px;
}

div.dopravne_row_1
{
	clear:both;
	width:380px;
	background-color:#ffffff;
	padding: 5px 5px 5px 5px;
	min-height: 24px;

}

div.dopravne_platby_row_0
{
	clear:both;
	width:380px;
	background-color:#f6f6f6;
	padding:5px;
}

div.dopravne_platby_row_1
{
	clear:both;
	width:380px;
	background-color:#ffffff;
	padding:5px;
}

div.doprava_input
{
	float:left;
}

div.dopravne_cena
{
	float:right;
	clear:none;
}

div.doprava_info_i
{
	float:right;
	font-size:90%;
	padding:0px 4px 0px 4px;
	margin: 1px 10px 0 0;
	border: 1px solid #999999;
	clear:none;
	font-family: courier;
	-webkit-border-radius: 8px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 8px; /* FF1-3.6 */
    border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

span.doprava_info_i_card
{
	float:right;
	font-size:90%;
	padding:0px 4px 0px 4px;
	margin: 2px 0px -2px 0px;
	border: 1px solid #999999;
	clear:none;
	font-family: courier;
	-webkit-border-radius: 8px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 8px; /* FF1-3.6 */
    border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	line-height:15px;
	cursor: Pointer;
}

div.doprava_logo
{
	float:left;
	clear:none;
	border: 1px solid #999999;
	margin:-2px 3px 0 2px;
	padding:0;
	height:24px;
}

div.doprava_logo img
{

}

object.small_xmas_tree
{
	display:inline-block;
	margin:1px 4px -1px -4px;
}

div.selected_platba_doprava
{
  color:#ffffff;
  border-color: #000000;
  border-width:1px;
  border-style:solid;

  vertical-align: middle;
  background-color:#006600;
  margin: 10px 0 0 0;

  padding:5px;

}

div.doprava_divlikeselect
{
	max-height:100px;
	font-size:90%;
	border:1px solid #aaaaaa;
	cursor:pointer;
	overflow: scroll;
}
div.doprava_divlikeselect div
{
	border:1px solid #dddddd;
	margin: 2px 0 2px 0;
}
div.item_redefine
{
	display:none;
}

span.item_redefine
{
	display:none;
}

div.share_g
{
	float:left;clear:none;margin-top:2px;margin-left:5px;width:35px;text-align:left;

}

div.share_text
{
	margin-top:0px;margin-left:5px;margin-right:0px;text-align:left;font-size:80%;
}

div.share_text_2_lines
{
	float:left;margin-top:-4px;margin-bottom:-4px;margin-left:5px;margin-right:5px;text-align:left;
}

div.share_f
{
	clear:none;float:left;margin-top:2px;margin-left:1px;width:179px;

}

div.bottom_product
{
	clear:both;
}

.small
{
	font-size:80%;
}

div.reader_interaction
{
	float:left;
	clear:none;
	background-color:#ffffff;
	padding:0px;
}

div.na_postu
{
	margin-left: 25px;
}



#balik_na_postu_select
{
	display:none;
	width:305px;
	font-size: 80%;
}

#balik_na_postu_text
{
	width:300px;
	height:20px;
	background-color:#ffffff;
}

#balik_balikovna_select
{
	display:none;
	width:305px;
	font-size: 80%;
}

#balik_balikovna_text
{
	width:300px;
	height:20px;
	background-color:#ffffff;
}

#zasilkovna_select
{
	display:none;
	width:305px;
	font-size: 80%;
}

#zasilkovna_text
{
	width:300px;
	height:20px;
	background-color:#ffffff;
}

div.input_params_box
{
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 10px 5px;
	border:1px solid #eeeeee;
}

div.input_params_box input
{
	width:190px;
}

div.input_params_box textarea
{
	width:190px;
}

div.menu_info_novinky
{
	font-size:90%;
}

div.small_card_admin
{
	font-size: 70%;
	clear:none;
	font-weight:normal;

}
div.small_card_admin button.search_submit
{
	height: 15px;
	line-height: 10px;

}


/*-----------------------------------------------new layout 022014-----------------------------------------*/

div.foot
{
	min-width: 500px;
}

div.foot_part
{
	margin: 10px 0 10px 0;

	float: left;
	clear:none;

	text-align: center;
}

div.foot_part_divider
{
	float: left;
	clear:none;
	width: 0px;
}

div.foot_part_right
{

}

div.foot_part_body
{
	float: left;
	clear:none;
	width: 300px;

}

div.foot_wrapper
{
	max-width: 1200px;
	margin: 0px auto 0px auto;
	clear: both;
}

div.foot_part_head
{
	float: none;
	font-weight: bold;
}

a.menuyes
{
	font-weight: bold;
}

div.subfoot
{
	padding: 5px;
	margin: 10px 0 0 0;
	clear: both;
	background-color: #eeeeee;
	text-align: center;
}

span.smaller
{
	font-size:90%;
}

span.smaller_20
{
	font-size:80%;
}

span.smaller_30
{
	font-size:70%;
}

div.smaller
{
	font-size:90%;
}

div.smaller_20
{
	font-size:80%;
}

div.smaller_30
{
	font-size:70%;
}


div.novinky_banner
{
	position:relative;
	overflow:hidden;
	height:215px;
	padding-top:0px;
	padding-left:10px;
	border-width:1px 0 1px 1px;
	border-style: solid;
	border-color: black;
	font-size: 90%;
}
div.novinky_banner_best
{
	position:relative;
	clear:none;
	overflow:hidden;
	height:215px;
	border:1px solid black;
}

div.foot_100
{
  border-width:1px 0px 0px 0px;
	border-style: solid;
  text-align: center;
  padding:0px;
  background-color:#eeeeee;
	-webkit-border-radius: 0px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 0px; /* FF1-3.6 */
    border-radius: 0px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

div.head_100_spacer
{
	widtgh:100%;
	height: 41px;
}

div.head_100
{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
  border-width:0px 0px 1px 0px;
	border-style: solid;
  text-align: center;
  padding:0px;
  background-color:#eeeeee;
	-webkit-border-radius: 0px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 0px; /* FF1-3.6 */
    border-radius: 0px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

div.in_head_100
{
	max-width: 1200px;
	text-align: right;
	padding: 5px 0 5px 0;
	margin: 0px auto 0px auto;
	min-width:300px;
}


#in_head_cssmenu ul,
#in_head_cssmenu li,
#in_head_cssmenu span,
#in_head_cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#in_head_cssmenu ul {
  list-style: none;
}



#in_head_cssmenu > ul > li {
  float: right;
}
#in_head_cssmenu ul ul {
  display: none;
  position: absolute;
  top: 36px;
  left: -1px;
  min-width: 100%;
  text-align: center;
}
#in_head_cssmenu li:hover ul {
  display: block;
}
#in_head_cssmenu:after,
#in_head_cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}

#in_head_cssmenu a {
  color: #333333;
  display: inline-block;
  min-width: 40px;
  text-align: center;

}

#in_head_cssmenu span.no_link {
  color: #333333;
  display: inline-block;
  min-width: 40px;
  text-align: center;

}

#in_head_cssmenu > ul > li.active a {
  background: #646464;


}
#in_head_cssmenu > ul > li.active a:hover {
  background: #999999;

}
#in_head_cssmenu > ul > li a {

   background: #eeeeee;

  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #cccccc;
  line-height: 29px;
  padding: 0 40px;
  filter: none;
}

#in_head_cssmenu > ul > li a.like_text {

   background: none;

   border:none;
	display:inline;
	padding:0px;
}

#in_head_cssmenu > ul > li a.like_text_img {

   background: none;

   border:none;
	display:inline;
	padding:0px;
}


#in_head_cssmenu > ul > li span.no_link {

   background: #ffffff;

  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #cccccc;
  line-height: 29px;
  padding: 0 40px;
  filter: none;
}

#in_head_cssmenu > ul > li a:hover {
   background: #cccccc;

}

#in_head_cssmenu > ul > li a.like_text_img:hover {
   background: none;
}

#in_head_cssmenu li ul li {
  text-align: center;
}
#in_head_cssmenu li ul li a {
  border-top: 0 none;
  border-left: 1px solid #cccccc;
  display: block;
  line-height: 120%;
  padding: 9px 5px;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}

#in_head_cssmenu li ul li span.no_link {
  border-top: 0 none;
  border-left: 1px solid #cccccc;
  display: block;
  line-height: 120%;
  padding: 9px 5px;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}

ul.foremost {
	z-index:10000;
}

#in_head_cssmenu > ul > li.left_end_li > a
{
	border-left: 1px solid #cccccc;
}

#in_head_cssmenu > ul > li.foremost_li > a
{
	padding-bottom: 5px;
	margin-bottom: -5px;
	padding-top: 5px;
	margin-top: -5px;
}

div.main_part
{
	text-align:left;
	max-width: 1200px;
	margin:0 auto 0 auto;
	min-width: 500px;
}

div#help_div
{
	display:none;
	width:180px;
	font-size:80%;
	font-weight:normal;
	position:absolute;
	background-color:#ffffdd;
	border: solid 1px #000000;
	padding:2px;
}

div#help_div_over
{
	display:none;
	width:180px;
	font-size:80%;
	font-weight:normal;
	position:absolute;
	background-color:#ffffdd;
	border: solid 1px #000000;
	padding:2px;
	text-align: justify;
    text-justify: inter-word;
}

div.help_on_inline
{
	display: inline;
	color: #ffffff;
	background-color: #999999;
	padding: 0 5px 0 5px;
	font-size:90%;
	font-weight: bold;
	-webkit-border-radius: 8px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 8px; /* FF1-3.6 */
    border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

div#help_div_usetrite
{
	display:none;
	width:80px;
	height: 80px;
	text-align:center;
	font-weight:bold;
	position:absolute;
	background-color:#660000;
	color: #ffffff;
	border: 3px solid #990000;
	padding:0px;
	line-height: 20px;
	-webkit-border-radius: 40px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 40px; /* FF1-3.6 */
    border-radius: 40px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

/*-----------------------------------------------top and search part-----------------------------------------*/

div#subsearch_content
{
	display: none;
	position: relative;
	top: 0px;
	left:0px;
  	z-index:1000;
	width:300px;
	font-weight:normal;
	padding:2px;
	border: solid 0px #999999;
	padding:0px;
	max-height:1px;
	overflow:visible;
}

div#subsearch_content_in
{
	background-color: #ffffff;
	border: solid 1px #999999;
	padding:2px;
	position: absolute;


}

div#subsearch_content a
{
	color: #333333;
}

div#subsearch_content a:hover
{
	text-decoration: none;
}


div.subsearch_one_odd
{
	background-color:#eeeeee;
	padding:2px 0 2px 2px;
}

div.subsearch_one_even
{
	background-color:#dddddd;
	padding:2px 0 2px 2px;
}

div.subsearch_one_odd:hover
{
	background-color:#ffffff;
}

div.subsearch_one_even:hover
{
	background-color:#ffffff;
}

div.subsearch_image
{
	float:left;
	margin-right: 5px;
}
div.subsearch_nazev
{
	font-size: 80%;
	margin: 0px 5px 2px 0px;
	clear:none;
}

div.subsearch_content_in_head
{
	background-color: #999999;
	color:#ffffff;
	padding:2px;
	margin-top:5px;
}

div.subsearch_content_in_produkt_text
{
	padding:5px;
	float:left;
	clear:none;
	max-width: 230px;

}

div.subsearch_content_in_body
{
	margin-left:5px;
}

div.subsearch_content_in_produkt img
{
	float: left;

}

div.top_and_search_part
{
	text-align:left;
	max-width: 1200px;
	margin: 10px auto 10px auto;
	padding: 0px;
	min-width: 500px;
}

div.logo
{
	float:left;
	width: 270px;
	text-align:center;
	clear:none;
}

div.left_menu_switch
{
	display: none;
	float:left;
	clear:none;
}

div.logo img
{
	margin-left: 0px;
	width: 100%;
	margin-bottom:-10px;
}

div.searching_banner
{
	clear:none;
	float: left;
	width: 690px;
	margin: 10px 10px 0 0;


	overflow:visible;

}

div.search_options
{
	clear:both;
	font-size:80%;
	color: #999999;
	float:left;
	margin-top:0px;
	border-width:0px 1px 1px 1px;
	border-color: gray;
	border-style: solid;
	padding: 2px 2px 2px 0;
}

div.search_options input
{
	width: 10px;
	height: 10px;
	clear:none;
	vertical-align:middle;
	padding:0;
	margin:0 2px 0 0;
}


div.search_options_part
{
		float:left;
	clear:none;

	line-height: 17px;

	margin:  4px 5px 4px 10px ;

}

input.main_search_input
{
	width:530px;
	outline: none;
	border-width: 0px ;
	height: 27px;
	font-size: 110%;
	background-color: #ffffff;
	margin: 0 0 0 5px;
	line-height: 23px;

	padding:0px;
}

div.main_search
{
	border-style: solid;
	border-color: #550000;
	float: left;
	clear: none;
	width: 100%;

}

div.main_search img
{
	margin: 0px;
	border-width: 0px;
}
div.main_search_dropdown
{

	float:left;

	height: 29px;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #550000;
	vertical-align:middle;
	display:inline;
	line-height:32px;
	padding: 0 10px 0 10px;
	-webkit-border-radius: 0px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 0px; /* FF1-3.6 */
    border-radius: 0px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    cursor:Pointer;
}

button.main_search_submit
{
	width: 82px;
	height: 29px;
	font-size: 110%;
	background-color: #ffffff;
	border-width: 0 0 0 1px ;
	border-style: solid;
	border-color: #550000;
	background-color: #550000;
	color: #ffffff;
	cursor: Pointer;
	-webkit-border-radius: 0px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 0px; /* FF1-3.6 */
    border-radius: 0px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    float:right;
	margin-right: -1px;
}

div.cart_top
{
	float:right;
	border-width: 1px ;
	border-style: solid;
	border-color: #999999;
	clear: none;
	width: 190px;
	height: 77px;
	line-height: 18px;
	margin: 10px 0 3px 10px;
	font-size: 100%;
}

div.cart_top_image
{
	float:left;
	background-color:#eeeeee;
	margin-right:10px;
	padding-right:4px;
	padding-left:4px;
	padding-top:12px;
	height:65px;
}

div.cart_top_image img
{

}

div.cart_floating
{
	position:absolute;
	display:none;
	background-color: #eeeeee;
	border:1px solid #999999;
	z-index: 10000;
}

div.floating_cart_item
{
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;

	padding:5px;
	margin: 5px 5px 5px 5px;
	font-size: 90%;
	width:300px;

	background-color: #ffffff;
}

div.floating_cart_dostupnost
{
	border-width:0px;

	padding:0px;
	margin:0px;
	font-size: 80%;
	width:auto;
	clear: none;
	color: #009900;
}


div.floating_cart_dostupnost_ne
{
	border-width:0px;
	clear: none;
	padding:0px;
	margin:0px;
	font-size: 80%;
	width:auto;
}

/*-----------------------------------------------END - top and search part-----------------------------------------*/


span.anotace_small_card
{
	font-size:90%;
	text-align:justify;
}

div.anotace_small_card_smaller
{
	text-align:justify;
	width:100%;
	font-weight:normal;
	font-size:75%;
	display:block;
	line-height:14px;
}


hr.in_foot
{
	margin: 0 auto 10px auto;
	width: 1200px;
}

div.main_wrapper
{

	margin:0 10px 0 10px;


}



div.left_navigation
{
	width: 250px;
	clear: none;
	float: left;
}

div.left_navigation_narrow_toggle_hidden
{
	display:block;
}

div.left_navigation_narrow_toggle_block
{
	display:block;
}


div.content_part
{
	width:930px;
	min-width: 500px;
	float: right;
}

div.right_bar_floating
{
	display: none;
}

div.above_foot_line
{
	width:100%;
	background-color: #999999;
	height: 2px;
	margin: 30px 0 0px 0px;
}

h2.h2_online_prodej
{
	display:block;
	float:right;
	font-size:80%;
	color: #999999;
	font-weight:normal;
	margin-top:0px;
}

span.h2_online_prodej
{
	display:block;
	float:right;
	font-size:80%;
	color: #999999;
	font-weight:normal;
	margin-top:0px;
}


div.above_foot
{
	margin: 50px 0px 30px 0px;
}

div.menu_block_above_foot
{
	float: left;
	clear: none;
  width: 220px;
  background-color:#ffffff;
  margin: 0 40px 40px 40px;
  padding:0px 0 0px 0;
  border-style:solid;
  border-color:#aaaaaa;
  border-width: 1px 0 1px 0;
	height: 250px;
	overflow: hidden;
	font-size:90%;
}

div.menu_block_above_foot div.menu_info
{
	text-align: justify;
	font-size:90%;
}

div.above_name_autor
{
	clear:none;
	height:0px;
}

ul.rozcestnik
{

}

ul.rozcestnik li
{

}

ul.rozcestnik li a
{

}

div.kontakt_mapa
{
	text-align:center;
	width:485px;
	margin-left:auto;
	margin-right:auto;
}

div.kontakt_mapa_2
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	min-width:485px;
	font-size:90%;
}

div.skladby_row
{

	clear:both;
	font-size:90%;
}

div.skladby_1
{
	clear:none;
	float:left;
	width: 25px;
}

div.skladby_2
{
	clear:none;
	float:left;
	width: 430px;
}

div.skladby_3
{
	clear:none;
	float:left;
	width: 35px;
	text-align:right;
}




div.description_detail_content_onclick
{
	display:none;
}







/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;

    max-width: 80%;
	max-height:85%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 50px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}








.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
    border: 5px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
	padding:0;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;

	font-size: 90%;
	margin: 0 40px 0 40px;

}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;

    padding: 0;

}

div.jcarousel li {
    width: 210px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0 0px 0 0px;
	padding: 0 0 0 0;
}
div.jcarousel li div{
	max-width: 92%;
}

.jcarousel img {
    display: block;
    max-width: 90%;
	width:190px;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 10px;
}

.jcarousel-control-next {
    right: 10px;
}

.jcarousel-control-prev:hover {
    text-decoration: none;
	color: #33dd33;
}

.jcarousel-control-next:hover {
    text-decoration: none;
	color: #33dd33;
}


/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 0%;
    -webkit-transform: translate(-0%, 0);
    -ms-transform: translate(-0%, 0);
    transform: translate(-0%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

a div.more_hp
{
	float:right;
	padding: 0px;
	font-size:80%;
	padding-top:15px;
}

a div.home_big_button
{

	font-family: 'Codystar', cursive;
	/*
	 font-family: 'Bungee Inline', cursive;
	font-family: 'Saira Stencil One', cursive;
	font-family: 'Righteous', cursive;
	font-family: 'Bungee Shade', cursive;
	font-family: 'Bungee Outline', cursive;

	font-family: 'Saira Stencil One', cursive;
	font-family: 'Plaster', cursive;
	font-family: 'Black Ops One', cursive;


	font-family: 'Bungee Inline', cursive;
	*/
	font-weight: bold;
	/*font-variant: small-caps;*/
	text-transform: uppercase;
	float:left;
	width:204px;
	height: 40px;
	display:block;
	border: 1px solid #cccccc;
	text-align:center;
	padding: 3px;
	margin: 10px 10px 10px 10px;

	position: relative;
	font-size: 90%;
	line-height:130%;
	background-color: #ffee99;
	background-image: -webkit-gradient(linear, right top, left bottom, from(#ffee99), to(#eedd88)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top right, #ffee99, #eedd88); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top right, #ffee99, #eedd88); /* FF3.6 */
	background-image:     -ms-linear-gradient(top right, #ffee99, #eedd88); /* IE10 */
	background-image:      -o-linear-gradient(top right, #ffee99, #eedd88); /* Opera 11.10+ */
	background-image:         linear-gradient(200deg, #ffee99, #ffcc77);
	clear:none;

}

a div.home_big_button_2
{


	background-color: #ffdd88;
	background-image: -webkit-gradient(linear, right top, left bottom, from(#ffdd88), to(#ffbb66)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top right, #ffdd88, #ffbb66); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top right, #ffdd88, #ffbb66); /* FF3.6 */
	background-image:     -ms-linear-gradient(top right, #ffdd88, #ffbb66); /* IE10 */
	background-image:      -o-linear-gradient(top right, #ffdd88, #ffbb66); /* Opera 11.10+ */
	background-image:         linear-gradient(200deg, #ffdd88, #ffbb66);


}

a div.home_big_button_3
{
	font-family: 'Open Sans', sans-serif;
}

a div.home_big_button:hover
{
	border: 1px solid black;
}

a div.home_big_button div
{
	position: absolute;
		 top: 50%;
		 transform: translateY(-50%);
	text-align:center;

	width: 95%;
}

a div.home_big_button img
{
	float:left;

}


img.more_img_thumb_active
{
	border: 1px solid #990000;
}

img.more_img_thumb
{
	border: 1px solid #999999;
}

ul.mygal li
{
	clear:none;
	float:left;
	display:block;
	width:55px;
	list-style-type: none;
	margin: 0;
}


div.litcen_rocnik
{
	float:left;
	clear:none;
	width:50px;
	height:50px;
	text-align:center;
	font-size:80%;
	padding: 2px;
}

div.litcen_nazev
{
	background-color:#eeeeee;
}

hr.hr_in_nav
{
	clear:both; height:1px; color: #aaaaaa; border-width:0px; margin:0px 0 2px 0;
}

div.shower_in_cats
{
	float:right;cursor:pointer;
}


div.catfilters_options
{
	background-color: #eeeeee;
	text-align:left;

}

div.catfilters_option
{
	border-top:1px solid #999999;
	background-color: #eeeeee;
	text-align:left;
}

div.cat_filters
{
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	font-size:80%;
	font-weight: normal;

	text-align:left;
}
div.catfilters_option_value
{
	float:left;
	padding:3px;
	margin:5px;
	border:1px solid #999999;
	background-color: #dddddd;
	clear:none;
	font-weight:normal;
	font-size:80%;

}
div.catfilters_option_key
{

	float:left;

	width: 110px;
	padding:5px;
	margin:0px;

}
div.catfilters_option_values
{
	padding:0px;
	margin:0px;
	float:right;
	clear:none;
	border-left:1px solid #999999;
	width:calc(100% - 125px);
}

div.catfilters_range_price_wrapper_zero
{
	float:left;
	clear:none;
}
div.catfilters_show
{
	float:right;
	border:1px solid #999999;
	padding: 3px;
	clear:none;
	margin: 5px 0 5px 10px;
	cursor:pointer;

}

div.catfilters_submit
{
	float:right;
	border:0px solid #999999;

	clear:none;
	margin: 5px 0 5px 10px;
}
div.catfilters_submit input
{
	border:1px solid #663333;
	color: #663333;
	line-height: 25px;
	cursor:pointer;
	font-size: 110%;
	background-color:#ffffff;
}


div.catfilters_range
{
	float:left;
	padding: 3px;
	clear:none;
	margin: 5px 20px 5px 20px;
}
div.catfilters_range input
{
	display:block;
	border:1px solid black;
}
div.catfilters_range input.catfilters_range_price_high
{
	margin-top:-20px;
}

#slider_prices
{
	width:330px;
	float:left;
}
div.catfilters_range_price_wrapper
{
	float:left;
	clear:none;
	width:70px;
	margin: 5px 0px 5px 0px;
	font-size:90%;
}
input.catfilters_range_price
{
	text-align:right;
	border:none;
	background:none;
	width:40px;
	font-size:100%;

}

.noUi-connect {
	background: #663333;
}

div.nase_knihy
{
	clear:none;
	float:left;
	margin: 0 35px 30px 0;
}

div.nase_knihy_hp_all
{

	overflow:hidden;
	height:auto;

}
div.nase_knihy_hp
{
	clear:none;
	float:left;
	margin: 2px;

}

div.nase_knihy_hp
{
		width:16%;
}


div.nase_knihy_hp img
{
		width:100%;
}

h2.nase_knihy_hp
{
	margin: 10px 0 5px 0;
	padding: 0 0 0 0;
}
a div.more2_hp
{
	float:right;
	padding: 0px;
	font-size:80%;
	padding-top:0px;
	margin-bottom: 5px;
}

div.nase_kniha
{
	clear:none;
	margin-left:0px;
	margin-top: 12px;
	float:left;
	width:300px;
	border:1px solid #aaaaaa;
	text-align: justify;
}
div.nase_kniha_spacer
{
	float:right;
	width:0px;

}
div.nase_kniha_text
{
	padding: 0 5px 0 5px;
}

div.search_found_cats
{
	float:left;
	clear:none;
	margin: 5px 15px 5px 5px;
	padding:5px;
	border:1px solid #cccccc;
	max-width:320px;
	overflow: hidden;

}

div.search_found_cats a
{
	display:block;
	border:1px solid #dddddd;
	font-size:90%;
	margin:2px 0 3px 0;
	padding:0px 2px 0 2px;
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 4px; /* FF1-3.6 */
    border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

div.search_found_cats a:hover
{
	border:1px solid #aaaaaa;
	text-decoration: none;
}

div.vite_co_cist_cat
{
	width:278px;
	float:left;
	clear:none;
	border:1px solid #aaaaaa;
	margin: 10px 10px 10px 10px;
	overflow:hidden;
	padding:5px;
}

div.vite_co_cist_cat_hp
{
	line-height:16px;
	font-size:90%;
	width:213px;
	float:left;
	clear:none;
	border:1px solid #aaaaaa;
	margin: 5px;
	overflow:hidden;
	padding:3px;
}

div.podcast_row
{
	margin:10px 0 10px 0;
	border:1px solid gray;
	padding:10px;
}
div.podcast_row h3
{
	background-color:#99ccff;
	text-align:center;
	margin: -10px -10px 10px -10px;
}

div.podcast_embed
{
	clear:none;
	border:1px solid black;
	width:325px;
	height:185px;
	margin: 0px;
	padding:0px;
	text-align:center;
	cursor:pointer;
	float:left;
}
div.podcast_play
{
	clear:none;
	color:#663333;
	font-size:400%;
	margin: 50px 0 0 0px;
}
div.podcast_souvisejici
{
	float:right;
	width:300px;
}

div.podcast_home
{
	float:right;
	width:82px;
	text-align:right;
}

span.show_i
{
	font-family:curier;
	color: #ffffff;
	background-color: #999999;
	padding: 3px 3px 1px 5px;
	font-size:100%;
	font-weight: bold;
	-webkit-border-radius: 13px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 13px; /* FF1-3.6 */
    border-radius: 13px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

table.opening-hours td {
	margin: 0;
	padding: 2px 15px 2px 0;
}