.noprint {
    display: none;
    width: 0px;
}

/************************* layout *********************************************/
body,img,h1,h2,h3,h4,h5,h6,p,form,ul,ol,li,td,th { margin:0; padding:0; }

body {
    text-align: left;
    font-family: Tahoma, Arial;
    color: #333333;
    font-size: 11px;
}

a {
    color: #333333;
}

a:Hover {
    color: #777777;
}

.redAnchor {
    color: #cc0000;
}

.redAnchor:Hover {
    color: #ff9900;
}

#layout {
    /*width: 990px;*/
    margin: 0px auto;
    background-color: #990000; 
    text-align: left;
}

/* horni layout */
#layout #topLayout {
    display: none;
}

/* spodni layout */
#layout #bottomLayout {
    /*width: 990px;*/
}

#layout #bottomLayout #mainBox {
    /*width: 805px;*/
    background-color: white;
    background-image: url('mainBox_background.png');
    background-repeat: no-repeat;
    float: left;
}

#layout #bottomLayout #mainBox #leftBox{
    display: none;
}

#layout #bottomLayout #mainBox #centerBox {
    /*float: right; 
    width: 633px;*/
}

#layout #bottomLayout #mainBox #centerBox #contentBox {
    margin: 19px 15px 19px 21px;
    /*width: 594px; *//* o 3 px vic nez je potreba kvuli univerzalnosti boxiku s vypisem produktu ktery ma margin-right: 3px */
}

#layout #bottomLayout #rightBox{
    display: none;
}


/* stredovy obsahovy box */
#contentBox h1 {
    font-size: 16px;
    font-family: Arial;
    font-weight: bolder;
	letter-spacing: -1px;
	margin-bottom: 0px;
}

#contentBox .hr {
    background-color: #333333;
    height: 1px;
    font-size: 0px;
    margin: 0px 0px 5px 0px;
    clear: both;
}

#contentBox p {
    font-size: 11px;
    line-height: 135%;
    margin: 10px 0px 10px 0px;
}


#contentBox .cleaner {
    clear: left; 
    height: 0px; 
    font-size: 0px;
}

#contentBox .detail img {
    margin: 15px;
}

#contentBox .detail table {
    margin: 15px;
    float: left;
}

#contentBox .detail td {
    padding: 3px;
    line-height: 110%;
}

#contentBox .detail .col1 {
    width: 150px; 
    Text-indent: 10px;
}

#contentBox .detail td a {
    display: none;
}



#contentBox .detail .cena {
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}

#contentBox .detail .dostupnost {
    color: #ff9900;
    font-weight: bold;
}

#contentBox .detail .form {
    display: none;
}

#contentBox .detail form .input {
    width: 22px;
    height: 17px;
    
    border-top: 1px solid #747474;
    border-left: 1px solid #747474;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    background-image: url('rightBox_inputBackground.png');
    padding: 1px 0px 0px 3px;
    font-size: 13px;
    color: #333333;
}

#contentBox .detail form .submit {
    width: 63px;
    height: 18px;
    background-image: url('contentBox_submitBackground.png');
    border: 0px;
    font-size: 10px;
    cursor: pointer;
    margin-top: 3px;
}
