#sectionmenu {
    border-bottom:2px solid #FFA800;
}

#bottommenu {
    background:#FFA800;
}
#bottommenu .t {
    background:URL('./images-tradecenter/bottommenu-bg-top.gif') no-repeat top left;
}
#bottommenu .b {
    background:URL('./images-tradecenter/bottommenu-bg-bottom.gif') no-repeat bottom left;
}
#bottommenu, #bottommenu a {
    color:#FFF;
}

/* Layout */
#web {
    width:876px;
    float:left;
}
#right {
    width:95px;
    float:right;
    margin-bottom:5px;
    text-align:center;
    padding-top:40px;
}

#left {
    width:173px;
    float:left;
    margin-bottom:5px;
}
#middle {
    float:right;
    width:695px;
    margin-bottom:5px;
    background:URL('./images-tradecenter/middle-bg.gif') repeat-y top left;
}
#contextmenu {
    background:URL('./images-tradecenter/contextmenu-bg.gif') no-repeat top left #FFF5DB;
    padding:0.4em 1em;
}
#content {
    background:URL('./images-tradecenter/content-bg-bottom.gif') no-repeat bottom left;
    padding:1.5em;
}

.blockmenu a {
    text-decoration:underline;
    font-weight:bold;
}

h2 {
    color:#FF8A00;
    background:URL('./images-tradecenter/ciara.gif') no-repeat bottom left;
    padding-bottom:7px;
}
h2 span {
    font-weight:bold;
    font-size:0.6em;
    float:right;
    position:relative;
    top:-10px;
    _top:-15px;
    left:0px;
}

/* Tabulka s informaciami o firme */
table.details {
    border:none;
    border-collapse:separate;
    width:100%;
}
table.details td, table.details th {
    border:none;
    padding:0em 0.5em 0em 0em;
    vertical-align:top;
}
table.details td.label {
    border-right:1px solid #FEC352;
    width:25%;
    padding-top:0.4em;
    padding-right:1em;
    text-align:right;
}
table.details th {
    border-right:1px solid #FEC352;
    padding:1em 0.9em 1em 0em;
    font-size:1.1em;
    color:#FF8A00;
    text-align:right;
}
table.details td .value {
    background:#FFF5DB;
    border-bottom:2px solid #FFF;
    margin:0em 0em 0em 1em;
    padding:0.3em;
    min-height:1.1em;
    _height:1.1em;
}

/* tabulka so zoznamom ponuk */
table.offerlist {
    border: none;
    border-collapse: separate;
    width: 100%;
}
table.offerlist th {
    color: #FF8A00;
    border-bottom: 1px solid #FF8A00;
    padding-bottom: 5px;
}

/* tabulka so zoznamom ponuk */
table.searchResults {
    border: none;
    border-collapse: collapse;
    width: 100%;
}
table.searchResults td,table.searchResults th {
    border:1px solid #FF8A00;
    padding:0.3em 0.5em;
}
table.searchResults th {
    color: #FFF;
    background:#FFA800;
    vertical-align:top;
}
table.searchResults tr.odd {
    background:#FFF5DB;
}
table.searchResults tr.even {
    background:#FFF5DB; /* #EEEEEE; */
}
/* sorttable */
table.sortable th {
    padding-right:15px;
}
table.sortable th a.sortheader {
    color:#FFF;
    display:block;
    font-weight: bold;
    position:relative;
    text-decoration: none;
}
table.sortable th a span.sortarrow {
    color: #FFF;
    text-decoration: none;
    position:absolute;
    top:0em;
    right:-10px;
    _right:3px;
}

/* Priloha ponuky */
dl.attachment {
    margin:0em 0em 1em 0em;
    padding:0em;
    clear:left;
}
dl.attachment dt {
    margin:0em;
    padding:0em 5px 5px 0em;
    width:45px;
    float:left;
}
dl.attachment dd {
    margin:0em 1em 0em 45px;
    padding:0em;
    text-align:left;
}



/* FORMULARE */
form fieldset {
    border:1px solid #FFA800;
}
form fieldset legend {
    background:#FFA800;
}
