body {
	background: #06b0ae;
}

/* General settings */
.west,
.west {
	float: left;
}
.east,
.east {
	float: right;
}

#wrapper {
	width: 948px;
	height: 100%;
	text-align: left;
	border-left: solid 3px #a3a33f;
	border-right: solid 3px #a3a33f;
	border: solid 1px #000;
	vertical-align: top;
}

#topbanner {
	width: 100%;
	height: 147px;
	background: transparent url("graphics/top-bg-black-white.jpg");
	border-bottom: solid 1px #000;
}

#topbanner #logo {
	position: relative;
	top: 20px;
	left: 30px;
}

#topbanner #logo img {
	border: 0;
}

#topbanner #shoppingbasket {
	width: 130px;
	height: 30px;
	background: transparent url("graphics/basket.gif") top left no-repeat;
	z-index: 2;
	position: relative;
	top: 0px;
	left: 786px;
	padding: 5px;
}
#topbanner #shoppingbasket #basket-content {
	font-size: 10px;
}

#bodysection {
	background: #f2efde url("graphics/bodysection-bg.gif") top left repeat-y;
	width: 100%;
	vertical-align: top;
}

#bodysection #content {
	width: 695px;
	height: 100%;
	padding: 0px 23px 0px 23px;
	margin-top: 23px;
	/*background: #f2efde;*/
	float: right;
	text-align: left;
	vertical-align: top;
}

#bodysection #content img {
	background: #fff;
	padding: 1px;
	border: solid 1px #000;
}

#bodysection #content img.image-west {
	float: left;
	margin-right: 20px;
}

#bodysection #content img.image-east {
	float: right;
	margin-left: 20px;
}

#bodysection #content img.imgnoborder {
	background: transparent;
	padding: 0;
	border: 0;
}

#bodysection #mainmenu {
	width: 161px;
	padding: 23px;
	/*background: #56431b;*/
	background: #31104b;
	vertical-align: top;
}

#bodysection #mainmenu #ew_leftmenu {
	vertical-align: top;
}

#footer {
	background: #000;
	height: 30px;
	text-align: center;
	clear: both;
}

#breaker {
	height: 1px;
	background: transparent;
	clear: both;
}

/****************** LIGHTBOX ********************/

#my-ligtbox img {
	float: left;
	display: inline;
}

/******************** SHOP **********************/

#item-overview {
	width: 205px;
	height: 280px;
	padding: 0px 5px 5px 0px;
	margin-top: 20px;
	margin-right: 16px;
	margin-bottom: 10px;
	background: #fff;
	float: left;
	border: solid 1px #000;
}

#item-overview #item-price {
	clear: both;
}
#item-overview h3 {
	margin-left: 5px;
}

#item-overview .img {
	width: 20px;
}
#item-overview img {
	margin: 4px 0px 4px 0px;
	padding: 0px;
}

#item-overview .highlight {
	text-align: center;
	font-weight: bold;
	background: #000;
	padding: 2px;
	color: #fff;
}

#item-overview p.item-desc {
	height: 26px;
	background: transparent;
}

#item-overview a.more {
	margin-left: 5px;
}

#bodysection #content #item #item-image {
	width: 200px;
}

#bodysection #content #item #item-image img {
	width: 200px;
}

#item-desc {
	float: right;
	width: 375px;
	margin-right: 10px;
	background: transparent;
	text-align: left;
}

#item-add {
	float: right;
	text-align: center;
	font-weight: bold;
	/*background: #56431b;*/
	background: #31104b;
	padding: 10px;
	color: #fff;
}

#item-add input {
	width: 80px;
	border: solid 1px #56431b;
	margin-top: 5px;
	text-align: center;
}

#item-add input.button-add {
	width: 80px;
	/*background: #a1a33e;*/
	background: #510c87;
	color: #fff;
	font-weight: bold;
	border: solid 1px #56431b;
	border: solid 1px #fff;
	text-align: center;
}

#item-text {
	width: 100%;
}

.item-thumb {
	margin-top: 10px;
	margin-right: 1px;
}

/* Basket */
.basketcontent {
	width: 100%;
}
.basketcontent th {
	background: #56431b;
}
.basketcontent .line-divider-top {
	border-top: solid 1px #56431b;
}
.basketcontent .line-divider-bottom {
	border-bottom: solid 1px #56431b;
}
.basketcontent .line-divider-final {
	border-bottom: solid 2px #56431b;
}

/* Order flow */
#shoporderinput .address,
#shoporderapprove .address,
#shoporderreceipt .address {
	width: 100%;
}
#shoporderinput th,
#shoporderapprove th,
#shoporderreceipt th {
	background: #56431b;
}

#shoporderinput input {
	border: solid 1px #56431b;
	height: 15px;
	width: 197px;
	margin-top: 1px;
}
#shoporderinput textarea {
	border: solid 1px #56431b;
	width: 197px;
	margin-top: 1px;
	overflow: auto;
}
#shoporderinput .label,
#shoporderapprove .label,
#shoporderreceipt .label {
	width: 120px;
	vertical-align: top;
}
#shoporderinput .middlespace,
#shoporderapprove .middlespace,
#shoporderreceipt .middlespace {
	width: 38px;
}
#shoporderinput .fatgreenbutton,
#shoporderapprove .fatgreenbutton {
	height: 34px;
	padding: 4px;
	background: green;
	margin-top: 10px;
}

.basketcontent .basket-qty {
	width: 70px;
	border: solid 1px #56431b;
}

input.button-update{
	width: 100px;
	background: #a1a33e;
	color: #fff;
	font-weight: bold;
	border: solid 1px #56431b;
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
	float: right;
}

#shop_tag_rel_item {
	vertical-align: top;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
}

#shop_tag_rel_item img {
	float: left;
	clear: both;
	margin-right: 2px;
}

#bodysection #content .img-bg-trans {
	background: transparent;
	border: 0;
}

/* Contact form */
#contactform input {
	border: solid 1px #56431b;
	height: 15px;
	width: 197px;
	margin-top: 1px;
}
#contactform textarea {
	border: solid 1px #56431b;
	width: 197px;
	margin-top: 1px;
	overflow: auto;
}
#contactform .contactform .label {
	width: 120px;
	vertical-align: top;
}
/* Contact form*/

/* Latest items */
#latest-items {
	width: 700px;
	background: red;
}

#latest-items #item-overview {
	width: 205px;
	height: 280px;
	padding: 0px 5px 5px 0px;
	margin-top: 20px;
	margin-right: 16px;
	margin-bottom: 10px;
	background: #fff;
	float: left;
	border: solid 1px #000;
}
