body {
	background: #000;
}

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

#wrapper {
	width: 940px;
	height: 100%;
	text-align: left;
	vertical-align: top;
	background: url("/design/graphics/bodysec_bg_black.gif") top left repeat-y;
}

#top {
	width: 100%;
	height: 193px;
}
#top #left {
	width: 765px;
	height: 100%;
	background: #06b0ae url("/design/graphics/header-left-bg.gif") top left no-repeat;
	float:left;
}
#top #left img {
	margin: 84px 0px 0px 38px;
	border:0;
}
#top #right {
	width: 175px;
	height: 193px;
	background: url("/design/graphics/basket-mini-background-black.jpg");
	float:right;
	vertical-align:top;
}
#top #right #mini-basket {
	width: 120px;
	height: 100px;
	margin-left: 23px;
	background: transparent;
	color: #fff;
	vertical-align: top;
}
#top #right #mini-basket h6 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin:18px 0px 12px 0px;
	padding:0;
	letter-spacing: 5px;
}
#top #right #mini-basket p {
	width: 100%;
	background: transparent;
	padding:0;
	margin:0px 0px 0px 0px;
	color: #fff;
}
#top #right #mini-basket .button {
	margin:0;
	padding-top: 4px;
	text-align: center;
}
#top #right #mini-basket p span {
	float: right;
}
#top #right #mini-basket hr {
	color: #fff;
}
#top #right #mini-basket a img {
	border:0;
	color: #fff;
}
#top #right #mini-basket a {
	color: #fff;
}

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

#bodysec {
	width: 940px;
	height: 100%;
	background: transparent url("/design/graphics/bodysec_bg_black.gif") top left repeat-y;
}

#bodysec #mainmenu {
	width: 183px;
	height: 100%;
	float:left;
	margin-left: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 18px;
	background: #fff;
	color: #000;
}

#bodysec #content {
	width: 668px;
	float:right;
	text-align:left;
	padding-right: 30px;
	background:transparent;
}
#bodysec #content #fp-img img {
	padding: 1px;
	background: #fff;
	border: solid 1px #333;
}
#footer {
	width: 940px;
	height: 36px;
	background: transparent url("/design/graphics/footer_bg_black.gif") top right no-repeat;
	color: #f2efde;
	font-size: 10px;
	text-align:center;
	padding-top: 0px;
}

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

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

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

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

#item-overview #item-price {
	height: 6px;
	clear: both;
}

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

#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;
}

#bodysec #content #item #item-image {
	width: 190px;
}

#bodysec #content #item #item-image img {
	width: 190px;
	background: #fff;
	padding: 1px;
	border:solid 1px #333;
}

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

#item-add {
	float: right;
	text-align: center;
	font-weight: bold;
	background: #06b0ae;
	padding: 10px;
	color: #fff;
}

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

#item-add input.button-add {
	width: 80px;
	background: #333;
	color: #fff;
	font-weight: bold;
	border: solid 1px #cccccc;
	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: #333333;
}
.basketcontent .line-divider-top {
	border-top: solid 1px #cccccc;
}
.basketcontent .line-divider-bottom {
	border-bottom: solid 1px #cccccc;
}
.basketcontent .line-divider-final {
	border-bottom: solid 2px #333333;
}

/* Order flow */
#shoppingbasket table {
	background:#fff;
}

#shoporderinput table,
#shoporderapprove table,
#shoporderreceipt table {
	background:#fff;
}
#shoporderinput .address,
#shoporderapprove .address,
#shoporderreceipt .address {
	width: 100%;
}
#shoporderinput th,
#shoporderapprove th,
#shoporderreceipt th {
	background: #333333;
}

#shoporderinput input {
	border: solid 1px #cccccc;
	height: 15px;
	width: 197px;
	margin-top: 1px;
}
#shoporderinput textarea {
	border: solid 1px #cccccc;
	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 .value,
#shoporderapprove .value,
#shoporderreceipt .value {
	vertical-align: top;
	padding-right:2px;
}
#shoporderinput .fatgreenbutton,
#shoporderapprove .fatgreenbutton {
	height: 34px;
	padding: 4px;
	background: green;
	margin-top: 10px;
}

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

input.button-update{
	width: 100px;
	background: #a1a33e;
	color: #fff;
	font-weight: bold;
	border: solid 1px #cccccc;
	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;
	border:solid 1px #333;
	padding: 1px;
	background: #fff;
}

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

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

/* Latest items */
#latest-items {
	width: 700px;
	background: transparent;
}
/*
#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;
}
*/

/* Newsletter */

#mainmenu #nl-form {
	width:auto;
	height:100px;
	padding:2px 0px 2px 0px;
	background:transparent;
}
#content #nl-form {
	width:auto;
	height:100px;
	padding:2px 4px 2px 4px;
	background:transparent;
}
