body{
  font-family: "Arial CE", Arial, sans-serif;
  
  font-size: 95%;
  margin:0;
  padding:0;
  color:#666666;
  background-color:#ffffff;
	-webkit-text-size-adjust: 100%;
}
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; 
}

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.dostupnost:hover
{
  color:#009900;
  text-decoration: none;
}

span.dostupnost_num
{
	
}

span.dostupnost
{
	color:#009900;
	font-weight:bold;
}

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


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.p_descr
{
	margin:0;
	padding:0;
}

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

/*-----------------------------------------------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;
}

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: 20px 0 0 15px;
  padding: 0 0 0 0;
}

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

ul.menu_content_below_categories
{
  margin: 10px 0 0 20px;
  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');
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}


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

li.menuyes
{
  list-style-image: URL('../imgs/list_270_t.png');
  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;
	*/
  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;
	padding-left:5px;
}

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');
  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');
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}

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


li.cat
{
  list-style-image: URL('../imgs/list_cat_t.png');
  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: 90%;
	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: 13px solid transparent;
	border-left: 10px solid #cccccc;
	border-bottom: 13px 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: #ee6600;
  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: 1px 0 0px 0;
  padding: 5px 0px 5px 0px;
  font-size: 80%;  
}

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%;  
}



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.tipy
{
  margin:0px;
  padding:0px;
  
  font-size: 80%;
  clear:both;
}

div.menu_info
{
	margin:0px;
  padding:0px;
  
  
  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;
  
  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: 10px 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;
}

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: 170px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #cccccc;
  padding: 1px 0px 1px 3px;
  margin: 2px 6px 4px 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-top: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 li
{
  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 0 0;
  clear:none;
  vertical-align:middle;
	
}

div.sort_by
{
	
	
  	font-size:80%;
	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.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 -10px 0px 0px;
	border-width:0 0px 0px 0;
	border-style:solid;
	border-color:#999999;
	color: #666666;
  	padding:0;
	overflow:hidden;
	font-size: 90%;
	
  	
}

div.bestseller
{
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
	float:left;
	clear:none;
	padding:5px;
	margin: 5px 10px 5px 0px;
	
	width:291px;
	overflow: hidden;
	white-space: nowrap;
	background-color: #ffffff;
}

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.home_banner
{
	margin:10px 0 20px 0;
	padding: 0 0 0px 0;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	
}


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_img
{
	padding:0px 0 0px 0;
	float:left;
	width:88px;
	text-align:left;
	margin: 10px 10px 5px 0;
}

img.img_item_img
{
	border:1px solid #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:100px;
  
  text-align:left;
  clear:none;
  font-weight:bold;
  display:block;
  margin:0 0 0 0;
  padding: 0 0 0px 0;
	
  
}

div.item_price_and_actions
{
  padding:5px 0 0px 0;
  clear:none;
  float:right;
  width:200px;
  text-align:right;
  
  margin:0;
}

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

span.listprice
{
  text-decoration: line-through;
}

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 3px 2px 3px;
  border-color: #550000;
  border-width:1px;
  border-style:solid;
  height: 23px;
  font-size: 90%;
  vertical-align: middle;  
	font-weight:bold;
	cursor: Pointer;
}


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

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

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%;
}

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


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

button:hover.top_cart_button
{
  background-color: #ee6600;
  color: #ffffff;
}

button:hover.download_button
{
  background-color: #ee6600;
  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: #ee6600;
  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: #ee6600;
  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: #ee6600;
  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:hover.button_forward
{
  background-color: #ee6600;
  color: #ffffff;
}

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

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


a.buy_list
{
  color: #550000;
  
  font-size: 90%;
  vertical-align: bottom; 
}

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

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

a:hover.find_list
{
  color: #ee6600;
  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;
}



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

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

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

h2.small_card
{
  
  font-weight: bold;
  padding: 0px 0 0px 0px;
  display:block;
  margin:0 0 5px 0;
}



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

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

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

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


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

h3.p_in_cats
{
	font-size: 110%;
	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
{
	
	width: 220px;
}

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

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_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;
}

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: #ee6600;
  text-decoration: none;
}

li.accessory
{
	
}

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


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

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

img.forma_titulu
{
	margin-top:5px;
}


/*-----------------------------------------------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.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 5px;
}

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

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;
}

div.user_form_block
{
	border: 1px solid #cccccc;
	float: left;
	clear: 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
{
	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.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:90%;
	width: 175px;
}

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

div.user_form_block textarea
{
	height: 50px;
	
	width: 300px;
}

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



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: 120%;
	font-weight: normal;
	border-color: #aaaaaa;
	border-width: 0 0 1px 0;
	border-style:solid;
}



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

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: 110%;
}


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;
}

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

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_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: #ee6600;
  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: #ee6600;
  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: #ee6600;
  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: #ee6600;
  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:#f9f9f9;
	padding:5px;
}

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

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

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


div.dopravne_cena
{
	float:right;
}


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.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: 20px;
}

#balik_na_postu_select
{
	display:none;
	width:250px;
}

#balik_na_postu_text
{
	width:250px;
}

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: left;
}

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.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
{
  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;
}


#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: 31px;
  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 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 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;
}


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

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

/*-----------------------------------------------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: #eeeeee;
	border: solid 1px #999999;
	padding:2px;
}

div#subsearch_content a
{
	color: #333333;
}

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


div.subsearch_one_odd
{
	background-color:#f9f9f9;
}

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.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;
}

div.logo img
{
	margin-left: -13px;
}

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

div.search_options
{
	clear:both;
	font-size:75%;
	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;
	
	
	
	margin: 0px 0 0 10px ;
	line-height:15px;
}

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

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: 80px;
	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;
}

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

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

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%;
}

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.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 10px 0px;
}

div.above_foot
{
	margin: 50px -25px 50px 0px;
}

div.menu_block_above_foot
{
	float: left;
	clear: none;
  width: 220px;
  background-color:#ffffff;
  margin: 0 25px 0px 0px;
  padding:0px 0 0px 0;
  border-style:solid;
  border-color:#aaaaaa;
  border-width: 1px 0 1px 0;
}

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

ul.rozcestnik
{
	
}

ul.rozcestnik li
{
	
}

ul.rozcestnik li a
{
	
}





@media screen and (max-width:1240px) and (min-width:1010px) {
	
	div.foot_part_body
	{
		width: 245px;
	}
	
	div.foot_wrapper
	{
		max-width: 980px;
	}
	
	hr.in_foot
	{
		width: 980px;
	}
	
	div.menu_block_above_foot
	{
		margin-right: 33px;
	}
	
	div.above_foot
	{
		margin-right: -33px;
	}
	
	div.left_navigation
	{
		width: 220px;
	}
	
	div.menu_block
	{
		width: 220px;
	}
	
	div.content_part
	{
		width: 740px;
	}
	div.in_head_100
	{
		max-width: 980px;
	}
	
	div.top_and_search_part
	{
		max-width: 980px;
	}
	
	div.main_part
	{
		max-width: 980px;
	}
	
	div.logo
	{
		width: 240px;
	}
	
	input.main_search_input
	{
		width: 375px;
	}
	
	div.searching_banner
	{
		width: 520px;
	}
	
	div.middle_none
	{
		display:none;
	}
	
	div.dopravne
	{
		margin: 0 5px 5px 0;
	}
	
	div.dopravne2
	{
		font-size:80%;
	}
	
	div.dopravne_row_0
	{
		width:353px;
	}
	
	div.dopravne_row_1
	{
		width:353px;
	}
	
	div.dopravne_platby_row_0
	{
		width:353px;
	}
	
	div.dopravne_platby_row_1
	{
		width:353px;
	}

}

@media screen and (max-width:1009px) {


	body{
	  
	  
	}

	div.above_foot
	{
		display:none;
	}
	
	div.left_navigation
	{
		display:none;
	}
	
	div.content_part
	{
		width: 100%;
	}
	div.logo
	{
		width: 200px;
	}
	
	input.main_search_input
	{
		width: 340px;
		height: 20px;
	}

	
	div.searching_banner
	{
		width: 500px;
		
	}
	
	div.foot_part_divider
	{
		float: left;
		clear:none;
		width: 0px;
	}
	
	div.foot_part_body
	{
		float: left;
		clear:none;
		width: 200px;
	}
	
	div.foot_wrapper
	{
		width:400px;
		margin: 0px auto 0px auto;
		clear: both;
	}

	hr.in_foot
	{
		margin: 0 auto 10px auto;
		width: 450px;
	}
	div.cats_navigation_2_home
	{
  		display:block;
	}
	
	div.novinky_parent_banner
	{
		display:none;
	}
	
	div.dopravne
	{
		margin: 0 10px 10px 0;
	}
	
	div.dopravne2
	{
		font-size:80%;
	}
	
	div.dopravne_row_0
	{
		width:358px;
	}
	
	div.dopravne_row_1
	{
		width:358px;
	}
	
	div.dopravne_platby_row_0
	{
		width:358px;
	}
	
	div.dopravne_platby_row_1
	{
		width:358px;
	}
		
}
@media screen and (max-width:525px) {

	div.searching_banner
	{
		width: 340px;
	}
	
	div.foot
	{
		min-width: 340px;
	}
	div.main_part
	{
		min-width: 340px;
	}
	div.top_and_search_part
	{
		min-width: 340px;
	}
	div.content_part
	{
		min-width: 340px;
	}
	div.main_search
	{
		min-width:340px;
	}
	img.prazdniny_468
	{
		width: 340px;
	}
	input.main_search_input
	{
		width: 200px;
	}
	hr.in_foot
	{
		width: 310px;
	}
	div.foot_wrapper
	{
		width:340px;
	}
	
	div.name_and_rating
	{
		clear:both;
	}
	
	div.item
	{
		min-width:330px;
		padding:2px;
		
	}
	
	div.main_wrapper
	{
		margin: 0 5px 0 5px;
	}
	
	div.logo
	{
		margin-top:10px;
		margin-right: -10px;
		width: 150px;
	}
	
	div.logo img
	{
		width: 150px;
	}
	
	div.cart_top
	{
		margin-left: 0px;
	}
	
	div#cookie_notif
	{
		height: 42px;
	}
	
	div.kroky_objednavky div.krok_objednavky
	{
		
		clear:left;
	}
	div.kroky_objednavky div.krok_objednavky
	{
		margin-left:0px;
	
	}
}
@media screen and (max-width:370px) {

	div.above_name_autor
	{
		clear:both;
	}
	div.searching_banner
	{
		width: 300px;
	}
	
	div.foot
	{
		min-width: 300px;
	}
	div.main_part
	{
		min-width: 300px;
	}
	div.top_and_search_part
	{
		min-width: 300px;
	}
	div.content_part
	{
		min-width: 300px;
	}
	div.main_search
	{
		min-width:300px;
	}
	img.prazdniny_468
	{
		width: 300px;
	}
	input.main_search_input
	{
		width: 153px;
	}
	hr.in_foot
	{
		width: 270px;
	}
	div.foot_wrapper
	{
		width:300px;
	}
	
	div.name_and_rating
	{
		clear:both;
	}
	
	div.item
	{
		min-width:290px;
		padding:2px;
		
	}
	
	div.main_wrapper
	{
		margin: 0 5px 0 5px;
	}
	
	div.logo
	{
		margin-top:10px;
		margin-right: -10px;
		width: 110px;
	}
	
	div.logo img
	{
		width: 110px;
	}
	
	div.cart_top
	{
		margin-left: 0px;
	}
	
	div.bestseller
	{
		width:280px;
		margin: 5px 0 5px 0;
	}
	
	div.dopravne
	{
		margin: 0 0 5px 0;
	}
	
	div.dopravne2
	{
		font-size:67%;
	}
	
	div.dopravne_row_0
	{
		width:300px;
		padding:5px 0 5px 0;
	}
	
	div.dopravne_row_1
	{
		width:300px;
		padding:5px 0 5px 0;
	}
	
	div.dopravne_platby_row_0
	{
		width:300px;
		padding:5px 0 5px 0;
	}
	
	div.dopravne_platby_row_1
	{
		width:300px;
		padding:5px 0 5px 0;
	}
	
	div.user_form_block
	{
		width: 280px;	
		font-size:85%;
	}
	
	div.user_form_block input
	{
		width: 140px;
	}
	
	div.user_form_block select
	{
		width: 145px;
	}
	div.user_form_block textarea
	{
		height: 50px;
		width: 250px;
	}
}
