/* basic elements */
body { 
	font: 10pt/20pt verdana; 
	color: #555753; 
	background: #FFFFFF; 
	margin: 0px; 
	text-align: center;
	background-repeat: repeat-x;
	}
p { 
	font: 8pt/14pt verdana; 
	margin-top: 0px; 
	text-align: left;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #7D775C;
	text-align: left;
	}
a:link { 
        color: #FFFFFF;
        text-decoration: none;
}
a:visited         { color: #FFFFFF; }
a:hover, a:active { color: #B8C271; }


/* specific divs */
.upper-banner {
    background: #FFFFFF;
    height: 7%;
}

.names-banner {
    background: #8F9E28;
    height: 5%;
    color: #FFFFFF;
    font-size: 20px;
    font-variant: small-caps;
    word-spacing: 50px;
    line-height: 35px;
}

.wishlist {
    background: #F5F7EC;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 10%;
    width: 80%;
}

.wishlist_content {
    margin-left: 2.5%;
    text-align: left;
}

.wishlist_edit {
    margin-left: 15%;
    text-align: left;
}

.wishlist_edit table {
    font-size: 10px;
}

.item {
    position: relative;
    text-align: center;
    background: #FFFFFF;
    margin: 2%;
    width: 20%;
    display: inline-block;
}

.item_green {
    position: relative;
    text-align: center;
    background: #D0F5A9;
    margin: 2%;
    width: 20%;
    display: inline-block;
}

.item_red {
    position: relative;
    text-align: center;
    background: #F3E2A9;
    margin: 2%;
    width: 20%;
    display: inline-block;
}

.item_m {
    position: relative;
    text-align: center;
    background: #FFFFFF;
    margin: 2%;
    width: 90%;
    display: inline-block;
}

.item_m_green {
    position: relative;
    text-align: center;
    background: #D0F5A9;
    margin: 2%;
    width: 90%;
    display: inline-block;
}

.item_m_red {
    position: relative;
    text-align: center;
    background: #F3E2A9;
    margin: 2%;
    width: 90%;
    display: inline-block;
}

.item-picture img {
    max-width: 170px;
    height: 200px;
}

.item-description {
    text-align: left;
    line-height: 150%;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 5%;
    min-height: 50px;
}

.item-store {
    margin: 5%;
    margin-bottom: 7%;
}
.item-store a:link, .item-store a:visited {
    color: #8F9E28;
}
.item-store a:hover, .item-store a:active {
    color: #B8C271;
}

.item-price {
    text-align: left;
    margin-left: 4%;
    font-weight: bold;
    width: 50%;
}

.item-buy {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: darkorange;
    color: #FFFFFF;
    width: 50%;
}

.item-buy a:hover {
    color: #FFFFFF;
    font-weight: bold;
}

.biglinks {
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    margin-top: 70px;
    line-height: 100px;
}
.biglinks a:link, .biglinks a:visited {
    color: #8F9E28;
}
.biglinks a:hover, .biglinks a:active {
    color: #B8C271;
}

form {
    display: inline;
}

/*.table {
    display:block;
}
.row { display:block;}
.cell {display:inline-block;}*/

