body{
  background: #fff;
  margin: 0px;
  padding: 0px;
	font-family: Verdana;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-size: 12px;
}

a:focus,
a:active {
	outline: none;
}

a img {
  border: 0;
}

#container{
  width: 90%;
  height: auto;
  margin: 10px auto 0 auto;
  padding: 0px;
  text-align: left;
  position: relative;
}

#header{
  background: #e4dae2 url(../img/logo.gif) no-repeat center center;
  width: 100%;
  height: 133px;
  margin: 0 0 2px 0;
  padding: 0;
}

#content-area {
  padding-left: 201px;
}

#leftcol{
  background: url('../img/menu_bg.gif');
  float: left;
  width: 175px;
  margin: 0 0 0 -201px;
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  height: 1036px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

#rightcol{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f3eff5;
  min-height: 743px;
  _height: 743px;
}

#footer{
  clear: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  font-style: italic;
}
.clear {
  clear: both;
}

		#nav {
			width: 175px;
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		#nav a:link,
		#nav a:visited {
			text-decoration: none;
			color: #000;
		}
		#nav a:hover,
		#nav a:active {
			text-decoration: none;
			color: #996699;
		}
		#nav li {
			margin: 0;
			padding: 0;
			font-size: 12px;
		}
		#nav ul {
			width: 175px;
			margin: 0;
			padding: 0;
			background: #d5bfd5;
		}
		#nav ul li {
			list-style-type: none;
			margin: 0;
			padding: 2px;
			border-bottom: 1px solid rgb(120, 120, 120);
		}
		#nav .head {
			display: block;
			background-color: #e4dae2;
			border-style: double;
			border-width: 3px;
			border-color: rgb(160, 160, 160) rgb(120, 120, 120) rgb(120, 120, 120) rgb(160, 160, 160);
			font-size: 12px;
			font-weight: normal;
			padding: 0.25em;
			margin: 0;
		}
		#address p {
			font-weight: bold;
			text-align: center;
			background: #b48db4;
			margin: 0;
			padding: 0;
		}

#shop ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#rightcol h1
{
  background: #B48DB4;
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  margin: 5px 0;
  padding: 3px;
  
}

#rightcol h2
{
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
  padding: 3px;
  border-bottom: 1px solid #BF9BBF;
  clear: both;
}

#rightcol h3
{
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
  padding: 3px;
}
#shop .category {
  width: 120px;
  height: 92px;
  margin: 0;
  padding: 4px;
  text-align: center;
  float: left;
  overflow: hidden;
  display: block;
  border-bottom: 1px dotted #666;
}


/* product box */
#shop .product {
  width: 225px;
  height: auto;
  margin: 7px;
  padding: 8px;
  float: left;
  overflow: hidden;
  display: block;
  border: 1px solid rgb(160, 160, 160);
}
#shop .product .p_descLong {
  display: none;
  height: 120px;
}
#shop .product .p_descShort {
  height: 120px;
}
#shop .product .p_descShort img {
  margin: 5px auto;
  padding: 0;
  height: 110px;
  display: block;
}
#shop .product .p_specs {
  height: 20px;
  padding: 0;
  margin: 0;
  text-align: center;
  border-bottom: 1px dotted #666;
}
#shop .product .p_action {
  padding: 0;
  margin: 0;
  text-align: center;
  color: red;
  width: 100%;
  float: left;
}
#shop .product .p_name {
  height: 40px;
}
#shop .product .p_basket,
#shop .product .p_price {
  height: 20px;
}
#shop .product .p_name {
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#shop .product .p_descShort,
#shop .product .p_descLong {
  overflow: auto;
  padding: 0;
  margin: 0;
}
#shop .product .p_basket {
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 125px;
  float: left;
  line-height: 20px;
}
#shop .product .p_price {
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 18px;
  width: 100px;
  float: right;
}
#shop .product .inCartCont {
  display: none;
}
#shop .product .end {
  clear: both;
}

/* CART PAGE */

.cartTable {
  width: 100%;
}
.cartTable th {
  border-bottom: 1px solid #B48DB4;
}
.cartTable td,
.cartTable th {
  padding: 2px;
  line-height: 22px;
}
.cartTable .odd {
	background: #EAE0EF;
}
.cartRemove input {
	width: 24px;
	margin: 0;
	padding: 0;
}
.cartRemove button {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	width: 22px;
}
.cartTable a {
  text-decoration: none;
}
.cartTable tfoot tr,
.cartTable tfoot td
{
  background: transparent !important;
}

.totalAmount {
	border-top: 1px solid #000;
	text-align: right;
}

.gekleurd {
	background: #B48DB4;
}

/* SHOP BAR */

#shopbar {
  border: 1px solid #B48DB4;
  padding: 3px;
  height: 24px;
  text-align: right;
}

#shopbar button {
	background: transparent;
	border: 0;
}

#shopbar form {
	display: block;
	float: left;
	width: 260px;
	text-align: left;
}

#shopbar a.cartButton:link,
#shopbar a.cartButton:visited {
	text-decoration: none;
	color: #000;
}

#shopbar a.cartButton:hover,
#shopbar a.cartButton:active {
	text-decoration: underline;
}

/* IMPROMPTU */
.jqiwarning .jqi{
      background-color: #b0be96;
}
.jqifade{
      background-color: #ffffff;
}
div.jqi{
      position: absolute;
      background-color: #b48db4;
      padding: 10px;
      width: 300px;
}
div.jqi .jqiclose{
      float: right;
      margin: -35px -10px 0 0;
      cursor: pointer;
}
div.jqi .jqicontainer{
      background-color: #e4dae2;
      padding: 5px;
      color: #ffffff;
      font-weight: bold;
}
div.jqi .jqimessage{
      background-color: #b48db4;
      padding: 10px;
}
div.jqi .jqibuttons{
      text-align: center;
      padding: 5px 0 0 0;
}
div.jqi button{
      padding: 3px 10px 3px 10px;
      margin: 0 10px;
} 

.reset {
	margin: 0;
	padding: 0;
	border: 0;
}


.orderList
{
  list-style-type: none;
  margin: 0;
  padding: 0 2em;
}

.orderList h2
{
    font-size: 12px;
  font-weight: bold;
  margin: 5px 0px 5px 0px;
  padding: 3px;

  color: #333;
}

.orderList li
{
  padding: 0;
  margin: 8px 0;
}

.orderList label
{
width: 130px;
float: left;
text-align: right;
margin-right: 6px;
display: block;
background: #B48DB4;
padding: 4px;
height: 20px;
line-height: 20px;
}

.orderList input,
.orderList p
{
font-size: 16px;
height: 20px;
padding: 3px;
margin: 3px 3px 0 5px;
}

.orderList select
{
  height: 26px;
  padding: 3px;
}

.orderList .submit input
{
  height: auto;
  padding: 3px;
}
.orderList .error
{
  background: #FFCFDA;
  color: red;
}


.orderStatus
{
  text-align: center;
  color: #666;
  padding: 8px;
  margin: 8px;
  border: 1px solid green;
}

.orderStatus .current
{
  color: #000;
}
.orderStatus .done
{
  color: green;
}
