@import url("global.css");
/************************************************/
/******** BASIC LAYOUT STYLES *****************/
/***********************************************/
/************************************************/
/*--------- MAIN HOLDER --------*/
#main_wrap {
    position:relative;
	width: 100%;
	width: 980px;
	margin: 0px auto 0px auto;
	min-width:970px;
	text-align: left;
}
#main_wrap_in {
	width: 980px;
}
#error_content {
    width: 60%;
    margin: 0 auto;
    text-align: left;
}
.discount_message {
	font-weight: bold;
	color: #fff;
	background-color: #e00;
	font-size: 1.3em;
	margin-bottom: 8px;
	padding: 5px 10px;
}
.discount_message a, .discount_message a:visited, .discount_message a:hover {
	color: #fff;
}
#error_content h3 {
    color: #fff;
    padding: 8px 3px 5px 45px;
    margin: 5px 0 0 0;
    font-size: 1.25em;
    background: #f00 url("/images/error.gif") 1px 1px no-repeat;
}
#error {
    padding: 5px 10px 5px 10px;
    border: 1px solid #f00;
    background-color: #fdebdf;
}
#error hr {
    border: 1px solid #f00;
}
/*--------- MAIN HEADER-------*/
#logo {
  position: absolute;
  width: 200px;
  height: 18px;
  top: 10px;
  left: 8px;
}
#country_language_currency {
	position: absolute;
	right: 25px;
	top: 35px;
	text-align: right;
	width: 300px;
	background: none;
	font-size: 0.9em;
	color: #fff;
}
#country_icons {
  position:absolute;
  width: 100px;
  height: 17px;
  top: -30px;
  right: -22px;
}
#country_icons img {
    margin-right: 3px;
}
#country_language_currency select {
    height: 20px;
}
/*----end of MAIN HEADER------*/
/*---------HEADER-----------*/
#header {
	/*position: relative;*/
	position:absolute;
	top: 0;
	left: 0px;
	width: 980px;
	height: 235px;
	height: 222px;
}
.listicka #header {
	top: 27px;
}
#header_spacer {
    height: 222px !important;
}
.listicka #header_spacer {
    height: 262px !important;
}
#header_right #right_login{
  margin-top: 100px;
}
.headerpr {
    position:absolute;
    top: 63px;
    left: 0px;
    width: 980px;
    height: 159px;
    background: #fff url('../images/header-bg-bg.gif') repeat-x;
    z-index: 1;
}
.headerpr_in {
    width: 980px;
    height: 159px;
    background: url('../images/header-bg-left.gif') no-repeat;
}
.headerpr_in_in {
    width: 980px;
    height: 159px;
    background: url('../images/header-bg-right.gif') top right no-repeat;
}
#slogan {
    position: absolute;
    top: 23px;
    left: 219px;
    z-index: 2;
    font-size: 11px;
    font-weight: bold;
    width: 180px;
    line-height: 12px;
}
.kosicek {
	position:relative;
	color: #fff;
	font-size: 0.9em;
}
.kosicek a.cal, .kosicek a.cal:visited, .kosicek a.cal:hover {
    position: absolute;
    top: 0px; left: 0px;
    text-decoration: none;
    color: #fff !important;
    padding: 4px 0px 0px 10px;
    width: 80px;
	height: 20px;
    font-weight: bold;
    float: left;
	background: #e91d24 url('../images/kosicek.gif') no-repeat;
}
.kosicek a img {
    margin-right: 11px;
}
.kosicek:hover #cart, .kosicekhover #cart {
    visibility: visible !important;
	z-index: 2 !important;
}
.kosicek:hover a.cal, .kosicekhover a.cal, .kosicekhover a.cal:visited, .kosicekhover a.cal:hover {
    color: #333 !important;
	background: #eee url('../images/gray-arrow-down.gif') 82% 55% no-repeat;
    border: 1px solid #ccc;
    border-bottom: none;
    padding-bottom: 3px;
}
.taska_on {
    display:none;
}
.kosicek:hover .taska, .kosicekhover .taska {
    display:none;
}
.kosicek:hover .taska_on, .kosicekhover .taska_on {
    display: inline;
}
.kosicek_on, .kosicek:hover {
    cursor: default !important;
/*    background-color: #00c;*/
}
.tm_tit, .tm_tit2 {
    float: left;
    padding: 7px 15px 0px 0px;
    color: #333;
    font-size: 0.9em;
    margin-left: 20px;
}
.tm_tit2 {
    padding-left: 60px;
}
#cart {
	position: absolute;
	top: 24px;
	top: 28px;
	left: 0px;
	width: 171px;
	height: 107px;
	color: #333;
	background: #eee;
	border: 1px solid #ccc;
	border-top: none;
    line-height: 1em;
    visibility: hidden;
}
#cart a, #cart a:visited, #cart a:hover {
    padding: 3px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
}
#cart .cart_link {
    text-align:center;
    padding-bottom: 15px;
}
#cart_in {
    padding: 20px 10px 10px 10px;
    line-height: 1.3em;
}
#cart table {
    width: 100%;
    border-collapse: collapse;
}
#cart table td {
    padding: 0;
}
#cart table td.sec {
    text-align: right;
    font-weight: bold;
}
.multishop_tabs {
    position:absolute;
    width: 500px;
    top: 28px;
    left: 0px;
}
.mt_tab {
	float: left;
	height: 39px;
	margin: 0 0px 0px 0;
	padding: 0;
	font-size: 1.1em;
}
.mt_tab a, .mt_tab a:visited, .mt_tab a:hover {
	display: block;
	text-decoration: none;
	color: #fbccaa;
	height: 39px;
	line-height: 39px;
	float: left;
	margin: 0 0px 0 0;
	padding: 0px 15px;
}
.mt_tab a:hover {
    background: url('../images/mt-tab-over.gif') top left repeat-x;
}

.lightbox {
	position:relative;
    color: #fbccaa;
	z-index: 14;
	background: url('../images/top-vyber.gif') top left no-repeat;
}
.lightbox:hover .lightbox_in {
    visibility: visible;
}
.lightbox:hover {
/*    background-color: #00c;*/
}
.lightbox_in {
	position: absolute;
	top: 15px;
	right: 0;
	width: 171px;
	visibility: hidden;
	z-index: 2000;
}
.history {
	position:relative;
    color: #fbccaa;
	background: url('../images/top-historie.gif') top left no-repeat;
	z-index: 13;
}
.history:hover {
/*    background-color: #00c;*/
}
.history:hover .history_in {
    visibility: visible;
}
.history_in {
	position: absolute;
	top: 15px;
	right: 0;
	width: 171px;
	visibility: hidden;
	z-index: 2000;
}
.lihi {
    color: #fbccaa;
    padding: 8px;
    height: 300px;
    overflow: auto;
    background: #7a2725 url('../images/lightbox-bg.gif') top left repeat;
    font-size: 0.9em;
}
.lihi .item {
    padding-bottom: 15px;
}
.lihi .item h4 {
    font-weight: normal;
    margin-bottom: 5px;
    text-align: left !important;
}
.lihi .item h4 a, .lihi .item h4 a:visited {
    text-decoration: none;
    padding: 0 !important;
}
.lihi .item h4 a:hover {
    text-decoration: underline;
    padding: 0 !important;
}
.lihi .drop {
    text-align: right;
}

/*---------SEARCH ------*/
#search {
    position:absolute;
	right: 21px;
	top: 5px;
	width: 50%;
    text-align: right;
}
#search select {
    font-size: 0.9em;
}
#search select {
    height: 20px;
}
#search a, #search a:visited, #search a:hover {
    position:absolute;
    top: 3px;
    right: 165px;
    color: #333;
    font-weight: bold;
    padding-right: 10px;
    background: url('../images/gray-arrow.gif') 100% 50% no-repeat;
    font-size: 0.9em;
    text-decoration: none;
}
.searchis {
    position:absolute;
    top: 0px;
    right: 5px;
    width: 141px;
    height: 19px;
    background: #fff url('../images/search-bg.gif') no-repeat;
}
#search .search_text {
    position:absolute;
    top: 1px;
    left: 5px;
    background: #fff;
    border: none;
    width: 112px;
    height: 14px;
    font-size: 0.9em;
    color: #333;
}
#search .button {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 18px;
    height: 17px;
    border: none;
    background: none;
}
.w140 {
    width: 100px;
}
.w70 {
}
/*---end of SEARCH -----*/
/*---------HOLDER-------------*/
#holder {
	/*background-color: #f00;*/
	background: #eee url('../images/vopakovacka.jpg') 220px 100% repeat-y;
}
html>body #holder {
    /*background-position: bottom left;*/
    background-position: 0px 90%;
}
.holder2l {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
#holder-in {
	background: url('../images/spodek.jpg') 220px 100% no-repeat;
	padding-bottom: 28px;
    padding-right: 4px !important;
}
html>body #holder-in {
    background-position: bottom left;
}
/*---------end of HOLDER-------*/
/*---------ACCOUNT-------*/
.my_account {
  margin: 10px 0;
  padding: 3px;
}
.my_account .table_invoice td {
    width: 25% !important;
}
.my_account .r_box_in {
    font-size: 1em;
}
#my_account .table_cart td {
    text-align: left;
    padding: 7px 15px;
}
#my_account .table_cart th {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}
#my_account .table_cart td.fic {
    width: 120px;
}
#my_account {
    width: 100%;
    /*font-size: 0.9em;*/
}
#my_account .r_box {
    padding-bottom: 1px;
}
#my_account .r_box_title_in {
    /*font-size: 1.1em;*/
}
/*.my_account span.label {
  width: 40%;
}*/
/*---------end of ACCOUNT-------*/
/*---------MULTISHOP CONTENT ------*/
/*#multishop_content {
	position: relative;
	float: left;
	width: 100%;
	background-color: #fff;
}
html>body #multishop_content {
	padding: 0 10px 10px 10px;
  height: auto;
  overflow:hidden;
}*/
#multishop_content h2 {
    font-weight: bold;
}
#multishop_content h1 {
    color: #b31501;
}
#multishop_content .promo_block p, #multishop_content .promo_block {
  text-align: center;
}
#multishop_content .promo_block {
    padding: 0;
}
.multishop_box {
	float: left;
	width: 150px;
	margin: 5px;
}
.multishop_box h2 {
	font-size: 1em;
	text-align: center;
	margin: 5px 0 5px 0;
}
#multishop_content .img_box_border {
	width: 183px;
	height: 200px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	padding: 2px;
}
#multishop_content .img_box_border img {
}
#dep_store_box {
	width: 100%;
	height: 1px;
}
html>body #dep_store_box {
	min-height: 1px;
	height: auto;
	overflow: auto;
}
.dep_store_item {
	float: left;
	width: 200px;
	background-color: #fff;
	text-align: center;
	margin: 2px;
	margin-bottom: 10px;
  overflow: hidden;
}
.dep_store_item .text {
  padding: 0 5px 0 5px;
    height: 20px;
    overflow: hidden;
}
.dep_store_item img {
	margin: 1px 1px 1px 0px;
}
/*----end of MULTISHOP CONTENT ----*/
/*---------CONTENT-------------*/
#content {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#content-in {
	padding: 0px 0px 15px 0px;
}
.content2l {
	float: right !important;
    width: 756px !important;
	margin-left: -220px !important;
	overflow: hidden;
}
.cobl {
    width: 756px;
	background: url('../images/cobl-bottom.gif') bottom left no-repeat;
	padding-bottom: 4px;
}
.cobl_in {
	background-color: #fff;
	padding: 0px 18px 10px 14px;
}
.content2l #content_in {
    margin: 0 auto;
    padding-left: 180px !important;
/*    padding-left: 180px;*/
}
#content p {
    width: 100%;
}
#producerbar {
/*	background-color: #dfdfdf;
	border: 1px solid #bfbfbf;*/
	padding: 0;
	margin: 0;
	padding-top: 5px;
}
#producerbar_in {
/*	padding: 5px;*/
	padding: 0;
	margin: 0;
}
#producerbar form {
}
#producerbar table {
    width: 100%;
    padding: 0;
    margin: 0; 
}
#producerbar table td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.s_caption, .s_caption2 {
    font-weight: bold;
}
#sortbar_grad {
    padding: 0px 3px;
    background: url('../images/sortbar-grad.gif') no-repeat;
    margin-bottom: 15px;
}
.listyle {
    padding: 0 0 3px 12px;
}
.list_row, .list_col {
    width: 84px;
    padding-left: 26px;
    height: 22px;
    line-height: 22px;
    float: left;
    background: url('../images/list-row.gif') no-repeat;
    font-size: 0.9em;
    text-decoration: none;
    color: #000 !important;
}
.list_col {
    margin-left: 7px;
    background: url('../images/list-column.gif') no-repeat;
}
#sortbar {
	position: relative;
	margin: 10px 0 0 0;
	height: 30px;
	background: url('../images/sortbar-head.gif') top left no-repeat;
}
html>body #sortbar {
    min-height: 30px;
    height: auto;
}
#sortbar_in {
    color: #414141;
	padding: 4px 6px 0px 6px;
}
.sortbar_submito {
    text-align: right;
    padding-right: 15px;
    padding-top: 5px;
}
.sortbar_table {
	width: 100%;
	width: 450px;
	position:absolute;
	top: 65px;
	left: 110px;
}
.sortbar_table td {
	width: 25%;
}
.detsear_table .sec {
	padding-left: 22px !important;
}
.detsear_table .oddo {
	padding-left: 3px !important;
}
/*#sortbar form, #sortbar fieldset {*/
.sortbar_form, .sortbar_form fieldset {
	display: inline;
	padding: 0px;
	margin: 0px;
}
html>body #sortbar a {
/*    position:relative;
    top: -5px;*/
}
#sortbar .asc, #sortbar .desc {
    cursor: pointer !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 21px;
    margin-right: 0px;
    margin-left: 0px;
}
#sortbar .asc {
    background: url('../images/asc.gif') top left no-repeat;
}
#sortbar .desc {
    background: url('../images/desc.gif') top left no-repeat;
}
.navigator-new {
    position: relative;
	text-align: right;
	margin-top: 1px;
	padding: 7px 70px 3px 0px;
	height: 25px;
	font-size: 0.9em;
}
.navigator-new a, .navigator-new a:visited{
    padding: 0px 2px 0px 2px;
    text-decoration: none;
}
.stranky {
    position:absolute;
    left: 30%;
    top: 7px;
}
#sortbar .navigator-new {
    position:absolute;
    width: 45%;
    top: 1px;
    right: 70px;
    padding-right: 0px;
}
#sortbar .navigator-new .stranky {
    left: -100px;
}
.navigator-new a:hover {
/*  color: #fff;
  background-color: #ff7325;*/
  text-decoration: underline;
}
.navigator-new a.arrow, .navigator-new a.arrow:visited, .navigator-new a.arrow:hover {
  padding: 0;
  margin: 0;
  background: none;
}
.navigator-new img {
/*  position: relative;
  top: 3px;*/
}
.navigator-new span {
    padding: 0px 2px 0px 2px;
  font-weight: bold;
}
#mapa-stranek li {
  list-style-type: none;
  margin-top: 1px;
}
#mapa-stranek ul {
    margin: 0;
  padding-left: 20px;
}
/*------ PREMIUM CATEGORY ---*/
#premium_list_box {
	width: 100%;
	height: 1px;
}
html>body #premium_list_box {
	min-height: 1px;
	height: auto;
}
.premium {
	float: left;
	width: 150px;
	height: 130px;
	background-color: #fff;
	text-align: center;
	margin: 2px;
}
.premium img {
	margin: 1px 1px 1px 0px;
}
/*----end of PREMIUM CATEGORY---*/
.fright {
    position: relative;
    height: 110px;
}
.fright span {
    position: absolute;
    right: 218px;
    top: 28px;
}
html>body .fright span {
    right: 228px;
    top: -15px;
}
.fright textarea{
    position: absolute;
    right: 10px;
    top: 45px;
}
html>body .fright textarea{
    right: 20px;
    top: 0px;
}
.product_box {
    height: 1px;
    min-height: 1px;
    padding: 0 0 15px 0;
    margin: 0;
}
html>body .product_box {
    height: auto;
    overflow:hidden;
}
.product_box .nomargin {
    background: #fff;
}
.product_all, .product_1, .product_2, .product_3, .tipc {
	float: left;
	min-width: 194px;
	width: 241px;
    height: 286px;
    height: 270px;
    overflow: hidden;
	margin: 0;
	background: #fff url('../images/prbord.gif') 240px 100% no-repeat;
}
html>body .product_all, html>body .product_1, html>body .product_2, html>body .product_3, html>body .tipc {
    min-height: 286px;
    min-height: 270px;
    height: auto;
}
.cross .product_3 {
    height: 286px;
}
.tipc {
    margin-bottom: 20px;
}
#multishop_content .product_3 {
    height: 286px;
}
.tipc {
    height: 286px;
}
/*#multishop_content .product_3 {
    height: 325px;
    height: 345px;
}*/
.detail_bottom_box .product_all {
    height: 256px;
}
.detail_bottom_box .product_all {
    min-height: 256px;
    height: auto;
}
.product_in {
	height: 1px;
    position: relative;
    padding-right: 1px;
}
html>body .product_in {
    height: auto;
    min-height: 1px;
}
.product_in .price .our_price {
    font-weight: bold;
}
.product_in h2, .detail_bottom_box .product_in h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	height: 23px;
	line-height: 23px;
	padding-left: 9px;
	overflow: hidden;
}
.product_in h2 a, .product_in h2 a:visited, .product_in h2 a:hover,
.detail_bottom_box .product_in h3 a, .detail_bottom_box .product_in h3 a:visited, .detail_bottom_box .product_in h3 a:hover {
	color: #231f20;
}
.cross .product_in h2 {
}
.product_in a.aimg, .product_in a.aimg:visited,
.product_in .aimg .aimg_in {
    width: 244px;
    height: 176px;
    margin: 0;
}
.detail_bottom_box .product_in a.aimg, .detail_bottom_box .product_in a.aimg:visited,
.detail_bottom_box .product_in .aimg .aimg_in {
    height: 176px;
}
.prinfo {
    margin-bottom: 5px;
    font-size: 0.9em;
}
.prinfo span {
    float: left;
    width: 75px;
}
.prinfo_row1, .prinfo_row2 {
    position:relative;
    height: 20px;
    line-height: 20px;
    background-color: #e6e6e6;
    padding-left: 9px;
}
.prinfo_row2 {
    background-color: #eee;
}
.prcode {
    position:absolute;
    top: 0px;
    right: 0px;
    height: 20px;
    line-height: 20px;
    padding: 0px 9px;
    width: 54px;
    overflow: hidden;
    background: #ededed url('../images/kod-bg.gif') repeat-x;
}
html>body .prcode {
/*    right: 0px;*/
    min-width: 54px;
    width: auto;
}
.img img {
    vertical-align: middle !important;
}
.product_code {
    font-size: 0.9em;
    padding: 0px 5px;
}
.product_type {
    height: 55px;
    overflow: hidden;
    text-align: left;
}
.product_type div {
    padding: 0px;
    color: #fff;
    font-size: 0.8em;
    width: 45px;
    text-align:center;
    height: 14px;
}
.product_in .product_type {
    float: right;
    padding: 15px 5px 0px 0px;
}
.product_in .product_type div {
    margin-bottom: 3px;
}
#detail .product_type {
    display:none;
    height: 15px;
    padding: 0px 0px 10px 0px;
}
#detail .product_type div {
    float: left;
    margin-right: 13px;
}
.display {
    display: block !important;
}
/*.p_action {
    background: url('../images/akce-product.gif') 0% 50% no-repeat;
}
.p_news {
    background: url('../images/novinka-product.gif') 0% 50% no-repeat;
}
.p_tip {
    background: url('../images/tip-product.gif') 0% 50% no-repeat;
}
.p_sale {
    background: url('../images/vyprodej-product.gif') 0% 50% no-repeat;
}*/
.product_in .text {
    font-size: 0.9em;
    padding: 0px 15px;
    margin: 5px 0px 0px 0px;
    height: 42px;
    overflow: hidden;
    text-align: left;
}
.product_in p {
	font-size: 95%;
}
.product_in .price {
    position:relative;
    padding: 0px 0 0 9px;
    height: 17px;
    height: 50px;
    overflow: hidden;
}
.sleva_price {
    font-weight: bold;
    color: #ed1c24;
}
.sleva_det {
    color: #ed1c24;
}
/*.slevos {
    position:absolute;
    top: -1px;
    right: 0px;
    width: 72px;
    height: 20px;
    overflow: hidden;
    text-align:center;
    font-weight: bold;
    color: #ed1c24;
}*/
.cross .price {
    height: 10px;
}
.product_in .cart {
    position:relative;
    color: #fff;
    overflow: hidden;
    background-color: #231f20;
    height: 25px;
    padding: 3px 5px 0px 5px;
}
.tlkop {
    position:absolute;
    top: 4px;
    right: -2px;
    width: 120px;
}
html>body .tlkop {
    right: -5px;
}
#multishop_content .cart {
    text-align:center;
}
.product_in .cart .drop_menu {
    width: 40px;
    position:relative;
    top: 3px;
}
html>body .product_in .cart .drop_menu {
    top: 0px;
}
.product_in .cart form, .product_in .cart fieldset {
    padding: 0 !important;
    margin: 0 !important;
}
.product_in .orderkoef {
    position:absolute;
    top: 4px;
    right: 7px;
}
html>body .product_in .orderkoef {
    top: 2px;
    right: 5px;
}
.cart_table {
    line-height: 1.9em !important;
}
html>body .cart_table {
    line-height: 1.7em !important;
}
.p_detail {
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
    height: 18px;
    line-height: 18px;
    padding: 2px 10px 2px 10px;
    background-color: #d26003;
    /*background: url('../images/detail-product.gif') top left no-repeat;*/
}
.buy {
    position:relative;
    width: 63px;
    height: 15px;
    border: none;
    background: none;
    text-decoration: underline;
    color: #ed1c24;
    font-weight: bold;
    cursor: pointer !important;
    top: -1px;
}
html>body .buy {
    top: 0px;
    border-bottom: 1px solid #ed1c24;
}
.buy-text {
    width: 27px;
    height: 15px;
    text-align: right;
    background: #fff;
    border: 1px solid #a5acb0;
}
.compare-box {
    font-size: 0.9em;
    height: 20px;
    padding: 6px 5px 6px 5px;
}
a.p_compare_link, a.p_compare_link:visited, a.p_compare_link:hover {
    padding-left: 19px;
    padding-right: 35px;
    background: url('../images/compare-product.gif') 0% 50% no-repeat;
}
a.p_schranka_link, a.p_schranka_link:visited, a.p_schranka_link:hover {
    padding-left: 28px;
    background: url('../images/schranka-product.gif') 0% 50% no-repeat;
}
/*---------end of PRODUCT_3------*/
/*---- PRODUCT LIST TABLE -------*/
.table, .table_cart, .table_platba, .table_rekap {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.supervariant {
    margin-top: 10px;
}
.r_box {
    border: 1px solid #ddd;
    background-color: #fff;
}
.new_r {
    margin-bottom: 15px;
    position:relative;
}
/*.new_r table {
    width: 400px;
}*/
.r_box_in {
    padding: 10px 10px;
    /*font-size: 0.9em;*/
}
.r_box_title {
    height: 30px;
    border-bottom: 1px solid #ddd;
    background-color: #f2f2f2;
    color: #000;   
}
.r_box_title_in {   
    height: 23px;
    padding: 7px 18px 0px 18px;
    border: 1px solid #fff;
}
#c_cart_in .r_box_title {
    /*font-size: 1.1em;*/
}
.r_box_title h3 {
    margin: 0;
}
.cart_box {
}
.cart_box_left {
    float: left;
    width: 408px;
}
.cart_box_right {
    float: left;
    width: 369px;
    padding-left: 15px;
}
.table_rekap td {
    text-align: left;
    border-bottom: 1px solid #e9e9e2;
    padding: 10px 10px;
}
.table_rekap td.sec {
    text-align: right;
}
.table_rekap td.sec .red {
    font-size: 1.1em;
}
.table_invoice {
    width: 100%;
}
.table_invoice td {
    padding: 3px 5px;
    text-align: left;
}
#popup-body .table_invoice td {
    padding: 5px 5px;
}
#popup-body .table_invoice td.fic {
    width: 35% !important;
}
.detail_search .table_invoice td {
    padding: 5px 5px;
}
.table_invoice td input, .table_invoice td select {
    width: 190px;
}
.table_invoice td.fic {
    /*font-weight: bold;*/
    width: 15% !important;
}
.table_invoice td.sec {
    width: 85%;
}
.table_invoice .cb {
    width: 15px;
}
.uziv_volby .table_invoice td.fic input {
    width: 30px;
}
.meine_profile .nastaveni_konta, .meine_profile .uziv_volby {
    margin-right: 0px;
}
.meine_profile .osobni_udaje {
    height: 480px;
}
.hvezdicka {
    color: #fe0600;
    font-size: 1.1em;
}
.poznamka {
}
.poznamka div {
    font-weight: bold;
}
.poznamka textarea {
    width: 315px;
}
.invoice_back {
    position:relative;
    top: -38px;
    width: 50%;
}
.invoice_buts {
    text-align: right;
}
.povinne_udaje {
    color: #fe0600;
    font-weight: bold;
    padding-bottom: 5px;
}
.formular .table_invoice td {
}
.formular .table_invoice td.fic {
    padding-right: 10px !important;
    text-align: right;
}
#c_cart_in {
    /*font-size: 0.9em;*/
}
#c_cart_in h2 {
    font-size: 1.4em;
    font-weight: bold;
}
.table_cart thead tr {
    background-color: #f2f2f2;   
}
.table_cart thead th {
    font-weight: normal;
    color: #000;
    height: 29px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-weight: bold;
    padding: 3px;
}
html>body .table_cart thead th {
    height: 36px;
}
.table_cart td {
    /*font-size: 0.9em;*/
    padding: 10px 5px;
    border: 1px solid #ddd;
}
.table_cart td.fic {
    border-left: none;
    width: 165px;
}
.supervariant td.fic {
    border-left: none;
    width: 100px;
}
.table_cart .empty_cart {
    text-align: right;
    background: none;
    border-top: 1px solid #eae9e9;
    border-left: none;
    border-bottom: none;
}
.table_cart .button {
    color: #7e7e76;
    border: 1px solid #7e7e76;
    width: 20px !important;
    padding: 0 2px;
    text-align:center;
    height: 19px;
    font-weight: bold;
    background: url('../images/cb-bg.gif') top left repeat-x;
}
.table_cart .change_bg {
    border: none;
}
.delete_cart {
    text-align: right;
    padding: 4px 5px;
}
.coupon .r_box {
    padding: 15px 15px;
    margin-top: 10px;
}
.coupon .m_but {
    position:relative;
    left: 10px;
}
html>body .coupon .m_but {
    left: 15px;
}
.coupon .it_coupon {
    width: 97px;
    height: 19px;
    margin: 0px 5px;
    font-size: 1.1em;
    text-align:center;
    padding-top: 3px;
    font-weight: bold;
}
.coupon_text {
    font-weight: bold;
}
.table_cart img {
    margin-top: 4px;
}
.table {
    margin-top: 10px;
}
.table .product_type div {
    float: left;
    margin-right: 3px;
}
.table thead tr th {
    font-weight: normal;
    color: #000;
    height: 29px;
    border: 1px solid #ddd;
    font-weight: bold;
    padding: 3px;
    background-color: #f2f2f2;   
}
.table td {
    border-bottom: 1px solid #ddd;
	background-color: #fff;
    padding: 5px;
    text-align: left;
  }
 .table tfoot {
  }
.table h2 {
  font-size: 1em;
  font-weight: bold;
  padding: 0px 0 3px 5px;
  margin: 0;
  }
.table .m_but3 {
    width: 81px;
    margin-top: 2px;
}
.prtimg {
    position:relative !important;
}
.prtimg .aimg {
    position:absolute;
    top: -90px;
    left: 212px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    z-index: 100 !important;
    cursor: default !important;
    display:none;
}
html>body .prtimg .aimg {
    top: -88px;
    left: 204px;
}
.prtimg .aimg_in {
    width: 100px;
    height: 100px;
}
.aimg .tut_sipka {
    position:absolute;
    width: 12px;
    height: 6px;
    top: 100px;
    left: 42px;
    background: url('../images/tutatysova-sipka2.gif') no-repeat;
}
.prtcom {
    text-align:center !important;
    font-size: 0.9em;
}
.prtchbg td {
    background-color: #f6f6f6;   
}
.product_table {
    margin-bottom: 5px;
}
.product_table .col_1 {
  width: 10%;
  background-color: #eee;
}
.product_table .col_2 {
  width: 20%;
}
.product_table .col_3 {
  width: 30%;
}
.product_table .col_4 {
  width: 20%;
}
.product_table .col_5 {
  width: 15%;
}
table.compare th {
  padding: 0 5px 0 5px;
}
#comparing {
    width: 100%;
    overflow: auto;
}
#comparing .img_in {
/*    background-color: #fff;
    border: 1px solid #dedede;*/
}
#comparing .name {
    width: 150px;
    height: 30px;
    padding-bottom: 5px;
    overflow: hidden;
}
#comparing .name a, #comparing .name a:visited {
    text-decoration: none;
}
#comparing .name a:hover {
    text-decoration: underline;
}
#comparing th {
    vertical-align: top;
}
.fwb {
    font-weight: bold;
    padding-right: 50px !important;
}
.comp_img {
    padding-bottom: 5px;
}
.comp_links a, .comp_links a:visited, .comp_links a:hover {
/*    color: #00bff3;*/
}
.comp_prop td, .comp_prop tr {
    border: 1px solid #eee;
}
table.compare {
    border-collapse: collapse;
    width: 98%;
}
table.compare td {
    padding: 2px 5px;
}
.comp_pric td {
    padding-top: 8px !important;
}
/*--- end of PRODUCT TABLE VIEW --*/
/*---------- ACTION - RIGHT ---------*/
.anketa_but {
    text-align: right;
}
.anketa .otazka {
    font-weight: bold;
    padding: 5px 0px;
    text-align:center;
}
.anketa {
    font-size: 0.9em;
}
.anketa img, .anketa img.noradio {
  position: relative;
  left: 23px;
  top: 3px;
}
.anketa img.noradio {
    left: 0px;
}
.anketa input {
  position: relative;
  top: 2px;
}
.anketa .button {
    color: #fbccaa;
    width: 57px;
    height: 18px;
    border: none;
    background: url('../images/anketa-but.gif') top left no-repeat;
    text-align:center;
}
/*---------- end of ACTION - RIGHT ---------*/
/*---------- POPUPS ---------*/
.popup_body {
    overflow:auto;
    background: #fff;
}
#popup-body {
  margin: 5px;
  border: 1px solid #eee;
  text-align: left;
}
#popup-header {
  position: relative;
  background-color: #eee;
  padding: 5px 5px 0px 5px;
  height: 30px;
}
#popup-header h1 {
    font-weight: bold;
    font-size: 1.6em;
    margin: 0;
    text-align: left;
    background: none;
}
#popup-header h1 a {
    text-decoration: none;
}
#popup-content {
    padding: 5px;
}
#popup-error {
    text-align: center;
    background-color: #f00;
    color: #fff;
    font-weight: bold;
    padding: 3px;
    margin-bottom: 5px;
}
.popup_bad_msg, .popup_good_msg {
    color: #fff;
    padding: 3px 5px;
    margin-bottom: 5px;
    background-color: #e00;
}
.popup_good_msg {
    background-color: #0c0;
}
.discount {
  padding: 10px;
  text-align: left;
}
.discount h2 {
  border: 1px solid #eee;
  text-align:center;
}
.discount table {
  margin: 0 0 15px 0;
}
.discount table td, .discount table th {
  padding-left: 5px;
}
/*---------- end of POPUPS ---------*/
/*---------- ORDER DETAIL ---------*/
.order-detail {
  width: 97%;
  border: 2px solid #000;
  padding: 0;
  margin: 0;
}
.order-detail legend {
    color: #4b4b4b;
}
.order-detail-left {
  width: 45%;
  float: left;
  padding-left: 5px;
}
.order-detail-right {
  border-left: 2px solid #000;
  margin: 0 0 0 45%;
  padding-left: 5px;
}
.order-detail-item {
  border-top: 2px solid #000;
  padding-left: 5px;
}
.order-detail-item-table {
  clear: left;
  border-top: 1px solid #000;
  padding: 0;
  margin: 0;
}
html>body .order-detail-item-table {
  border-top: 2px solid #000;
}
.order-detail-item-table table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
.order-detail-item-table .first {
    border-left: none;
}
.order-detail-item-table .last {
    border-right: none;
}
.order-detail-item-table td, .order-detail-item-table th {
  border: 1px solid #000;
  padding-left: 3px;
}
.order-detail-item-table td.right {
    text-align: right;
}
.order-detail p.row {
  margin: 0;
}
.order-detail p.row span {
/*	clear: left;*/
	display: block;
	width: 115px;
	padding: 0;
	float: left;
}
.order-summary {
  width: 97%;
  height: 9em;
  margin-bottom: 5px;
  border-top: 1px solid #000;
}
html>body .order-summary {
    min-height: 9em;
    height: auto;
}
.order-summary p.row {
    padding-left: 10px;
}
html>body .order-summary p.row {
    padding-left: 4px;
}
.order-detail-item .right {
  float: right;
  margin-right: 5px;
}
.order-detail-summary {
  margin-left: -5px;
  margin-right: 5px;
}
.cart_summary {
    border-collapse: collapse;
    border-spacing: 0;
}
.cart_summary td {
    border: none;
}
/*---------- end of ORDER DETAIL ---------*/
/*---------- DETAIL ---------*/
#icons {
    position:absolute;
    top: -12px;
    right: 38px;
    width: 330px;
    height: 24px;
    line-height: 24px;
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 8px;
    background: #fff url('../images/icons-bg.gif') bottom left no-repeat;
}
html>body #icons {
    right: 20px;
}
#icons a, #icons a:visited, #icons a:hover {
    color: #737373;
    padding: 0 15px 0 23px;
}
.l_print {
    padding-right: 0px !important;
    background: url('../images/icons/print3.gif') 0% 50% no-repeat !important;
}
.l_send_link {
    background: url('../images/icons/send2.gif') 0% 50% no-repeat !important;
}
.l_compare {
    background: url('../images/icons/compare2.gif') 0% 50% no-repeat !important;
}
#detail_h1_spacer {
    height: 35px;
}
#h1_detail {
    position:absolute;
    top: 50px;
    left: 0;
    border: 1px solid #aaa;
    padding: 0;
    height: 34px;
    height: 35px;
    width: 613px;
    color: #000;
}
html>body #h1_detail {
}
#h1_detail h1 {
    border: 2px solid #fff;
    background: url('../images/detail-h1-bg.gif') top left repeat-x;
    width: 589px;
    height: 26px;
    margin: 0;
    padding-left: 20px;
    padding-top: 5px;
    font-weight: bold;
}
html>body #h1_detail h1 {
}
#detail_table {
    position:relative;
    width: 100%;
    background: #eee url('../images/det-table-top.gif') no-repeat;
}
#detail_table_in {
    padding: 6px 19px 10px 19px;
    background: url('../images/det-table-bottom.gif') bottom left no-repeat;
}
#detail {
	width: 100%;
}
#detail td {
	width: 50%;
	vertical-align: top;
}
#detail #right_cell {
    padding-top: 38px;
}
#detail #left_cell {
	text-align: left;
	padding-right: 18px;
	width: 51.5%;
	font-size: 0.9em;
}
#detail #left_cell h2 {
    padding-top: 15px;
    font-size: 1.1em;
    color: #000;
    font-weight: bold;
}
.det_img {
    width: 323px;
    background: #fff url('../images/det-img-bg.gif') repeat-y;
}
.det_img_in {
    background: url('../images/det-img-top.gif') no-repeat;
}
.det_img_in_in {
    padding: 15px 20px 20px 20px;
    background: url('../images/det-img-bottom.gif') bottom left no-repeat;
}
#detail .detail_img a.aimg, #detail .detail_img a.aimg:visited {
    width: 283px;
    height: 205px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
#detail .detail_img .aimg .aimg_in {
    width: 283px;
    height: 205px;
}
#detail .text {
    line-height: 1.7em;
    padding: 5px 0px 10px 0px;
}
.tab_price .red {
    font-size: 1.1em;
}
.tab_price_wrap {
    padding: 0px 18px;
}
.tab_price {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-collapse: collapse;
}
.tab_price td {
    width: 50% !important;
    padding: 2px 0px 2px 0px;
    text-align: left !important;
}
.tpkod td {
    color: #737373;
}
/*.tab_price tr {
    background: url('../images/teckos.gif') bottom left repeat-x;
}*/
.tab_price td.fc {
    /*font-weight: bold;*/
}
.tab_price td.sc {
}
.tab_price label {
    padding: 0 !important;
    margin: 0 !important;
}
#gallery {
   margin-top: 20px;
}
#gallery a.aimg, #gallery a.aimg:visited, #gallery .aimg .aimg_in {
    width: 90px;
    height: 85px;
}
#gallery a.aimg {
	float: left;
    border: 1px solid #fff;
    text-align:center;
    margin: 0px 2px 2px 0px;
}
#gallery a.aimg:hover {
    border: 1px solid #e2e2e2;
}
/*#gallery .img {
	float: left;
	margin: 0px;
    text-align:center;
    float: left;
    width: 90px;
    height: 82px;
    overflow: hidden;
    margin: 0px 3px 2px 0px;
}*/
#boxik {
    padding-top: 20px;
}
.boxiky {
    width: 248px;
    height: 47px;
    margin-bottom: 5px;
}
.boxiky a, .boxiky a:visited, .boxiky a:hover {
    width: 225px;
    height: 47px;
    line-height: 47px;
    padding-right: 23px;
    text-decoration: none;
    display: block;
    color: #7c7c7c;
    font-weight: bold;
    font-size: 1.1em;
    text-align: right;
}
.radce {
    background: url('../images/radce.jpg') top left no-repeat;
}
/*.doprava {
    background: url('../images/doprava.jpg') top left no-repeat;
}*/
.baleni {
    background: url('../images/baleni.jpg') top left no-repeat;
}
#small_info {
}
#small_info img {
  margin-top: 3px;
}
#summary {
    padding: 10px 0px;
    width: 328px;
    height: 130px;
    background: #cfcfcf url('../images/summary-bg.gif') no-repeat;
}
#summary strong {
  font-size: 1.2em;
}
#summary span.label {
    position: relative;
}
.dostupnost {
    padding-top: 5px;
}
.gemoney {
    padding-top: 5px;
}
.bookmarks {
    padding-top: 5px;
    text-align: right;
}
.variant_spacer {
    padding: 0;
    margin: 0;
    line-height: 6px;
    height: 6px;
}
#detail_price {
    padding-top: 20px;
}
#detail_price fieldset {
}
#hlaska {
    position: absolute;
    width: 18em;
    /*height: 30px;*/
    padding: 10px 10px 33px 10px;
    border: 1px solid #c00b08;
    top: -35px;
    right: 0;
    color: #000;
    background-color: #fff;
    text-align: center;
    z-index: 1000;
}
#hlaska a.krizek {
    position: absolute;
    top: -1px;
    right: 2px;
    text-decoration: none;
}
#hlaska a.krizek:hover {
    background: none;
}
#hlaska strong {
    font-size: 1em !important;
}
#hlaska a, #hlaska a:visited, #hlaska a:hover {
    color: #c00b08;
    text-decoration: none;
}
#hlaska a:hover {
    color: #fff;
    background-color: #c00b08;
}
#hlaska #links {
    position: absolute;
    bottom: 10px;
    left: 28px;
    height: 20px;
}
#hlaska #links a.left, #hlaska #links a.right {
    float: left;
    display: block;
    border: 1px solid #c00b08;
    padding: 2px 4px 2px 4px;
}
#hlaska #links a.right {
    border-left: none;
}
/*.add_to_cart_button, .re-count {*/
.m_but {
  width: 104px !important;
}
.m_but2 {
    width: 186px !important;
}
.m_but3, .m_but4 {
    width: 63px;
}
.m_but4 {
}
.supervariant .m_but5 {
    width: 60px;
}
.celkem {
	margin-top: 15px;
    padding: 0px 18px 0px 18px;
    height: 19px;
    text-align: left;
}
.celkem strong {
    /*float: left;*/
    width: 145px;
    height: 27px;
    line-height: 27px;
    font-size: 1.5em !important;
    font-weight: normal;
    /*position:relative;
    top: 7px;*/
}
.celkem .det_but {
    float: left;
    width: 142px;
    height: 37px;
    padding-left: 32px;
    border: none;
    color: #fff;
    font-weight: bold;
    background: #ec2d2d url('../images/detail-cart.gif') no-repeat;
    cursor: pointer !important;
}
.vase {
	font-weight: bold;
	/*position:relative;
	top: 13px;*/
}
/*html>body .vase {
	left: -142px;
}*/
.re-count {
  color: #000;
  background: url("../images/icons/calculator.gif") 15% 50% no-repeat;
}
#detail_price label {
	clear: left;
	display: block;
	width: 39%;
	padding: 5px 0 5px 0;
	float: left;
}
#detail_price label.nodisplay {
  display: none;
}
html>body #detail_price label {
	width: 40%;
}
#detail_price .drop_menu {
  	width: 60px;
}
#detail_price select {
	width: 60%;
}
.detail_bottom_box {
  margin: 0;
  padding: 5px 0;
}
.detail_bottom_box h2 {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 2px;
	border-bottom: 1px solid #414141;
}
.detail_bottom_box .form_item_box {
  text-align: center;
}
.order_item_product {
  float: left;
  width: 33%;
}
.order_item_product span.label{
  width: 20%;
}
.order_item_product .img {
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align:center;
    margin: 0 auto;
}
.invoice .form_item_box label {
    width: 70px;
}
.form_item_box label {
  width: 100px;
}

.diskuze_holder {
    text-align:left;
}
.diskuze_holder a, .diskuze_holder a:visited, .diskuze_holder a:hover {
    color: #ec5404;
}
.diskuze_holder .new_link {
    padding-bottom: 10px;
    font-weight: bold;
}
.diskuze_holder .bad_message {
    margin-bottom: 10px;
}
.disk_form {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #f2f2e9;
  border: 1px solid #efefde; 
}
.disk_form .m_but {
  font-size: 0.9em;
}
.disk_form .it_style {
    width: 252px;
    height: 22px;
    padding: 5px 8px 0px 8px;
}
.disk_form .ta_style {
    padding: 5px 8px 0px 8px;
}
.disk_form .se_style {
    font-size: 1.2em;
}
.disk_form .text_diskuze {
    font-size: 0.9em;
    line-height: 1.5em;
}
.disk_item {
    font-size: 0.9em;
    padding-bottom: 15px;
}
.disk_item_in {
}
.disk_item .head {
    position:relative !important;
    border: 1px solid #efefde; 
    padding: 3px 5px 3px 41px;
    background: #f2f2e9 url('../images/diskuze-head.jpg') 10px 50% no-repeat;
}
.disk_item .title {
    color: #ec5404;
    font-weight: bold;
}
.disk_item .date {
}
.disk_item .email {
    padding-left: 10px;
}
.disk_item .text {
    padding: 5px 10px;
    line-height: 1.8em;
}
.disk_item .reagovat {
    position:absolute;
    top: 12px;
    right: 34px;
    text-align: right;
    font-size: 1.1em;
}
html>body .disk_item .reagovat {
    top: 10px;
    right: 18px;
}
.disk_item .name {
    color: #ec5404;
    font-weight: bold;
    font-size: 1.1em;
    padding: 4px 0px;
}

#category_sub {
	margin: 0 0 10px 0;
	padding: 0 5px 5px 5px;
}
#category_sub a{
    line-height: 25px;;
}
#category_sub table {
    width: 100%;
}
#category_sub table td {
    padding-right: 5px;
}
#detail_tabs {
    width: 328px;
    background: #fff url('../images/det-tabs-bg.gif') repeat-y;
}
#detail_tabs_in {
    background: url('../images/det-tabs-top.gif') no-repeat;
}
#detail_tabs_in_in {
    padding: 5px 7px 6px 7px;
    background: url('../images/det-tabs-bottom.gif') bottom left no-repeat;
    text-align: left;
}
#detail_tabs_in .lih {
	padding: 4px 8px;
    line-height: 1.4em;
}
.detail_tabs_title {
    font-weight: bold;
    font-size: 1.2em;
    padding: 6px 0px 6px 0px;
}
#sets .plus {
    font-size: 2em;
    padding: 0px 5px;
}
#sets .button {
    font-size: 0.9em;
    margin-top: 4px;
}
#sets img {
    width: 50px;
}
.set_table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #dfdfd0;
}
.set_table td {
    background-color: #f8f8ee;
    border: 1px solid #dfdfd0;
    border-bottom: none;
    padding: 10px 5px;
    text-align:center;
}
.set_table th {
    background-color: #f2f2e9;
    border: 1px solid #dfdfd0;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 0.9em;
/*    border-right: 1px solid #f8f8ee;*/
}
.set_table th strong {
    font-size: 1.1em;
}
.set_table .set {
    text-align: left;
}
.set_table .pr {
    font-weight: bold;
    font-size: 1.2em;
}
.zplayer {
    text-align:center;
}
.zplayer object {
    margin-top: 15px;
    margin-bottom: 10px;
}
.votaznik_spacer {
    padding: 0px 5px;
}
#det_tabs {
    position:relative;
    top: 1px;
    height: 20px;
    padding-left: 5px;
}
#det_tabs a, #det_tabs a:visited, #det_tabs a:hover, #det_tabs a.active, #det_tabs span {
    float: left;
    height: 20px;
    text-decoration: none;
    cursor: pointer !important;
}
#det_tabs .dtl {
    width: 13px;
    background: #737373 url('../images/det-tab-left-off.gif') no-repeat;
}
#det_tabs .active .dtl {
    background: #fff url('../images/det-tab-left-on.gif') no-repeat;
}
#det_tabs .dtr {
    width: 13px;
    background: #737373 url('../images/det-tab-right-off.gif') no-repeat;
}
#det_tabs .active .dtr {
    background: #fff url('../images/det-tab-right-on.gif') no-repeat;
}
#det_tabs .dtt {
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    padding: 0px 10px;
    background: #737373 url('../images/det-tab-bg-off.gif') repeat-x;
}
#det_tabs .active .dtt {
    color: #36424a;
    background: #fff;
}
.table_detail_param {
  width: 100%;
}
/*----end of PRODUCT-----------*/
#category_head {

}
#category_head .link a{
  font-size: 1em;
}
#category_head h1 {
  margin: 10px 0 10px 0;
}
/*---------end of CONTENT------*/
/*---------LEFT----------------*/
#left {
	position: relative;
	float: left;
	left: 220px;
	width: 220px;
	margin-left: -100%;
}
html>body #left {
	left: -180px;
}
.left2l {
	float: right !important;
	margin-left: -220px !important;
	left: -220px !important;
}
#left-in {
    width: 216px;
    padding-left: 4px;
}
#right-in .promo_block img, #left-in .promo_block img {
  max-width: 216px;
}
.menu {
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #fac53f;*/
	background-color: #231f20;
	overflow: hidden;
}
.menu_w {
    background: url('../images/menu-top.gif') no-repeat;
    padding-top: 4px;
}
.menu_w_in {
    background: url('../images/menu-bottom.gif') bottom left no-repeat;
    padding-bottom: 4px;
}
.menu ul {
	margin: 0px;
	padding: 10px 0px 15px 0px;
}
.menu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
.menu ul li a, .menu ul li a:visited, .menu ul li a:active, .menu ul li a:link {
	display: block;
	margin: 0px;
	height: 2px;
    color: #ed1c24;
    font-weight: bold;
	text-decoration: none;
	position:relative;
}
html>body .menu ul li a, .menu ul li a:visited, .menu ul li a:active, .menu ul li a:link {
	min-height: 2px;
	height: auto;
}
.catsip {
    position:absolute;
    top: 5px;
    left: 20px;
    width: 4px;
    height: 7px;
    background: url('../images/red-arrow.gif') no-repeat;
    display:none;
}
.menu ul li a.category1, .menu ul li a.category2, .menu ul li a.category3,
.menu ul li a.category4, .menu ul li a.category5 {
	background: #fff url('../images/cat.gif') repeat-y;
}
.menu ul li a.category1:hover, .menu ul li a.category2:hover,
.menu ul li a.category3:hover, .menu ul li a.category4:hover, .menu ul li a.category5:hover {
	background: #fff url('../images/cat.gif') repeat-y;
}
.menu ul li a.category1 .catsip {
    left: 36px;
}
.menu ul li a.category2 .catsip {
    left: 56px;
}
.menu ul li a.category3 .catsip {
    left: 76px;
}
.menu ul li a.category1:hover .catsip,
.menu ul li a.category2:hover .catsip,
.menu ul li a.category3:hover .catsip {
    display: block;
}
.porov {
    margin-top: 10px;
}
.porov .menu {
    padding: 2px 0px 2px 23px;
}
.porov a, .porov a:visited, .porov a:hover {
    color: #fff;
	text-decoration: none;
	font-weight: bold;
}
/*.menu ul li a.category1 .catsip {
    display:none;
}*/
.menu ul li a.category0, .menu ul li a.category0:visited, .menu ul li a.category0:hover {
    color: #fff;
    font-weight: bold;
	padding: 5px 23px 6px 23px;
	background: url('../images/cat0.gif') bottom left no-repeat;
}
.menu ul li a.category0:hover {
}
.menu ul li a.category1, .menu ul li a.category1:visited, .menu ul li a.category1:hover {
	padding: 2px 0px 2px 45px;
}
.menu ul li a.category2, .menu ul li a.category2:visited, .menu ul li a.category2:hover {
	padding: 2px 0px 2px 65px;
}
.menu ul li a.category3 {
	padding: 2px 0px 2px 48px;
}
.menu ul li a.category4 {
    padding-left: 60px;
}
.menu ul li a.category5 {
    padding-left: 70px;
    background-position: 35% 30%;
}
.menu .active a, .menu .active a:visited, .menu .active a:hover {
    
}
.menu .active .catsip {
    display: block;
}
.menu .active a.category0 .catsip, .menu .active a.category0:visited .catsip,
.menu .active a.category0:hover .catsip {
    display: none;
}
.menu .active a.category0, .menu .active a.category0:visited, .menu .active a.category0:hover {
    color: #fff;
	background: url('../images/cat0.gif') bottom left no-repeat;
}
.obl_top a, .obl_top a:visited, .obl_top a:hover {
    background: #fff url('../images/cat-top.gif') no-repeat !important;
    padding-top: 14px !important;
}
.obl_top .catsip {
    top: 17px;
}
.obl_bottom a, .obl_bottom a:visited, .obl_bottom a:hover {
    background: #fff url('../images/cat-bottom.gif') bottom left no-repeat !important;
    padding-bottom: 14px !important;
}
.dtz textarea {
    width: 190px;
}
/*---------end of LEFT---------*/
#left .h2, #right .h2 {
    width: 160px;
    padding-left: 20px;
    height: 22px;
    background: url('../images/h2-bg.gif') 0% 50% repeat-x;
    display:none;
}
#left h2, #right h2 {
    position: relative;
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	color: #ec5404;
    padding: 1px 8px 0px 8px;
    height: 17px;
    text-align:center;
	margin: 0;
	background-color: #fff;
}
#right .doted_line {
  margin-left: 5px;
}
.assistant {
    text-align: left !important;
    font-size: 0.9em;
}
.ass_item {
    padding-bottom: 8px;
}
.assistant .sa_item {
    padding: 3px 0px;
}
.assistant .skype, .assistant .icq {
    position:relative;
}
.assistant .icq img, .assistant .skype img {
    position:absolute !important;
    top: 0px !important;
}
.dotaz {
    padding-top: 5px;
} 
.dotaz a, .dotaz a:visited, .dotaz a:hover {
    color: #ec5404;
    font-weight: bold;
}
.dotaz a:hover {
    text-decoration: none;
}
.platnost {
    padding-top: 5px;
}
/*---------RIGHT---------------*/
#right {
	position: relative;
	width: 180px;
	float: left;
	margin-right: -180px;
}
html>body #right {
	margin-right: -180px;
}
#right-in {
  width: 100%;
  padding-top: 5px;
}
.right2l {
    display:none !important;
}

#boxes_menu {
    position:absolute;
    width: 600px;
/*    width: 450px;*/
    top: 0px;
    left: 75px;
    height: 25px;
	z-index: 11 !important;
	/*background: #eee;*/
}
#boxes_menu .loginek, #boxes_menu .kosicek, #boxes_menu .lightbox, #boxes_menu .history {
    float: left;
    margin-right: 10px;
    padding: 1px 5px 1px 5px;
}
/*#boxes_menu a, #boxes_menu a:visited, #boxes_menu a:hover {
    color: #fbccaa;
    padding-left: 20px;
}*/
.loginek {
	position:relative;
	z-index: 2;
}
.ltitle {   
    float: left;
    font-size: 0.9em;
    color: #333;
    padding: 6px 0px 2px 9px;
	width: 88px;
	height: 18px;
    font-weight: bold;
    background: url('../images/gray-arrow-down.gif') 95% 50% no-repeat;
}
.ltitle img {
    margin-right: 8px;
}
.loginek:hover, .loginekhover {
    background-color: #eee;
    border: 1px solid #ccc;
    border-bottom: none;
}
.loginek:hover .ltitle, .loginekhover .ltitle {
    padding-top: 5px;
    width: 87px !important;
    padding-left: 8px;
    background-position: 97% 48%;
}
html>body .loginek:hover .ltitle {
    background-position: 96% 50%;
}
.loginek:hover #login {
    visibility: visible;
}
.loginek_on, .loginek:hover {
/*    background-color: #00c;*/
    cursor: default !important;
}
#login {
    position: absolute;
	width: 170px;
	height: 130px;
	top: 24px;
	top: 27px;
	left: -1px;
	padding: 0;
/*    color: #fbccaa;*/
	font-size: 0.9em;
	z-index: 2;
	background: #eee;
    line-height: 1.1em;
    border: 1px solid #ccc;
    border-top: none;
    visibility: hidden;
}
#login a, #login a:visited, #login a:hover {
    padding: 0;
}
#login_in {
    padding: 10px 15px;
}
#login input {
/*  font-size: 0.85em;*/
}
#login .w100 {
  width: 100px;
}
#login .logged {
/*  margin: 5px 10px 10px 10px;*/
  line-height: 1.5;
}
#login .login_links {
    line-height: 1.4em;
    padding: 0;
}
#login .its {
    width: 96px;
}
#login .button {
    width: 139px;
    width: 99px;
    margin-left: 38px;
    /*height: 18px;
    border: none;
    background: url('../images/login-but.gif') top left no-repeat;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;*/
    margin-top: 4px;
    margin-bottom: 4px;
}
#login .name {
    padding-bottom: 5px;
}

#right .wrap {
/*    font-size: 0.9em;*/
	margin-bottom: 10px;
}
#right .wrap-in {
	padding: 8px;
	margin: 0px;
	text-align: center;
	line-height: 1.2;
}
.wrap a.aimg, .wrap a.aimg:visited, .wrap .aimg .aimg_in {
    width: 90px;
    height: 90px;
}
#right .wrap h3 {
    width: 100%;
    text-align: left;
}
#right .topn {
    padding-top: 3px;
    padding-bottom: 3px;
}
#right .topn:hover {
    padding-bottom: 8px;
}
#right .topn .prbox_onoff {
    display:none;
}
#right .topn:hover .prbox_onoff {
    display: block;
}
#right .wrap p.row {
  margin: 0;
}
#right .wrap span.label{
  width: 54%;
}
#right .wrap img {
}
#right .wrap img.businessmen {
  position: relative;
  top: 4px;
  padding: 0;
  border: none;
  background: none;
}
#right .wrap form {
  text-align: left;
}
#right .wrap form img {
  background: none;
  border: none;
}
#right .w-service input {
  font-size: 0.8em;
  width: 55%;
}
#right .w-service fieldset {
    border: 1px solid #ccc;
    padding: 7px 5px 10px 5px;
    text-align: center;
}
#right .w-service .submit {
    position: relative;
    width: 35%;
    left: 10px;
    top: 3px;
}
#right .w-service h3 {
    text-align: left;
}
#right .wrap ul, #right .wrap ol {
    margin: 0 0 0 25px;
    padding: 0;
}
html>body #right .wrap ul, html>body #right .wrap ol {
    margin: 0 0 0 16px;
}
#right .wrap li {
    margin: 0;
    padding: 0;
}
/*---------end of RIGHT--------*/
/*-------- PROMO BLOCK --------*/
.promo_block {
  font-size: 0.9em;
  padding: 5px 0px 5px 0px;
}
.promo_block2 {
  text-align: center;
  width: 100%;
}
.promo_block2_in {
  width: 600px;
  text-align: left;
  margin: 0 auto 0 auto;
}
.hmpgprm .promo_block {
    padding: 0;
}
/*-------end of PROMO BLOCK---*/
/*-------- CART  -----------*/
.table_cart_del_pay thead th {
  font-weight: bold;
  text-align: left;
  }
.table_cart_del_pay td {
  text-align: left;
}
.platba_info {
    position:absolute;
    top: 112px;
    left: 370px;
    color: #ec5404;
    padding-left: 15px;
    background: url('../images/vykricnik.gif') 0% 50% no-repeat;
}
html>body .platba_info {
    top: 109px;
}
.platba_info_kosik {
    color: #ec5404;
    margin-top: 5px;
    padding-left: 15px;
    background: url('../images/vykricnik.gif') 0% 50% no-repeat;
}
.platba_info_kosik input {
    float: right;
    position:relative;
    top: -22px;
}
.c_mess {
    font-size: 1.1em;
    padding-bottom: 5px;
    padding-top: 5px;
}
.ups .m_but2 {
    font-size: 1.1em;
}
.cart_pipe {
    position:relative;
    text-align:center;
    margin-bottom: 10px;
    padding-left: 1px;
    color: #fff;
    font-size: 1.1em;
}
.cart_pipe .active {
}
.cart_pipe .cp1, .cart_pipe .cp2, .cart_pipe .cp3 {
    font-weight: bold;
    width: 205px;
    position:absolute;
    top: 63px;
    text-align: left;
}
.cart_pipe .cp1 {
    left: 13px;
}
.cart_pipe .cp2 {
    left: 262px;
}
.cart_pipe .cp3 {
    left: 510px;
}
.kosik_index {
}
.kosik_submito {
    text-align:center;
    padding-top: 5px;
}
.kosik_box1, .kosik_box2, .kosik_box3 {
    width: 235px;
    float: left;
}
.kosik_box1 .kosik_submito {
    padding-top: 94px;
}
.kosik_box3 .kosik_submito {
    padding-top: 64px;
/*    text-align: right;*/
}
.kosik_box1 .r_box_in, .kosik_box2 .r_box_in, .kosik_box3 .r_box_in {
    height: 120px;
}
.kosik_box1, .kosik_box2 {
    margin-right: 5px;
}
.kosik_box2 .table_invoice td {
    padding: 4px 5px;
}
.kosik_box2 .table_invoice input {
    width: 150px;
}
.back {
    padding-top: 10px;
}
.backos {
	padding-left: 24px !important;
	padding-right: 8px;
	text-align: left;
	background: url('../images/but-bg-back.gif') top left no-repeat;
}
/*--------- REGISTRATION ---------*/
.data_form {
}
.data_form h3 {
}
.data_form fieldset {
  border: 1px solid #e1e1e1;
  padding: 8px;
  margin-bottom: 5px;
}
.data_form fieldset legend {
  font-weight: bold;
  padding: 2px 20px 2px 20px;
  background-color: #e1e1e1;
}
.detail_search input {
    font-size: 1em;
}
.detail_search .form_item_box {
    margin: 0;
}
.detail_search .w140 {
  width: 185px;
}
.detail_search .w70 {
    width: 91px;
}
fieldset.pure_fieldset {
    padding: 0;
  border: none;
}
fieldset.pure_fieldset legend {
  border: none;
  background: none;
}
.data_form label, .data_form .checkbox, .data_form .checkbox-registration {
  display: block;
  width: 120px;
  float: left;
  padding: 0 10px 0 0;
  margin: 2px 0 2px 0;
}
.data_form .checkbox, .data_form .checkbox-registration {
  text-align: right;
}
.data_form .checkbox-registration {
  position: relative;
  width: 30px;
}
.data_form input{
  margin: 2px 0 2px 0;
}
.invoice label {
  width: 100px;
}
/*--------end of REGISTRATION -----*/
/*-------- end of CART  ---------*/
/*---------FOOTER--------------*/
/*.phone {
    font-weight: bold;
    background: url('../images/telefon.gif') top right no-repeat;
    padding-right: 26px;
}*/
#footer {
    position:relative;
	clear: both;
	height: 30px;
	font-size: 0.9em;
	color: #7d7d7d;
}
html>body #footer {
    min-height: 30px;
    height: auto;
}
#footer a, #footer a:visited, #footer a:hover {
	color: #7d7d7d;
	text-decoration: none;
}
#footer_in {
    padding: 5px;
}
#footer_left, #footer_right {
    width: 30%;
}
#footer_right {
    position:relative;
    top: -14px;
    float: right;
    width: 70%;
    text-align: right;
}
/*---------end of FOOTER-------*/
/*---------OTHER SETTINGS------*/
.last {
	margin-bottom: 0;
}
.clearing {
	visibility: hidden;
	height: 0px;
	line-height: 0px;
	clear: both;
}
.comparing_price {
  color: #f00;
  font-weight: bold;
}
.newsos {
	padding: 0px 18px 0px 14px;
}
.ra_link {
    color: #ed1c24 !important;
    padding-left: 10px;
    background: url('../images/red-arrow.gif') 0% 50% no-repeat;
}
.pokr {
    padding-top: 2px;
}
.all_mess {
    width: 130px;
    height: 19px;
    text-align:center;
    margin-left: 590px;
    background: url('../images/all-mess.gif') no-repeat;
}
.news_title {
    width: 703px;
    padding-left: 25px;
    height: 34px;
    line-height: 34px;
    font-weight: bold;
    text-transform: uppercase;
    background: url('../images/aktuality-bg.gif') no-repeat;
}
.news-list_w {
    margin-top: 10px;
    padding-top: 3px;
    width: 728px;
    background: url('../images/news-top.gif') no-repeat;
}
.news-list_w_in {
    padding-bottom: 3px;
    background: url('../images/news-bottom.gif') bottom left no-repeat;
}
.news-list {
	margin:0px 0px 10px 0px;
	padding:5px;
	height:50px;
	background-color: #fff;
}
html>body .news-list {
	height:auto;
	min-height:50px;
}
.news-list_w .news-list {
    margin: 0;
}
.news-list .text{
	padding:5px 0px 5px 0px;
}
.news-list .text .imag {
	float:left;
	margin:0px 10px 5px 0px;
}
.news-list .lih {
    float: left;
}
html>body .news-list .lih {
    float: none;
}
.news-list p {
  margin: 0;
  padding: 0;
}
.news-list h3, .news-list h2 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding-bottom: 4px;
}
.news-list h3 a, .news-list h2 a {
    color: #000;
}
.news-list .date {
    font-size: 0.9em;
}
.print{
  font-size: 0.9em;
  text-align: right;
  margin-bottom: 5px;
  position:relative;
}
.popup_print {
    position:absolute;
    width: 100px;
    top: 0;
    right: 0;
}
.print a, .print a:visited, .print a:hover {
  position: relative;
    color: #333;
}
#cart_invoice .print {
    position:absolute;
    top: 128px;
    right: 7px;
    width: 100px;
}
.print_button {
  width: 16px;
  height: 16px;
  border: none;
  background: none;
  background: url("../images/icons/print2.gif") 50% 50% no-repeat;
	cursor: pointer !important;
}
.card {
  border: 1px solid #000;
  padding: 8px;
  margin-bottom: 10px;
}
#ctct {
    text-align: center;
    font-weight: bold;
    border: 1px solid #eee;
    padding: 5px;
    margin-top: 5px;
}
.same_height {
    height: 280px;
}
#listicka {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 501;
    height: 27px;
    width: 100%;
/*	width: 973px;*/
    background: url('../images/listicka-border.gif') bottom left repeat-x;
/*    padding: 0 0 0 180px;*/
    background-color: #ece9d7;
    background-color: #e4e6e3;
/*    display: none;*/
}
#listicka img.logo {
    position: absolute;
    top: 1px;
    right: 0px;
}
.menu_listicka {
    margin: 0px;
    padding: 1px 0 0 0;
/*    margin-left: 180px;*/
    /*display: none;*/
}
.menu_listicka ul {
    width: 780px;
    margin: 0px auto;
    padding: 0px;
}
.menu_listicka ul img {
    position: relative;
    top: 3px;
    right: 2px;
}
.menu_listicka li {
    list-style-type: none;
}
.menu_listicka li a {
    display: block;
    padding: 4px 10px 3px 10px;
    height: auto;
    color: #000 !important;
    text-decoration: none;
}
.menu_listicka li a.img {
    padding: 0px 10px 3px 10px;
}
.menu_listicka li.li0 a {
    text-align: center;
    width: 134px;
}
.menu_listicka li.li1 a {
    text-align: left;
}
.menu_listicka li.li1 a {
    padding: 1px 10px 5px 10px;
}
.menu_listicka li a:hover {
    color: #000;
}
.menu_listicka li.li0 a:hover {
    border-right: 1px solid #aca899;
    border-bottom: 1px solid #aca899;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
.menu_listicka .parent {
    background: url("../images/sipka.gif") 90% 30% no-repeat;
}
.menu_listicka h2 {
    font-size: 1em;
    margin: 0;
    padding: 5px 3px 1px 3px;
}
ul.ul0 li.li0,
ul.ul1 li.li1,
ul.ul2 li.li2,
ul.ul3 li.li3 {
    float: left;
    position: relative;
    width: 154px;
/*    padding: 0 5px 0 5px;*/
}
ul.ul0 li.li0 {
    display: block;
    width: 154px;
    /*border-right: 1px solid #fff;*/
}
ul.ul1, ul.ul2, ul.ul3 {
    position: absolute;
    visibility: hidden;
    width: 154px;
}
ul.ul1 a, ul.ul2 a, ul.ul3 a {
    width: 134px;
    /*background-color: red;*/
}
ul.ul1 {
    top: 2.2em;
    left: 0;
    border-right: 1px solid #aca899;
    border-bottom: 1px solid #aca899;
    border-left: 1px solid #ece9d8;
    border-top: 1px solid #ece9d8;
/*    border: 1px solid #aca899;*/
    padding: 1px 1px 1px 1px;
    background-color: #fff;
}
ul.ul2, ul.ul3 {
    top: 0;
    left: 154px;
}
ul.ul1 li.li1 a:hover {
    border: none;
    background-color: #bbb;
    color: #fff !important;
}
ul.ul1 li.li1,
ul.ul2 li.li2,
ul.ul3 li.li3 {
    background: #fff;
    border-bottom: 1px solid #aca899;
}
ul.ul0 li.li0:hover ul.ul1,
ul.ul1 li.li1:hover ul.ul2,
ul.ul2 li.li2:hover ul.ul3 {
    visibility: visible;
}
/*** ROLUENTOS MENUENTE ***/
/*-- spolecne --*/
.r_menu {
    float: left;
}
.r_menu ul {
    margin: 0px;
    padding: 0px;
}
.r_menu li {
    float: left; /*IE*/
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
/*    padding-bottom: 1px;*/
    z-index: 10;
}
.r_menu li a {
    display: block;
    margin: 0;
    padding: 0;
    color: #000;
}
html>body .r_menu li a {
    height: auto;
}
.r_menu li a:hover {
}
.r_menu .parent {
}
.r_menu .first {
}
.r_menu ul.u1, .r_menu ul.u2, .r_menu ul.u3, .r_menu ul.u4 {
    position: absolute;
    visibility: hidden;
/*    z-index: 10;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;*/
}
.r_menu ul.u0 li.l0:hover ul.u1,
.r_menu ul.u1 li.l1:hover ul.u2,
.r_menu ul.u2 li.l2:hover ul.u3,
.r_menu ul.u3 li.l3:hover ul.u4 {
    visibility: visible;
}
.corner {
    display:none;
}
/*-- end spolecne --*/
/*-- left menu --*/
.spl {
    background: url('../images/spl-top.gif') no-repeat;
    padding-top: 4px;
    margin: 10px 0px;
}
.spl_in {
    background: url('../images/spl-bottom.gif') bottom left no-repeat;
    padding-bottom: 4px;
}
.sp_left_menu {
	margin: 0px 0;
	padding: 10px 0px 15px 0px;
	width: 100%;
	background-color: #737373;
}
.sp_left_menu .r_menu ul {
    background-color: #737373;
}
.sp_left_menu .r_menu li {
    width: 216px;
}
.sp_left_menu .r_menu li a {
	padding: 0 0 2px 15px;
    line-height: 22px;
    height: auto !important;
    height: 1%;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.sp_left_menu .r_menu li a:hover {
}
.sp_left_menu .r_menu li a.first {
    width: 193px;
	padding: 0px 0px 3px 23px;
	background: url('../images/spl0.gif') bottom left no-repeat;
}
.sp_left_menu .r_menu li a.first:hover,
.sp_left_menu .r_menu ul.u0 li.l0:hover .parent0,
.sp_left_menu .r_menu ul.u0 li.l0hover .parent0 {
}
.sp_left_menu .r_menu ul.u0 li.l0 .parent0,
.sp_left_menu .r_menu ul.u0 li.l0:hover .parent0,
.sp_left_menu .r_menu ul.u0 li.l0hover .parent0 {
    background: url('../images/white-arrow.gif') 94% 50% no-repeat;
}
.sp_left_menu .r_menu ul.u1 li.l1 .parent1,
.sp_left_menu .r_menu ul.u2 li.l2 .parent2 {
    background: url('../images/white-arrow.gif') 94% 50% no-repeat;
}
.sp_left_menu .r_menu ul.u1 li.l1:hover .parent1,
.sp_left_menu .r_menu ul.u2 li.l2:hover .parent2,
.sp_left_menu .r_menu ul.u1 li.l1hover .parent1,
.sp_left_menu .r_menu ul.u2 li.l2hover .parent2 {
    background: url('../images/white-arrow.gif') 94% 50% no-repeat;
}
.sp_left_menu .r_menu ul.u1, .sp_left_menu .r_menu ul.u2,
.sp_left_menu .r_menu ul.u3, .sp_left_menu .r_menu ul.u4 {
    top: 0px;
    left: 216px;
    width: 216px; /* IE7 bitch to potrebuje! */
}
/*-- end left menu --*/
/*-- right menu --*/
.sp_right_menu {
    font-size: 0.9em;
	margin: 0px;
	margin-bottom: 10px;
	width: 175px;
	padding: 10px 0px 15px 5px;
}
.sp_right_menu .r_menu ul {
    background-color: #fff;
}
.sp_right_menu .r_menu li {
    width: 175px;
}
.sp_right_menu .r_menu li a {
	padding: 0px 0px 0px 23px;
	line-height: 25px;
    height: auto !important;
    height: 1%;
	text-decoration: none;
}
.sp_right_menu .r_menu li a:hover {
	color: #ec5404;
}
.sp_right_menu .r_menu li a.first {
	color: #626261;
    width: 152px;
    background: url('../images/menu-sipka3.gif') 2% 50%  no-repeat;
}
.sp_right_menu .r_menu li a.first:hover,
.sp_right_menu .r_menu ul.u0 li.l0:hover .parent0,
.sp_right_menu .r_menu ul.u0 li.l0hover .parent0 {
	color: #ec5404;
    background: url('../images/menu-sipka3-over.gif') 2% 50%  no-repeat;
}
.sp_right_menu .r_menu ul.u1 li.l1 .parent1,
.sp_right_menu .r_menu ul.u2 li.l2 .parent2 {
    background: url('../images/right-menu-arrow-off.gif') 4% 50% no-repeat;
}
.sp_right_menu .r_menu ul.u1 li.l1:hover .parent1,
.sp_right_menu .r_menu ul.u2 li.l2:hover .parent2,
.sp_right_menu .r_menu ul.u1 li.l1hover .parent1,
.sp_right_menu .r_menu ul.u2 li.l2hover .parent2 {
	color: #ec5404;
    background: url('../images/right-menu-arrow-on.gif') 4% 50% no-repeat;
}
.sp_right_menu .r_menu ul.u1, .sp_right_menu .r_menu ul.u2,
.sp_right_menu .r_menu ul.u3, .sp_right_menu .r_menu ul.u4 {
    top: 0px;
    left: -175px;
    width: 175px; /* IE7 bitch to potrebuje! */
}
/*-- end right menu --*/
/*-- top menu --*/
#header_menu {
    position: absolute;
    top: 28px;
    left: 4px;
    width: 972px;
    height: 116px;
    overflow: hidden;
    background-color: #ccc;
}
.sp_top_menu {
}
.sp_top_menu .first {
    float: left;
    display: block;
    position:relative;
    overflow: hidden;
    width: 137px;
    height: 26px;
    padding: 90px 0 0 25px;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
}
.sp_top_menu .corner {
    display: block;
    position:absolute;
    width: 8px;
    height: 8px;
    top: 81px;
    right: 1px;
}
.sp_top_menu .i1 {
    background: #15bbc1 url('../images/tmenu/i1.jpg') no-repeat;
}
.sp_top_menu .i2 {
    background: #ed1f01 url('../images/tmenu/i2.jpg') no-repeat;
}
.sp_top_menu .i3 {
    background: #ff8900 url('../images/tmenu/i3.jpg') no-repeat;
}
.sp_top_menu .i4 {
    background: #96d704 url('../images/tmenu/i4.jpg') no-repeat;
}
.sp_top_menu .i5 {
    background: #f2ba02 url('../images/tmenu/i5.jpg') no-repeat;
}
.sp_top_menu .i6 {
    background: #897f7a url('../images/tmenu/i6.jpg') no-repeat;
}
.sp_top_menu .i1:hover .corner, .sp_top_menu .i2:hover .corner,
.sp_top_menu .i3:hover .corner, .sp_top_menu .i4:hover .corner,
.sp_top_menu .i5:hover .corner, .sp_top_menu .i6:hover .corner,
.sp_top_menu .i1hover .corner, .sp_top_menu .i2hover .corner,
.sp_top_menu .i3hover .corner, .sp_top_menu .i4hover .corner,
.sp_top_menu .i5hover .corner, .sp_top_menu .i6hover .corner {
    background: url('../images/tmenu/c.gif') no-repeat;
}
/*-- end top menu --*/
/*-- bottom menu --*/
.sp_bottom_menu {
    position:absolute;
    top: -22px;
    right: 10px !important;
    text-align: right;
}
.sp_bottom_menu a, .sp_bottom_menu a:visited, .sp_bottom_menu a:hover {
    color: #333 !important;
    font-weight: bold;
    text-decoration: none;
    padding-right: 10px;
}
.hlstr {
    padding-left: 13px;
    background: url('../images/home.gif') 0% 50% no-repeat;
}
.mapa {
    padding-left: 15px;
    background: url('../images/mapa.gif') 0% 50% no-repeat;
}
/*-- end top menu --*/
/*** END ROLUENTOS MENUENTE ***/
.w50p {
    width: 50% !important;
}
.bad_message, .good_message {
    color: #fff;
    width: 743px;
    margin-left: 12px;
}
.bad_message_in, .good_message_in {
    padding: 5px 10px;
}
.good_message {
    background-color: #0c0;
}
.bad_message {
    background-color: #c00;
}
.cart_message {
    text-align:center;
    width: 756px;
    background-color: #fff;
    margin: 0 auto 0px auto;
}
.cart_message_in {
/*    text-align: left;*/
    width: 300px;
    margin: 0 auto;
    padding: 5px 10px;
    color: #fff;
    background-color: #eb5405;
    border: 1px solid #eb5405;
}
.cart_message_in a, .cart_message_in a:visited, .cart_message_in a:hover {
    font-weight: bold;
    color: #fff;
}
.cart_mess {
    padding-bottom: 5px;
}
.rejstrik {
    padding: 5px 5px 5px 0px;
}
.rejstrik a {
    border: 1px solid #666;
    /*padding: 0px 3px;*/
    display: block;
    float: left;
    width: 1em;
    padding: 0px 3px;
    text-align:center;
    text-decoration: none;
    margin: 0px 5px 5px 0px;
}
html>body .rejstrik a {
    min-width: 1em;
    width: auto;
}
.rejstrik a, .rejstrik a:visited {
    color: #666;
}
.rejstrik a:visited {
    /*background-color: #ddd;*/
}
.rejstrik a.active, .rejstrik a:hover {
/*    background-color: #666;
    font-weight: bold;
    color: #fff;*/
}
.rejstrik a:hover {
    background-color: #666;
    color: #fff;
}
.rejstrik a.active:hover {
    font-weight: bold;
}
table.wordgroup td {
/*    line-height: 2.3em;*/
    width: 50%;
    vertical-align: top;
}
table.wordgroup .word {
    padding-left: 30px;
    font-size: 1em;
}
table.wordgroup .letter {
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: bold;
}
table.wordgroup a {
    color: #000;
}
table.wordgroup a:hover {
    color: #c00;
}
.empty {
    border: 1px solid #e1e1e1;
    text-align:center;
    padding: 3px 0;
}
.youtube {
    padding-top: 10px;
}
#slider {
    position:relative;
    padding-bottom: 15px;
}
.sliderek {
    position:absolute;
    top: 0px;
    right: 123px;
}
#sliderbox {
    position:absolute;
    top: 5px;
    left: 20px;
}
#onpage {
    width: 17px;
    height: 13px;
    text-align:center;
}
.detail_rating a, .detail_rating a:visited, .detail_rating a:hover {
    text-decoration: none;
}
.rating {
    height: 17px;
    overflow: hidden;
    padding: 8px 5px 3px 5px;
}
.star, .star2 {
    float: left;
    width: 16px;
    height: 14px;
}
.star {
    background: url('../images/star.gif') top left no-repeat;
}
.star2 {
    background: url('../images/star2.gif') top left no-repeat;
}
.star_text {
    height: 14px;
    float: left;
    margin-left: 5px;
    width: 90px;
    font-size: 0.9em;
    font-style: italic;
}
#credit {
    width: 100%;
}
.num_credits {
    color: #ec5404;
    font-weight: bold;
}
.table_obj {
    width: 100%;
}
.table_obj td {
    vertical-align: top;
}
#credit .obj_form {
    margin-top: 15px;
}
#credit .table_obj .button {
    width: 107px;
    height: 31px;
    border: none;
    background: url('../images/credit-odeslat.jpg') top left no-repeat;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position:relative;
    left: 87px;
}
.credit_box {
    width: 100%;
    clear: left;
    background: url('../images/dotted.gif') bottom left repeat-x;
    padding-top: 10px;
}
.credit_items a, .credit_items a:visited, .credit_items a:hover {
    color: #ec5404;
    font-weight: bold;
}
.credit_item {
    margin-bottom: 10px;
    font-size: 0.9em;
    width: 365px;
    float: left;
    padding-right: 10px;
}
.credit_item a.aimg, .credit_item a.aimg:visited, .credit_item a.aimg:hover {
    width: 160px;
    height: 160px;
    background-color: #fff;
    border: 1px solid #dedede;
    margin: 0;
}
.credit_item .aimg .aimg_in {
    width: 160px;
    height: 160px;
}
.credit_item h2 {
    font-size: 1.2em;
}
.credit_item input {
    margin-left: 0px;
}
.credit_item table {
    width: 100%;
}
.credit_item table td.sec {
    text-align: right;
    vertical-align: bottom;
}
.first_item {
    margin-right: 15px;
    background: url('../images/dotted2.gif') top right repeat-y;
}
.vn_prices {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.6em;
}
.vn_submit {
    padding-top: 10px;
}
.vn_prices .light {
    color: #999;
}
.tech {
    padding-top: 3px;
}
.vn .credit_item a.aimg, .vn .credit_item a.aimg:visited, .vn .credit_item a.aimg:hover {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 15px;
}
.vn .credit_item .aimg .aimg_in {
    width: 120px;
    height: 120px;
}
.vn h2 {
    padding-bottom: 3px;
}
.c_img {
    float: left;
    width: 115px;
}
.c_right {
    width: 530px;
    float: left;
}
.c_text {
    padding-top: 5px;
    height: 50px;
}
.more_filters {
    width: 100%;
    margin-top: 4px;
}
.mf_title {
    text-align:center !important;
    position:absolute;
    top: -2px;
    right: -1px;
    width: 55px;
    height: 43px !important;
    font-size: 0.9em;
    color: #fff;
    font-weight: bold;
    z-index: 100;
    text-decoration: underline;
    background: url('../images/blank.gif') repeat;  /*ie bitches*/
    cursor: pointer !important;
}
.mf_title_in {
    position:absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 33px;
    line-height: 33px;
    z-index: 101;
}
html>body .mf_title_in {
    height: 34px;
}
.mf_title a, .mf_title a:visited, .mf_title a:hover {
    color: #fff;
}
#onoff {
    /*display:none;*/
    background-color: #fff;
    position:relative;
    top: -2px;
	background: url('../images/sortbar-bg.gif') top left repeat-y;
}
html>body #onoff {
    top: -3px;
}
#onoff_in {
	padding: 19px 16px;
	background: url('../images/sortbar-bottom.gif') bottom left no-repeat;
	/*margin-top: -5px;*/
	/*z-index: -10;*/
}
.more_filters:hover #onoff {
    /*display: block;*/
}
/*** mail centrum ***/
.mail_centrum {
    background-color: #fff;
	color: #666;
	padding: 10px 0 20px 0;
	width: 650px;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 0.9em;
	margin: 15px auto 0 auto;
}
.mail_centrum a, .mail_centrum a:active, .mail_centrum a:visited {
	color: #00f;
	font-weight: bold;
	}
.mail_centrum a:hover{
	color: #f00;
	font-weight: bold;
}
.mail_centrum strong {
    color: #000;
}
.mail_centrum #main{
	width: 552px;
	margin: 0px auto 0px auto;
}
#text-box{
	/*height: 300px;*/
}
#text-box p {
	padding: 5px;
	text-align: left;
}
html>body #text-box{
	/*min-height: 300px;*/
	height: auto;
}
#header_mail .logo{
	float: left;
}
#header_mail .subject{
	float: right;
}
#header_mail .subject h2{
	color: #888;
	font-weight: bold;
}
.slp1, .slp2, .slp3{
	float: left;
	width: 30%;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 12px;
}
.slp1, .slp2{
	border-right: 1px solid #e8e8e8;
	padding-right: 12px;
}
.slp2, .slp3{
	padding-left: 13px;
}
#spotlight_odkazy{
	text-align: left;
	border-top: 1px solid #e8e8e8;
}
#dodatek{
	border-top: 1px solid #e8e8e8;
	text-align: left;
}
#footer_mail{
	border-top: 1px solid #e8e8e8;
	text-align: left;
	padding: 5px;
}   /*
.lb_msg 
{
  color:#000;
  border: 1px solid #000;
  padding: 5px;
  background: #ffad02;
}     */
/*** mail centrum ***/
/*----end of-OTHER SETTINGS----*/