body{
    font-size: 13px;
    font-family: cursive;
    background-image: url('background1.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment:fixed;
}
a{
    text-decoration: none;
    font-weight: bold;
    color: black;
}
a:hover{
    text-decoration: underline;
}
a:visited{
    color: black;
}
input[type=text], input[type=password]{
    border: 1px solid black;
    border-radius: 3px 3px 3px 3px;
    width: 100%;
}
img{
    border: 0px;
}

table{
    text-align: center;
    width: 100%;
}
tr.adminHeader{
    font-weight: bold;
}
textarea{
    border: 1px solid black;
    border-radius: 3px 3px 3px 3px;
    width: 100%;
    height: 300px;
}
select{
    border: 1px solid black;
    border-radius: 3px 3px 3px 3px;
}
input.button{
    border: 1px solid black;
    border-radius: 6px 6px 6px 6px;
    background-color: white;
    font-weight: bold;
    color: black;
}
input.button:hover{
    background-color: black;
    font-weight: bold;
    color: white;
}





div.cartRow{
    text-align: left;
}
div.formDiv{
    font-size: 18px;
    text-align: center;
}


div#wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

/* FEJLÉC és tartalmai */

div#header{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
    div#logoAndContact{
        width: 100%;
        height: 40px;
        border: 1px solid black;
    }
        div#logo{
            float: left;
        }
            div#logo img{
                float: left;
            }
            div#siteName{
                float: left;
                line-height: 40px;
                font-size: 25px;
            }
        div#contact{
            float: right;
            margin-right: 50px;
        }
    div#mainMenuAndCartQuickView{
        width: 100%;
        height: 30px;
        line-height: 30px;
    }
        div#mainMenu{
            float: left;
        }
            ul#mainMenuList{
            float: left;
            padding: 0;
            margin: 0;
            list-style: none;
        }
            li.mainMenuListElement{
                display: inline;
            }
            li.mainMenuListElement a{
                text-decoration: none;
                float: left;
                border: 1px solid black;
                padding: 0 10px 0 10px;
                color:black;
                font-weight: bold;
            }
            li.mainMenuListElement a:hover{
                background-color: black;
                color: white;
            }
        div#cartQuickView{
            float: right;
            margin-right: 30px;
        }
    
/* BAL MENÜSÁV és tartalmai */
/* SEARCH */
    div#search{
    }
        input.txtInput{
            margin: 10px 0px 10px 0px;
            border: 1px solid black;
            border-radius: 3px;
            width: 80%;
        }



/* CONTENT BLOKK és tartalmai */
div#content{
    width: 70%;
    float: left;
    margin-bottom: 10px;
}
div.contentElement{
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid black;
}
    div#contentTitle{
        text-decoration: underline;
        font-weight: bold;
        font-size: 20px;
        border-radius: 6px 6px 0px 0px;
    }
    div#contentMessageBox{
        background-color: green;
        color: white;
        text-align: center;
    }
    div#contentErrorMessageBox{
        background-color: red;
        color: white;
        text-align: center;
    }
    div#contentBody{
        background-color: lightgrey;
    }
    
    
    
/* JOBB MENÜSÁV és tartalmai */
div#rightMenuBar{
    float: right;
}
    
/* LÁBLÉC és tartalmai */
div#footer{
    clear: both;
    text-align: center;
}

/*classok*/
div.menuBar{
    width: 15%;
    float: left;
}
div.block{
    text-align: center;
    border: 1px solid black;
    border-radius: 6px;
    background-color: lightgrey;
    margin-bottom: 10px;
}
    div.blockTitle{
        border: 1px solid black;
        border-radius: 6px;
        font-weight: bold;
        margin: 0px 0px 5px 0px;
        font-size: 14px;
        background-color: white;
    }
    div.blockBody{
        margin-bottom: 5px;
    }
div.listElement a{
    color:black;
    font-weight: bold;
    text-decoration: none;
}
div.listElement a:hover{
    text-decoration: underline;
}


/* NEWS */
.news{
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid black;
}
    .newsTitle{
        font-weight: bold;
        text-decoration: underline;
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .newsBody{
        margin: 10px 0px 10px 0px;
    }
    .newsFooter{
        font-size: 10px;
        font-weight: bold;
    }

/* PRODUCTS: terméklistázások */
div.products{
    float: left;
}
table.productListTable{
}

.unitPrice{
    font-weight: bold;
}
.unitPriceLineThrough{
    text-decoration: line-through;
}
.priceOff{
    font-weight: bold;
}

/* TERMÉKLAP */
div#productWrapper{
    margin: 0;
    width: 100%;
}
    div#productImageAndProperties{
    }
    div#productImage{
        float: left;
        border: 1px solid black;
        border-radius: 6px;
        padding: 5px;
    }
    div#productProperties{
        float: left;
        margin-left: 15px;
        padding-left: 15px;
        width: 50%;
        font-size: 15px;
        line-height: 200%;
    }

    div#productDescription{
        padding-top: 15px;
        clear: both;
    }
        div#productDescription b{
            font-size: 15px;
        }

/* PRICEOFFS definíciók */
div#orderDiv{
    margin-bottom: 50px;
    float: right;
}
div#priceOffsListDiv{
    clear: both;
}
div#navigationBar{
    text-align: center;
    border-top: 1px solid black;
    padding-top: 10px;
}


div.priceOffProduct{
    margin: 10px 0px 5px 0px;
    text-align: center;
}
table.productListTable{
}
table.productListTable td{
    vertical-align: top;
    width: 25%;
}
hr.priceOffsProductsHR{
    width: 100%;
    margin-top: 50px;
}


/* Kapcsolat - CONTACT */
div#contactLeftDiv{
    float: left;
    margin-left: 20px;
}
div#contactRightDiv{
    float: right;
    text-align: center;
    margin-right: 20px;
}
div#contactBottomDiv{
    clear: both;
}


/* Adminisztrációs főoldal*/
ul#adminPagesList{
    font-size: 25px;
    list-style: none;
 }