body{
    padding:0;
    margin:0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    background: #F1F1F1 url("../img/body-bg.gif") repeat-x;
    text-align: center;
}

img{
    border: 0;
}
#main-holder{
    border-left: 10px solid white;
    border-right: 10px solid white;
    margin: 0 auto;
    width: 770px;
    _width: 789px;
    min-height: 800px;
    _height: 800px;
    background-color: white;
    text-align: left;
}
#header{
    height: 63px;
}
#header h1{
    height: 63px;
    background-image: url("../img/logo.gif");
    display: block;
    width: 184px;
    margin: 0;
    margin-right: 4px;
    _margin-right: 0;
    float: left;
}
#header h1 span{
    display: none;
}

#menu{
    background-image: url("../img/menu-bg.gif");
    height: 30px;
    border-top: 3px solid white;
    _border-top: 1px solid white;
}
#menu a{
    display: block;
    height: 23px;
    _height: 30px;
    color: white;
    font-weight: bold;
    float: left;
    text-decoration: none;
    background: url("../img/menu-arrow.gif") no-repeat;
    background-position: 10px 9px;
    padding: 7px 19px;
    padding-bottom: 0;
    border-right: 1px solid white;
}
#menu a:hover{
    color: #D3D3D3;
}

#content-holder{
    background: white url("../img/content-holder-bg.gif") repeat-x;
    margin-top: 1px;
}

#content-holder #left-column{
    width: 185px;
    float: left;
}
#content-holder #left-column h3{
    color: #FF0000;
    font-style: italic;
    font-size: 11px;
    margin: 10px 0 5px 10px;
}
#content-holder #left-column .search-box{
    background: #F4F8FE url("../img/search-box-bg.gif") repeat-x;
    border: 1px solid #B8C5D8;
    height: 53px;
}
#content-holder #left-column .search-box form{
    margin: 0;
    margin-left: 15px;
    padding: 0;
}
#content-holder #left-column .search-box form input{
    border: 1px solid #C21319;
    font-size: 10px;
}
#content-holder #left-column .abc-list{
    background-color: #F4F8FE;
    border: 1px solid #B8C5D8;
    margin-top: 5px;
}
#content-holder #left-column .abc-list form{
    margin: 0px 15px 0px 15px;
    padding: 3px;
    background-color: #D3E0F1;
    font-weight: bold;
    color: #C21319;
    font-size: 10px;
}

#content-holder #left-column .abc-list .list{
    overflow: auto;
    height: 370px;
    _height: 391px;
    margin: 10px 15px;
    margin-right: 1px;
    font-size: 10px;
    line-height: 15px;
}
#content-holder #left-column .abc-list .list a{
    /*font-weight: bold;*/
    color: #333333;
    text-decoration: none;
}
#content-holder #left-column .abc-list .list a:hover{
    text-decoration: underline;
    color: red;
}

#content-holder #content{
    border: 1px solid #C7C3C3;
    background: white url("../img/content-bg.gif") repeat-x;
    padding: 10px 20px;
    font-size: 10px;
    width: 540px;
    _width: 580px;
    margin-left: 188px;
    _margin-left: 185px;
    min-height: 502px;
    _height: 496px;
    color: #474747;
}
#content-holder #content .nadpis{
    border-bottom: 1px solid #C7C3C3;
    height: 23px;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
}
#content-holder #content .nadpis a.kosik{
    background: #E3E3E3 url("../img/kosik.gif") no-repeat;
    background-position: 8px 7px;
    display: block;
    border-width: 1px 1px 0px 1px;
    border-color: #C0BCBC;
    border-style: solid;
    font-weight: bold;
    color: red;
    padding: 10px 0 0 30px;
    width: 115px;
    _width: 145px;
    height: 22px;
    _height: 32px;
    float: right;
}
#content-holder #content .nadpis a.active{
    background-image: url("../img/kosik-active.gif");
}
#content-holder #content .nadpis a.kosik:hover{
    text-decoration: none;
}
#content-holder #content .nadpis h2.mediashop{
    width: 151px;
    height: 0px;
    _height: 18px;
    padding-top: 18px;
    overflow: hidden;
    background-image: url("../img/online-mediashop.gif");
    margin: 7px 0;
}
#content-holder #content .nadpis img.media-shop-title{
    position: absolute;
    left: 482px;
    _left: 480px;
    top: -15px;
    _top: -5px;
}
#content-holder #content .item-details{
    background-color: #F4F8FE;
    border-width: 0px 1px 1px 1px;
    border-color: #B3C4DB;
    border-style: solid;
    height: 75px;
    padding-left: 10px;
    margin-bottom: 15px;
}
#content-holder #content .item-details a{
    color: #333333;
    font-size: 10px;
}
#content-holder #content .item-details a.do-kosiku{
    color: red;
    font-size: 11px;
    display: block;
    width: 145px;
    _width: 144px;
    height: 30px;
    _height: 75px;
    padding-top: 45px;
    text-align: center;
    border-left: 1px solid #B3C4DB;
    float: right;
    background: white url("../img/do-kosiku.gif") no-repeat;
    background-position: 57px 15px;
}
#content-holder #content .item-details h3{
    margin: 0;
    padding-top: 10px;
    margin-bottom: 4px;
    font-size: 13px;
    font-style: normal;
}

#content-holder #content .image-cover{
    float: left;
    padding: 1px;
    border: 1px solid #999999;
}

#content-holder #content h3{
    /*font-style: italic;*/
    font-size: 13px;
    color: #FF0000;
    margin-bottom: 0;
    padding-bottom: 0;
}
#content-holder #content .title-box{
    width: 173px;
    min-height: 300px;
    _height: 304px;
    float: left;
    border: 1px solid #B3C4DB;
    margin-right: 5px;
    margin-top: 30px;
    background-color: #F4F8FE;
}
#content-holder #content .title-box img{
    position: relative;
    top: -19px;
}
#content-holder #content .grey{
    margin-right: 0px;
    border: 1px solid #C7C3C3;
    background-color: #FFFFFF;
}
#content-holder #content .title-box p{
    position: relative;
    top: -10px;
    padding: 0 15px 10px 15px;
    margin: 0;
    font-size: 10px;
}
#content-holder #content .title-box strong{
    color: red;
    font-weight: bold;
    font-size: 12px;
}
#content-holder #content a{
    color: red;
    font-size: 11px;
}
#content-holder #content .title-box a{
    font-size: 10px;
    color: black;
    text-decoration: none;
}
#content-holder #content .title-box a:hover{
    color: red;
    text-decoration: underline;
}
#content-holder #content .title-box .cat-list{
    padding: 0;
    margin: 0;
    position: relative;
    top: -10px;
    list-style-image: url("../img/li.gif");
    /*list-style-type: disc;*/
    margin-left: 15px;
}
#content-holder #content .title-box .cat-list li{
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}
#content-holder #content .cat-jumper{
    text-align: right;
    margin: 13px 0 10px 0;
    padding: 0;
}
#content-holder #content .cat-jumper select{
    font-size: 10px;
}
#content-holder #content .left-title, #content-holder #content .right-title{
    border: 1px solid #C7C3C3;
    width: 260px;
    _width: 258px;
    height: 125px;
    margin-bottom: 10px;
}
#content-holder #content .left-title p, #content-holder #content .right-title p{
    margin: 10px 0 0 90px;
}
#content-holder #content .left-title img, #content-holder #content .right-title img{
    float: left;
    width: 60px;
    margin: 10px;
    border: 0;
}
#content-holder #content .left-title strong, #content-holder #content .right-title strong{
    color: red;
    font-size: 11px;
}
#content-holder #content .left-title a.more, #content-holder #content .right-title a.more{
    background: url("../img/ico-arrow.gif") no-repeat;
    padding-left: 20px;
    padding-bottom: 3px;
    line-height: 17px;
    font-size: 11px;
    font-weight: normal;
}
#content-holder #content .left-title{
    float: left;
}
#content-holder #content .middle-title{
    float: left;
    margin-left: 13px;
}
#content-holder #content .right-title{
    margin-left: 270px;
}
#content-holder #content .anotace{
    margin-left: 200px;
}
#content-holder #content .anotace h3{
    font-size: 12px;
    font-style: normal;
}
#content-holder #content .anotace table{
    border-collapse: collapse;
    font-size: 11px;
    width: 100%;
    _width: 335px;
    color: #474747;
}
#content-holder #content .anotace td{
    border: 1px solid white;
    background-color: #EAEAEA;
    padding: 3px 10px;
}
#content-holder #content .anotace tr.suda td{
    background-color: #F0F0F0;
}

#pata{
    background-color: #E1DFDF;
    height: 14px;
    _height: 21px;
    clear: both;
    color: #474747;
    border-top: 5px solid white;
    _border-top: 0px;
    font-size: 9px;
    padding: 3px 10px;
}
#pata a{
    color: #474747;
    text-decoration: none;
}
#pata a:hover{
    text-decoration: underline;
}
#pata span{
    float: right;
}
#pata span a{
    color: red;
    text-decoration: underline;
}

/*BASKET*/
table.basket-list{
    font-size: 11px;
    width: 543px;
}
table.basket-list td{
    border: 1px solid white;
    background-color: #F4F8FE;
    padding: 3px 5px;
}
table.basket-list tr.header td{
    font-weight: bold;
    background-color: #D3E0F1;
}

table.order-form{
    font-size: 10px;
    margin-top: 20px;
    width: 543px;
    _width: 537px;
}
table.order-form td{
    font-weight: bold;
    background-color: #F4F8FE;
    padding: 3px 10px;
    color: #173F64;
}
table.order-form input{
    font-weight: normal;
    height: 18px;
    font-size: 10px;
}
table.order-form select{
    font-weight: normal;
    height: 18px;
    font-size: 10px;
}
table.order-form tr.header td{
    font-weight: bold;
    background-color: #D3E0F1;
    color: black;
}

table{
    font-size: 11px;
}

table.cenik td{
    width: 80px;
}

input.button{
    font-family: Verdana,"Arial CE","Helvetica CE", "Verdana",Arial CE, sans-serif;
		font-size: 10px;
		font-weight: bold;
		font-style: none;
		text-decoration: none;
		color: #173F64;
		background-color: #D6DFE6;
		border-color : #173F64;
}

td.podminky-nadpis{
    text-align: center;
}
td.podminky-nadpis span{
    font-weight: bold;
    font-size: 14px;
}
td.nadpis6{
    font-weight: bold;
    font-size: 13px;
}


.kontakt-box{
    border: 1px solid #D7D7D7;
    width: 250px;
    margin-left: 5px;
    padding: 0;
}
.kontakt-box strong{
    margin: 10px 5px;
    display: block;
}
.kontakt-box p{
    background-color: #F1EDED;
    padding: 5px;
    margin: 1px;
    height: 70px;
    line-height: 150%;
}
.kontakt-box a{
    font-weight: bold;
    color: black;
}
.kontakt-box a:hover{
    color: red;
}

.nas-servis h4{
    background-color: #F4F8FE;
    border: 1px solid #B8C5D8;
    padding: 10px;
    color: #666666;
    font-size: 11px;
    margin-top: 30px;
}
.nas-servis h4.dark{
    background-color: #E1DFDF;
    padding: 10px;
    border: 0;
    font-size: 10px;
}

