/* CSS Document globesport.cz style.css*/
html
{
    background: #dadbdb url(images/bg_body.gif) repeat-x;
}
body
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 70%;
    background: url(images/bg_stin.gif) 50% 0px no-repeat;
    color: #000;
    text-align: center;
    _behavior: url(csshover.htc);
}
img, div
{
    _behavior: url(iepngfix.htc); /*nakonec odblokovat a zkusi ve Virtual machine*/
}
a:link
{
    color: #000;
    text-decoration: none;
}
a:visited
{
    color: #000;
    text-decoration: none;
}
a:active
{
    color: #000;
    text-decoration: none;
}
a:hover
{
    color: #000;
    text-decoration: none;
}
form
{
    margin: 0px;
    padding: 0px;
}
img
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
h1.print
{
    display: none;
}
.cleaner
{
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
    line-height: 0px;
}
table
{
    font-size: 1em;
    margin-bottom: 1.1em;
}
.noprint
{
    display: none;
}
#box1
{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 996px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 228px;
}
#top
{
    width: 996px;
    height: 218px;
    position: absolute;
    top: 0px;  background:   url(images/main_img_komplet.jpg) no-repeat; 
}
.top
{
    width: 996px;
    height: 218px;
    position: absolute;
    top: 0px;
    
}
#top_lista
{
    width: 996px;
    height: 30px;
    line-height: 30px;
}
#top_lista .left
{
    color: #fff;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 25px 0px 25px;
}
#top_lista .right
{
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 25px 0px 25px;
}
#top_lista .login
{
    background: url(images/ico_login.gif) 0px 0% no-repeat;
    padding-left: 22px;
    margin-right: 10px;
}
#top_lista .register
{
    background: url(images/ico_register.gif) 0px 0% no-repeat;
    padding-left: 22px;
}
#top_lista a:link, #top_lista a:visited, #top_lista a:active
{
    color: #000;
    text-decoration: underline;
}
#top_lista a:hover
{
    color: #000;
    text-decoration: none;
}
.main_img
{
    position: relative;
    width: 996px;
    height: 153px;
    overflow: hidden;
    margin-top: 0px;
    font-size: 25px;
    font-weight: bold;
}
.main_img .text
{
    padding: 50px 0px 0px 120px;
    display: none;
    color: #f58000;
}
.main_img .text2
{
    padding: 0px 0px 0px 650px;
    display: none;
    color: #000;
}
.main_img a
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 996px;
    height: 153px;
}
#box_search_menu
{
    height: 34px;
    width: 996px;
}
#box_search_menu .search_box
{
    width: 170px;
    float: left;
    height: 25px;
    margin-top: 9px;
}
#box_search_menu .txtSearch
{
    width: 114px;
    margin-left: 5px;
    float: left;
    color: #f48000;
    border: 1px solid #999a9d;
    padding: 2px 2px;
    font-size: 11px;
    font-family: Tahoma;
}
#box_search_menu .btnSearch
{
    background: #f48000;
    font-size: 10px;
    width: 40px;
    height: 19px;
    float: left;
    border: 0px; /* background: #f48000 url(images/bg_btn_search.gif) no-repeat; */
}
#menu_top
{
    padding-left: 0px;
    float: right;
    width: 826px;
    margin-top: 9px;
    height: 25px;
    font-size: 11px;
}
#menu_top .roh /* skryje prvni odrazku - obnovi roh v pozadi */
{
    width: 1px;
    height: 25px;
    background: #fff;
    position: absolute;
    margin-top: 0px;
    z-index: 99;
}
#menu_top ul, #menu_top li
{
    margin: 0px;
    padding: 0px;
}
#menu_top ul.menu_left li
{
    /* styl nejvyssi urovne li */
    float: left;
    position: relative;
    display: inline;
    cursor: pointer;
}
#menu_top ul.menu_left li ul li
{
    /* styl ostatnich li */
    float: none;
    display: block;
}
#menu_top ul.menu_left li a /* styl nejvyssi urovne a */
{
    font-weight: bold;
    display: block;
    _float: left;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    background: url(images/odrazka.gif) no-repeat;
    color: #332b29;
}
#menu_top ul.menu_left li a:hover /* styl nejvyssi urovne a:hover - po najeti mysi */
{
    color: #fff;
    background: #f48000;
}
#menu_top ul.menu_left li:hover a, #menu_top ul.menu_left li ul li:hover a, #menu_top ul.menu_left li ul li ul li:hover a
{
    color: #fff;
    background: #f48000;
}
#menu_top ul.menu_left li:hover ul a, #menu_top ul.menu_left li ul li:hover ul a, #menu_top ul.menu_left li ul li ul li:hover ul a
{
    color: #6c6c6c;
    background: url(images/menu.png);
    _background: transparent url(images/menuie.png);
}
#menu_top ul.menu_left li ul li:hover ul a:hover
{
    color: #fff;
    background: #f48000;
}
#menu_top ul.menu_left li ul li a /* styl ostatnich a */
{
    height: 25px;
    line-height: 25px;
    _float: none;
    text-transform: none;
    background: #fff;
    border-bottom: 1px solid #8b8b8b;
    color: #6c6c6c;
}
#menu_top ul.menu_left li a .btn_text
{
    padding: 0px 10px 0px 11px;
}
#menu_top ul.menu_left ul /* styl nejvyssi urovne ul */
{
    width: 210px;
    line-height: 0px;
    display: none;
    position: absolute;
    top: 25px;
    left: 0px;
    border: 1px solid #8b8b8b;
    border-bottom: 0px;
    z-index:100;
}
#menu_top ul.menu_left ul.menu_left_1 ul /* styl ostatnich ul */
{
    top: -1px;
    left: 210px;
    
}
#menu_top ul.menu_left li:hover ul.menu_left_1, #menu_top ul.menu_left li ul.menu_left_1 li:hover ul.menu_left_2, #menu_top ul.menu_left li ul.menu_left_1 li ul.menu_left_2 li:hover ul.menu_left_3
{
    display: block;
}
#top .line_top_menu
{
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    background: #f5870f;
}
#top .cartInfo
{
    float: right;
}
#top .cartInfo a
{
    text-decoration: underline;
    font-weight: bold;
}
#top img
{
    vertical-align: middle;
    margin-right: 3px;
}

#main
{
    width: 996px;
    background: #fff;
}
#panel_left
{
    width: 170px;
    float: left;
}
#menu_left
{
    width: 170px;
}
#menu_left ul, #menu_left li
{
    margin: 0px;
    padding: 0px;
}
#menu_left ul.menu_left li
{
    list-style-type: none;
}
#menu_left ul.menu_left li
{
    overflow: hidden;
    width: 170px;
    color: #FFFFFF;
    display: block;
    float: left;
}
#menu_left ul.menu_left li.item a
{
    display: block;
    color: #FFFFFF;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background: #8b8b8b url(images/menu_button.gif) repeat-y;
}
#menu_left ul.menu_left li.item a:hover
{
    text-decoration: none;
    background: #434343;
}
#menu_left ul.menu_left li .btn_text
{
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 5px 6px 30px;
    background: url(images/odrazka_menu_plus.gif) 10px 50% no-repeat;
}
#menu_left ul.menu_left li a.active .btn_text
{
    display: block;
    background: #434343 url(images/odrazka_menu_minus.gif) 10px 50% no-repeat;
}
#menu_left ul.menu_left_1 li
{
    display: block;
}
#menu_left ul.menu_left_1 li.item a
{
    display: block;
    cursor: pointer;
    color: #fff;
    background: #ACC2E5;
}
#menu_left ul.menu_left_1 li .btn_text
{
    display: block;
    font-weight: normal;
    text-transform: none;
    padding: 6px 6px 6px 34px;
    background: #434343 url(images/odrazka1_menu.gif) 20px 55% no-repeat;
}
#menu_left ul.menu_left_1 li a:hover .btn_text
{
    background: #6d6c6c url(images/odrazka1_menu.gif) 20px 55% no-repeat;
}
#menu_left ul.menu_left_1 li a.active .btn_text
{
    display: block;
    background: #434343 url(images/odrazka1_menu_active.gif) 17px 55% no-repeat;
}
#menu_left ul.menu_left_1 li a.active:hover .btn_text
{
    display: block;
    background: #434343 url(images/odrazka1_menu_active.gif) 17px 55% no-repeat;
}
#menu_left ul.menu_left_2 li
{
    display: block;
}
#menu_left ul.menu_left_2 li.item a
{
    padding: 0;
    display: block;
    cursor: pointer;
    color: #434343;
    border-bottom: 1px solid #f48000;
    background: #e6e6e6 url(images/menu_button2.gif) repeat-y;
}
#menu_left ul.menu_left_2 li .btn_text
{
    display: block;
    padding: 6px 3px 6px 40px;
    background: url(images/odrazka2_menu.gif) 29px 55% no-repeat;
}
#menu_left ul.menu_left_2 li a.active .btn_text, #menu_left ul.menu_left_2 li a:hover .btn_text
{
    display: block;
    background: #f1f1f1 url(images/odrazka2_menu_active.gif) 29px 55% no-repeat;
}
#menu_left ul.menu_left_2 li a.active:hover .btn_text
{
    display: block;
    background: #f1f1f1 url(images/odrazka2_menu_active.gif) 29px 55% no-repeat;
}

#menu_left a.cenova_akce:link, #menu_left a.cenova_akce:visited, #menu_left a.cenova_akce:active
{
    background: #f68910 url(images/button_akce.gif) no-repeat;
    color: #fff;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 5px 6px 30px;
}
#menu_left a.cenova_akce:hover
{
    background: #fb9b13 url(images/button_akce_hover.gif) no-repeat;
}
#panel_right
{
    width: 826px;
    float: right;
}
#panel_content
{
    width: 656px;
    float: left;
}
#panel_banery
{
    width: 170px;
    float: left;
}
#panel_banery .banery_vymenne p
{
    margin: 0px 0px 10px 0px;
    padding:0px;
}
#panel_banery .banery_vymenne table
{
  border-collapse:collapse;
  border:0px;
}
#panel_banery .banery_vymenne a
{
    position: relative;
    width: 170px;
    height: 95px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}
#box_vyprodej
{
    width: 170px;
    margin-top: 10px;
    color: #434343;
}
#box_vyprodej .small
{
    font-size: 0.9em;
}
.line_dot
{
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    background: url(images/line_dot.gif) repeat-x;
}
.line_red1
{
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    background: #ea0b06;
}
.line_red4
{
    width: 100%;
    height: 4px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    background: #ea0b06;
}
#box_vyprodej h3
{
    padding: 0px 0px 0px 45px;
    margin: 1px 0px 5px 0px;
    height: 25px;
    font-size: 1em;
    color: #fff;
    line-height: 25px;
    background: #ea0b06 url(images/bg_vyprodej_title.gif) no-repeat;
}
#box_vyprodej h4
{
    padding: 4px 18px 4px 18px;
    margin: 0px 0px 2px 0px;
    font-size: 1em;
    background: #e4e4e4;
}
#box_vyprodej .center
{
    text-align: center;
}
#box_vyprodej .short
{
    padding: 0px 18px 0px 18px;
    margin: 0px 0px 7px 0px;
}
#box_vyprodej .cena
{
    padding: 0px 18px 0px 18px;
    margin: 0px 0px 7px 0px;
}
#box_vyprodej .cena span.orange
{
    color: #f48000;
}
#box_vyprodej a:link, #box_vyprodej a:visited, #box_vyprodej a:active
{
    color: #434343;
    text-decoration: underline;
}
#box_vyprodej a:hover
{
    color: #434343;
    text-decoration: none;
}
#bestsell
{
    width: 170px;
    color: #434343;
}
#bestsell .small
{
    font-size: 0.9em;
}
.line_green1
{
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    background: #44b81c;
}
.line_green4
{
    width: 100%;
    height: 4px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    background: #44b81c;
}
.ProductLine_, .ProductLine_novinka, .ProductLine_doporucujeme, .ProductLine_nejprodavanejsi, .ProductLine_supersleva, .ProductLine_vyprodej
{
    width: 100%;
    height: 4px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
}
.ProductLine_
{
    /* background: #848484; */
    background: white;
}
.ProductLine_novinka
{
    background: #fc992a;
}
.ProductLine_doporucujeme
{
    background: #37A3EE;
}
.ProductLine_nejprodavanejsi
{
    background: #42ba18;
}
.ProductLine_supersleva
{
    background: #494949;
}
.ProductLine_vyprodej
{
    background: #ef0800;
}
#bestsell h3
{
    padding: 0px 0px 0px 45px;
    margin: 1px 0px 5px 0px;
    height: 25px;
    font-size: 1em;
    color: #fff;
    line-height: 25px;
    background: #44b81c url(images/bg_bestsell_title.gif) no-repeat;
}
#bestsell h4
{
    padding: 4px 18px 4px 18px;
    margin: 0px 0px 2px 0px;
    font-size: 1em;
    background: #e4e4e4;
}
#bestsell .center
{
    text-align: center;
}
#bestsell .short
{
    padding: 0px 18px 0px 18px;
    margin: 0px 0px 7px 0px;
}
#bestsell .cena
{
    padding: 0px 18px 0px 18px;
    margin: 0px 0px 7px 0px;
}
#bestsell .cena span.orange
{
    color: #f48000;
}
#bestsell a:link, #bestsell a:visited, #bestsell a:active
{
    color: #434343;
    text-decoration: underline;
}
#bestsell a:hover
{
    color: #434343;
    text-decoration: none;
}
.skrtnute
{
    text-decoration: line-through;
}
#content
{
    padding: 5px 20px 20px 20px;
    color: #000;
}

#content .nav_link
{
    margin: 0em 0px 1.2em 0px;
    padding: 3px 20px 5px 0px;
    font-size: 1em;
    text-transform: uppercase;
    color: #f37a00;
    border-bottom: 1px solid #f48101;
    clear: both;
}
#content h2
{
    margin: 0em 0px 1.2em 0px;
    font-size: 1em;
    text-transform: uppercase;
    color: #f37a00;
    display: inline;
}
#content h2 a:link, #content h2 a:visited, #content h2 a:active
{
    color: #f37a00;
    text-decoration: underline;
}
#content h2 a:hover
{
    color: #f37a00;
    text-decoration: none;
}
#content h2 .sipka
{
    background: url(images/bg_h2_sipka.gif) 50% 50% no-repeat;
    padding: 0px 15px;
}
#content h2 .sipka_down
{
    background: url(images/bg_h2_sipka_down.gif) 50% 50% no-repeat;
    padding: 0px 15px;
}
#content h1
{
    margin: 0em 0px 1.2em 0px;
    padding: 3px 20px 5px 0px;
    font-size: 1em;
    text-transform: uppercase;
    color: #f37a00;
    display: inline;
}
#content h1 a:link, #content h1 a:visited, #content h1 a:active
{
    color: #f37a00;
    text-decoration: underline;
}
#content h1 a:hover
{
    color: #f37a00;
    text-decoration: none;
}
#content h1 .sipka
{
    background: url(images/bg_h2_sipka.gif) 50% 50% no-repeat;
    padding: 0px 15px;
}
#content h1 .sipka_down
{
    background: url(images/bg_h2_sipka_down.gif) 50% 50% no-repeat;
    padding: 0px 15px;
}



#content a:link, #content a:visited, #content a:active
{
    color: #f37a00;
    text-decoration: underline;
}
#content a:hover
{
    color: #f37a00;
    text-decoration: none;
}
#content h3
{
    color: #f37a00;
    font-size: 1em;
    background: url(images/bg_h3.gif) 0px 100% no-repeat;
    margin: 0em 0px 0.4em 0px;
    padding: 0.3em 0px 6px 14px;
}
#content h4
{
    color: #333;
    font-size: 1.1em;
    margin: 0px 0px 0.4em 0px;
    padding: 0px 0px 0px 0px;
}
#content h5
{
    color: #000;
    font-size: 1em;
    margin: 0px 0px 0.3em 0px;
    padding: 0px 0px 0px 0px;
}
#content p
{
    margin: 0px 0px 1.2em 0px;
    font-size: 1em;
    padding: 0px 0px 0px 0px;
    line-height: 1.5em;
}
#content p.block
{
    text-align: justify;
}
#content p.right
{
    text-align: right;
}
#content p.center
{
    text-align: center;
}
#content ul
{
    margin: 0px 0px 1.2em 25px;
    line-height: 1.5em;
    font-size: 1em;
    padding: 0px 0px 0px 0px;
    list-style-type: square;
}
#content ol
{
    margin: 0px 0px 1.2em 30px;
    line-height: 1.5em;
    font-size: 1em;
    padding: 0px 0px 0px 0px;
}
#content ul li ul
{
    margin: 0.6em 0px 1.2em 25px;
    padding: 0px 0px 0px 0px;
}
#content li
{
    margin: 0.3em 0px 0.3em 0px;
    padding: 0px 0px 0px 0px;
}
#content .filtr
{
    padding: 3px 5px;
    background-color: #EEEEEE;
}
#content .filtr table
{
    margin-bottom: 3px;
    font-size: 1em;
}
#content .filtr table td
{
    vertical-align: top;
    line-height: 1.5em;
}
#content .filtr input
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#content .filtr label
{
    color: #434343;
    margin-left: 3px;
}
#content .filtr .chk
{
    text-decoration: none;
    margin-right: 3px; 
    
}
#content .filtr .chkActive
{
    text-decoration: none;
    margin-right: 3px; 
    
}
#content .filtr .chk label
{
    text-decoration: underline;
}
#content .filtr .chkActive label
{
    color: #f37a00;
    text-decoration: underline;
}
#content .filtr .PropertyNameColumn
{
    width: 80px; &padding-top:2px;
}
#content .filtr .Filtr_ovladani input, #content .filtr .Filtr_ovladani select
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
}
#footer
{
    width: 996px;
    margin: 0px auto 0px auto;
    color: #fff;
    background: #fc9e35 url(images/bg_footer.gif) no-repeat;
}
#footer p
{
    margin: 0;
    padding: 15px 20px 15px 20px;
    float: left;
}
#footer p.right
{
    float: right;
    text-align: right;
}
#footer a:link, #footer a:visited, #footer a:active
{
    color: #fff;
    text-decoration: underline;
}
#footer a:hover
{
    color: #fff;
    text-decoration: none;
}
.nahoru
{
    margin-top: 6px;
    text-align: right;
}
img.right
{
    float: right;
    margin-left: 10px;
}
img.left
{
    float: left;
    margin-right: 10px;
}

/* produkty na strance section (male produkty vedle sebe na strance)*/
#products
{
    margin-top: 10px;
}

#products p
{
    margin: 0px 0px 1.2em 0px;
    font-size: 1em;
    padding: 0px 0px 0px 0px;
    line-height: 1.5em;
}

#products .product
{
    width: 152px;
    float: left;
    display: inline;
    margin: 0px 1px 5px 1px;
}
#products .product h2
{
    display:block;
    padding: 0px 6px 0px 6px;
    margin: 0px 0px 2px 0px;
    font-size: 1em;
    color: #23201c;
    height: 21px;
    overflow: hidden;
    line-height: 21px;
    background: #e4e4e4;
}
#products .product h2 a
{
    font-size: 0.9em;
}
#products .product h2 span
{
    display: none;
}
#products .product .image
{
    text-align: center;
    width: 152px;
    height: 155px;
    font-size: 1px;
    overflow: hidden;
    line-height: 1px;
}
#products .product .image img
{
    font-size: 1px;
    overflow: hidden;
    line-height: 1px;
    position:relative;
    z-index:12;
}
#products .product .short
{
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 7px 0px;
    height: 35px;
    text-align: center;
    overflow: hidden;
    width: 140px;
}
#products .product .cena
{
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 7px 0px;
    height: 28px;
    text-align: center;
}
#products .product .cena .small
{
    font-size: 0.9em;
}
#products .product .cena span.orange
{
    color: #f48000;
}
#products .product a:link, #products .product a:visited, #products .product a:active
{
    color: #434343;
    position:relative;
    z-index:12;
    text-decoration: underline;
}
#products .product a:hover
{
    color: #434343;
    position:relative;
    z-index:12;
    text-decoration: none;
}
#products .product a.product_click:link, #products .product a.product_click:visited, #products .product a.product_click:active, #products .product a.product_click:hover
{
    width: 152px;
    height:325px;
    position:absolute;
    z-index:10;
    background: url(images/nic.gif);
}
#box_vyprodej #products .product a.product_click, #bestsell #products .product a.product_click
{
   height:278px;
}


.strankovani
{
    text-align: center;
    margin-top: 10px;
    height: 26px;
    line-height: 26px;
    color: #424242;
    font-weight: bold;
}
.strankovani .selected
{
    padding: 0px 3px 0px 3px;
    font-weight: normal;
}
.strankovani .page
{
    padding: 0px 3px 0px 3px;
}
.strankovani .zpet
{
    padding: 3px 20px 3px 15px;
    background: url(images/ico_back.gif) 0% 50% no-repeat;
}
.strankovani .vpred
{
    padding: 3px 15px 3px 20px;
    background: url(images/ico_next.gif) 100% 50% no-repeat;
}
#content .strankovani a:link, #content .strankovani a:visited, #content .strankovani a:active
{
    text-decoration: underline;
    color: #424242;
}
#content .strankovani a:hover
{
    text-decoration: none;
    color: #424242;
}
/* produkt na strance product nebo detail produktu (samotny produkt na cele strance)*/
#product
{
    border: 1px solid #f48000;
    border-top: 0px;
    margin-bottom: 15px;
    background: url(images/line_product_v.gif) 451px 0px no-repeat;
}
#sections
{
    margin-top: 10px;
}
#sections .section
{
    width: 152px;
    float: left;
    display: inline;
    text-align:center;
    margin: 0px 1px 15px 1px;
}

#sections .section h3
{
    background: none;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
}
#content #sections .section h3 a
{
  color:#000;
}
#sections .section .image
{
    text-align: center;
    width: 152px;
    height: 120px;
}

#content #product h3.title
{
    padding: 4px 10px 4px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 1em;
    color: #23201c;
    width: 421px;
    float: right;
    background: #f48000;
}
#content #product .properties strong
{
    color: Orange;
}
#content #product h3.firma
{
    width: 170px;
    text-align: center;
    background: #f48000;
    float: left;
    font-size: 1em;
    color: #23201c;
    padding: 4px 0px 4px 0px;
    margin: 0px 0px 0px 0px;
}
#content #product .image
{
    width: 170px;
    float: left;
    padding: 10px 0px 10px 0px;
    text-align: center;
}
#content #product .text
{
    width: 257px;
    padding: 10px 10px 10px 14px;
    float: left;
}
#content #product .do_kosiku
{
    width: 162px;
    float: left;
    padding: 6px 0px 6px 0px;
    text-align: center;
}
#content #product .dalsi_obrazky
{
    margin-top: 10px;
    padding: 0px 0px 10px 0px;
}
#content #product .line_h
{
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    padding: 0px 0px 20px 0px;
    background: url(images/line_product_h.gif) 0px 0px no-repeat;
}
#content #product .dalsi_image
{
    float: left;
    text-align: center;
    margin: 0px 5px 0px 5px;
}
#content #product .dalsi_image img
{
    margin: 0px 10px 20px 10px;
}
#content #product .do_kosiku select
{
    width: 140px;
    font-size: 1em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 2px 2px;
    height: 20px;
    margin: 0px 0px 6px 0px;
}
#content #product .do_kosiku .btnDokosiku
{
    background: #f48000 url(images/btnDokosiku.gif) no-repeat;
    width: 150px;
    height: 50px;
    font-size: 20px;
     cursor:pointer;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 50px;
    border: 0px;
    margin: -4px auto 0px auto;
    color: #fff;
}
#content #product .do_kosiku .mnozstvi
{
    width: 20px;
    font-size: 1em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 2px 2px;
    margin: 3px 0px 0px 0px;
}
#content #product .do_kosiku .cena
{
    color: #ff060c;
    margin: 0px 0px 0px 0px;
    line-height: 1.8em;
    font-size: 1.3em;
    font-weight: bold;
}

#content #news
{
}
#content #news .news
{
    padding: 10px 0px 10px 0px;
    background: url(images/line_dot.gif) 0px 100% repeat-x;
}
#content #news .news .image
{
    float: left;
    width: 170px;
    text-align: center;
}
#content #news .news .text
{
    float: right;
    width: 446px;
}
#content #news .news h3
{
    margin-bottom: 10px;
}

#content h3.doporucujeme
{
    padding: 0px 0px 0px 45px;
    margin: 5px 0px 0px 0px;
    height: 25px;
    font-size: 1em;
    color: #fff;
    line-height: 25px;
    background: #ea0b06 url(images/bg_h3_doporucujeme.gif) no-repeat;
}

#content #rozcestnik .rozcestnik_img
{
    display: block;
    float: left;
    width: 150px;
}
#content #rozcestnik a.rozcestnik_img img
{
    display: block;
    margin: 0px auto 5px auto;
}
#content #rozcestnik a.rozcestnik_img:link span, #content #rozcestnik a.rozcestnik_img:active span, #content #rozcestnik a.rozcestnik_img:visited span
{
    text-decoration: underline;
    display: block;
    background: url(images/sipka_dark.gif) 12px 0.2em no-repeat;
    padding: 0px 20px 0px 26px;
    font-weight: bold;
    color: #434343;
    text-transform: uppercase;
}
#content #rozcestnik a.rozcestnik_img:hover span
{
    text-decoration: none;
    display: block;
    background: url(images/sipka_yellow.gif) 12px 0.2em no-repeat;
    padding: 0px 20px 0px 26px;
    font-weight: bold;
    color: #f58000;
    text-transform: uppercase;
}
.chk
{
    color: Gray;
    font-weight: normal;
    text-decoration: underline;
}
.chkActive
{
    /* color:Navy; */
    color: #f48000;
    text-decoration: underline;
    font-weight: normal;
}
.ProductStatus_
{
    /* background: #ea0b06 url(images/bg_default.jpg) no-repeat; */
}
.ProductStatus_, .ProductStatus_doporucujeme, .ProductStatus_novinka, .ProductStatus_supersleva, .ProductStatus_nejprodavanejsi, .ProductStatus_vyprodej
{
    padding-top: 3px;
    margin: 1px 0px 5px 0px;
    height: 16px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.ProductStatus_doporucujeme
{
    background: #37A3EE url(images/bg_doporucujeme.jpg) no-repeat;
}
.ProductStatus_novinka
{
    background: #fc992a url(images/bg_novinka.jpg) no-repeat;
}
.ProductStatus_supersleva
{
    background: #494949 url(images/bg_supersleva.jpg) no-repeat;
}
.ProductStatus_nejprodavanejsi
{
    background: #42ba18 url(images/bg_nejprodavanejsi.jpg) no-repeat;
}
.ProductStatus_vyprodej
{
    background: #ef0800 url(images/bg_vyprodej.jpg) no-repeat;
}
.ProductDetail_Link
{
    margin: 0px 0px 2px 0px;
    height: 21px;
    font-size: 1em;
    font-weight: bold;
    color: #000000;
    text-align: center;
    overflow: hidden;
    line-height: 21px;
    background: #e4e4e4;
}
.pnlSend
{
    margin: 5px;
    padding: 5px;
}
.pnlSend input
{
    width: 120px;
}
.pnlSend .message
{
    width: 99%;
    height: 110px;
}
.pnlSend .btnSend
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    border: 0px;
    padding: 3px;
    color: #fff;
    width: 60px;
    background-color: #fc992a;
    font-size: 1em;
}
.sendLinks
{
    margin: 5px;
    text-align: right;
    color: Black;
}
.sendLinks a, .sendLinks a:link, .sendLinks a:visited, .sendLinks a:hover, .sendLinks a:active
{
    text-decoration: none;
    color: Black !important;
}

