/* -- basic elements defined in editor.css -- */
@import "editor.css";

/* basic elements differences to editor.css */
html {
    height: 100%;
}

body {
    background: white;
    /*background: white url(../userdata/design/background.png) repeat-x;*/  
    padding: 0;
    height: 100%;
}

/* specific elements */

/*** PAGE LAYOUT ***/
#container {
    width: 960px;
    background: white;
    border:none;
    /*
    border-left: 1px solid black;
    border-right: 1px solid black;
    */
    margin: 0 auto;
    min-height: 100%;
    _height: 100%;
}

#banner {
    width: 100%;
    height: 80px;
    background: #aeaeae;
}

#header {
    height: 88px;
    border:none;
    background-color: white;
}

#header h1 {
    display: none;
}

#header h2 {
    margin: 0;
    padding: 10px;
}

#header-left {
width: 336px;
position: relative;
float:left;
height:131px;

}

#logo {
    display: block;
    width: 336px;
    height: 110px;
    background: url(../userdata/design/af_logo_whiteback.png);
    text-decoration: none;
    background-position:left center;
    background-repeat:no-repeat; 
}

#logo span {
    display: none;
}

#header-center {
width: 229px;
position: relative;
float: left;
height:110px;
padding-top:21px;
background: url(../userdata/design/af-huslista.png);
background-repeat: no-repeat;
background-position: right 20%;
}

#header-right {
width:375px;
position: relative;
float:left;
height:110px;
padding-top:16px; /* ak sa rozbije text, pridat 5px; */
padding-left:20px;
padding-bottom:5px;
    
}

#mini-top-not-logged {
    font-weight: bold;
    text-align:center;
    color: #292626;
}

#mini-top-not-logged a{
    color: #292626;
}

#mini-top-logged {
    font-weight: bold;
    text-align:right;
    color: #292626;
}


#basket {
    background-color: #be1c1c;
    width: 375px;
    height:35px;
    padding-top:10px;
    overflow:hidden;
    text-align: left;
    margin-top:5px;
}

#basket span{
  height:19px;
  display:block;
  padding-top:6px;
  float:left;  
  text-align:center;  
}

#basket .kosik-label{
  width: 57px;
}

#basket .kosik-suma{
    background-color:white;
    color: black;
    width:56px;
    border-right: 1px solid white;
}
#basket .kosik-suma a
{
  color: black;
}

.dostupnost{
  background-color: #EAEAEA;
  border: 1px solid #DBDBDB;
  padding: 15px;
}

#basket .prejst-do-pokladne{
    width:94px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -3px;
}

#basket .prihlasit-registrovat{
    width:160px;
}

#basket .vas-obchod-label{
    width:90px;
}

#basket .odhlasit-label{
    width:70px;
}

#basket .divider{
    height:25px;
    width:1px;
    padding:0px;
    border-right: 1px solid white;
}

#basket, #basket a {
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#basket p {
    height: 24px;
    margin: 2px 0;
    text-align: right;
}

#basket img {
    vertical-align: -1px; /*baseline*/
}

#basket-your-shop, #basket-entry, #basket-sum-wrap-1, #basket-sum-currency {
    margin: 3px;
}

#basket-your-shop, #basket-sum-wrap-1, #basket-sum-wrap-2, #basket-sum {
    display: inline-block;
    height: 22px;
}

#basket-sum-wrap-1 {
    margin: 0 3px;
    background: url(../userdata/design/basket-sum-middle.png) repeat-x;
}

#basket-sum-wrap-2 {
    background: url(../userdata/design/basket-sum-left.png) no-repeat left;
}

#basket-sum {
    background: url(../userdata/design/basket-sum-right.png) no-repeat right;
    text-align:center;
    padding: 4px 4px 3px 4px;
    height: 15px;
    min-width:14px;
    _padding: 3px 4px;
    _width: 14px;
}



#header-links {
    text-align: right;
    color: white;
    margin: 1px 0;
    _width: 483px;
}

#header-links a {
    color: white !important;
}

.username {
    color: #ff8789 !important;
    font-weight: bold;
}


#topmenu-wrapper {
    height: 90px;
    padding-top:50px;
}

#topmenu-wrapper{    
    padding-top:25px;
    height:90px;
}

#vydavatelstvo-tooltip {
    width:200px;
    height:80px;
    background-color:white
    padding-top:10px ;
    padding-right:10px;
    float:left;
    font-size:10px;
    vertical-align:middle;
}
#vydavatelstvo-tooltip img {
    margin-right:10px;
}

#vydavatelstvo-tooltip a {
    color: black;
}

#vydavatelstvo-tooltip td{
vertical-align:middle;
font-size:10px;
}
#vydavatelstvo-tooltip table{
  height:80px;
}

#top-box{
    width:748px;
    height:90px;

    float:left;
}

#topmenu {
    font-size: 12px !important; 
    
}

#topmenu ul {
    display: block;
    margin: 0;
    padding:0;
    padding-top:5px;
    position: relative;
    height: 35px;
}

#topmenu li {
    display: block;
    list-style: none;
    background: white;
    margin: 6px 0 0 0;
    padding: 0;
    float: left;
    position: relative;
}

#topmenu li.active {
    background: white;
    margin: 0;
    border-top: 6px solid white; /* padding-top: 6px doesn't work in IE 8 */
}

#topmenu li img{
  position:absolute;
  top: -2px;
  right:-15px;
}

#topmenu a {
    display: block;
    height:10px; 
    border-right: 1px solid black;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:5px;
    padding-top: 5px;
    
    text-align:center;
    outline: 0;
    line-height: 1;
    color: black !important;
    font-weight: bold;
    text-transform: uppercase;
}

#topmenu a.first {
    border-left: 0;
}


#topmenu a.last {
    border-right: 0;
}

#menu {
    width: 210px;
    float: left;
    background-color: #eaeaea;
    margin-top:15px;
    
}

#content, #cash {
    width: 750px;
    margin-top:15px;
}

#content {
    float: right;
}

#footer-top {
    margin-top:10px;
}

#address-table-header{
  background-color: #5D5D5D;
}

#address-table-header th{
  height: 25px;
  border-right:1px solid white;
  width:159px;
}
#address-table-header th.noborder{
  border:none;
}

#address-table td{
  width:159px;
  text-align:center;
  border-right:1px solid white;
}


#footer-top table {
    width: 100%;
    padding: 10px;
}

#footer-top td {
    padding: 5px;
}

#footer-top th {
  background-color: #5D5D5D;
  color: white;
  width:167px;
}

#footer-bottom {
    padding: 35px;
    text-align: center;
}

#wms-ad {
    margin: 0 15px;
    text-align: right;
}

#wms-ad a {
    color: #ACACAC;
    font-weight: bold;
}

#stats {
    margin: 0 15px;
    text-align: right;
}

#ticker {
    padding-top:4px;
    height: 20px;
    background: #cdcdcd;
}

#search-box {
    height: 37px;
    background: #1c1a1b;

    text-align: left;
    padding: 0px;
    padding-left:9px;
}

#search-box, #search-box a {
    color: white;
}

#search-box form {
    margin: 5px auto;
    line-height: 23px;
}

#search-box select, #search-box input {
    vertical-align: middle;
}

input#where {
    min-width: 70px;
    _width: 70px;
}

input#search {
    min-width: 280px;
    *min-width: 250px;
    _width: 250px;
}

input#skladom {
    
}

#searchForm{
    float: left;
}
#skladomDivider{
    float:left;
    border-right:1px solid white;
    height:20px;
    margin-top:7px;
    
}

#skladomForm{
    padding-left: 10px;    
    float: left;    
    width:175px;
}

#skladomForm input{
  margin-left:8px;
}

#rozsireneHladanie
{ 
  float:left;
  width:130px;
  height:24px;
  text-align:center;
  padding-top:10px;
}

#skladomForm form{
    padding-top: 1px;
}

/* *** CATALOG *** */

/* main */
#main-left {
    width: 370px;
    float: left;
    padding-top:0px
}

#main-right {
    width: 375px;
    float: right;
}

#imgInforumBannerPrelink
{
  margin-right:10px;
  margin-bottom:10px;
}

#news-selection {
    padding: 20px;
    padding-top:0px;
}



#news-selection .product-attributes {
    display: none;
}

.product-list {
    
}

.product {
    margin: 10px 0 30px 0;
    float:left;
    width: 100%; /* fix pre IE7 */
}

.product-category {
    clear: both;
    margin: 10px 0;
    border-bottom: 1px solid #5D5D5D;
    color: #5D5D5D;
    text-align: left !important;
}

.product-category a, .product-category a:link, .product-category a:visited {
    color: #5D5D5D;
    font-weight: bold;
}

.product-attributes {
    margin: 5px 0;
    font-weight: bold;
    color: #c20101 !important;
}

.product-image {
    width: 102px;
    float: left;
    text-align: center;
}

.product-image img {
    width: 100px;
    border: 1px solid #777976;
}

.product-attributes, .product-info, #sorter, #lister {
    margin-left: 110px;
}

.product-info {
    padding-bottom: 1px; /* hack for IE 8 */
}

.product-info * {
    color: #5d5d5d;
}
.product-info a {
    color: #5d5d5d;
}

.product-info p {
    margin: 5px 0;
    text-align: left;
}

.product-info .title {
    font-size: 16px;
    font-weight: bold;
}

.product-info .author {
    margin: 0;
    margin-top:-2px;
    margin-bottom:10px;
    font-weight:bold;
}

.newsletterBox{
    background-color: #EAEAEA;
    padding: 10px;
    
}



.to-basket {
    float: left;
    background: url(../userdata/design/to-basket.png) no-repeat;
    width: 97px;
    height: 19px;
    margin-right: 10px;
}

.to-basket span {
    display: none;
}

.more-info {
    float: left;
    margin: 2px 0;
}

#tips, #discounts {
    padding: 15px;
}

#tips {
    background: #970001;
}

#tips img {
    border: 1px solid #71090a;
}

#tips h2 img {
    border: 0;
}

#tips .product-images {
    text-align: center;
}

#tips .product-images img {
    width: 75px;
}

#discounts {
    background: #FFFFFF;
    color: #544E4C;
}

#discounts .product-attributes {
    display: none;
}

#discounts .product-info * {
    color: #544E4C; !important;
}

/*
#discounts .product-info .to-basket {
    background: url(/userdata/design/to-basket2.png) no-repeat;
}
*/

#discounts img {
    border: none;/* 1px solid #7e0001;*/
}

#discounts h2 img {
    border: 0;
}

#partners {
    
}

#partnersLeftDiv{
  display:none;
  padding-left:50px;
}
#partnersLeftDiv img{
  margin:10px;
}

#partners .partner-logos {
    width: 260px;
    margin: 10px auto;
}

#partners a, #partners embed {
    display: block;
    margin: 5px;
    float: left;
    _margin: 4px;
}

.view-all-link {
    padding-top: 5px;
    border-top: 1px solid #C20101;
}
/*---*/

/* product list */
#category-products {
    padding: 20px 0 20px 40px;
}

#category-products .product {
    width: 350px;
    padding-right:5px;
}

#category-title {
    margin: -10px;
}

#sorter {
    
}

#sorter .info {
    padding: 0 10px;
    text-align: right;
    color: #6a6a6a;
}

#sorter .form {
    padding: 10px;
    margin: 5px 0;
    background: #eaeaea;
    text-align: right;
}

#f_page {
    width: 37px;
}

#f_typ, #f_order, #f_show {
    width: 74px;
}

#lister {
    height: 19px;
}

#lister span {
    background: #e4e4e4;
    padding: 4px 2px 3px 2px;
    border: 1px solid #e4e4e4;
    margin-right: 5px;
    color: black;
    text-align: center;
    line-height: 1;
    float: left;
    height: 12px;
    min-width: 15px;
    _width: 15px;    
}

#lister span.active {
    background: #6c6c6c;
    border: 1px solid #515151;
    color: white;
}

#lister a {
    color: black !important;
}

.product-list-table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.product-list-table * {
    color: #5d5d5d;
}

.product-list-table td {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    background: #fafafa;
}

.product-list-table tr.empty td {
    padding: 0;
    background: transparent;
}

.product-list-table .title {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.product-list-table .price {
    
}

.product-list-table .to-basket {
    background: url(../userdata/design/to-basket3.png) no-repeat;
    width: 36px;
    float: none;
    display: block;
    margin: auto;
}
/*---*/

/* product detail */
#notificationButton {
    display: none;
    margin: 0 0;
}

#notificationForm {
    display:none;
    padding: 10px;
    margin: 12px 0;
    text-align: left;
    color: white;
    background-color: #bf0101;
}

#notificationForm label {
    color: white;
}

#closeButton {
    display: none;
}
/*---*/

#reviewsTitle{
    color:#d20101;
    font-size:18pt;
    font-weight:bold;
    padding-right:47px;
}

#reviewsSearchBar{
    padding-top:5px;
    
}

#reviewsList{
    padding-left:0px;
}

#reviewsList .item{
    padding:7px;
    padding-left:0px;
    margin-bottom:10px;
}

#reviewsList .item .title{
    padding: 5px 0;
    color:#5D5D5D !important;
    font-size:16px;
    font-weight:bold;
}

#reviewsList .item .image{
    padding:5px;
    padding-right: 10px;
    float:left;
}

#reviewsList .item .date{
    font-weight: bold;
    color:#5D5D5D !important;
}

#reviewsList .item .text{
    text-align: justify;
    color:#5D5D5D !important;        
}

#reviewsList .item .button a{
    color:#5D5D5D !important;
    font-weight: bold;
}

#newsList{
    padding-left:10px;
}

#newsList .item{
    padding: 5px;
}

#newsList .item.top{
    background: #f0f0f0;
}

#newsList .date{
    padding: 4px;
    margin: 0 0 4px 4px;
    background-color: #c20101;
    color:white;
    float:right;
}

#newsList .title{
    color:#c20101;
    font-size: 13pt;
    font-weight: bold;
    padding-top:1px;
}

#newsList .text{
    color:#5d5d5d;
    margin-top:8px;
}

#newsList .hrDiv{
    border-bottom: 1px solid #dcdcdc;
    margin-top:15px;
    margin-bottom:15px;
    margin-right:10px;
}

#newsDetail{
    padding-left:15px;
}

.newsProducts{
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
}

.newsProducts img {
    width: 75px;
    /* height: 112px; */
    margin-left:5px;
}

.catalogNews{
margin-top:15px;
background-color: #EAEAEA;
color: #5D5D5D;
padding:10px;
padding-left:20px;
padding-right:20px;
overflow:hidden;
}

.header_sub_explanation{
  margin-bottom:25px;

}

.pageLink{
  width:18px;
  height:15px;
  margin:2px;
  background-color: #E4E4E4;
  color: black;
  cursor: pointer;
  text-align:center;
  padding:2px;
  padding-top:5px; 
  display:inline-block;
}

.pageLink.active{
  color: white;
  background-color: #6C6C6C;

}

#catalogNewsPageLister
{
margin-top:15px;
}

.pageChunk{
  clear: both;
  text-align:right;
  height:22px;
}


.storeNewsTitle{
    padding-left:14px;
    padding-top:15px;
    padding-bottom:5px;
}

.storeNewsTitle a{
    color:#5d5d5d;
    font-size:14pt;
}

.storeNewsText{
    padding-left:14px;
    padding-right:14px;
    font-size: 8pt;
}

.detailLeft{
    width:460px;
    float:left;
    margin:10px 10px 15px 10px;
    padding-left:5px;
    
}

.mm_prelinks {
    font-size: 12px;
    width: 200px;
    float:left;
    margin-bottom: 5px;
    margin-right:20px;

}
.mm_prelinks a {
    font: inherit;
    background-image: url(../userdata/design/bar_link.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

.detail_anotacia{
    text-align:left;
    margin-left:15px;
    padding-right:10px;
    margin-top:20px;
    margin-bottom: 30px;
}

.inforum_link {
    margin-bottom:5px;
    margin-top:5px;
}
.pdf_link {
    margin-top:5px;
    background-image: url(../userdata/design/pdf_icon_mini.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}




.detailRight{
    margin-top:10px;
    float: right;
    width: 245px;
    padding:0px; 
}

.detailTitle {
    font-family: arial;
    font-size: 20pt;
    font-weight: normal;
    color: black;
    margin: 0 0 2px 0;
}

.detailTitleFrame{
  margin-left:15px;  
}

.detailImageSection{
    margin-top:5px;
    float:left;
}

.detailImageSectionBorder{
    background: white;
    border: 1px solid #777976;
    width: 200px;
}
.detailImageSection img{
    display:block;
    margin:auto;
}

.detailImageSection img.big{
    margin: 0;
    width: 200px;
}

.detailImageSection img.small{
    padding: 80px 0;
}

.detailSpecificationSection{
    margin-top:5px;
    margin-left:220px;
}

.detailPrice{
    font-size:14pt;
    color:black;
}

.detailAtributes{
    color: #6F6F6F;  
    line-height: 14pt;
    margin-bottom: 20px;
    margin-top:30px;
}

.grayTitle{
    color:#6f6f6f;
    font-size: 10pt;
    font-weight: bold;
}

.blackColor{
    color:black!important;
}

.review {
    margin: 10px 0;
}

.review p {
    margin: 5px 0;
    width: auto !important;
}

.review-title, .review-title a {
    font-weight: bold;
    color:#5D5D5D !important;
}

/* DISCUSSION */
#discussion-wrapper {
    padding: 15px;
}

#discussion-preview {
    border: 1px dotted;
    padding: 10px;
}

.basket{
    background-color: #bf0101;
    padding: 7px;
    padding-left: 27px;
    width: 211px;
}

.basketFrame{
    height:140px;
}

.basketFrame .dostupnost_red{
    color: #BF0101;
    text-transform:uppercase;
    text-align:center;
    font-weight: bold;

    margin-top:10px;
}

.nezabudnik{
    background-color: #EAEAEA;
    padding: 7px;
    padding-left: 7px;
    width: 231px;
    color: #4C4A4A;
    text-align:center;    
}
.nezabudnik input{
  color: inherit;
  font-weight: bold;
  font-family: inherit;
  background-color: inherit;
  border: none;
  width: 230px;
}

.watchdog{
    background-color: #474545;
    padding: 7px;
    padding-left: 7px;
    width: 231px;
    color: white;
    text-align:center;    
}
.watchdog input{
  color: inherit;
  font-weight: bold;
  font-family: inherit;
  background-color: inherit;
  border: none;
  width: 230px;
}

.basket img{
    float:left;
    padding-right:3px;
}

.basketFormTextInput{
    background-color: white;
    float:left;
    height:16px;
    border:solid 1px #605b5f;
    width:50px;
    margin-right:4px;
    _width:40px;
    _margin-right:2px;
}

.basketFormTextInput input {
    padding:0;
    border:0;
    width:20px;
}

.addIntoBasketButton{ 
    border:none;
    color:white;
    background-color: #BF0101;
    font-weight:bold;
    width: 135px;
}

.basket #form2 {
    margin-top: 2px;
    text-align: center;
}

.basket #form2 input{
    border: 1px solid black;
    text-align: center;
}

.basket a, .basket a:link, .basket a:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin: 2px 0;
}

.basket a:hover, .basket a:active {
    text-decoration: underline;
}

.detailTabs {
    background-color: #EAEAEA;
    height: 30px;
    padding: 7px 7px 0 7px;
    margin-right:15px;
    border-bottom:solid 1px #2e2e2e;
    clear: both;
    _height: auto;
    _padding-top: 4px;
    _padding-bottom: 30px;
}

.linkautor {
    color:#6f6f6f;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

.leftMenuItem {
    font-weight: bold;
}

.leftMenuItem .active {
    background: white;
}

.leftMenuTopItem {
    margin-left: 10px;
    padding-left: 3px;
    border-bottom: solid 1px #e3e3e3;
}

.leftMenuSubItem {
    font-weight: normal;
    border-bottom: solid 1px #e3e3e3;
    margin-left: 14px;
    padding-left: 3px;
    padding-right: 5px;
}

.partnersImage {
    margin-left:13px;
}

/* LOGIN */
#login-wrapper {
    padding: 20px 0 20px 40px;
}

#login-wrapper p#result, #private-zone-wrapper p#result {
    display: none;
}

#login-wrapper h2 {
    margin-left: -10px;
}

.loginTableWrapper {
    float: left;
    width: 300px;
    margin: 0 20px;
    _margin: 0 18px;
}

.loginTableWrapper p {
    text-align: center;
    margin: 0;
    padding: 10px;
}

.loginTableWrapper p.error-message {
    background: #f69000;
    color: white;
    font-weight: bold;
}

#loginRegistered, #loginUnregistered {
    padding: 20px;
}

#loginRegistered {
    background: #eeeeee;
}

.loginTable {
    border-spacing: 3px;
}

.loginTable td {
    vertical-align: middle;
    color: #5d5d5d;
}

.loginTable .title {
    font-size: 14px;
    font-weight: bold;
}

.loginTable .caption {
    text-align: right;
    font-weight: bold;
}

.loginTable .group-caption {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.loginTable .inputText {
    width: 185px;
    height: 15px;
    border: 1px solid #c5c5c5;
    padding: 5px 2px;
}
/* --- */

/* USER */
.form-table {
    margin: auto;
    border-spacing: 3px;
}

.form-table td {
    vertical-align: middle;
    color: #5d5d5d;
}

.form-table .td-title {
    font-size: 14px;
    font-weight: bold;
}

.form-table .td-caption {
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    padding: 3px;
    vertical-align: top;
}

.form-table .td-group-caption {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.td-input {
    width: 400px;
    padding-right: 15px;
}

.td-input.required {
    background: url(../userdata/design/required.png) no-repeat top right;
}

.td-input input, .td-input select, .td-input textarea {
    width: 200px;
    border: 1px solid #C5C5C5;
    padding: 2px;
}

.td-input.short input, .td-input.short select, .td-input.short textarea {
    width: 100px;
}

.td-input.long input, .td-input.long select, .td-input.long textarea {
    width: 400px;
}

#lost-password-wrapper {
    margin: 20px 0;
}

.order-table {
    border-collapse: collapse;
    width: 100%;
}

.order-table thead td {
    height: 40px;
    background: #2f2f2f url(/userdata/design/basket-table-header.png) repeat-x;
    color: white;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    padding: 0 5px;
    border-left: 1px solid #505050;
    border-right: 1px solid #505050;
    border-bottom: 1px solid black;
}

.order-table td {
    text-align: center;
    padding: 2px;
}

.order-detail div {
    border: 1px solid #505050;
    background: #fdfdfd;
}

.order-detail-table {
    border-collapse: collapse;
    width: 100%;
}

.order-detail-table thead td {
    height: 30px;
    background: white;
    color: black;
    font-weight: bold;
    padding: 0 5px;
    border: 0;
}

.private-zone-inner-wrapper #lister {
    border-top: 1px solid black;
    margin: 10px 0;
    padding: 5px 0;
    text-align: center;
}
/* --- */

/* BASKET */
#basket-wrapper {
    padding: 10px;
}

#basket-wrapper h3 {
    border-bottom: 1px solid #5d5d5d;
}

.basket-text {
    color: #8f8f8f;
    font-weight: bold;
}

.basket-text hr {
    height: 2px;
    background-color: #8f8f8f;
    border: 0;
    margin: 5px 0;
}

#basket-table {
    border-collapse: collapse;
    width: 100%;
}

#basket-table thead td {
    height: 40px;
    background: #2f2f2f url(/userdata/design/basket-table-header.png) repeat-x;
    color: white;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    padding: 0 5px;
    border-left: 1px solid #505050;
    border-right: 1px solid #505050;
    border-bottom: 1px solid black;
}

#basket-table td {
    text-align: center;
    padding: 2px;
}

#basket-table .text-input {
    border: 1px solid #cdcdcd;
    text-align: center;
}

.basket-hr {
    height: 5px;
    background-color: #4a4a4a;
    border: 0;
    margin: 10px 0;
}

#basket-actions {
    float: left;
}
/* --- */

/* CASH */
#cash {
    margin-left:200px;
}

ul#cash_nav {
    display: block;
    margin: 30px 10px 10px 10px;
    padding: 0 15px;
    position: relative;
    height: 35px;
    background: url(/userdata/design/navigator-bg.png) no-repeat;
}

ul#cash_nav li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

ul#cash_nav span {
    display: block;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #e7e7e7;
    padding: 12px 10px 11px;
    outline: 0;
    font-size: 12px;
    line-height: 1;
    color: black;
}

ul#cash_nav span.first {
    border-left: 0;
    padding-left: 11px;
}

ul#cash_nav span.last {
    border-right: 0;
    padding-left: 11px;
}

ul#cash_nav a {
    display: block;
    color: black;
}

ul#cash_nav span.active, ul#cash_nav a:hover {
    background: url(/userdata/design/navigator-active-bg.png) repeat-x;
    color: white;
    text-decoration: none;
}

ul#cash_nav span.active, ul#cash_nav a:hover span {
    border-left: 1px solid #e70202;
    border-right: 1px solid #b50202;
    color: white;
    padding-left: 10px;
}

.js-show {
    display: none;
}

.delivery-pay-div {
    border-top: 1px solid #5d5d5d;
    border-bottom: 1px solid #5d5d5d;
}

.delivery-pay-table {
    width: 100%;
    border-spacing: 10px;
    color: #5d5d5d;
}

.cash-div {

}

.cash-div h3 {
    border-bottom: 1px solid #5d5d5d;
}

.cash-div .change {
    float: right;
}

.cash-div .total-price {
    color: #C20101;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.payment-description, .delivery-description2 {
    text-align: left;
    font-style: italic;
    color: #C20101;
}

.disabled, .disabled * {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
/* --- */

/* PRIVATE ZONE */
#private-zone-wrapper {
    padding: 10px;
}

#private-zone-wrapper h2 {
    
}

#private-zone-wrapper .detailTabs {
    margin: 0;
}

#private-zone-wrapper #tabsDiv {
    width: 100%;
}

.private-zone-inner-wrapper {
    padding: 20px;
}

.private-zone-inner-wrapper #basket-table .to-basket {
    margin: auto;
    display: block;
    float: none;
}

.private-zone-inner-wrapper #basket-table input {
    width: 100px;
}

.private-zone-inner-wrapper #basket-table textarea {
    width: 120px;
    height: 60px;
}

.private-zone-inner-wrapper #basket-table tr.even td {
    background: #fafafa;
}
/* --- */

/* PAGE */
#page-wrapper {
    padding: 20px 0 20px 40px;
}

#page-wrapper h2 {
    margin-left: -10px;
}
/* --- */

/* BOOKSTORE */
#bookstore-wrapper {
    padding: 20px 20px 20px 40px;
}

#bookstore-wrapper h2 {
    margin-left: -10px;
}

#bookstore-wrapper .detailTabs {
    margin: 0;
}

#bookstore-header {
    margin: 10px 0;
}

#bookstore-news {
    margin: 10px 0;
}

#bookstore-news h5 {
    font-size: 125%;
}

.bookstore-news-products {
    margin-top: 15px;
    border-top: 1px solid #dcdcdc;
    padding: 15px;
    text-align: center;
}

.bookstore-news-products img {
    height: 75px;
    width: 50px;
}

#bookstore-address {
    float: left;
    width: 150px;
    margin: 10px 0;
}

#bookstore-top {
    margin-left: 170px;
    border: 1px solid #dbdbdb;
    padding: 10px;
    background-color: #eaeaea;
}

#bookstore-footer {
    clear: left;
    margin: 10px 0;
}
/* --- */
/* ////////////////////////////////////////////////////////////////////////// */



.ticker
{
    white-space: nowrap;
    line-height: 14px;
    cursor: default;
    visibility: hidden;
}

.ticker a
{
    font-family: Arial; 
    font-size:12px; 
    font-weight: normal; 
    color: #5e5e5e;    
    text-decoration: none;
}

.ticker a:hover 
{
    text-decoration: underline; 
    color: #5e5e5e;    
}

#ticker span{
    font-family: Arial; 
    font-size:12px; 
    font-weight: normal; 
    color: #5e5e5e;    
}

#ticker a{
    font-family: Arial; 
    font-size:12px; 
    font-weight: normal; 
    color: #5e5e5e;    
}





#cardpay
{
    margin: 0 auto 0 auto;
    width: 998px;
    text-align: left;
}
#cardpay img
{
    margin:  0;
    padding: 0;
}
#ceebp
{
    margin: 3px 0 0 3px;
    width: 200px;
    float: left;
}
/*
#menu
{
    margin-top:10px;
    margin-bottom:5px;
}
#menu1
{
    margin-top:10px;
    margin-bottom:5px;
}
#menu_top
{
    margin-top:10px;
}
*/
#header_basket {
    float:right;
    width:295px;
    text-align:right;
    padding: 2px 2px 0 0;
}
#header_basket table {
    border:1px solid black;
    background-color:#000000;
}
#obal {
    background-color:#E9E9E9;
    border-top:1px solid #000000;
}
#lavy_panel {
    float:left;
    width:200px;
    background-color:#E9E9E9;
}
#pravy_panel {
    width:200px;
    float:right;
    border-left:10px solid #E9E9E9;
    background-color:#E9E9E9;
}
#obsah {
    margin: 0 0 0 210px;
    background-color:white;
    background-image: url(../userdata/design/back_obsah.gif);
    background-repeat: repeat-x;
    background-position: top;
    min-height:520px;
    /*for IE */
    _height:520px;
}

div.sekcia{
    margin:5px;
    position:relative;
    _height:10px;
}

div.sekcia_litle {
    background-color:#F7F7F7;
    margin: 0 0 10px 20px;
    padding: 2px 0 5px 2px;
    width:545px;
}
div.sekcia_height {
    background-color:#F7F7F7;
    margin: 0 0 10px 20px;
    padding: 2px 0 5px 2px;
    min-height:120px;
    /*for IE */
    _height:120px;
}
div.baner {
    background-color:#E9E9E9;
    width:578px;
    min-height:60px;
    /*for IE */
    _width:572px;
    _height: 60px;
    text-align:center;
    padding:5px 0px 10px 0px;
}
div.sekcia_index {
    background-color:#F7F7F7;
    margin: 0 0 10px 5px;
    padding: 2px 0 5px 2px;
    min-height:120px;
    /*for IE */
    _height:120px;
}
div.sekcia_index_litle {
    background-color:#F7F7F7;
    margin: 0 0 0 5px;
    padding: 2px 0 5px 2px;
    border-top:1px solid black;
}
div.sekcia_img {
    background-color:white;
    background-image: url(../userdata/design/back_img.gif);
    background-repeat: repeat-x;
    background-position: top;
    padding:10px 0 0 0;
}
div.sekcia_right {
    text-align:right;
    margin: 5px;
    position:relative;
    _height:1px;
}
#peticka {
    clear:both;
}
/*END OF LAYOUT }}}*/

/*GENERAL SETTING {{{*/
/*
body, table, td, select, textarea, input  {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: none;
    color: #000000
}
form {
    margin:0 0 0 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
*/
.submit_to_cart,.submit_to_cart_hover
{
    color: #00005F;
    font-size: 13px;
    font-weight: none;
    text-decoration: none;
    background:none;
    border:0;
    width:auto;
    padding-left:5px;
    padding-right:5px;
    height:18px;
    padding:0;
    margin:0;
}
.submit_to_cart_hover
{
    cursor:pointer;
    text-decoration:underline;
}

/* Linkove sady */
.menu1-s, .menu1-u {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.linkb, .linkc {
    /*color:black;*/
    font-size: 13px;
    font-weight: none;
    text-decoration: none;
}

.menuLink, .linkx {
    color:#5d5d5d !important;
    text-decoration: none;
    line-height: 15pt;
}

.menu2-s {
    font-size: 14px;
    font-weight: none;
    text-decoration: none;
}

.menu2-u {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.menu1-s:hover, .menu1-u:hover, .menu2-s:hover, .menu2-u:hover {
    text-decoration: underline;
}

/* Textove sady */
.maly_kniha_nadpis {
    font-size: 13pt;
    font-weight:bold;
    text-decoration: none;
    text-transform: uppercase;
}
.maly_kniha_autor {
    font-size: 12px;
    text-decoration: none;
    font-style: italic;
}
.maly_kniha_popis, .maly_pata_text_white {
    font-size: 12px;
    text-decoration: none;
    padding-right:5px;
    padding-left:5px;
}
.maly_kniha_red {
    padding:0;
    font-size: 12px;
    font-weight:bold;
    text-decoration: none;
    color:#c20101;
}
.velky_kniha_nadpis {
    font-size: 25px;
    font-weight:bold;
    text-decoration: none;
}

/* Tabulky */
.nepar {
    background-color: #F7F7F7;
}
table.basket {
    /*border-top:1px solid black;
    border-bottom:1px solid black;
    background:#E30000;*/
    background:#00005F;
    font-size: 12px;
    font-weight:bold;
    color: white;
}
table.basket a {
    color: white;
}
table.basket td {
    vertical-align: middle;
}
table.t_ind {
    background-image: url(../userdata/design/back_img.gif);
    background-repeat: repeat-x;
    background-position: top;
    /*for IE */
    _width:572px;
}

/* farby */
.menu1-s, .menu2-s {
    color: #000000
}
.menu1-u, .menu2-u, .maly_pata_text_white {
    color: #FFFFFF;
    background:black;
}
.linkb, .maly_kniha_nadpis, .velky_kniha_nadpis, .linkautor {
    color: #767676;
}
.linkc {
    color: #444444;
}
.maly_kniha_red {
    color: #c20101;
}
td.povinne {
    background-image: url(../userdata/design/bg_input.gif);
    background-repeat: no-repeat;
    background-position: right;
}
td.povinnebad {
    background-image: url(../userdata/design/bg_input_bad.gif);
    background-repeat: no-repeat;
    background-position: right;
}
.bad {
    color: Red;
    font-size: 14px;
    font-weight: bold;
}
.ok
{
    color: #317001;
    font-size: 14px;
    font-weight: bold;
}
/*END OF GENERAL SETTINGS}}}*/

/*LEFT AND RIGHT PANEL{{{*/
.panel_section
{
    padding-bottom:0px;
}
.panel_section_title
{
    padding: 12px 0 5px 10px;
}
.panel_section_title.active
{
    background: white;
}
.panel_section .odd
{
    padding-left:20px;
    background:white;
    background-image: url(../userdata/design/bullet.gif);
    background-position: top left;
    background-repeat:no-repeat;
}
.panel_section .even
{
    padding-left:20px;
    background:#F7F7F7;
    background-image: url(../userdata/design/bullet.gif);
    background-position:top left;
    background-repeat:no-repeat;
}
.panel_section .odd_book
{
    padding-left:20px;
    background:white;
    background-image: url(../userdata/design/bullet_kniha.gif);
    background-position: top left;
    background-repeat:no-repeat;
}
.panel_section .even_book
{
    padding-left:20px;
    background:#F7F7F7;
    background-image: url(../userdata/design/bullet_kniha.gif);
    background-position:top left;
    background-repeat:no-repeat;
}
.panel_section .odd_mark
{
    padding-left:20px;
    background:white;
    background-image: url(../userdata/design/bullet_2.gif);
    background-position: top left;
    background-repeat:no-repeat;
}
.panel_section .even_mark
{
    padding-left:20px;
    background:#F7F7F7;
    background-image: url(../userdata/design/bullet_2.gif);
    background-position:top left;
    background-repeat:no-repeat;
}
img.big, img.replacement {
    border:none;
    margin:15px 0 0px 5px;
}
img.big2 {
    border:none;
    margin:30px 0 0px 5px;
}
img {
    border-color:black;
}
.sub_art {
    background-color: #B7B7B7;
    border: 1px outset #6E6E6E;
}
.renu
{
    border: 1px solid #000000;
    font-size: 8pt;
    color: #F7F7F7;
    background: #000000;
}
/*END OF LEFT AND RIGHT PANEL}}}*/

/*NEWS{{{*/
.news_link
{
    color:blue;
    font-weight:bold;
    text-decoration:none;
}
.news_link:hover
{
    text-decoration:underline;
}
/*}}}*/

div.sekcia h1 {
    font: bold xx-large Arial Helvetica sans-serif;
    color: Navy;
    text-align: left;
}
div.sekcia h2 {
    font: bold Arial Helvetica sans-serif;
    color: black;
    text-align: left;
}
div.sekcia p {
    font:  Arial Helvetica sans-serif;
    color: black;
    text-align: left;
    width:740px;
}
div.sekcia hr {
    text-align: right;
    width:750px;
}
#navigator {
    margin:10px 0px 0px 15px;
    font-size:9px;
}
#navigator a {
    color:black;
    font-size:9px;
}

.maly_kniha_red {
    font-size:16px;
    font-weight:bold;
}
div.sekcia h3 {
    font-size:13px;
}
table.orders th {
    text-align:center;
    color:white;
    background-color:black;
    padding:5px;
}
table.orders td {
    padding:5px;
}
td.right {
    text-align:right;
}
div.cotoj {
    display:none;z-index:80;position:absolute;width:250px;border:1px solid #e8e8e8;background-color: #e6e6e6;padding:5px;
    margin-left:90px;margin-top:-50px;
}

.preview {
    text-align: center;
    margin: 10px 0;
}

#flowplayer {
    background: white url(../userdata/design/video.png) scroll no-repeat center center;
}


#sectionBestSellers{
    /*background-color:#F7F7F7;*/
    min-height:240px;
    margin:15px 0 10px 0px;
    padding:2px 0 5px 2px;
}

#sectionBestSellers a{
    text-decoration:none;
}

#bestSellers a:visited{
    text-decoration:none;
}

#bestSellers{
    border-style:solid;
    border-width: 1px;
    border-color:#ededed;
    float:left;
    min-height:200px;
    margin:5px;
    width:170px;
    background-color: white;
}

#bestSellersTitle{
    padding:5px;
    color:#00005F;
    font-weight: bold;
}

#bestSellersImage{
    width: 110px;
    float: left;
    text-align: center;
}

#bestSellersImage img {
    max-width: 100px;
    _width: 100px;
}

#bestSellersPrice{
    margin-left: 115px;
    margin-top: 5px;
    color: #E40000;
    font-weight: bold;
}

/*** GENERAL STYLES ***/
.clear {
    clear: both;
}

.hide {
    display: none;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.center {
    text-align: center;
}

.form_table {
    padding: 0;
    border: 0;
    margin: 0 auto;
    border-spacing: 2px;
}

.td_caption {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.td-input input, .td-input select, .td-input textarea {
    width: 200px;
}

.td-input_short input, .td-input_short select, .td-input_short textarea {
    width: 100px;
}

.td-input_long input, .td-input_long select, .td-input_long textarea {
    width: 300px;
}

.message {
    color: #c20101 !important;
    border-bottom: 1px solid;
    font-weight: bold;
    text-align: center !important;
    text-transform: uppercase;
}

.redSpan{
    color:#E40000;
}

.blueSpan{
    color:#00005F;
}

#facebookColor{
    color:#3c5fad;
}

#shareFacebook{
    font-weight: bold;
    padding-top:2px;
}

/**/
#linksDiv {
    float: right;
}

#linksDiv a {
    float: left;
}

#tabsDiv{
    float:left;    
}

ul#tabs {
    display: block;
    height: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
}

ul#tabs li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    height:35px;
}

ul#tabs li a, ul#tabs li a:link, ul#tabs li a:visited {
    display: block;
    padding: 7px 7px 7px 7px;
    outline: none;
    background: #EAEAEA;
    margin-right: 3px;
    font-size: 9pt;
    text-decoration: none;
    color: black;
}

ul#tabs li a.selected, ul#tabs li a.selected:link, ul#tabs li a.selected:visited {
    background-color: white;
    color:black;
    height:20px;
    _height: auto;
    _padding-bottom: 9px;
}

#popup div.sekcia_litle {
    background-color: #F7F7F7;
    margin: 0 20px 10px 20px;
    padding: 10px;
    width: auto;
}

/* inforumbanner */
#inforumbanner {
    background: black url(../userdata/design/inforumbanner-bg.png) no-repeat;
    width: 100%;
}

#inforumbanner a {
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
    text-align: center;
}

#inforumbanner img {
    margin-top: 45px;
    margin-bottom: 5px;
}

/* videobanner */
#videobanner {
    background: black url(../userdata/design/videobanner-bg.png) no-repeat;
    width: 100%;
}

#videobanner a {
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
    text-align: center;
}

#videobanner img {
    margin-top: 45px;
    margin-bottom: 5px;
}
.linku {
  color:#454545;
  text-decoration: underline;
}

/*
.newsletterBox .input, .newsletterBox input
{
  border:1px solid #928D8D;
  width: 180px;
  height:22px;
  margin:3px;
  display:block;
}
*/
.newsletterBoxSubmit{
  border:1px solid #928D8D;
  background-color:#928D8D;
  margin-top:3px;
  padding:0px;
  width:180px;
  height:19px;
  line-height:19px;  
  padding-bottom:3px;
  -moz-box-sizing: content-box;
  display:block;
  
}

.newsletterBoxEmail{
  margin-top:3px;
  border:1px solid #928D8D;
  width: 180px;
  height:22px;
 }

