/* screen.css */
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #daebc0;
    color: #000;
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 81%; /* 100% == 16px */
    height: 100%;
    line-height: 127%;
}
.non-visible {
    height: 1px !important;
    left: -5000px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: -5000px !important;
    width: 1px !important;
}
.cleaner {
    clear: both !important;
    display: block !important;
    float: none !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
.no-display {
    display: none;
}
img {
    border: none;
}
img.medialeft {
    float: left;
    margin: 0 15px 15px 0;
}
img.mediaright {
    float: right;
    margin: 0 0 15px 15px;
}
ul,
ol {
    margin: 0 20px 20px 20px;
}
p {
    margin: 0 0 20px 0;
}
p.back {
    margin: 20px 5px 0 0;
    text-align: right;
}
a {
    color: #3e9600;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a.red {
    color: red;
}
input.text {
    border: 1px solid #fff;
    padding: 1px;
}
.float-right {
    float: right;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
#container {
    margin: 0 auto;
    position: relative;
    width: 970px;
}
#header {
    position: relative;
}
#left-menu span.semafor {
    background: transparent url('/media/images/semafor.png') no-repeat left top;
    display: block;
    float: left;
    height: 50px;
    margin: 12px 10px 0 0;
    width: 26px;
}
#left-menu span.green-1 {
    background-position: right top;
}
#left-menu span.semafor-text {
    display: block;
    float: left;
    font-size: 83%;
    line-height: 108%;
    margin: 27px 20px 0 0;
    width: 595px;
}
#header a.logo {
    background: transparent url('/media/images/header.jpg') no-repeat left top;
    display: block;
    height: 143px;
    width: 970px;
}
div.vo #header a.logo {
    background-image: url('/media/images/header-vo.jpg');
    height: 69px;
}
#header #menu {
    background-color: #1c4200;
    height: 38px;
    margin: 0;
    overflow: hidden;
}
#header #menu li {
    float: left;
    list-style-type: none;
    margin-left: 9px;
}
#header #menu a {
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    height: 28px;
    padding: 10px 5px 0 5px;
    text-decoration: none;
}
#header #menu a:hover,
#header #menu a.active {
    text-decoration: underline;
}
#main-content-top {
    background: transparent url('/media/images/main-content-bg.png') no-repeat left top;
    display: block;
    height: 10px;
    font-size: 0;
    line-height: 0;
}
#main-content {
    background-color: #fff;
    padding: 0 0 30px 10px;
}
#navigation {
    margin: 10px 0;
}
#left-menu {
    float: left;
    margin-right: 30px;
    padding-bottom: 40px;
    width: 201px;
}
div.vo #left-menu {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
}
div.vo #left-menu #client-col {
    float: left;
    margin-top: 10px;
    width: 150px;
}
div.vo #left-menu #client-col div.links {
    margin-left: 5px;
    margin-top: 0;
    text-align: left;
}
div.vo #left-menu #client-col div.links a {
    margin-left: 5px;
}
div.vo #left-menu #client-col p {
    margin-bottom: 0;
}
div.vo #left-menu #quick-cart-cont {
    float: right;
    margin-top: 10px;
    width: 150px;
}
div.vo #left-menu #quick-cart,
div.vo #left-menu #client-col form {
    margin-left: 0;
    padding: 0;
}
div.vo #left-menu #quick-cart {
    background: #ff0 url('/media/images/eshop/quick-cart.png') no-repeat 44px 12px;
    text-align: center;
}
div.vo #left-menu #quick-cart span {
    display: block;
    line-height: 108%;
    padding: 23px 0 30px;
}
div.vo #left-menu #quick-cart span strong {
    font-size: 150%;
}
div.vo #left-menu #quick-cart p {
    padding-left: 0px;
}
div.vo #left-menu #quick-cart div.cart {
    margin: 13px 10px 10px;
}
div.vo #left-menu #quick-cart div.cart a {
    width: 100%;
}
#left-menu div.banner {
    margin: 10px 0 10px 10px;
}
#left-menu ul {
    margin: 0;
    padding: 0;
}
#left-menu ul.closed {
    display: none;
}
#left-menu ul li {
    list-style-type: none;
    padding: 3px 0;
}
#left-menu ul li a {
    background: transparent url('/media/images/left-menu-item.png') no-repeat left top;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 27px;
    padding: 8px 20px 0 25px;
    text-decoration: none;
    text-transform: uppercase;
}
#left-menu ul ul li a {
    background: transparent none;
    border-bottom: 1px solid #949599;
    color: #1c4200;
    height: auto;
    padding: 0 0 0 25px;
}
#left-menu ul ul li.last a {
    border-bottom: 0 none;
}
#left-menu ul ul ul li.last a {
    border-bottom: 1px solid #949599;
}
#left-menu ul ul ul li a {
    background: transparent url('/media/images/left-menu-arrow.png') no-repeat 85px 5px;
    font-weight: normal;
    text-transform: lowercase;
    padding: 0 0 0 95px;
}
#left-menu div.like-h3 {
    color: #1c4200;
    font-size: 92%;
    font-weight: bold;
    line-height: 117%;
    margin: 38px 0 5px 10px;
    text-transform: uppercase;
}
#left-menu div.cart {
    margin-top: 20px;
}
#quick-cart,
#client-col form {
    border: 1px solid #949599;
    font-size: 87%;
    margin: 0 0 20px 10px;
    padding: 5px;
}
div.vo #quick-cart {
    background-color: yellow;
}
#client-col p,
#quick-cart p {
    margin: 10px;
}
#client-col p strong,
#quick-cart p strong {
    color: #f00;
}
#client-col p b,
#quick-cart p b {
    color: #1c4200;
}
#quick-cart div.cart {
    margin-top: 20px;
}
#client-col button,
form.common-form button,
#cart-table-buttons button,
#ajax-buy-form button,
#quick-cart div.cart a,
div.back a,
#ajax-order-window #cart-table-buttons button,
#ajax-order-window #cart-table-buttons div.left button,
#cart-table-buttons div.left button,
#filter button {
    background-color: #3e9600;
    border: 1px solid #3e9600;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    height: 22px;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    width: 120px;
}
div.back {
    margin-top: 20px;
}
div.back a {
    width: 180px;
}
#quick-cart div.cart a:hover ,
#right-content div.product div.product-col a:hover {
    text-decoration: none;
}
form.common-form button,
#cart-table-buttons button,
#ajax-buy-form button,
#ajax-order-window #cart-table-buttons button,
#ajax-order-window #cart-table-buttons div.left button,
#cart-table-buttons div.left button,
#filter button,
#client-col button {
    height: 26px;
    margin: 10px 0;
    padding: 0;
}
#filter button {
    margin: 0;
}
#ajax-order-window #cart-table-buttons button {
    background-color: #1c4200;
    border-color: #1c4200;
    float: right;
    width: 150px;
}
#ajax-order-window #cart-table-buttons div.left button {
    background-color: #3e9600;
    border: 1px solid #3e9600;
    float: none;
    width: 150px;
}
#ajax-buy-form button {
    margin: 0 0 0 10px;
}
#client-col form label {
    display: block;
    float: left;
    margin-bottom: 5px;
    padding-right: 5px;
    text-align: right;
    width: 38px;
}
#client-col form input {
    border: 1px solid #ccc;
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 134px;
}
#client-col div.links {
    font-size: 95%;
    text-align: right;
}
#client-col div.links2 {
    margin: 10px;
}
#client-col div.links a.last {
    margin-left: 5px;
}
#quick-contact {
    margin-top: 20px;
    text-align: center;
}
#right-content {
    float: left;
    padding-top: 28px;
    width: 709px;
}
div.vo #right-content {
    width: auto;
}
#right-content.eshop {
    padding-top: 0;
}
div.vo #right-content.full,
#right-content.full {
    float: none;
    width: 950px;
}
#TB_ajaxContent {
    padding: 15px !important;
}
#right-content h1,
#TB_ajaxContent h1 {
    border-bottom: 1px solid #949599;
    color: #1c4200;
    font-size: 171%;
    line-height: 117%;
    margin: 30px 0 30px 0;
    text-transform: uppercase;
}
#TB_ajaxContent h1 {
    margin-top: 10px;
}
#right-content h2,
#TB_ajaxContent h2 {
    color: #000;
    font-size: 130%;
    line-height: 117%;
    margin-bottom: 10px;
}
#right-content h3,
#TB_ajaxContent h3 {
    color: #1c4200;
    font-size: 108%;
    line-height: 117%;
    margin-bottom: 5px 0;
}
#right-content ul li,
#TB_ajaxContent ul li {
    padding: 1px 0;
}
table {
    border-collapse: collapse;
    margin: 5px 0 15px 0;
}
div.vo table#products-table {
    font-size: 85%;
    margin-right: 10px;
    width: 99%;
}
table#products-table tr.even td {
    background-color: #e3e3e3;
}
table#products-table tr:hover td {
    background-color: #ccc;
}
table#vyhledavani th {
    background-color: #daebc0;
    border: 0 none;
}
table#vyhledavani td {
    border: 0 none;
}
table th {
    background-color: #ccc;
    font-weight: bold;
    padding: 2px 10px;
    text-align: left;
}
table td {
    padding: 2px 6px;
}
table td input.buy-count {
    text-align: center;
    width: 26px;
}
table td.icos img {
    margin: 0 2px;
}
table .centeralign {
    text-align: center;
}
table .rightalign {
    text-align: right;
}
form.common-form {
    background-color: #eee;
    border: 1px solid #1c4200;
    margin-bottom: 40px;
    padding: 10px;
}
form.center-form {
    margin: 0 auto 40px auto;
    width: 250px;
}
form.left-form {
    width: 250px;
}
form.common-form label {
    display: block;
    margin: 10px 0 2px;
}
form.common-form label.first {
    margin-top: 0;
}
form.common-form input,
form.common-form textarea {
    display: block;
    font-size: 13px;
    padding: 5px;
    width: 95%;
}
#right-content div.success,
#right-content ul.errors {
    background-color: #f00;
    color: #fff;
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 10px;
}
#right-content ul.errors li {
    background: transparent url('/media/images/list-item2.png') no-repeat scroll left 6px;
}
#right-content div.success,
#right-content div.success a,
#right-content ul.errors li a {
    color: #fff;
}
#vyrobci {
    font-size: 86%;
    line-height: 117%;
}
#vyrobci a {
    color: #000;
    text-decoration: none;
}
#vyrobci a:hover {
    text-decoration: underline;
}
#slider {
    font-size: 92%;
    line-height: 117%;
}
#slider div.slider-left {
    float: left;
}
#slider div.slider-right {
    float: right;
}
#slider div.slider-right a,
#slider div.slider-right strong {
    margin: 0 3px;
}
#directory {
    margin-bottom: 10px;
}
#directory h2 {
    background: transparent url('/media/images/index/directory-bg.png') repeat-x center bottom;
    float: left;
    font-size: 108%;
    margin-right: 33px;
    width: 163px;
}
div.vo #directory h2 {
    width: 212px;
}
#directory h2 span {
    background: transparent url('/media/images/left-menu-item.png') no-repeat right top;
    color: #fff;
    display: block;
    height: 26px;
    padding: 9px 20px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#directory h2.komplety {
    margin-right: 0;
}
#directory h2.komplety span {
    padding-right: 0;
}
#directory h2 a {
    display: block;
    height: 135px;
    text-decoration: none;
}
#directory h2.pneu a {
    background: transparent url('/media/images/index/pneu-small.jpg') no-repeat center bottom;
}
#directory h2.disky a {
    background: transparent url('/media/images/index/disky-small.jpg') no-repeat center bottom;
}
#directory h2.pneuservis a {
    background: transparent url('/media/images/index/pneuservis-small.jpg') no-repeat center bottom;
}
#directory h2.komplety a {
    background: transparent url('/media/images/index/komplety-small.jpg') no-repeat center bottom;
}
#main-content div.description {
    color: #636363;
    font-size: 92%;
    line-height: 117%;
}
#main-content #categories-list a {
    background: transparent url('/media/images/eshop/no-ico-186x124.png') no-repeat top center;
    border: 1px solid #3e9600;
    display: block;
    float: left;
    height: 24px;
    margin: 20px 20px 0 0;
    padding-top: 124px;
    text-align: center;
    text-decoration: none;
    width: 214px;
}
div.vo #main-content #categories-list a {
    width: 218px;
    width: 298px;
}
#main-content #categories-list a span {
    background-color: #3e9600;
    color: #fff;
    display: block;
    height: 22px;
    padding-top: 2px;
}
#main-content div.product div.product-col {
    float: left;
}
#main-content div.product div.product-col div.category-icos {
    float: left;
    width: 80px;
}
#main-content div.product div.product-col div.category-icos img {
    margin-right: 6px;
}
#main-content span.store {
    display: block;
    float: left;
    height: 29px;
    width: 210px;
}
#main-content span.store a {
    color: red;
    display: block;
    float: left;
    padding-top: 7px;
}
#main-content span.store span.text {
    display: block;
    float: left;
    padding: 7px 5px 0 0;
}
#main-content span.sklad-orange,
#products-table td span.sklad-orange {
    background: transparent url('/media/images/eshop/sklad-orange.png') no-repeat right 2px;
    color: #e0a000;
    display: block;
    float: left;
    font-weight: bold;
    padding: 7px 20px 8px 0;
}
#main-content span.sklad-green,
#products-table td span.sklad-green {
    background: transparent url('/media/images/eshop/sklad-green.png') no-repeat right 2px;
    color: #00b000;
    display: block;
    float: left;
    font-weight: bold;
    padding: 7px 20px 8px 0;
}
#products-table td span.sklad-orange,
#products-table td span.sklad-green {
    float: none;
}
#main-content span.price {
    display: block;
    float: left;
    padding-top: 7px;
    width: 180px;
}
#main-content span.price strong {
    color: #1c4200;
    font-size: 117%;
    font-weight: bold;
}
#main-content div.product div.product-col span.dph {
    font-size: 92%;
}
#main-content div.product p {
    margin-top: 5px;
}
#main-content div.has-detail-ico {
    float: left;
    width: 569px;
}
#main-content div.vyrobce-detail-ico {
    float: left;
    font-size: 70%;
    text-align: right;
    width: 140px;
}
#main-content div.product a.product-detail:hover {
    text-decoration: underline;
}
#main-content div.product-detail {
    border: 1px solid #949599;
    margin: 20px 0 40px 0;
    padding: 10px;
}
#main-content div.product-detail div.ico {
    float: left;
    text-align: center;
    width: 340px;
}
#main-content div.product-detail div.text {
    float: left;
    width: 345px;
}
#main-content div.product-detail table {
    border-collapse: collapse;
    color: #222;
    font-size: 87%;
    width: 100%;
}
#main-content div.product-detail table th {
    background-color: transparent;
    border: 1px solid #e3e3e3;
    font-weight: bold;
    padding: 2px 6px;
    text-align: left;
    width: 40%;
}
#main-content div.product-detail table td {
    border: 1px solid #e3e3e3;
    padding: 2px 6px;
}
#main-content div.product-detail table td.sale {
    color: #3e9600;
}
#main-content div.product-detail table td.price {
    color: #f00;
    font-size: 108%;
    font-weight: bold;
}
#ajax-buy-form {
    margin: 20px 0;
    text-align: right;
    width: 342px;
}
#ajax-buy-form input {
    border: 1px solid #9c9c9c;
    color: #000;
    font-weight: bold;
    padding: 4px 6px;
    text-align: right;
}
#right-content div.products-h1 {
    border-bottom: 1px solid #949599;
    margin: 30px 0;
}
div.vo #right-content div.products-h1 {
    padding-right: 10px;
}
#right-content div.products-h1 h1 {
    border-bottom: 0 none;
    float: left;
    margin: 0;
}
#right-content div.products-h1 span {
    display: block;
    float: right;
    padding-top: 4px;
}
#right-content div.products-h1 span a.active {
    font-weight: bold;
}
#filter {
    background-color: #e3e3e3;
    font-size: 86%;
    line-height: 117%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
div.vo #filter {
    margin-right: 10px;
}
#filter.display {
    background-color: #e3e3e3;
    display: block;
}
#filter table {
    margin: 0;
    width: 100%;
}
#filter td {
    background-color: #fff;
}
#filter select {
    font-size: 12px;
}
#filter.alcar select {
    width: 150px;
}
#filter select.sirka_1 {
    width: 180px;
}
#filter select.sirka_2 {
    width: 75px;
}
#filter select.sirka_3 {
    width: 160px;
}
#filter input.sirka_3 {
    width: 158px;
}
#filter input.sirka_rychl {
    width: 105px;
}
#filter select.sirka_4 {
    width: 351px;
}
div.vo #filter select {
    width: 208px;
}
#filter div.radio {
    display: inline-block;
    margin: 2px 5px 2px 0;
    white-space: nowrap;
}
#filter span.more-search,
#filter span.less-search {
    color: #3e9600;
    cursor: pointer;
    display: block;
    float: right;
    font-weight: normal;
    margin: 5px 10px 0 0;
    text-decoration: underline;
}
#filter span.more-search:hover,
#filter span.less-search:hover {
    text-decoration: none;
}
#filter span.filter-update {
    background-color: #888;
    display: none;
    filter: alpha(opacity=90);
    font-size: 130%;
    font-weight: bold;
    height: 100%;
    left: 0;
    line-height: 117%;
    text-align: center;
    opacity: 0.9;
    padding-top: 48px;
    position: absolute;
    top: 0;
    width: 100%;
}
#right-content p.alcar-filter-style {
    font-size: 117%;
    font-weight: bold;
    line-height: 108%;
    margin-top: 50px;
    text-align: center;
}
table.full {
    width: 100%;
}
#right-content.order-history h2 {
    margin: 20px 0 5px 0;
}
#right-content.order-history div.back a {
    margin-left: 10px;
}
div.cart-left-form {
    float: left;
    margin-right: 2%;
    width: 49%;
}
div.cart-right-form {
    float: left;
    width: 49%;
}
div.col-fields,
div.col-fields {
    border: 1px solid #aaa;
    padding: 10px;
}
div.min-height-1 {
    _height: 200px;
    min-height: 200px;
}
#right-content table.cart-table-products {
    border: 1px solid #aaa;
    border-collapse: collapse;
    width: 100%;
}
#right-content table.cart-table-products th {
    font-weight: bold;
    padding: 7px 10px;
    text-align: center;
}
#right-content table.cart-table-products td {
    padding: 7px 10px;
}
#right-content table.cart-table-products .name {
    width: 55%;
}
#right-content table.cart-table-products .price {
    text-align: right;
    width: 15%;
}
#right-content table.cart-table-products .count {
    text-align: center;
    width: 5%;
}
#right-content table.cart-table-products .price_total {
    text-align: right;
    white-space: nowrap;
    width: 25%;
}
#right-content table.cart-table-products td.total_name {
    border-top: 1px solid #aaa;
    text-align: right;
}
#right-content table.cart-table-products td.total_value {
    border-top: 1px solid #aaa;
    font-size: 160%;
    line-height: 117%;
    text-align: right;
    width: 20%;
}
#right-content table.cart-table-products td p {
    font-size: 92%;
    line-height: 108%;
    margin: 3px 0 0 0;
}
#products-table {
    font-size: 92%;
    width: 100%;
}
#products-table td div {
    position: relative;
}
#products-table td span.ico {
    background-color: #fff;
    border: 1px solid #949599;
    display: none;
    left: -155px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 120px;
}
#products-table td span.ico img {
    display: block;
    max-width: 100%;
}
#products-table td span.ico span.red {
    color: red;
}
#products-table td.price {
    font-weight: bold;
}
#products-table td.nowrap {
    white-space: nowrap;
}
#products-table td.red a {
    color: red;
}
div.vo #products-table td.vo-buy {
    width: 80px;
}
div.vo #products-table td.vo-buy span.ks {
    display: block;
    float: left;
    padding-right: 13px;
}
div.vo #products-table td.vo-buy a.ico-cart {
    background: transparent url('/media/images/kosik.png') no-repeat left 1px;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
    height: 15px;
    width: 20px;
}
span.green {
    color: #00b000;
}
span.blue {
    color: #0000ff;
}
span.yellow {
    color: #e0a000;
}
#products-table td span.green,
#products-table td span.yellow,
#products-table td span.blue {
    font-weight: bold;
}
#footer {
    color: #8b8585;
    font-size: 93%;
    line-height: 117%;
    margin: 40px 0 10px 0;
}
#footer a {
    color: #333;
}
#footer div.left {
    float: left;
}
#footer div.right {
    float: right;
}
/* thickbox */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 1002;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* lightbox */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
/* eShop AJAX */
#body-shader {
    background-color: #000;
    filter: alpha(opacity=70);
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 150;
}
#ajax-order-window {
    background-color: #eeebeb;
    border: 1px solid #9c9c9c;
    display: block;
    left: 50%;
    margin-left: -350px;
    padding: 15px 20px;
    position: absolute;
    top: 200px;
    width: 659px;
    z-index: 999;
}
#ajax-order-window h1 {
    color: #1c4200;
    font-size: 171%;
    line-height: 117%;
    text-transform: uppercase;
}
#ajax-order-window table.cart-table-products {
    border-collapse: collapse;
    margin: 20px 0 40px 0;
    width: 100%;
}
#ajax-order-window table.cart-table-products th {
    font-weight: normal;
    padding: 7px 10px;
    text-align: left;
}
#ajax-order-window table.cart-table-products td {
    background-color: #fff;
    padding: 7px 10px;
}
#ajax-order-window table.cart-table-products .name {
    width: 60%;
}
#ajax-order-window table.cart-table-products td.name {
    font-weight: bold;
}
#ajax-order-window table.cart-table-products .price {
    width: 15%;
}
#ajax-order-window table.cart-table-products .count {
    text-align: center;
    width: 5%;
}
#ajax-order-window table.cart-table-products .price_total {
    text-align: right;
    white-space: nowrap;
    width: 20%;
}
#ajax-order-window table.cart-table-products td.price_total {
    color: #1c4200;
    font-size: 117%;
    font-weight: bold;
}
#ajax-order-window #cart-table-buttons div.left {
    float: left;
    width: 180px;
}
#ajax-order-window #cart-table-buttons div.center {
    float: left;
    font-size: 86%;
    line-height: 117%;
    padding-top: 11px;
    width: 299px;
}
#ajax-order-window #cart-table-buttons div.center strong {
    color: #f00;
    font-size: 140%;
    line-height: 117%;
}
#ajax-order-window #cart-table-buttons div.right {
    float: left;
    width: 180px;
}
#eko-label {
    background: transparent url('/media/images/eshop/ekostitek.png') no-repeat left top;
    float: right;
    font-family: Arial, Verdana, helvetica, sans-serif;
    height: 293px;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    width: 200px;
}
#eko-label #consumption,
#eko-label #breaking {
    background: transparent url('/media/images/eshop/eko-level.png') no-repeat left top;
    color: #fff;
    font-size: 161%;
    font-weight: bold;
    height: 27px;
    left: 66px;
    line-height: 117%;
    padding: 1px 0 0 20px;
    position: absolute;
    top: 77px;
    width: 23px;
}
#eko-label #breaking {
    left: 143px;
}
#eko-label #consumption.class-b,
#eko-label #breaking.class-b {
    top: 92px;
}
#eko-label #consumption.class-c,
#eko-label #breaking.class-c {
    top: 107px;
}
#eko-label #consumption.class-d,
#eko-label #breaking.class-d {
    top: 122px;
}
#eko-label #consumption.class-e,
#eko-label #breaking.class-e {
    top: 136px;
}
#eko-label #consumption.class-f,
#eko-label #breaking.class-f {
    top: 151px;
}
#eko-label #consumption.class-g,
#eko-label #breaking.class-g {
    top: 166px;
}
#eko-label #sound {
    background: transparent url('/media/images/eshop/sound-1.png') no-repeat left top;
    height: 44px;
    left: 86px;
    padding: 0;
    position: absolute;
    top: 216px;
    width: 24px;
}
#eko-label #sound.class-2 {
    background-image: url('/media/images/eshop/sound-2.png');
}
#eko-label #sound.class-3 {
    background-image: url('/media/images/eshop/sound-3.png');
}
#eko-label #sound-volume {
    color: #fff;
    font-size: 161%;
    font-weight: bold;
    left: 134px;
    line-height: 117%;
    padding: 0;
    position: absolute;
    top: 226px;
}
#main-text {
    margin-top: 20px;
}
#main-content div.product {
    background: #fff url('/media/images/eshop/product-box-bg.png') repeat-x left bottom;
    border: 1px solid #444546;
    float: left;
    margin: 1px 1px 5px 1px;
    overflow: hidden;
    width: 232px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
div.vo #main-content div.product {
    width: 234px;
}
#main-content div.product div.top-left {
    float: left;
    width: 122px;
}
div.vo #main-content div.product div.top-left {
    width: 111px;
}
#main-content div.product div.top-left span.price2 {
    background-color: #ffed00;
    border: 1px solid #636558;
    color: #e5334b;
    display: block;
    font-size: 86%;
    font-weight: bold;
    margin: 5px 5px 0 5px;
    padding: 1px 2px;
    text-align: center;
    white-space: nowrap;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#main-content div.product div.top-left span.store2 {
    color: #333;
    display: block;
    font-size: 86%;
    margin-bottom: 28px;
    text-align: center;
    text-transform: uppercase;
}
#main-content div.product div.top-left input {
    border: 1px solid #5e5f5f;
    float: left;
    font-weight: bold;
    margin: 3px 2px 0 34px;
    text-align: center;
    width: 20px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
div.vo #main-content div.product div.top-left input {
    margin-left: 30px;
}
#main-content div.product div.top-left a.quick-buy {
    background: transparent url('/media/images/eshop/cart.png') no-repeat left top;
    display: block;
    float: left;
    height: 23px;
    text-decoration: none;
    width: 28px;
}
#main-content div.product div.top-right {
    float: left;
    height: 100px;
    margin-bottom: 3px;
    overflow: hidden;
    width: 110px;
}
div.vo #main-content div.product div.top-right {
    width: 123px;
}
#main-content div.product div.bottom span.manufact {
    font-size: 117%;
    font-weight: bold;
    padding-left: 2px;
    text-transform: uppercase;
}
#main-content div.product div.bottom span.season {
    font-size: 86%;
}
#main-content div.product div.bottom span.details {
    display: block;
    padding: 0 1px;
    margin-bottom: 2px;
}
#main-content div.product div.bottom .dezen {
    display: block;
    font-size: 86%;
    line-height: 100%;
    height: 22px;
    overflow: hidden;
    padding: 0 1px;
}
#main-content div.product div.buttons {
    border-top: 2px solid #5e5f5f;
}
#main-content div.product div.buttons a {
    color: #000;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 76px;
}
div.vo #main-content div.product div.buttons a {
    width: 77px;
}
#main-content div.product div.buttons a.popis {
    background-color: #a2daf4;
}
#main-content div.product div.buttons a.vyhov-pneu,
#main-content div.product div.buttons a.info {
    background-color: #fff486;
    border-left: 1px solid #5e5f5f;
}
#main-content div.product div.buttons a.vyhov-pneu {
    width: 155px;
}
#main-content div.product div.buttons a.detail {
    background-color: #fafcf5;
    border-left: 1px solid #5e5f5f;
    width: 78px;
}
#main-content div.product-alcar {
    position: relative;
}
#main-content div.product-alcar div.dezen {
    background: #fff url('/media/images/eshop/product-box-bg.png') repeat-x left bottom;
    display: none;
    height: 156px;
    left: 0;
    overflow: hidden;
    padding: 10px 10px 5px 10px;
    position: absolute;
    top: 0;
    width: 212px;
}
#main-content div.product-alcar div.dezen ul {
    margin: 0 0 0 20px;
}
#main-content div.product-alcar div.bottom {
    height: 68px;
    overflow: hidden;
}
#contact-form,
#reklamace-form {
    border: 0;
}
#contact-form div.form-item,
#reklamace-form div.form-item {
    margin: 5px 0;
}
#reklamace-form div.form-item {
    float: left;
}
#contact-form label,
#reklamace-form label {
    float: left;
    font-weight: bold;
    margin: 4px 5px 0 0;
    text-align: right;
    width: 170px;
}
#contact-form input,
#contact-form textarea {
    float: left;
    width: 200px;
}
#reklamace-form input,
#reklamace-form textarea {
    float: left;
    width: 250px;
}
#reklamace-form table input {
    float: none;
    width: 60px;
}
#contact-form div.note {
    margin: 20px 0 0 175px;
}
#reklamace-form div.note {
    margin: 20px 0;
}
#reklamace-form div.radio {
    float: none;
}
#reklamace-form div.radio input {
    border: 0 none;
    float: left;
    position: relative;
    top: 5px;
    width: auto;
}
#reklamace-form div.radio label {
    float: left;
    margin-left: 8px;
    text-align: left;
    width: auto;
}
#reklamace-form h2 {
    margin-top: 30px;
}
