html, input, select, textarea, button {
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-weight : normal;
    font-size: 12px;
    color: #0040D0;
}

body {
    background-color: #FFFFFF;
    margin: auto;
    max-width: 760px;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

button {
    border-radius: 4px;
    border: 1px solid #888888;
    cursor: pointer;
}

img {
    border: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #0040A0;
}

.header {
    margin-bottom: 10px;
}

.clearfix {
    clear: both;
    font-size: 0;
}

.langContainer {
}

.lang {
    float: right;
    margin-left: 3px;
}

.logoImage {
    display: block;
}

.logoImage img {
    width: 100%;
    border: 0;
}

.descr {
    color: #0040A0;
    display: block;
    margin: 10px auto;
    width: 210px;
}

ul.menuContainer,
ul.menuContainer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.menuContainer {
    font-size: 0;
    margin-top: 2px;
}

/*Style for 1st level menu header*/
ul.menuContainer li,
ul.menuContainer li a {
    position: relative;
    zoom: 1; /*Needed for IE*/
    display: inline-block;
    text-align: center;
    height: 100%;
    font-size: 15px;
    cursor: pointer;
    color: #111111;
}

ul.menuContainer li{
    background-color: #FFFFFF;
    border:1px solid #111111;
    padding: 1px 0;
    border-radius: 2px 2px 4px 4px;
    width: 123px;
    min-height: 20px;
    -webkit-box-shadow: 3px 3px 6px #AAAAAA;
    -moz-box-shadow: 3px 3px 6px #AAAAAA;
    box-shadow: 3px 3px 6px #AAAAAA;
    text-shadow: 2px 2px #DDDDDD;
}

ul.menuContainer ul {
    display:none;
    position: absolute;
    width: auto;
    border: none;
    background: none;
    left: -1px;
}

ul.menuContainer ul li {
    border-radius: 2px 2px 2px 2px;
    border-bottom-width: 0;
    float: none;
    display: block;
    margin: 0;
    z-index: 60;
    opacity: 0.88;
}

ul.menuContainer ul li:last-child {
    border-radius: 2px 2px 4px 4px;
    border-bottom-width: 1px;
}

ul.menuContainer ul li a {
    display: block;
}

/* Hover effect for menu*/
ul.menuContainer li:hover,
ul.menuContainer li.menuOpen {
	background-color:#DDDDDD;
}

ul.menuContainer li:hover > ul,
ul.menuContainer li.menuOpen ul,
ul.menuContainer li.menuOpen li {
    display:block;
}

.subject {
    font-size: 10px;
    line-height: 11px;
    margin: 0 0 10px 5px;
    color: #101010;
}

.xhtmlValidate {
    margin-top: 10px;
}
.xhtmlValidate a {
}
.xhtmlValidate img {
    float: right;
    border: 0;
    height: 31px;
    width: 88px;
    margin-left: auto;
}

.beersCell{
    width: 146px;
    display: inline-table;
    vertical-align: bottom;
}

.beersCellText {
    text-align: center;
    vertical-align: top;
    width: 130px;
    height: 62px;
    padding: 0 8px;
    display: block;
    margin: 5px 0 15px;
}

.beersCell img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.beerTitle,
.beerVolAlc,
.beerBrewery {
    color: #0040D0;
}

.beerTitle {
    font-weight: 600;
}

.beerVolAlc,
.beerBrewery {
    font-weight: 500;
}

.content .button {
    float: right;
    background: #F5F5F5;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid #888888;
}

.filter {
    border: 1px solid #888888;
    padding: 1px 15px;
    border-radius: 3px;
    margin: 0 auto 10px;
    vertical-align: middle;
    -webkit-box-shadow: 3px 3px 6px #AAAAAA;
    -moz-box-shadow: 3px 3px 6px #AAAAAA;
    box-shadow: 3px 3px 6px #AAAAAA;
}

.filter,
.filter input,
.filter select,
.filter textarea,
.filter button {
    font-size: 10px;
    line-height: 14px;
    color: #000000;
}

.filter input,
.filter select,
.filter textarea,
.filter button {
    margin: 1px 3px;
}

.filter select {
    width: 103px;
    height: 19px;
}

.filter input[type=radio] {
    position: relative;
    top: 2px;
    z-index: 20;
    height: 9px;
}

.filterBar {
    width: 300px;
    overflow: hidden;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 3px;
}

.filterRow {
    height: 24px;
}

.filterBar.closed {
    height: 20px;
}

.filterBar button {
    margin: 0;
}

#fName {
    width: 173px;
}

#filterExpand {
    padding-left: 1px;
    padding-right: 1px;
}

#fBeerTypeId {
    width: 95px;
}

#fMaterialId {
    width: 60px;
}

#fAlcoholB,
#fAlcoholE {
    width: 30px;
}

#fVolumeB,
#fVolumeE {
    width: 31px;
}

#fCollectedB,
#fCollectedE {
    width: 48px;
}

.orderBar {
    width: 278px;
}

.beerDescription {
    display: inline-block;
    vertical-align: top;
    max-width: 310px;
}

.beerDescriptionTitle {
    font-weight: 600;
    width: 110px;
    vertical-align: top;
}

.beerImagesDynamic {
    width: auto;
    float: right;
    margin-left: 10px;
    display: inline-block;
}

.beerImagesLarge {
    display: block;
    width: 100%;
}

.beerImagesDynamic img {
    vertical-align: top;
}

#beerImageFront {
    margin-right: 4px;
}

#beerImageBack {
    margin-left: 4px;
}

#beerImageTop {
    display: block;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}
.beerImagesDynamic.beerImagesLarge #beerImageTop {
    margin: 0;
}

.beerImagesDynamic .beerDescriptionTitle {
    width: auto;
    display: block;
    overflow: hidden;
}

#beerZoomIn,
#beerZoomOut {
    width: 25px;
    heigth: 25px;
    float: right;
    cursor: pointer;
    display: none;
}

#beerZoomIn.showInlineBlock,
.beerImagesDynamic.beerImagesLarge #beerZoomOut {
    display: inline-block;
}

.beerImagesDynamic.beerImagesLarge #beerZoomIn {
    display: none;
}

.beerDescription table,
.beerDescription tr,
.beerDescription td {
    border-spacing: 0;
    border: none;
    padding-left: 0;
}

.beerDescriptionVersions {
    display: block;
    width: 100%;
}

.beerDescriptionVersions > * {
    width: 100%;
}

.beerDescriptionContent {
    width: auto;
}

td.beerDescriptionContentFullRow {
    padding-left: 10px;
    text-align: justify;
    text-justify: inter-word;
    word-wrap: normal;
}

.fb-like,
.fb-share-button {
    margin-top: 15px;
    margin-bottom: 10px;
    left: auto;
    float: right;
}

.commentsContainer {
    clear: both;
    padding-top: 15px;
}

.commentsContainer form {
    border: 1px solid #888888;
    border-radius: 4px;
    padding: 7px;
    margin-bottom: 10px;
    max-width: 460px;
    box-shadow: 3px 3px 6px #AAAAAA;
}

.commentsTitle {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.commentTitle {
    font-weight: 600;
    display: inline-block;
    width: 48px;
}

.commentFormRow,
.commentFormBigRow {
    margin-bottom: 2px;
    overflow: auto;
}

.commentFormRow:last-child {
    margin: 0;
}


.commentFormRow input {
    height: 14px;
}

.commentFormBigRow .commentTitle {
    vertical-align: top;
    margin-bottom: 3px;
    display: block;
}

.commentFormBigRow textarea {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#commentSubmit {
    font-weight: 600;
    height: 19px;
    line-height: 14px;
    float: right;
}

#commentSubmit[disabled=disabled],
td.commentsTableNavigation button[disabled=disabled] {
    color: #777777;
    border-color: #DDDDDD;
    background-color: #F6F6F6A;
    cursor: not-allowed;
}

.commentsTable {
    box-shadow: 3px 3px 6px #AAAAAA;
}

.commentsTable,
.commentsTable td {
    border: 1px solid #888888;
}
.commentsTable {
    border-radius: 4px;
    width: 100%;
    border-spacing: 0;
    padding-left: 0;
}

.commentsTable td {
   border-top: none;
   border-left: none;
   border-right: none;
   padding: 10px;
   vertical-align: top;
}

.commentsTable tr td:nth-child(1) {
   line-height: 10px;
}

.commentsTable tr td:nth-child(2) {
    width: auto;
    vertical-align: middle;
}

.commentsTableUser {
    font-weight: 600;
}

.commentsTableUser,
.commentsTableDate {
    display: inline-block;
    text-align: top;
    line-height: 10px;
}

.commentstableContent {
    line-height: 16px;
    font-style: italic;
    word-wrap: normal;
}

.commentstableContent a {
    text-decoration:underline;
}

.commentsTableImage {
    display: block;
}

.commentsTableImage img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

td.commentsTableNavigation {
    border: none;
    text-align: center;
    padding: 3px;
}

.commentsTableNavigation > * {
    display: inline-block;
    vertical-align: middle;
}

td.commentsTableNavigation span {
    font-weight: 600;
}

.aboutText {
    text-align: justify;
    text-justify: inter-word;
    word-wrap: normal;
    line-height: 17px;
}
/**************************************************************************/
/*************************** 4 őlut ***************************************/
/**************************************************************************/
@media screen and (max-width:759px) {
    body {
        max-width: 610px;
    }

    ul.menuContainer li {
        width: 98px;
    }
}

/**************************************************************************/
/*************************** 3 őlut ***************************************/
/**************************************************************************/
@media screen and (max-width:609px) {
    body {
        max-width: 460px;
    }

    ul.menuContainer li {
        width: 148px;
    }
}

/**************************************************************************/
/*************************** 2 őlut ***************************************/
/**************************************************************************/
@media screen and (max-width:459px) {
    body {
        max-width: 320px;
        min-width: 320px;
    }

    ul.menuContainer li {
        width: 153px;
    }

    .beerImagesDynamic {
        float: none;
        display: block;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .beerDescriptionVersions {
        clear: both;
    }
}
