@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/OpenSans-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */

}



html { 


}
body {

    font-family: OpenSans; 
    font-size: 15px;
    margin:0;
    padding:0;
    height:100%;
    background: #f6f7ed;
}


body#admin {

    background: white;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

* html .ui-autocomplete {
    height: 200px;
}
#head{

}

#header{
    height: 150px;
    background-color:white;
}



#header a{
    text-decoration: none;
    font-weight: normal;    
}


#container{
    width:960px;
    margin:auto;
    height: 100%; 
}

input#frmtransportForm-send{
    float:right;

} 

div.bottomBar{
    margin-top: 20px;

}

div#basket a{
    text-decoration: underline;

}


input#frmaddressForm-send{
    float:right;

}
input#frmcontactForm-send{
    float:right;

}

#cContainer{

    display: table-cell;
    background: #F6F7ED;
    width: 960px;
}

div#table{
    display:table;
    margin:auto;

}

#content{
    background: #f6f7ed;
    width: 100%;
    display: table-row;
}

#admincontent{
    background: white;
    width: 100%;
    display: table-row;
}


#content div#container{
    display: table-row;
}


div#cLeft{
    display: table-cell;
    background: #F6F7ED;


}

table#stocktaking td {
    border: 1px solid #d4d4d4;
    padding: 7px 5px;
    vertical-align: top;
}
table#stocktaking tr.even {
    background-color: #f1f1f1;
}


table#stocktaking th {
    background-color: #555555;
    border: 1px solid #555555;
    color: #ffffff;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}

table#stocktaking{
    position: absolute;
    left:0;
    width:100%;
    border-collapse: collapse;

}


div#cRight{
    display: table-cell;
    background: white;

}

#menu{
    background-color: #ebecdc;
    height: 80px;

}

#menu div#container{
    height: 80px;
    margin: auto;
}

#menu div#left{
    float:left;
    width: 240px;
    height: 80px;
}

#footer div#left{
    float:left;
    width: 240px;
    height: 20px;
}


#copy{
    margin: auto;
    float:left;
    width: 720px;
    text-align: center;
    margin: 20px;
    margin-top: 60px;

}
.menuItem{
    float: left;
    height: 53px;
    padding: 27px 10px 0px 10px;
    font-size: 18px;
}

.menuItem:hover { 
    background: #d1d0b0;
}

#categories li:hover{
    background-color:#d1d0b0;

}



#categories{
    width: 240px;
    display: table-cell;

}


#categories a{
    text-decoration: none;

}

#footer{
    margin: auto;
    background-color: #ebecdc;
    bottom:0;
    width:100%;
    height:150px;
    font-size: 12px;

}

#text{
    background-image: URL('../images/logo-cejka2.png');
    background-repeat: no-repeat;
    min-height: 1000px;
    width: 680px;
    background-color: white;
    padding: 20px;
    display: table-cell;
}


#textadmin{
    min-height: 1000px;
    width: 680px;
    background-color: white;
    padding: 20px;
    display: table-cell;
}



#ShowAll{
    margin-top: 10px;
    margin-left: 5px;
}

#homepageText{
    height: 300px;
}
#homepageText p{
    margin-bottom: 30px;
}

#showHideButtons{
    margin-bottom: 20px;
}

#showHideButtons a{
    margin-left: 10px;
    text-decoration: underline;
    cursor: pointer; cursor: hand;
}

form
{

}

#flashMessage{
    text-align: center;
    position:fixed;
    left: 40%;
    top: 30%;
    padding: 0 10px 10px 10px;
    width: 280px;
    background:white;
    border-radius: 20px;
    border: 6px solid #d6d8cb;
    z-index: 1000;
}

#flashMessage #closeMessage{
    text-decoration: underline;
    cursor: pointer; cursor: hand;

}

table#tableCatalog {
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
    border: 0px;
    border-bottom: 4px #EBECDC solid;
    background-color: white;
}
table#searchTableCatalog {
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
    border: 0px;
    border-bottom: 4px #EBECDC solid;
    background-color: white;
}





table#searchTableCatalog th#productName{
    width: 400px;
}


table#searchTableCatalog th{
    text-align: left;
    background-color: #EBECDC;
}


table#searchTableCatalog tr.even {
    background-color:#F6F7ED;
}

table#searchTableCatalog tr#trCatalog:hover{
    background-color:#d1d0b0;
}

table#searchTableCatalog th#productName{
    width: 250px;
}

table#searchTableCatalog th#authorName{
    width: 200px;
}
table#searchTableCatalog th#category{
    width: 200px;
}
table#searchTableCatalog th#basket{
    width: 50px;
}

table#searchTableCatalog th#year{
    width: 70px;
}
table#searchTableCatalog th#note{
    width: 100px;
}
table#searchTableCatalog th#price{
    width: 70px;
}

table#searchTableCatalog #moreInfo{
    border:0;
    padding-left:18px;
    margin-bottom: 5px;
    margin-left: 2px;
    border-left: 1px solid #888 ;
}

table#searchTableCatalog #SumTr{
    border:0;
    border-top: 4px #EBECDC solid;
}





table#tableCatalog th#productName{
    width: 400px;
}


table#tableCatalog th{
    text-align: left;
    background-color: #EBECDC;
    height: 40px;
    font-size: 16px;
}

table#tableCatalog tr.even {
    background-color:#EBECDC;
}

table#addBookEdit tr.even {
    background-color:#EBECDC;
}

table#addBookEdit tr:hover {
    background-color:skyblue;
}

table#addBookEdit th {
    background-color:skyblue;
}
table#addBookEdit #selected {
    background-color:skyblue;
}

table#addBookEdit {
    font-size: 16px;
    border-collapse: collapse;

}


table#tableCatalog tr#trCatalog:hover{
    background-color:#d1d0b0;
}

table#tableCatalog th#productName{
    width: 350px;
}

table#tableCatalog th#authorName{
    width: 200px;
}
table#tableCatalog th#category{
    width: 200px;
}
table#tableCatalog th#basket{
    width: 50px;
}

table#tableCatalog th#year{
    width: 70px;
}
table#tableCatalog th#note{
    width: 100px;
}
table#tableCatalog th#price{
    width: 70px;
}

table#tableCatalog #moreInfo{
    border:0;
    padding-left:18px;
    margin-bottom: 5px;
    margin-left: 2px;
    border-left: 1px solid #888 ;
}

table#tableCatalog #SumTr{
    border:0;
    border-top: 4px #EBECDC solid;
}

div#sidebar ul
{
    list-style-type: none;
    padding-left: 15px;
    margin: 0px;
    margin-right: 5px;
}

div#sidebar li
{
    text-indent: -1em;
    padding-left: 1em;
}



iframe 
{
    margin: 10px 0 0 0;
}

#categoriList{
    margin-left: -10px;
}




div#demandForm{
    text-align: left;
    background-color: white;

}
div#info h3{
    padding:0;
    margin: 0px;

}

div#info p{
    margin-top: 5px;
    margin-bottom: 5px;

}

div#info {
    background-color:#F6F7ED;
    padding: 5px 5px 5px 5px;

}
form#frm-orderForm{
    float:right;
}

input#frmsearchForm-send {
    background: url("../images/icons/search.png") no-repeat top;
    width: 27px;
    height: 27px;
    color:white;
    border: none;
    margin: 5px;
    cursor: pointer; cursor: hand;	
}

input#frmsearchForm-name{

    height: 27px; 
    width: 180px;
    font-family: OpenSans; 
    font-size: 15px;

}

table#searchTable{
    margin: 20px 0px 20px 0px;


}


div#currency{
    float:right;
    text-align:right;
}
div#currency #currdiv{
    margin-top: 15px;
    margin-bottom: 90px;
}

div#basket{

}

p#infoBar{
    font-size: 17px;
    background-color: #ebecdc;
}

b#infoBar{
    font-size: 19px;
}

div#continueSubmit
{
    float:right;
}

div#radio
{
    height: 80px;
}


table#summary{
    width: 680px;
    border-collapse:collapse;

}

table#summary td{
    border:1px solid;

    padding: 0 5px 0 5px;
}

form#frm-submitForm{
    float:right;
}


form
{
    text-align: left;
}

h2{
    font-size: 25px;
    font-weight: normal;
}


h3{
    font-size: 20px;
    font-weight: normal;
}



h1
{
    margin-bottom: 0px;
    margin-top: 50px;
    font-size: 45px;
    width: auto;
    float:left;

    position:absolute;
    left:0px;
    top:0px;
    z-index:-1;



}
a{
    color: black;

}
b {
    font-family: OpenSansBold;  
}

h1,h2,h3{

    font-family: OpenSansBold; 
}
div#homepageText img{
    float:right;
    padding-left:10px

}

div#footer div#container{


}

div#orderInfo div
{
    border:1px solid; 

}

table.orderInfo
{
    font-size: 14px;
    width: 960px;
    border-collapse:collapse;
    background-color: white;

}

table.orderInfoBooks
{
    font-size: 14px;
    width: 960px;
    border-collapse:collapse;

}

table.orderInfoBooks tr#lichy{

    background-color: #F2F2F2;
}
table.orderInfoBooks tr#sudy{

    background-color: white;
}


table.orderInfo td{
    border:1px solid;
    border-top:0;
    padding: 0 5px 0 5px;
}


div.orderInfo{
    margin-top:10px;
    margin-bottom:10px;

}

#header div#container{
    background-image: URL('../images/header.png');
}



table#stats{
    border-collapse:collapse;

}

table#stats td,table#stats th{
    border:1px solid;

    padding: 0 5px 0 5px;
}

table#demandTable{
    margin: auto;
    border-collapse:collapse;
    position: absolute;
    left: 0;
    width: 100%;
}

table#demandTable tr#lichy{
    background-color: #F2F2F2;
}

table#demandTable tr#sudy{
    background-color:white;
}

table#demandTable tr#finded-sudy{
    background-color:#ffe6e6;
}

table#demandTable tr#finded-lichy{
    background-color:#ffb3b3;
}
table#demandTable thead{
    background-color: #E8E8E8;
    text-align:left;
}

#autocomplete {
    display: block;
}

h3.admin{
    background-color: #EBECDC;

}

table#newOrderAdminBook{
    width: 960px;
    margin: 20px 0 20px 0 ;
    border-collapse:  collapse;
}

table#newOrderAdminBook tr#lichy{
    background-color: #F2F2F2;
}

table#newOrderAdminBook tr#sudy{
    background-color:white;
}

table#newOrderAdminBook th{
    background-color: #E8E8E8;
    text-align:left;
}
tr#newOrderAdminBookCelkem{
    background-color: #E8E8E8;
    text-align:left;
    border-top: 1px solid;
}

.addOrderForm {
    margin: 5px 0 0 0;
}

table#addBook input
{

    font-size:120%;
    width: 98%
}
div#addBook input
{
    z-index:1;
    position: absolute;
}
table#addBook
{
    width: 100%;
}
form#frm-addBook
{
    width: 100%;
}

#addBookEdit
{
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0px;
    text-align: left;
}

div#snippet-bookGrid-grid
{

    position:absolute;
    left:0;
    width: 100%
}


