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

.themeColor1 {
    color: #00B52F;
}
.themeColor1Bold {
    color: #00B52F;
    font-weight: bold;
}

.themeColor2 {
    color: #26A7CE;
}
.themeColor2Bold {
    color: #26A7CE;
    font-weight: bold;
}

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

h1 {
    font-size: 21px;
    color: #26a7ce;
    font-family: Garamond,Verdana;
    font-weight: bold;
}

h2 {
    /* display: none; */
    font-size: 15px;
    color: #00b52f;
    font-family:Garamond,Tahoma,Verdana;
    font-weight: bold;
}

h3 a {
    color: #262626;
}

a {
    color: #22B4E2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0px;
}

html {
    /* background: url(../../img/site_background.gif); */
    font-family: Verdana, Sans-Serif; 
    font-size: 12px;
}

body {
}

/* HEADER */


#header {
    background: url(../../img/header_background.png) top left no-repeat;
    position: absolute;
    top: 0px;
    float: left;
    width: 985px;
    height: 250px;

}

#header_logo {
    width: 315px;
    height: 145px;
    display: block;
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 2;
}

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

#header_quick_info {
    width: 190px;
    position: absolute;
    top: 64px;
    left: 476px;
    font-size: 11px;
}

.header_quick_info_white {
    float: left;
    color: #233f7f;
    font-size: 11px;
    line-height: 15px;
}

.header_quick_info_white a {
    text-decoration: underline;
    color: #233F7F;
}

.header_quick_info_white a:hover {
    color: #ffffff;
}

#header_basket {
    color: #ffffff;
    width: 180px;
    height: 50px;
    position: absolute;
    top: 28px;
    left: 623px;
    font-size: 11px;
    line-height: 20px;
    z-index: 1;
    text-decoration: none;
}

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

#header_basket_show {
    color: #ffffff;
    width: 77px;
    position: absolute;
    top: 80px;
    left: 623px;
    font-size: 11px;
    line-height: 15px;
    z-index: 1;
}

#header_basket_show a{
    text-decoration: underline;
    color: #233F7F;
}

#header_basket_show a:hover{
    color: #ffffff;
}

.header_basket_big {
    font-size: 20px;
    color: #ffffff;
}

#header_basket_ico {
    width: 219px;
    height: 110px;
    position: absolute;
    top: 0px;
    left: 594px;
    display: block;
    z-index: 0;
}

#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: 160px;
    position: absolute;
    top: 149px;
    left: 477px;
    font-size: 11px;
    line-height: 15px;
}

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

#header_login p a {
    color: #233F7F;
    text-decoration: underline;
    line-height: 13px;
}

#header_login p a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#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: 196px;
    float: left;
    width: 720px;
    height: 43px;
}

#horizontal_menu table {
    width: 720px;
    height: 43px;
    font-size: 12px;
    margin: 0px 0px 0px 9px;
    border-spacing: 0px;
    border-collapse: collapse;
}

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

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

#horizontal_menu table tr td a:hover {
    text-decoration: none;
}

#horizontal_menu table tr td a:hover {
    background: url(../../img/horizontal_menu_active.gif) top left repeat-x;
}

.horizontal_menu_active {
    color: #ffffff;
    background: url(../../img/horizontal_menu_selected.gif) top left repeat-x;
}

/* CONETNT */
#content_wrapper {
    background: url(../../img/body_background.png) top left repeat-y;
    float: left;
    width: 985px;
}

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

#left_sidebar h4 {
    clear: both;
    height: 47px;
    width: 207px;
    margin: 0px 0px 0px 9px;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    line-height: 40px;
    color: #ffffff;
}

#category_search {
    background: url(../../img/cat_search.jpg) top left no-repeat;
    height: 40px;
}

#category_categories {
    background: url(../../img/cat_categories.jpg) top left no-repeat;
    height: 47px;
}

#category_newsletter {
    background: url(../../img/cat_newsletter.jpg) top left no-repeat;
    height: 47px;
}

#category_news {
    background: url(../../img/cat_news.jpg) top left no-repeat;
    height: 47px;
}

#general_menu {
    margin: 0px 0px 12px 9px;
    font-size: 11px;
    width: 227px;
}

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

#general_menu li a {
    padding-left: 5px;
    line-height: 20px;
    display: inline-block;
    color: #134961;
    text-decoration:none;
    font-size:11px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#newsletter_box_input {
    float: left;
    padding: 5px 3px 5px 3px;
    width: 130px;
}

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

#search_box {
    margin: 10px 0px 5px 25px;
}

#search_box input {
    float: left;
}

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

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

.left_sidebar_actuality_column {
    width: 207px;
    margin: 10px 0px 10px 9px;
    padding: 0px 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: #22b4e2;
    font-weight: bold;
}

.left_sidebar_actuality_text {
    font-size: 11px;
    text-align: justify;
}

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

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

.left_sidebar_actuality_text b{
    font-weight: bold;
    color: #02D334;
}


#content {
    float: right;
    width: 698px;
    padding: 10px 38px 10px 10px;
    overflow: hidden;
}

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

#content_breadcrumbs a {
    color: #4e616c;
    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;
    text-align: justify;
}

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

.content_paging a {
    color: #3492ab;
}

.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:#02D334;
    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;
    cursor: pointer;
}

#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_list {
    clear: both;
    float: left;
    width: 681px;
    background-color: #e8f4fd;
    margin: 0px;
    padding: 10px 10px 0px 10px;
    font-size: 11px;
    font-family: Tahoma;
    display: none;
}

#content_brands_list a {
    color: #43819b;
    font-size: 11px;
} 

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

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

/* 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 0px 0px;
    font-family: Tahoma;
}

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

#content_table h3 a {
    font-size: 12px;
    font-family: Tahoma;
    color: #2583a8;
    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;
    text-align: center;
    margin: 6px 0px 7px 50px;
}

.slevy {
    float: right;
    margin: 5px 0 0;
    width: 67px;
}

.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: #02d334;
    font-size: 17px;
    font-weight: bold;
}

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

.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_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: #02D334;
    text-decoration: underline;
}

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

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

#footer {
    clear: both;
    float: left;
    position: relative;
    width: 985px;
    background: url(../../img/footer_background.png) top left no-repeat;
    height: 250px;
}

#footer_logo {
    display: block;
    position: absolute;
    left: 858px;
    top: 190px;
    width: 85px;
    height: 40px;
}

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

#disclaimer {
    width: 701px;
    font-size: 10px;
    color: #7e9db7;
    position: absolute;
    bottom: 60px;
    left: 244px;
}

#copyright {
    font-size: 10px;
    line-height: 12px;
    color: #768088;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

/* 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_price {
    border: 1px solid #dbf0f7;
    background: url(../../img/basket_back.gif) repeat;
    padding: 10px 10px 1px 20px;
    font-size: 13px;
    line-height: 30px;
}

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

#content_detail_count {
    font-size: 150%;
    font-weight: bold;
    padding: 4px 8px;
    width: 27px;
}

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

/* 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: 218px;
    border: 1px solid #E8E8E8;
    height: 270px;
    margin-top: 5px;
    padding: 5px;
}

.recommend h3 {
    text-align: center;
    color: #2583A8;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    height: 60px;
}

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

.recommend h3 a:hover {
    text-decoration: underline;
    color: #2583A8;
}

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

.recommendimg {
    text-align: center;
}

.recommendprice {
    line-height: 20px;
    font-size: 16px;
    width: 188px;
    text-align: center;
    color: #02D334;
    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 #2583A8;
    text-align: right;
    text-decoration: none;
    color: #000000;
}

.news-heading a {
    font-size: 15px;
    color: #2583A8;
    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: #2583A8;
}

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

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

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

.invisible {
    display:none;
}

.title-text p a {
    color: #003366;
}


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

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

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

.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: #26A7CE;
    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;
}

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

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