html, body, ul, li, p, form, input, table, tr, td, h3, h4, h5 {
  padding: 0px; 
  margin: 0px;
  line-height: 130%;
  list-style: none;
  color: #262626;  
}

#base {
  margin: 0 auto;
  width: 990px;
  padding: 170px 0 0;
  position:relative;
  text-align:left;
}

h1 {
  font-size: 19px;
  color: #8EC51F;
  font-family: Tahoma,Verdana;
  font-weight: normal;
}

h2 {
  /* display: none; */
  font-size: 17px;
  color: #1E384C;
  font-family:Tahoma,Verdana;
  font-weight: normal;
}

h2 a {
  font-size: 17px;
  color: #1E384C;
  font-family:Tahoma,Verdana;
  font-weight: normal;
}

h3 a {
  color: #262626;
}

a {
  color: #1E384C;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0px;
}

html {
  background: url(../../img/html_background.gif) top left repeat-x;
  font-family: Verdana, Sans-Serif; 
  font-size: 12px;
}

body {
}

/* HEADER */


#header {
  /* background: url(../../img/header_background.png) top left repeat-x; */
  position: absolute;
  top: 0px;
  float: left;
  height: 170px;
}

#top_menu1 {
  float: left;
  margin: 0px;
  padding: 31px 0px 0 28px;
  width: 50px;
}

#top_menu2 a {
  color: #000000;
  font-family: Tahoma;
  font-size: 11px;
  line-height: 25px;
}

#top_menu2 a:hover {
    text-decoration:underline !important;
}

#top_menu2 {
  float: right;
  margin: 0px;
  padding: 90px 50px 0 50px;
  width: 870px;
}

#header_logo {
    background: url(../../img/logo.gif) no-repeat;
    width: 400px;
    height: 70px;
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 2;
}

#header_logo:hover {
  text-decoration: none;
}

#header_quick_info {
  width: 250px;
  position: absolute;
  top: 17px;
  left: 670px;
  font-size: 11px;
}

.header_quick_info_big {
    font-size: 21px;
    float: right;
    padding: 0px 0 5px 15px;
    line-height: 15px;
}

.header_quick_info_black {
  float: right;
  padding: 0px 0 0px 15px;
  line-height: 15px;
}

.header_quick_info_gray {
    font-size: 11px;
    float: right;
    padding: 0px 0 5px 15px;
    color: #999999;
}

.header_quick_info_white {
  float: right;
  color: #8EC51F;
  font-size: 11px;
  line-height: 15px;
}

.header_quick_info_white a {
  color: #8EC51F;
}

#header_basket {
  width: 180px;
  position: absolute;
  top: 215px;
  left: 560px;
  font-size: 11px;
  line-height: 25px;
  padding: 0px 0px 0px 15px;
}

#header_basket a {
    color: #000000;
}

.header_basket_big {
  font-size: 13px;
  color: #8EC51F;
}

.left_side {
    float: left;
}

.right_side {
    float: right;
}

#header_basket_ico {
  width: 217px;
  height: 115px;
  position: absolute;
  top: 167px;
  left: 545px;
  display: block; 
}

#header_basket_ico:hover {
  text-decoration: none;
}

#header_vyhody_ico {
  width: 197px;
  height: 102px;
  position: absolute;
  top: 59px;
  left: 757px;
  display: block;
}

#header_vyhody_ico:hover {
  text-decoration: none;
}

#header_login {
  width: 125px;
  position: absolute;
  top: 195px;
  left: 800px;
  font-size: 11px;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
}

#header_login input {
  font-size: 11px;
  color: #1c6796;
}

#header_login p {
  margin-top: 4px;
}

#header_login p a {
  color: #ffffff;
  background: url(../../img/header_login_register.gif) left no-repeat;
  padding-left: 10px;
  text-decoration: underline;
  line-height: 13px;
}

#header_login p a:hover {
  text-decoration: none;
}

#header_login_login {
  width: 116px;
  height: 13px;
  padding: 5px 2px;
  margin-bottom: 5px;
}

#header_login_password {
  width: 56px;
  height: 13px;
  padding: 5px 2px;
}

#header_login_submit {
  vertical-align: bottom;
  _vertical-align: text-bottom;
}

#header_logistic {
  position: absolute;
  top: 70px;
  left: 779px;
  width: 168px;
  height: 56px;
}

#header_logistic a:hover {
  text-decoration: none;
}

#header_gift {
  position: absolute;
  top: 130px;
  left: 779px;
  background: url(../../img/header_gift.png) top left no-repeat;
  width: 168px;
  height: 56px;
}

#header_gift:hover {
  text-decoration: none;
}

/* HORIZONTAL MENU */
#horizontal_menu {
  position: absolute;
  top: 123px;
  float: left;
  width: 985px;
  height: 38px;
}

.horizontal_menu_active {
    color:#8EC51F !important;
}

#horizontal_menu table {
  width: 948px;
  height: 36px;
  font-size: 12px;
  margin: 0px 0px 0px 9px;
  border-spacing: 0px;
  border-collapse: collapse;
  font-size:12px;
  font-family:Tahoma;
  font-weight:bold;
}

#horizontal_menu table tr td {
  height: 36px;
  line-height: 36px;
}

#horizontal_menu table tr td a {
  display: block;
  color: #FFFFFF;
  height: 36px;
  padding: 0px 5px 0px 5px;
  text-align: center;
}

#horizontal_menu table tr td a:hover {
    color:#8EC51F;
    text-decoration:none !important;
}

/* CONETNT */
#content_wrapper {
  float: left;
  width: 990px;
}

#left_sidebar {
  float: left;
  width: 236px;
}

#left_sidebar h4 {
    color:#FDFDFD;
    font-size:12px;
    font-weight:bold;
    text-transform:capitalize;
    clear: both;
    height: 32px;
    width: 207px;
    background: url(../../img/left_sidebar_category_background.gif) bottom left no-repeat;
    margin: 0px 0px 0px 9px;
    padding: 5px 10px 0px 10px;
    font-size: 13px;
    line-height: 32px;
}

.left_sidebar_box {
    background-color: #ffffff;
    margin-bottom:8px;
    margin:0 0 0 9px;
    padding: 0 0 20px 0;
    border-left: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    border-bottom: 1px #e3e3e3 solid;
}

#general_menu {
  font-family: Tahoma;
  color: #797C80;
  font-size: 11px;
  width: 225px;
}

#general_menu li {
  background: url(../../img/general_menu_level1.gif) top left no-repeat;
  font-weight: bold;
  line-height: 30px;
}

#general_menu li a {
  padding-left: 5px;
  display: inline;
  color: #1E384C;
  text-decoration:none;
  font-size: 11px;
}

#general_menu li a:hover {
  color: #797C80;
  text-decoration: underline;
}

#general_menu ul li {
  background: #ffffff url(../../img/general_menu_level2.gif) top left no-repeat;
  line-height: 20px;
  font-weight: normal;
}

#general_menu ul li a {
  padding-left: 5px;
  line-height: 20px;
  display: inline;
}

#general_menu ul li img {
  padding-left: 10px;
}

#general_menu ul ul li a {
  padding-left: 5px;
  display: inline;
}

#general_menu ul ul li img {
  padding-left: 20px;
}

#general_menu ul ul ul li a {
  padding-left: 5px;
  display: inline;
}

#general_menu ul ul ul li img {
  padding-left: 30px;
}

#general_menu ul ul ul ul li a {
  padding-left: 5px;
  display: inline;
}

#general_menu ul ul ul ul li img {
  padding-left: 40px;
}

#general_menu ul ul ul ul ul li a {
  padding-left: 5px;
  display: inline;
}

#general_menu ul ul ul ul ul li img {
  padding-left: 50px;
}

#general_menu ul ul ul ul ul ul li a {
  padding-left: 5px;
  display: inline;
}

#general_menu ul ul ul ul ul ul li img {
  padding-left: 60px;
}

#general_menu ul ul ul ul ul ul ul li a {
  padding-left: 5px;
  display: inline;
}

#general_menu ul ul ul ul ul ul ul li img {
  padding-left: 70px;
}

#general_menu ul ul ul ul ul ul ul ul li a {
  padding-left: 5px;
  display: inline;
}

#general_menu ul ul ul ul ul ul ul ul li img {
  padding-left: 80px;
}

#general_menu ul ul ul ul ul ul ul ul ul li a {
  padding-left: 5px;
  display: inline;
}

#general_menu ul ul ul ul ul ul ul ul ul il img {
  padding-left: 90px;
}

#general_menu_active {
  color: #8EC51F;
  background: url(../../img/general_menu_active.gif) no-repeat scroll left top !important;
}

#general_menu_active a {
  color: #8EC51F;
}

#left_sidebar_help {
  
}

#brands_offer {
  width: 207px;
  margin: 20px 0px 20px 9px;
}

#brands_offer li {
  padding: 0px 20px 0px 20px;
  line-height: 15px;
  font-size: 12px;
}

#brands_offer li a {
  color: #0C4D6B;
}

#newsletter_box {
  margin: 20px 0px 20px 29px;
}

#newsletter_box input {
  float: left;
  margin-bottom: 5px;
}

#newsletter_box_button {
  margin-left: 5px;
  vertical-align: bottom;
  _vertical-align: text-bottom;
  height: 20px;
  position: relative;
  top: -16px;
}

#search_box {
  padding: 10px 0px 0px 15px;
}

#search_box_input {
  float: left;
  padding: 5px 3px;
  width: 120px;
}

#search_box_button {
  margin-left: 5px;
  vertical-align: bottom;
  _vertical-align: text-bottom;
  height: 28px;
  position: relative;
  top: -16px;
}

.left_sidebar_actuality_column {
  width: 205px;
  padding: 10px 10px 30px 10px;
  color: #416f92;
  background: url(../../img/left_sidebar_actuality_wave.gif) bottom center no-repeat;
}

.left_sidebar_actuality_date {
  font-size: 10px;
  line-height: 20px;
  margin-bottom: 10px;
  background: url(../../img/left_sidebar_news.gif) left top no-repeat;
  padding-left: 30px;
  color: #2b312b;
}

.left_sidebar_actuality_text {
  font-size: 11px;
}

.left_sidebar_actuality_text a{
  font-weight: bold;
  color: #8EC51F;
  text-decoration: underline;
}

.left_sidebar_actuality_text a:hover{
  font-weight: bold;
  color: #8EC51F;
  text-decoration: none;
}

.left_sidebar_actuality_text b{
  font-weight: bold;
  color: #8EC51F;
}


#content {
  float: right;
    padding:5px 8px 0 5px;
    width:740px;
  overflow: hidden;
}

#inside_content {
    padding: 10px 15px 5px 15px;
    background: #FFFFFF;
    border: 1px #E3E3E3 solid;
}

#content_breadcrumbs {
  font-size: 10px;
  color: #959595;
  line-height: 12px;
  font-family: Tahoma;
  margin: 5px 0px 10px 0px;
}

#content_breadcrumbs a {
  color: #1E384C;
  text-decoration: none;
  font-weight: bold;
}

#content_breadcrumbs a:hover {
  text-decoration: underline;
}

#content_category_description {
  width: 701px;
  font-size: 11px;
  margin: 10px 0px 10px 0px;
  color: #383c3d;
}

.content_paging {
  text-align: right;
  margin: 0px;
  font-size: 11px;
  font-family: Tahoma;
  font-weight: bold;
  color: #959595;
}

.content_paging a {
  color: #1E384C;
}

.content_paging_first {
  padding-left: 20px;
  background: url(../../img/content_paging_first.gif) left no-repeat;
}

.content_paging_previous {
  padding-left: 15px;
  background: url(../../img/content_paging_previous.gif) left no-repeat;
}

.content_paging_next {
  padding-right: 15px;
  background: url(../../img/content_paging_next.gif) right no-repeat;
}

.content_paging_last {
  padding-right: 20px;
  background: url(../../img/content_paging_last.gif) right no-repeat;
}

.content_paging_pages {
  margin: 0px 5px;
}

.content_paging_pages a {
  margin: 0px 2px;
}

.content_paging_big {
  font-size: 15px;
}

.content_paging_big a {
color:#8EC51F;
font-size:15px;
}

#content_brands {
  clear: both;
  float: left;
  width: 701px;
  height: 39px;
  margin-top: 10px;
  font-size: 11px;
  color: #144f61;
  background: url(../../img/content_brands_top_background.gif) top left no-repeat;
}

#content_brands_show {
  padding: 0px 0px 0px 10px;
  line-height: 39px;
  float: left;
  height: 39px;
}

#content_brands_show a {
  width: 180px;
  height: 39px;
  background: url(../../img/content_brands_show.gif) right no-repeat;
  padding: 0px 20px 0px 0px;
  color: #144f61;
}

#content_brands_show a:hover {
  text-decoration: none;
}

#content_brands_sort {
  float: right;
  text-align: right;
  padding-right: 10px;
  height: 29px;
  _height: 31px;
  padding-top: 10px;
  _padding-top: 8px;
}

#content_brands_count {
  float: right;
  padding-right: 10px; 
  text-align: right;
  height: 29px;
  _height: 31px;
  padding-top: 10px;
  _padding-top: 8px;
}

#content_brands_list {
	clear: both;
        float: left;
	width: 681px;
	background-color: #e5e5e5;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	font-size: 11px;
	font-family: Tahoma;
	display: none;
}

#content_brands_list a {
  color: #1E384C;
  font-size: 11px;
}

#content_brands_list a:hover {
  text-decoration: none;
}

#content_brands_list div {
  float: left;
  width: 130px;
  line-height: 20px;
}

#content_brands_footer {
  clear: both;
  float: left;
	width: 701px;
	background: url(../../img/content_brands_footer.gif) bottom left no-repeat;
	margin-bottom: 10px;
	height: 25px;
	display: none;
}

#content_brands_footer a {
  width: 83px;
  height: 25px;
  margin-left: 10px;
  display: block;
  text-decoration: none;
}

/* CONTENT CATEGORY */

.contentcategory {
	float: left;
	position: relative;
	width: 230px;
	height: 220px;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	color: #ffffff;
}

.middle {
	margin: 0px 4px 0px 4px;
}

.contentcategory h3 {
	width: 230px;
	height: 29px;
	background: url(../../img/contentcategory_background.gif) top left repeat-x;
	margin: 1px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
	line-height: 29px;
	font-size: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #000000;
}
.contentcategory h3 a {
	line-height: 29px;
	font-size: 15px;
    padding: 0px 0px 0px 10px;
    color: #000000;
}

.contentcategory img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #aeaeae;
}

.contentcategory p {
	margin: 99px 0px 0px 0px;
	padding: 30px 5px 0px 5px;
	font-size: 11px;
	width: 220px;
	height: 51px;
	position: absolute;
	top: 27px;
	left: 0px;
	color: #ffffff;
	line-height: 13px;
}

.contentcategory p a {
	color: #ffffff;
}

.contentcategory p a:hover {
	text-decoration: underline;
}

.showcategory {
	height: 12px;
	position: absolute;
	top: 207px;
	left: 110px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/* DYNAMICKY RESENE PRODUKTY */
#content_table {
  clear: both;
  float: left;
  width: 701px;
  border-spacing: 0px;
  border-collapse: collapse;
}

#content_table tr td {
  text-align: center;
  padding: 5px 5px;
}
#content_table p {
  font-size: 11px;
  margin: 0px 0px 10px 0px;
  font-family: Tahoma;
}

#content_table h3 {
  text-align: left;
  line-height: 14px;
}

#content_table h3 a {
  font-size: 12px;
  font-family: Tahoma;
  color: #1E384C;
  border-bottom: 1px dashed #29d800;
}

#content_table h3 a:hover {
  border-bottom: 0px;
  text-decoration: none;
}

.content_row {
  width: 701px;
  margin: 0px;
  padding: 0px;
}

.content_column {
  width: 223px;
  vertical-align: top;
  margin: 0px;
  position: relative;
}

.content_price {
  width: 223px;
  vertical-align: top;
  margin: 0px;
  position: relative;
}

.product_icon {
	clear: both;
	float: left;
	width: 90px;
	text-align: center;
	margin: 20px 0px 20px 50px;
}

.slevy {
  float: right;
  width: 40px;
}

.content_column_desc {
  clear: both;
  color: #383c3d;
  text-align: justify;
  font-size: 11.5px;
}

.content_column_recommend {
  color: #8c9091;
  text-align: left;
}

.content_column_parameters {
  clear: both;
  color: #8c9091;
  text-align: left;
  font-style: italic;
}

#content_table p.content_column_price {
  color: #3e7cc0;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}

#content_table p.content_column_price span {
  color: #8EC51F;
  font-size: 17px;
  font-weight: bold;
}

.content_to_basket {
  text-align: left;
  font-size: 11px;
  margin-bottom: 5px;
}

.content_column_store {
  background: url(../../img/content_column_store.gif) bottom right no-repeat;
}

.content_column_piece {
  border: 1px solid #c4c4c4;
  width: 20px;
  padding:3px 4px;
}

.content_column_submit {
  vertical-align: bottom;
  _vertical-align: text-bottom;
}

.content_rightborder {
  border-right: 1px dotted #c4c4c4;
}

.content_bottomborder {
  border-bottom: 1px dotted #c4c4c4;
}

#content h4 {
  font-size: 15px;
  color: #1899d0;
  line-height: 20px;
  margin: 10px 0px 10px 0px;
}

#content h5 {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0px 10px 0px;
}

#content_description p {
  text-align: justify;
  margin: 10px 0px 10px 0px;
}

#bestseller {
	float: left;
	width: 680px;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 0px;
}

#bestsellerproducts {
	float: left;
	width: 680px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
	font-size: 11px;
}

#bestsellerproducts li {
	width: 665px;
	background: url(../../img/black_arrow.gif) top left no-repeat;
	padding: 0px 0px 0px 25px;
	line-height: 20px;
	text-align: left;
	border-bottom: 1px solid #cacaca;
	position: relative;
}

#bestsellerproducts li a {
	width: 640px;
	color: #8EC51F;
	text-decoration: underline;
}

#bestsellerproducts li a:hover {
	text-decoration: none;
}

#bestsellerproducts span {
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight: bold;
}

#keywords {
	float: left;
	width: 680px;
	font-size: 11px;
	margin: 5px 0 30px 0;
	padding: 0px;
}

#keywords h4 {
    float: left;
	width: 680px;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 0px;
}

#keywords p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.keywordsheading {
	color: #f96400;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#footer {
  clear: both;
  margin: 40px 0 15px 0;
  padding: 5px 0 0 0;
  border-top: #e3e3e3 1px solid;
}

#footer_inside {
    margin:auto;
    text-align:left;
    padding: 10px;
  width: 930px;
}

#disclaimer {
  font-size: 10px;
  color: #797C80;
}

#linktray {
  font-size: 10px;
  color: #797C80;
  line-height:100%;
}

#linktray h3 {
  font-size: 12px;
  color: #797C80;
}

#linktray h4 {
  font-size: 11px;
  color: #797C80;
}

#copyright {
  font-size: 10px;
  line-height: 12px;
  color: #768088;
}

/* DETAIL PAGE */
.content_detail_blue_link {
    color: #0f5b89;
    text-decoration: underline;
    font-weight:bold;
}

.content_detail_blue_link:hover {
    text-decoration: none;
}

#content_detail_base {
    width: 700px;
    height: 500px;
    background:transparent url(../../img/box_side_border.gif) repeat-y scroll left top;
}

.content_detail_base_top {
    margin: 20px 0 0 0;
    width: 700px;
    height: 9px;
    background:transparent url(../../img/box_top_border.gif) no-repeat;
}

.content_detail_base_foot {
    width: 700px;
    height: 9px;
    background:transparent url(../../img/box_foot_border.gif) no-repeat;
    margin: 0 0 5px 0;
}

#content_detail_image {
  float: left;
  width: 310px;
}

#content_detail_icon {
  width: 300px;
  text-align: center;
  height: 300px;
  border-bottom: 1px dashed #eceaea;
  margin: 0px 5px 10px 5px;
}

#content_detail_icon_nodash {
  width: 300px;
  text-align: center;
  height: 300px;
  margin: 0px 5px 10px 5px;
}

#content_detail_icon img {
  margin: 10px 0px 10px 0px;
}

#content_detail_icon p {
  line-height: 12px;
  font-size: 10px;
  color: #4E616C;
  font-weight: bold;
}

#content_detail_price_top {
    margin:0 0 1em;
    text-align:right;
    color: #262626;
}

.content_detail_price_row {
    border-bottom:1px solid #D0D0D0;
    margin:0 0 3px;
    padding:0 0 3px;
}

.content_detail_price_row strong {
    color:#08CB16;
    font-size:133%;
}

.content_detail_price_row span {
    float:left;
}

#content_detail_thumbs_base {
  height: 132px;
  margin:0 10px 10px 0;
}

#content_detail_thumbs {
  float: left;
  padding: 0px;
}

#content_detail_thumbs p {
  line-height: 12px;
  font-size: 10px;
  color: #4E616C;
  font-weight: bold;
}

#content_detail_desc {
  float: left;
  width: 380px;
  color: #19577d;
}

.content_detail_name {
  width: 120px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}

#content_detail_table tr td {
  line-height: 15px;
}

#content_detail_table a {
  color: #19577d;
  text-decoration: underline;
}

#content_detail_table img {
  margin: 10px 10px 10px 10px;
}

#content_detail_table a:hover {
  text-decoration: none;
}

#content_detail_price {
  border: 1px solid #dbf0f7;
  background: url(../../img/basket_back.gif) repeat;
  padding: 10px 20px 1px 20px;
  font-size: 13px;
  line-height: 30px;
}

#content_detail_price_text {
  font-size: 16px;
}

#content_detail_price_value {
  font-size: 25px;
  color: #08cb16;
}

#content_detail_price_wvat {
  font-size: 10px;
}

#content_detail_price form {
  margin: 10px 0px 20px 0px;
}

#content_detail_price select {
  /* width: 130px; */
}

#content_detail_count {
  width: 30px;
  padding:3px 4px;
}

#content_detail_submit {
  vertical-align: top;
  _vertical-align: text-bottom;
}

#content_detail_print {
  line-height: 20px;
  background: url(../../img/content_detail_print.gif) left no-repeat;
  padding-left: 30px; 
  margin: 10px 0px;
}

#content_detail_print a {
  color: #51b2f0;
  text-decoration: underline;
}

#content_detail_print a:hover {
  text-decoration: none; 
}

.content_detail_box {
    background:transparent url(../../img/box_side_border.gif) repeat-y scroll left top;
    width: 680px;
    padding: 0 10px;
}

#content_detail_box_picture {
    background:transparent url(../../img/package.gif) no-repeat;
    width: 580px;
    padding: 20px 0 0 98px;
    height: 55px;
}

.content_detail_paragraph {
  color: #19577d;
  font-size: 12px;
  text-align: justify;
}

#content_detail_paragraph_in {
  width: 680px;
}

.content_detail_paragraph a {
  color: #80dd3b;
  font-weight: bold;
}

.content_detail_invisible {
  display: none;
}

#content_detail_parameters {
    width: 680px;
}

.content_detail_parameters_odd {
    background-color:#f9f8f8;
    font-size:12px;
    line-height:20px;
    text-align: left;
}

.content_detail_parameters_odd:hover {
    background-color:#caf2fc;
}

.content_detail_parameters_odd span {
    position: relative;
    left: 10px
}

.content_detail_parameters_even {
    background-color:#f0f0f0;
    font-size:12px;
    line-height:20px;
    text-align: left;
}

.content_detail_parameters_even:hover {
    background-color:#caf2fc;
}


.box_header {
    color:#09C200;
    font-size:15px;
    line-height:20px;
    text-align:right;
}

#content_detail_parameters ul {
  width: 302px;
}

#content_detail_parameters ul li {
  color: #19577d;
  line-height: 20px;
  font-size: 10px;
}

#content_detail_parameters span {
  font-size: 11px;
  font-weight: bold;
}

#content_detail_bookmarks_menu {
  clear: both;
  float: left;
  margin: 0px;
  height: 33px;
  margin: 10px 0px 0px 0px;
}

#content_detail_bookmarks_menu ul {
  height: 33px;
  width: 640px;
}

#content_detail_bookmarks_menu ul li {
  float: left;
  height: 19px;
  width: 125px;
  text-align: center; 
  padding-top: 14px;
  cursor: pointer;
  font-size: 11px;
  color: #19577d;
}

.content_detail_bookmarks_noshadow {
  background: url(../../img/content_detail_menu_noshadow.gif) bottom left no-repeat !important;
}

.content_detail_bookmarks_shadow {
  background: url(../../img/content_detail_menu_shadow.gif) bottom left no-repeat !important;
}

.content_detail_bookmarks_active {
  background: url(../../img/content_detail_menu_active.gif) top left no-repeat !important;
  height: 23px !important;
  padding-top: 10px !important;
}

#content_detail_bookmarks {
  clear: both;
  float: left;
  margin: 0px 0px 10px 0px;
  border: 1px solid #eeeeee;
  padding: 0px 20px 0px 20px;
}

#content_detail_bookmarks img{
  margin: 0px 10px 10px 0px;
}

.content_detail_similar {
  position: relative;
  clear: both;
  float: left;
  margin: 10px 0px;
  width: 660px;
}

.content_detail_similar img {
  float: left;
}

.content_detail_similar h3 {
  width: 500px;
}

.content_detail_similar h3 a {
  border-bottom: 1px dashed #09c200;
  color: #19577d;
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 20px;
}

.content_detail_similar h3 a:hover {
  border-bottom: 0px;
  color: #19577d;
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 20px;
  text-decoration: none;
}

.content_detail_similar_price {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #53c202;
  font-size: 13px;
  font-weight: bold;
}

.content_detail_similar p {
  font-size: 10px;
  margin: 10px 0px 10px 0px;
  line-height: 15px;
}

#content_detail_discussion {
  clear: both;
  float: left;
  border: 1px solid #eeeeee;
  padding: 20px;
  width: 660px;
}

/* TIPY */
.tip {
	color: #ffffff;
	width: 96px;
	z-index: 13000;
	height: 43px;
}

.tip-title {
  width: 96px;
  height: 23px;

	font-size: 10px;
	text-align: center;
	color: #ffffff;
	padding-top: 20px;
	background: url(../../img/bublina.gif) top left;
}

.tip-text {
  display: none;
}

.nastred{
  margin: 0 auto;
}

#cleaner {
	clear: both;
	width: 1px;
	height: 100%;
}
.spacer20 {
	height: 20px;
}

.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
}

/* CLEANER */
.cistic {
	clear: both;
	width: 1px;
	height: 100%;
}

/* DOPORUCUJEME */
.recommend {
	float: left;
	width: 188px;
	border: 1px solid #e3e3e3;
	height: 268px;
	margin-top: 5px;
        padding: 25px 20px 25px 20px;
}

.recommend h3 {
	text-align: center;
        color:#1E384C;
        font-family:Arial,Helvetica,sans-serif;
        font-size:13px;
	margin: 0px;
	padding: 0px;
	height: 60px;
}

.recommend h3 a {
	text-decoration: none;
	color:#1E384C;
	height: 60px;
}

.recommend h3 a:hover {
	text-decoration: underline;
}

.recommend a {
	display: block;
	height: 130px;
}

.recommendimg {
	text-align: center;
}

.recommendprice {
	line-height: 20px;
        font-family: Tahoma;
	width: 188px;
	text-align: center;
color:#F65303;
font-size:16px;
font-weight:bold;
}

.recommend p {
	height: 57px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: justify;
	overflow: hidden;	
	display: block;
}

#news {
	float: left;
	width: 700px;
	font-size: 11px;
}

.news-heading {
	font-size: 15px;
	width: 700px;
	border-bottom: 2px solid #1E384C;
	text-align: right;
	text-decoration: none;
	color: #000000;
}

.news-heading a {
	font-size: 15px;
	color: #1E384C;
	text-align: right;
	text-decoration: none;
}

.news-heading a:hover {
	text-decoration: underline;
}

.news-text {
  text-align: justify;
  font-size: 12px;
  line-height: 165%;
}

.news-text a {
  color: #1E384C;
}

#bookmark1 {
  display: none;
}
#bookmark2 {
  display: block;
}
#bookmark3 {
  display: none;
}
#bookmark4 {
  display: none;
}
#bookmark5 {
  display: none;
}

.kosik-table{
    border-collapse:collapse;
}
.kosik-table td{
    padding:1px 4px;
    border:1px solid #e8e8e8; /* Spodni cast tabulky pri zobrazeni kosiku */
}
.kosik-table th{
    border:1px solid #e8e8e8; /* Horni cast tabulky pri zobrazeni kosiku */
    background-color:#f8f8f8; /* Vybarveni horni casti tabulky */
    padding: 2px 5px 2px 5px;
}
.sirka30 {
  width:30px;
}
.redback {
  background: #ffb9b9;
}

.reklamace li{
  list-style-type: upper-roman;
  margin: 0 0 40px 0;
  text-align: justify;
}

.reklamace li ul li{
  margin: 10px 0 5px 0;
}

.reklamace ul li{
  list-style-type: circle;
}

.reklamace ul ul li{
  list-style-type: disc;
  margin: 10px 0 10px 20px;
}

.podminky-list li{
  list-style-type: decimal;
  margin: 0 0 5px 0;
  text-align: justify;
}

.podminky li{
  list-style-type: decimal;
  margin: 0 0 25px 0;
  text-align: justify;
}

.podminky li ul li{
  margin: 10px 0 5px 0;
}

.podminky ul li{
  list-style-type: circle;
}
.podminky ul ul li{
  list-style-type: disc;
  margin: 10px 0 10px 20px;
}
.hlaska{
    color:#000000;
    background-color:#ffcccc;
    border:1px solid #888888;
    padding:25px;
    margin:15px 0 15px 0;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

#accordian_wrap {
    margin: 20px 0 20px 0;
}

.togglers {
    display: block;
    height: 30px;
    width: 680px;
    background: #ebf4f9;
    border-bottom: 1px solid #81aaca;
    padding: 0 10px 0 10px;
    line-height: 30px;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    cursor: pointer;
    margin: 0 0 0 0;
}

.togglers_active {
    background: #4eafcf;
    color: #ffffff;
    border-bottom: 1px solid #737373;
}

.elements {
    background-color: #ffffff;
    overflow: hidden;
}

.elements h2 {
    margin: 15px 0 5px 10px;
    color: #0099FF;
}

.elements p {
    line-height: 150%;
    padding: 5px 10px 15px 10px;
}

.elements p b {
    color: #29D800;
}

.contactsbox {
	margin: 0 0 1em;
	width: 100%;
}

.contactsbox .mainbox {
    background-color:#e7eced;
    background-image:url(/img/telefon.gif);
    background-position:20px 20px;
    background-repeat:no-repeat;
    border:2px solid #80a9c9;
    padding:15px 15px 15px 130px;
}

.contactsbox .left {
	float: left;
	width: 200px;
}
.contactsbox .right {
	float: right;
	width: 350px;
}
.contactsbox .big {
	font-size: 24px;
}
.contactsbox a {
	color: #29D800 !important;
}

.teambox {
    float: left;
	position: relative;
	margin: 0 10px 10px 0;
	width: 47%;
	border: 1px solid #80a9c9;
}

.teambox .container {
	margin: 10px 0;
	padding: 0 10px 0 90px;
}

.teambox .img {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0 5px 5px 0;
}

.teambox .img img {
	border: 1px solid #ccc;
}

.teambox .sekce {
	margin: 0 10px;
    padding: 0 0 5px;
    text-align: right;
}

.teambox .sekce img {
	margin: 0 0 0 5px;
}

.invisible {
    display:none;
}

.kosik_smazat_button {
    background:transparent url(/img/basket_delete.gif) no-repeat scroll 0 0;
    border:medium none;
    cursor:pointer;
    height:16px;
    width:16px;
}

.kosik_prepocitat_button {
    background:transparent url(/img/basket_aktualizovat.gif) no-repeat scroll 0 0;
    border:medium none;
    cursor:pointer;
    height:30px;
    width:223px;
}

.cursor_pointer {
    cursor:pointer;
}

.header_logged13 {
    display: none
}

.header_logged12 {
    color:#000000;
    font-family:Tahoma;
    font-size:11px;
}

.welcome_text {
    text-align:justify;
    line-height: 165%;
}

.text_decoration_none {
    text-decoration:none;
}

.links_ours {
    font-weight:normal;
}

.links_not_ours {
    font-weight:normal;
    color:gray;
}

.mapa_webu_nadpis {
    font-size: 160%;
    font-weight: bold;
}

.mapa_webu {
    color: gray;
    line-height: 165%;
}

.mapa_webu a {
    color: gray;
}

.mapa_webu ul {
    padding: 15px 0 5px 10px;
}

.mapa_webu ul li {
    padding: 3px 0 3px 10px;
}

.theme_color1 {
    color: #8EC51F;
}

.contacts_column_extra {
    width: 700px;
    float: left;
    position:relative;
    padding: 0 0 0 15px;
}

.contacts_column_image {
    width: 115px;
    float: left;
    padding: 6px 0 0 0;
}

.contacts_column_text_extra {
   width: 545px;
   float: left;
   position:relative;
   padding: 10px 10px 10px 5px;
}

.contacts_phone_nr {
    color: #8EC51F;
    font-size:24px;
    font-weight: normal;
}

#availability_box {
    display: none;
    background-color:#f6f6f6;
    border:2px solid #636363;
    width:330px;
    left:59%;
    position:absolute;
    overflow:hidden;
    padding:3px 5px 3px 10px;
    z-index:2;
}

#transport_cz {

}

#transport_sk {

}