
/* General declarations */

* {
    color: #dec490;
    font-family: 'Vollkorn', serif;
    font-size: 18px;
}

html {
    background: #353447;
}

body {
    margin-top: 30px;
}

div#main {
    width: 900px;
    text-align: left;
}

h2 {
    font-size: 22px;
}

p {
    margin: 15px 0px;
}

a {
    color: #ffc;
}

img {
    border: 0;
}

hr {
    margin: 10px 0px;
}

input {
    color: #000;
    margin: 3px;
}

form {
    padding: 0;
    margin: 0;
    border: 0;
}

.container {
   position: relative;
   height: 50px;
}

.left-element {
   position: absolute;
   left: 0;
   width: 50%;
}

.right-element {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
}

img.selected-flag {
    border: solid #504c37;
}

img.unselected-flag {
    border: solid #353447;
}

img.flag {
    padding:5px; border-width:3px
}

/* Declarations of the language selector page. */

#language-selector {
    text-align: right;
    position: relative;
    float: left;
}

#language-selector li {
    //list-style-type: none;
}

.monda-logo {
    margin-bottom: 50px;
}

.language-selector-image {
    padding: 5px;
    background-color: #353447;
}

.language-selector {
    padding: 3px;
}

.language-selector-outline {
    background-color: #504c37;
}

.language-selector-separator {
    width: 50px;
}

/* Declarations of the main page. */

table.menu {
    margin: 0 0 5px 0;
}

.menuitem {
    padding: 10px 16px;
}

.in-stock {
    color: #90ee90;
    margin-left: 15px;
}

.thickbox img {
    margin-right: 4px;
}

div.product {
    margin: 0 0 30px 0;
}

div.product-images {
    margin: 5px 0 0 0;
}

table.title {
    position: relative;
    left: 15px;
}

td.facebook {
    vertical-align: bottom;
}

.facebook img {
    padding-right: 25px;
    padding-bottom: 20px
}
