/*  E-ZAKAZKY CSS */
/*  Created by Jerry-Lee.cz, www.jerry-lee.cz, info@jerry-lee.cz, +420 607 640 837  */
/*  GENERAL HTML  */

html, body
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    color: #868686;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

#sitename
{
    display: none;
}

a
{
    outline: none;
    color: #447fb5;
}

a:hover
{
    color: #266196;
}

a img
{
    border: 0;
}

p
{
    margin: 0;
    padding: 0;
    margin-bottom: 18px;
}

.cleaner
{
    clear: both;
    height: 1px;
    font-size: 1px;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
}

#page
{
    width: 965px;
    margin: 0 auto;
}

/* HEADER */

#header
{
    height: 100px;
    background: url('../images/ezakazky-logo.png') 30px 16px no-repeat;
    position: relative;
}

#header a.logo
{
    width: 203px;
    height: 63px;
    display: block;
    float: left;
    position: absolute;
    left: 30px;
    top: 16px;
    z-index: 5;
}

/* REGISTRACE */

#registrace
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#registrace li
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    float: left;
    width: 152px;
    height: 37px;
    margin-left: 7px;
}

#registrace li a
{
    width: 152px;
    height: 37px;
    display: block;
    float: left;
    line-height: 33px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}

#registrace li #prihlaseni
{
    background: url('../images/button-bg-prihlaseni.png') 0 0 no-repeat;
    padding-right: 20px;
    width: 132px;
}

#registrace li #odhlaseni
{
    background: url('../images/button-bg-prihlaseni.png') 0 0 no-repeat;
    padding-right: 20px;
    width: 132px;
}
#registrace li a.registrace
{
    background: url('../images/button-bg-registrace.png') 0 0 no-repeat;
}

#loginform
{
    width: 281px;
    height: 184px;
    border: 3px #b1c736 solid;
    background-color: #ffffff;
    position: absolute;
    top: 40px;
    left: 654px;
    padding: 10px;
    z-index: 6;
}

#loginform form
{
    margin-left: 35px;
}

#loginform form input
{
    border: 0;
    width: 180px;
    height: 31px;
    background: url('../images/login-input-bg.png') 0 0 no-repeat;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #868686;
    padding-left: 10px;
    line-height: 28px;
}

#loginform form input.loginbutton
{
    border: 0;
    width: 152px;
    height: 40px;
    background: url('../images/login-button-bg.png') 0 3px no-repeat;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    color: #ffffff;
    cursor: hand;
    margin-top: 10px;
    margin-left: 22px;
    margin-bottom: 5px;
}

#loginform a.forgetpass
{
    margin-left: 80px;
}

/* MENU */
#menu
{
    background-color: #EFEFEF;
}

#primarylinks
{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 38px;
    background: url('../images/primary-links-bg.gif') 0 0 repeat-x;
    margin-bottom: 20px;
}

#primarylinks li
{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 38px;
    display: inline;
    float: left;
}

#primarylinks li a
{
    display: block;
    float: left;
    height: 38px;
    line-height: 34px;
    padding-left: 23px;
    padding-right: 23px;
    margin-left: 2px;
    margin-right: 2px;
    background: url('../images/primary-links-item-bg.gif') 0 34px repeat-x;
    color: #2a2a2a;
    font-weight: bold;
}

#primarylinks li a:hover
{
    background-position: 0 0;
    color: #ffffff;
}

#primarylinks li a.active
{
    background-position: 0 0;
    color: #ffffff;
}

/* UI ELEMENTS */

a.more
{
    display: block;
    text-align: center;
    width: 107px;
    height: 23px;
    line-height: 21px;
    color: #ffffff;
    text-transform: lowercase;
    float: right;
    margin: 10px;
    font-size: 10px;
    font-weight: bold;
}

a.more:hover
{
    background-position: 0 0;
    color: #ffffff;
}

a.moreblue
{
    background: url('../images/moreblue-bg.png') 0 -23px no-repeat;
}

a.moregreen
{
    background: url('../images/moregreen-bg.png') 0 -23px no-repeat;
}

/* FILTER */

form.filter
{
    margin-bottom: 20px;
}

form.filter fieldset
{
    border: 3px #cdcdcd solid;
    padding: 10px;
}

form.filter label, form.filter select
{
    display: inline;
    vertical-align: middle;
}

form.filter label
{
    margin-left: 20px;
}

form.filter select
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    color: #868686;
}

/* PAGER */

#content ul.pager
{
    padding: 0;
    list-style: none;
    margin-top: 20px;
    text-align: center;
}

#content ul.pager li
{
    margin: 0;
    padding: 0;
    background: none;
    display: inline;
    list-style: none;
}

#content ul.pager li a
{
    font-size: 10px;
    font-weight: bold;
    color: #447fb5;
    border: 1px #ffffff solid;
    margin-left: 2px;
    padding: 3px;
    padding-right: 6px;
    padding-left: 6px;
    text-decoration: none;
}

#content ul.pager li a:hover
{
    border: 1px #447fb5 solid;
}

#content ul.pager li a.active:hover
{
    border: 1px #ffffff solid;
}

#content ul.pager li a.active
{
    color: #ffffff;
    background-color: #447fb5;
}

/* LEFT */
#left
{
    width: 253px;
    display: inline;
    float: left;
}

/* search */

#searchbox
{
    height: 30px;
    padding: 0px;
    padding-left: 10px;
    padding-top: 15px;
    float: right;
}

#searchbox input
{
    border: 0;
    width: 139px;
    height: 31px;
    line-height: 28px;
    background: url('../images/search-input-bg.png') 0 0 no-repeat;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #868686;
    padding-left: 10px;
    vertical-align: middle;
    display: inline;
    float: left;
    margin: 0;
}

#searchbox input.button
{
    border: 0;
    width: 41px;
    height: 31px;
    line-height: 28px;
    background: url('../images/search-button-bg.gif') 0 0 no-repeat;
    cursor: hand;
    display: inline;
    float: left;
    margin: 0;
}

/* boxes */

.box
{
    padding-top: 5px;
    clear: both;
}

.box h2
{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.box ul
{
    margin: 0;
    padding: 0;
}

.box ul li
{
    list-style: none;
    background: url('../images/list-item-bg.gif') 2px 7px no-repeat;
    margin: 0;
    padding-left: 17px;
    margin-bottom: 4px;
}

.orangebox a
{
    color: #c9ac18;
}

.orangebox a:hover
{
    color: #af9409;
}

.greenbox a
{
    color: #9fb722;
}

.greenbox a.more, .greenbox a.more:hover
{
    color: #ffffff;
}

.greenbox a:hover
{
    color: #82980f;
}

.videobox *
{
    margin-left: 14px;
}

.videobox h2
{
    margin-left: 0;
}

.videobox .video
{
    margin-left: 0;
    margin-bottom: 5px;
}

.videobox a
{
    font-weight: bold;
}

.videobox p
{
    line-height: 14px;
    margin-top: 5px;
    margin-right: 24px;
}

.yellowbox
{
    background: #eac818 url('../images/yellowbox-top.png') 0 0 no-repeat;
    color: #2a2a2a;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}

.yellowboxinner
{
    padding: 10px;
    padding-top: 25px;
    padding-bottom: 17px;
    background: url('../images/yellowbox-bottom.gif') left bottom no-repeat;
}

.bluestylelist li
{
    padding-bottom: 3px;
}

.bluestylelist li a
{
    font-weight: bold;
    font-size: 12px;
}

.bluestylelist li .datum
{
    font-weight: bold;
}

ul.clanky
{
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 10px;
    border-top: 1px #a4a4a4 dotted;
}

ul.clanky li
{
    clear: both;
    overflow: none;
    padding-top: 12px;
    padding-bottom: 12px;
}



ul.clanky li .clankyimage img
{
    border: 3px #c0c0c0 solid;
    margin-top: 3px;
}

ul.clanky li .clankycontent
{
    display: inline;
    float: left;
    width: 435px;
    border-bottom: 1px #a4a4a4 dotted;
}

ul.clanky li .datum
{
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.clanky li h2
{
    font-weight: normal;
    font-size: 18px;
    color: #9fb722;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

ul.clanky li h2 a
{
    color: #9fb722;
}

ul.clanky li h2 a:hover
{
    color: #82980f;
}

ul.clanky li p
{
    line-height: 16px;
    text-align: justify;
    margin: 0;
}

.clanek h1
{
    font-weight: normal;
    font-size: 18px;
    color: #9fb722;
    margin: 0;
    padding: 0;
    line-height: 20px;
    margin-bottom: 15px;
}

.clanek .clankyimage img
{
    border: 3px #c0c0c0 solid;
    margin-top: 3px;
}

.clanek .clankyimage
{
    display: inline;
    float: left;
    width: 127px;
}

.clanek .datum
{
    font-weight: bold;
}

.clanek p
{
    text-align: justify;
}

hr
{
    height: 1px;
    background: none;
    font-size: 1px;
    border: 0;
    border-top: 1px #a4a4a4 dotted;
    padding: 0;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
}
.clanek a
{
    font-weight: bold;
}
.clanek h2
{
    font-size: 13px;
}
.clanek .clanekimages
{
    overflow: auto;
}

.clanek .clanekimages .image
{
    display: inline;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.clanek .clanekimages img
{
    border: 3px #c0c0c0 solid;
    margin-top: 3px;
}

.souvisejiciclanky h2
{
    margin-top: 0;
}

.souvisejiciclanky .datum
{
    font-weight: normal;
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 15px;
}

/* CONTENT */

#content
{
    display: inline;
    float: left;
    width: 424px;
    margin-left: 17px;
}


#content1
{
    display: inline;
    float: left;
    width: 963px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
}

#content2
{
    display: inline;
    float: left;
    width: 690px;
    margin-right: 17px;
}

#content .bluestylelist .datum
{
    font-weight: normal;
}

#content .more
{
    margin-right: 20px;
}

#content .dokumentace
{
    padding-bottom: 40px;
}

/* RIGHT */

#right
{
    display: inline;
    float: right;
    width: 253px;
}

#right .more
{
    margin-right: 5px;
    margin-bottom: 0;
}

#right .yellowbox
{
    margin-top: -10px;
    margin-bottom: 10px;
}

.partneri
{
    text-align: center;
    padding: 10px;
}

/* FOOTER */

#footer
{
    clear: both;
    padding-top: 25px;
    padding-bottom: 10px;
}

#footerinner
{
    background-color: #4e4e4e;
    overflow: auto;
    height: 145px;
    color: #dedede;
    line-height: 20px;
}

#footerinner a
{
    color: #dedede;
}

#footerinner a:hover
{
    color: #ffffff;
}

#footerinner h2
{
    color: #ffffff;
    background-color: #323232;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 18px;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
}

#footerleft
{
    width: 466px;
    display: inline;
    float: left;
}

#footerright
{
    width: 493px;
    display: inline;
    float: right;
}

#footerleft .content
{
    margin: 10px;
    margin-left: 18px;
}

#footerleft .content .left
{
    display: inline;
    float: left;
    width: 180px;
}

#footerleft .content .right
{
    display: inline;
    float: left;
    width: 220px;
}

#footerright .content
{
    margin: 10px;
    margin-left: 0px;
}

#footerright ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    float: left;
    width: 221px;
}

#footerright ul li
{
    padding-left: 17px;
    background: url('../images/footer-list-item-bg.gif') 2px 7px no-repeat;
}

/* FORM */

form
{
    padding: 0;
    margin: 0;
}

label
{
    display: block;
    margin-left: 5px;
}
/*Grid*/
.GridNadpis
{
    font-size: 12px;
    font-weight: bold;
    background-color: #A5BD3E;
    color: #ffffff;
    padding-left: 10px;
}
.GridPolozka
{
    font-size: 11px;
}
.NovinkaCervena
{
    color: red;
}
.BannerHlaska
{
    background-color: #9FB722;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    margin-left: 1px;
    height: 20px;
    display: block;
}


.dxgvFilterRow td.dxgv
{
    border-bottom: Solid 1px #FFFFFF;
    border-right: Solid 1px #FFFFFF;
    border-top: 0;
    border-left: 0;
    padding: 2px 2px 2px 2px;
    overflow: hidden;
}

.tlacitko
{
    border: 0;
    width: 123px;
    height: 40px;
    background: url('../images/tlacitko.png') 0 3px no-repeat;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    color: #ffffff;
    cursor: hand;
    margin-top: 10px;
    margin-left: 8px;
    margin-bottom: 5px;
}

.tlacitko_big
{
    border: 0;
    width: 152px;
    height: 40px;
    background: url('../images/tlacitko1.png') 0 3px no-repeat;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    color: #ffffff;
    cursor: hand;
    margin-top: 10px;
    margin-left: 8px;
    margin-bottom: 5px;
}
.tlacitko_big_big
{
    border: 0;
    width: 200px;
    height: 40px;
    background: url('../images/tlacitko2.png') 0 3px no-repeat;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    color: #ffffff;
    cursor: hand;
    margin-top: 10px;
    margin-left: 8px;
    margin-bottom: 5px;
}

.inputBox
{
    border: 0;
    width: 180px;
    height: 31px;
    background: url('../images/login-input-bg.png') 0 0 no-repeat;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #868686;
    padding-left: 10px;
    line-height: 28px;
}
.inputBox_Long
{
    border: 0;
    width: 360px;
    height: 31px;
    background: url('../images/input_big-bg.png') 0 0 no-repeat;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #868686;
    padding-left: 10px;
    line-height: 28px;
}

.nadpisSkupiny
{
    text-transform: uppercase;
    color: #F17B2B;
    background: white url('../images/line_o.gif') 0 0 repeat-x;
    background-position: center;
    margin-top: 17px;
}

div.scrollingtext
{
    position: absolute;
    white-space: nowrap;
    font-family: 'Trebuchet MS' ,Arial;
    font-weight: bold;
    color: #FFFFFF;
}
.dxeHyperlink
{
    color: #447fb5 !important;
    font-family: Arial, Tahoma, Verdana !important;
}

a:visited.dxeHyperlink
{
    color: #447fb5 !important;
    font-family: Arial, Tahoma, Verdana !important;
}
a:hover.dxeHyperlink
{
    color: #447fb5 !important;
    font-family: Arial, Tahoma, Verdana !important;
}

