#main #left-col a.link-to-catalog-open {
    background: #f70 url('/media/eshop/link-to-catalog-open.gif') no-repeat left top !important;
}
#content div.product {
    border: 1px solid #fff;
    border-bottom: 1px solid #ededed;
    float: left;
    height: 100px;
    margin: 0 21px 20px 0;
    overflow: hidden;
    padding: 10px;
    width: 270px;
}
#content div.product-last {
    margin-right: 0;
}
#content div.product:hover {
    border: 1px solid #ededed;
}
#content div.product a.photo {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 100px;
    margin-right: 10px;
    text-decoration: none !important;
    width: 110px;
}
#content div.product div.text {
    color: #79888c;
    float: left;
    padding-top: 16px;
    width: 150px;
}
#content div.product:hover div.text {
    padding-top: 0;
}
#content div.product div.text a {
    text-decoration: none;
    text-transform: uppercase;
}
#content div.product div.text a:hover {
    text-decoration: underline;
}
#content div.product div.text div.producer {
    float: left;
}
#content div.product div.text div.code {
    float: right;
    font-size: 83%;
    line-height: 117%;
}
#content div.product div.text div.producer a {
    color: #37677a;
    font-size: 92%;
    line-height: 117%;
}
#content div.product div.text h3 {
    color: #79888c;
    font-size: 92%;
    line-height: 117%;
    margin: 2px 0 0 0;
}
#content div.product div.text h3 a {
    color: #79888c;
}
#content div.product div.text span.price {
    color: #ff6d00;
    display: block;
    text-align: right;
}
#content div.product div.text span.price big {
    font-size: 150%;
    line-height: 117%;
    margin-top: 5px;
}
#content div.product div.text span.price small {
    color: #999;
    font-size: 100%;
    line-height: 117%;
    margin-right: 5px;
    text-decoration: line-through;
}
#content div.cart-vypis,
#content span.cart-vypis {
    display: none;
    margin-top: 5px;
}
#content div.related-box div.cart-vypis,
#content div.related-box span.cart-vypis {
    margin-top: 15px;
}
#content div.related-box:hover div.cart-vypis,
#content div.product:hover div.text div.cart-vypis,
#content div.related-box:hover span.cart-vypis,
#content div.product:hover div.text span.cart-vypis {
    display: block;
}
div.cart-vypis a.koupit,
span.cart-vypis a.koupit,
#params div.box dd.order a.koupit,
#content div.product div.text a.koupit,
#params div.box dd.order button,
#content div.product div.text button {
    background: transparent url('/media/eshop/btn-koupit.gif') no-repeat left top;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 19px;
    width: 72px;
}
div.cart-vypis a.detail,
span.cart-vypis a.detail,
#content div.product div.text a.detail {
    background: transparent url('/media/eshop/btn-detail.gif') no-repeat left top;
    display: block;
    float: right;
    height: 19px;
    width: 72px;
}
#content div.product div.text a.zobrazit-varianty {
    background: transparent url('/media/eshop/btn-zobrazit-varianty.gif') no-repeat left top;
    display: block;
    float: right;
    height: 19px;
    width: 125px;
}
#content div.product div.text a.zobrazit-velikosti {
    background: transparent url('/media/eshop/btn-zobrazit-velikosti.gif') no-repeat left top;
    display: block;
    float: right;
    height: 19px;
    width: 127px;
}
#content div.product div.text a.zobrazit-velikosti:hover,
#content div.product div.text a.zobrazit-varianty:hover,
#params div.box dd.order button:hover,
#content div.product div.text a.detail:hover,
#content div.product div.text div.cart-vypis a:hover,
#content div.product div.text span.cart-vypis a:hover {
    background-position: left bottom;
}
#content div.product div.text span.velikosti,
#content div.product div.text span.nedostupne {
    color: #ff672b;
    display: block;
    float: left;
    font-size: 92%;
    padding: 1px 0 0 8px;
}
#content div.product div.text span.velikosti {
    padding-left: 3px;
}
#content div.product div.text span.velikosti a {
    color: #23bb00;
    text-transform: none;
}
#controls {
    border-bottom: 1px solid #ededed;
    margin: 20px 0 10px 0;
    padding-bottom: 10px;
}
#controls label {
    color: #37677a;
    font-weight: bold;
}
#controls select {
    border: 1px solid #e3e9ef;
    margin: 0 10px 0 2px;
    .vertical-align: middle;
    width: 70px;
}
#controls select.count {
    border: 1px solid #e3e9ef;
    margin: 0 10px 0 2px;
    .vertical-align: middle;
    width: 40px;
}


.slider-top {
    margin-top: 10px;
}
.slider {
	display: block;
	position: relative;
	height: 28px !important;
	padding: 0px 10px !important;
}
.slider p {
	text-align: right !important;
}
.slider label {
	float: left !important;
	text-align: left !important;
	margin-right: 6px !important;
	padding-top: 2px !important;
	width: auto !important;
}
.slider input {
    border: 1px solid #F1F2E6;
    padding: 1px 1px !important;
    float: left;
    width: 22px;
    height: 16px;
    text-align: center;
}
.slider .gray-delimiter {
	color: #929292 !important;
}
.slider a.slider-next,
.slider span.slider-next,
.slider a.slider-previous,
.slider span.slider-previous {
	position: relative;
	padding-right: 10px;
	top: 2px;
}
.slider a.slider-previous,
.slider span.slider-previous {
	padding-right: 0px;
	padding-left: 10px;
}
.slider a.slider-next:hover,
.slider a.slider-previous:hover {
	text-decoration: none;
}
.slider span.slider-next,
.slider span.slider-previous {
	color: #929292 !important;
}
#content form label {
    float: none;
    position: static;
    width: auto;
    display: inline;
}
#content form label span {
    font-size: inherit;
    position: static;
    top: 0px;
}
#znacky {
    color: #37677a;
    font-weight: bold;
    margin-bottom: 8px;
}
#znacky label {
    color: #545d60 !important;
    font-weight: normal !important;
}
#znacky input {
    border: 0 none !important;
    margin: 0 3px 0 12px;
}
#detail {
    float: left;
    margin: 0 40px 0 0;
    width: 355px;
}
#main #content h1.top {
    margin-bottom: 5px;
}
#main #content #heading h1 {
    border-bottom: 1px solid #dbddde;
    color: #ff6d00;
    font-size: 108%;
    font-weight: bold;
    line-height: 117%;
    margin: 0;
    padding-bottom: 2px;
}
#main #content #heading h2 {
    border: 0 none;
    color: #131d21;
    font-size: 150%;
    font-weight: normal;
    line-height: 117%;
    margin: 0;
}
#main #content #heading img {
    float: right;
    margin-top: 2px;
}
#content #detail p {
    margin-top: 0;
}
#content #detail #detail-image-box {
    background-position: center center;
    background-repeat: no-repeat;
    height: 220px;
    width: 355px;
}
#content #detail #detail-image-box a {
    display: block;
    height: 220px;
    text-decoration: none;
    width: 355px;
}
#content #preview-image-box {
    margin: 10px 0;
}
#content #preview-image-box a {
    margin-right: 10px;
}
#params {
    float: left;
    font-size: 92%;
    width: 210px;
}
#params div.box {
    padding: 30px 12px 0 12px;
    width: 186px;
}
#params div.box-top {
	margin-bottom: 20px;
	padding-right: 0px;
	width: 198px;
}
#params div.box dl {
    margin-top: 20px;
}
#params div.box dl dt {
    clear: both;
    color: #37677a;
    font-weight: bold;
    float: left;
    padding: 5px 4px;
    width: 94px;
}
#params div.box dl dd {
    color: #62767f;
    float: left;
    padding: 5px 4px;
    width: 88px;
}
#params div.box dl dt.even,
#params div.box dl dd.even {
    background-color: #f6f6f6;
}
#params div.box dl dd.ano {
    color: #23bb00;
}
#params div.box dl dd.ne {
    color: #ff672b;
}
#params div.box dl dt.price {
    height: 17px;
    line-height: 150%;
}
#params div.box dl dd.price-tmp,
#params div.box dl dd.price {
    font-weight: bold;
    height: 17px;
    text-align: right;
}
#params div.box dl dd.price {
    color: #ff6d00;
    font-size: 150%;
    line-height: 100%;
}
#params div.box dd.order {
    text-align: right;
}
#params div.box dd.order button{
    float: none;
}
#params div.box .order input {
    margin-right: 4px;
    text-align: center;
    width: 30px;
}
#params div.box-bottom {
	height: 30px;
	margin-bottom: 40px;
}
#params div.box .cleaner-order {
    border: 0 none;
}
div.spacer {
    border-top: 1px solid #dbddde;
    height: 1px;
    font-size: 0;
    line-height: 0;
}
#navigate {
    color: #ff672b;
    font-size: 92%;
    line-height: 118%;
    padding-right: 5px;
    text-transform: lowercase;
    text-align: right;
}
#navigate a {
    background: transparent url('/media/page/less.gif') no-repeat left 4px;
    color: #ff672b;
    padding-left: 13px;
}
#navigate div.left {
    float: left;
}
#navigate div.right {
    float: right;
}
#navigate a.prev {
    margin: 0 4px;
}
#navigate div.left a.prev {
    margin: 0;
}
#navigate a.next {
    background: transparent url('/media/page/content-li.gif') no-repeat right 4px;
    margin: 0 4px;
    padding-right: 13px;
}
#main #content p.variants {
    margin-bottom: 5px;
}
#in_slider_count {
    min-width: 45px;
}
#in_orderby {
    min-width: 80px;
}
#related {
    margin-bottom: 15px;
}
#related h2 {
    margin-bottom: 15px !important;
}
#related div.related-box {
    border: 1px solid #fff;
    cursor: pointer;
    padding: 10px;
    float: left;
    height: 80px;
    margin-right: 20px;
    overflow: hidden;
    width: 268px;
}
#related div.related-box:hover {
    border: 1px solid #ededed;
}
#related div.related-box.sec {
    margin-right: 0;
}
#related div.related-box strong.h3 {
    color: #79888C !important; 
    display: block;
    margin-bottom: 10px !important;
}
#related div.related-box span {
    color: #FF6D00; 
}
#related div.related-box img {
    color: #FF6D00;
}
#related div.related-box a {
    .text-decoration: none;
}

/* VYHODY */
div.show_body,
#vyhody {
    float: left;
    width: 405px;

}
#vyhody {
    width: 200px;
}
#main #content #vyhody ul {
    margin: 0;
    margin-top: 20px;
}
#main #content #vyhody ul li {
    background: transparent url('/media/eshop/vyhody_bg.png') no-repeat left top;
    font-size: 90%;
    font-weight: bold;
    line-height: 140%;
    height: 23px;
    margin-left: 31px;
    overflow: hidden;
    padding: 11px 15px 4px 30px;
    width: 124px;
}
#main #content #vyhody ul li.lines_2 {
    height: 30px;
    padding-top: 4px;
}
#main #content #vyhody p {
    margin: 0;
}
#main #content #vyhody ul li em {
    color: #e34b02;
    font-style: normal;
}
#main #content #vyhody ul li strong {
    color: #000;
}
/* END - VYHODY */

