/* Pictures
-------------------------------*/

.picture img {
    border: 1px #000 solid;
}

.picture {
    background: #ccc;
    padding: 8px;
    border: #00c solid 1px;
    width: 152px;
    margin: 4px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.top {
    margin-top: 0;
}

.zero-border {
    border: 0;
}

.center {
    text-align: center;
}

#map {
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    border: #A33600 1px solid;
}

ol {
    margin-top: 0;
}


/* Shopping
-------------------------------*/
#cart {
    background: #551B00;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	margin-top: 19px;
	margin-bottom: 3px;
	text-align: right;
}

form {
    margin: 0;
    padding: 0;
}

.button {
	margin: 0;
	background: #00c;
	padding: 0;
	width: 110px;
	color: #ffffff;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}

hr {
    clear: both;
}

.big {
    font-size: 18px;
    font-weight: bold;
}
