
#nemosearch {
    border-bottom: 0px solid #0066cd;
    margin-bottom: 5px;
}

#nemosearch h2 {
    margin: 0 5px 5px 5px;
    padding: 2px;
    font-weight: bold;
    font-size: 14px;
    color:#1C74CC;
    text-align:left;
    border-width: 0 0 2px 0;
    border-color: #1C74CC;
    border-style: solid;
}

#nemoform {
    margin: 0 5px;
    padding: 5px;
    font-size: 11px;
    background-color: #DAEDFD;
    border: 1px solid #1C74CC;
}

#nemoform select, #nemoform option, #nemoform optgroup, #nemoform input {
    font-size: 11px;
}

#nemoform .sbutton, #nemoform .mbutton  {
    float: right;
    width: 75px
}

#nemoform .sbutton, #nemoform select {
    background-color: white;
}

#nemoform .mbutton, #nemoform .email {
   background-color: khaki;
}

#nemoform .email {
    width: 113px
}

#nemoform .row {
    white-space: nowrap;
    overflow: hidden
}

#nemoform .advs {
    margin-top: 5px
}

.advs a {
    color: gray
}

.norecords {
    color: red;
    font-weight: bold;
    font-size: 14px
}

.pager {
    text-align: center;
    margin: 10px;
    font-size: 12px
}
.dpager {
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    margin: 10px 0;
    font-size: 12px;
    _width: 530px;
}
.dpager a {
    color: blue
}

#selnemo {
    text-align: right;
    padding: 10px 0
}

#selnemo input {
    background-color: #ccd9fb;
    font-size: 11px
}

/* tabulka - klasicka */
.btabulka { width: 550px; font-size: 11px; background-color: #fff; }
.btabulka thead { background-color: #fee044; font-weight: bolder; }
.btabulka thead td { padding: 5px; text-align: center; background-color: #fee044; font-size: 11px} 
.btabulka thead td a { color: black; text-decoration: underline } 
.btabulka thead td a:hover { text-decoration: none } 
.btabulka tbody td { padding: 1px 2px; font-size: 11px; }
.btabulka tfoot { background-color: #aac2d2; }
.btabulka a { text-decoration: none; font-size: 11px; }		
.btabulka a:hover { text-decoration: underline }
.btabulka tfoot a { background-color: #aac2d2; font-size: 10px; }
.btabulka tfoot table td { padding: 0px; }
.btabulka .parny { background-color: #fff9db; }
.btabulka .neparny { background-color: #f9edaf; }	
.btabulka .parny:hover, .btabulka .neparny:hover { background-color: #ccd9fb /*b7e0ff /*#f8e680*/}

#nemodetail {
    /*  background-color: #fff9db;*/
}

#nemodetail h3, div.sekce h3 {
    /*background-color: #fee044;
    border-bottom: 2px solid #fee044;
    border-bottom: 2px solid darkred;*/
    border-bottom: 1px solid #8b6b52;
    color: darkred;
    font-size: 12px;
    font-weight: bold;
    padding: 3px
}

#nemodetail h2 {
    font-size: 16px;
    padding: 5px 3px

}

#nemodetail .name, #nemodetail .value {
    font-size: 12px;
	line-height: 1.5em;
}

#nemodetail p.value {
    margin: 10px 3px;
    text-align: justify    
}

#nemodetail .name {
    color: #0066cd;
    font-weight: bold;
    margin-right: 5px
}

#nemodetail .cvalue {
    font-size: 16px;
    margin: 10px 3px;
    font-weight: bold;
}

#nemodetail .cname {
    font-size: 14px;
    color: #0066cd;
    font-weight: bold;
    margin-right: 5px
}

#nemodetail #bigimg {
    width: 230px;
    height: 170px; 
    border: 5px solid #f9edaf;
    background-color: white;
    /*    padding: 5px;*/
    margin-left: 8px;
    font-size: 14px;
    font-weight: bold
}

#bigimg div {
    text-align: center;
    margin-top: 75px
}

#nemodetail .smallimg {
    float: left;    
    width: 100px;
    height: 70px;
    margin: 3px;
    border: 1px solid #f9edaf
}

.detailinfo, .contactinfo {
    padding: 5px 5px;
    width: 540px;
}

.contactinfo .adress {
    margin: 10px 20px;
    font-size: 12px;
}

.contactinfo .adress p { line-height: 1.5em; }

.contactinfo .contact {
    width: 260px;
    float: right;
    text-align: left;

}
.detailinfo .highlight {
    border-top: 1px dotted #909090;
    border-bottom: 1px dotted #909090;
    background-color: white;
    width: 280px;
    _width: 275px;
    padding: .5em;
	margin: .5em 0;
}

#nemodetail #tools {
    padding: 10px;
}

#tools .act, #tools .act a {
    font-size: 12px;
    text-decoration: underline;
    /*    font-weight: bold;*/
    color: #0066cd;
}

#tools .neact {
    font-size: 12px;
    color: #909090
}
.w240 {
    width: 240px
}
.w250 {
    width: 250px
}

#answer {
}

#answer form {
    background-color: white; 
    /* border: 1px dotted #909090; */
    padding: 10px;
    margin: 15px;
}
#answer input {
    font-size: 12px;
}
#answer textarea {
    width: 80%;
    height: 30%;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    padding: 2px
}

#prefer {
    padding: 10px 20px 10px 30px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    _width: 495px;
}

#prefer .name {
    display: block;
    color: darkred;
    font-weight: bold;
    text-decoration: underline;
    font-size:14px
}

#prefer .subpref {
    margin-bottom: 15px;
    color: gray;
    font-size: 11px
}

.subpref a, .subpref visited {
    color: gray;
    text-decoration: underline
}
.subpref a:hover {
    text-decoration: none
}

div.sekce {
    _width: 540px;
}

div.sekce .rflat {
    width: 120px;
    float: left;
    height: 160px;
    /*    border: 1px solid red;*/
    margin: 10px 2px;
    padding: 5px;
    text-align: center;
    background-color: #f9edaf;
    overflow: hidden
}
.rflat .caption {
    margin: 5px;
    font-size: 12px;
    color: gray
}
p.caption a, p.caption a:visited, p.caption a:hover {
    color: gray;
    text-decoration: none
}

#nemoadvsearch {
    font-size: 12px;
}

#nemoadvsearch h2 {
    font-size: 14px;
    
}

#nemoadvsearch select, #nemoadvsearch option, #nemoadvsearch optgroup, #nemoadvsearch input {
    font-size: 12px;
}

#nemoadvsearch h3 {
    border-bottom: 1px solid #8b6b52;
    color: darkred;
    font-size: 13px;
    font-weight: bold;
    padding: 3px;
    margin-bottom: 15px
}

#nemoadvsearch div.srow {
    _width: 545px;
    margin: 2px;
    font-size: 12px
}
#nemoadvsearch div.schb {
    margin: 0 2px
}

#nemoadvsearch div.ssekce {
    margin: 10px 0; 
    _width: 545px;
}

#status {
    /*   text-align: right;*/
    margin-bottom: 10px;
    margin-left: 15px;
    width: 95%;
    _width: 545px;
}
#status a.cliplink {
    color: blue;
    font-weight: bold;
}
#nemoadvsearch fieldset { border: 0; }
#nemoadvsearch .sel { text-align: center; padding-bottom:1em; }
#nemoadvsearch .sel a { color: blue; vertical-align: baseline;  }
#nemoadvsearch span.bull { color: blue;  }
