body,html
{
	margin:0;
	padding:0;
}

body 
{
	text-align:center;  /* needed for IE5.x */
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:black;
	background: white;
}

/* Containers */
div {
	padding:0px;
	margin:0px;
}

/* Opera needs this div, otherwise the content will not be aligned correctly on resizing the browser window */
div#horizon {
   position:absolute;
   top:50%;
   left:0;
   width:100%;
   text-align:center;
}
  
div.frame,div.frameStart,div.frameHobby,div.frameTeken
{
	text-align:left;
	position:absolute;
	top:-303px;
	left:50%;
	margin:0px 0px 0px -495px;
	width:990px;
	height:606px;
	border-top:solid 1px #FF00FF;
	border-bottom:solid 1px #FF00FF;
	background-repeat: no-repeat;
	
	/*background:#ababab;
	opacity:0.7;*/
}

div.frameHobby
{
	background-image: url(gfx/hobby_background.jpg);
}

div.frameTeken
{
	background-image: url(gfx/teken_background.jpg);
}

div.frameStart
{
	background-image: url(gfx/start_background.jpg);
}

div#header 
{
	float:left;
	width:990px;
	height:50px;
	
	/*background:gray;*/
}

div#topButtons
{
	position:relative;
	top:26px;
	left:255px;
	width:480px;
	height:24px;
	
	/*background:#eaeaea;*/
}

div#left
{
	float:left;
	width:255px;
	height:507px;
	
	/*background:#efefef;*/
}

div#leftTop
{
	float:left;
	height:135px;
	width:255px;
}

div#leftMenu
{
	float:left;
	width:255px;
	height:325px;
	
	/*background:gray;*/
}

div#leftBottom
{
	float:left;
	width:255px;
	height:45px;
}
div#content
{
	margin:44px 30px 30px 30px;
	float:left;
	width:420px;
	height:420px;
	overflow:auto;
	
	/*background:#bfbfbf;*/
}

div#contentStart
{
	position:absolute;
	top:250px;
	left:255px;
	width:480px;
	height:420px;
	overflow:auto;
	
	/*background:#bfbfbf;*/
}

div#right
{
	float:left;
	width:255px;
}

div#footer
{
	float:left;
	width:990px; /* 735px */
	height:32px;
	
	/*background:pink;*/
}

div#footerLeft
{
	float:left;
	width:255px;
	height:32px;
}

div#footerRight
{
	float:left;
	width:480px;
	height:32px;
}

div#dynamicMenu
{
	position:relative;
	top:-330px;
	left:20px;
	width:255px;
	height:325px;
	/*background:gray;*/
}

div.product
{
	position:relative;
	width:420px;
    
    /*overflow: auto;*/
    /* needed for stretching frame */
    /*background:gray;*/
}

div.product div.info
{
	float:left;
	width:210px;

	/*position:absolute;
	top:0px;
	left:0px;*/
	/*bottom:0px;
    background:red;*/
}

div.product div.image
{
	float:left;
	width:200px;
	margin-left:10px;

	/*position:absolute;
	top:0px;
	left:210px;
    background:blue;*/
}

div.newBoxLeft,div.newBoxRight
{
	/*position: relative;*/
	width:195px;
	height:185px;
	border: 1px solid #818181;
	margin-top:10px;
	overflow:hidden;
}

div.newBoxLeft { float:left; }
div.newBoxRight { float:right; }

div.boxStyleOffers
{
	/*background:#FEFAF0;*/
}

div.boxStyleNew
{
	/*background:#FEFAF0;*/
}

	
	
	/*top:175px;
	left:0px;
	width:195px;
	height:20px;
	*/

/* headings */
h1
{
	margin:0px 0px 6px 0px;
	font-size:15px;
	color:#006978;
}

h2
{
	margin:12px 0px 0px 0px;
	font-size:12px;
	color:#006978;
}

h2.newProduct
{
	margin:6px 6px 0px 6px;
}


/* Paragraphs */
p {
	margin-top:12px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

p.nospace { margin:0px;}
p.logo 
{
	margin:0px;
	text-align:right;
}

p.menuIcon
{
	margin-top:0px;
	text-align:center;
}

p.menuName
{
	text-align:center;
	color:#006978;
	font-size:20px;
}

p.mainCategory
{
	margin:8px 0px 0px 0px;
	text-align:center;
}

p.search
{
	margin:6px 0px 0px 0px;
	text-align:center;
}

p.footer
{
	margin:0px;
}

p.info
{
	margin:0px 6px 0px 0px;
}

/* New box styles */
p.newImage
{
	margin:6px 6px;
	text-align:left;
}

p.newInfo
{
	margin:0px 6px;
}

p.newMoreInfo
{
	margin:0px 6px;
}

p.articleInfo
{
	margin:0px 0px 0px 0px;
	font-style:italic;
}

p.articleImage
{
	margin:0px 0px 4px 0px;
	text-align:right;
}

p.message
{
	color:Red;
}

p.prevNext {
	height: 16 px;
	margin: 12px 0px 0px 0px;
}


/* Links */
a 
{
	color:#5C534E;
	text-decoration:underline;
}
a:visited { color:black; }
a:hover { color:black; }

a.menu { color:#5E794E; }
a.menu:visited { color:#5E794E; }
a.menu:hover { text-decoration:underline; color:black; }

a.otherCategory { color:#006978; text-decoration:none; font-weight:bold; }
a.otherCategory:visited { color:#006978; font-weight:bold; }


/* TABLES */
table
{
	margin:0px;
	padding:0px;
}
td 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

table.articles
{
	width:95%;
}

td.toggleA
{
	background:#E8E8E8;
}

td.toggleB
{
	background:white;
}

td.articleNumber
{ 
	width:60px;
	padding:2px 0px;
	padding-right:5px;
	vertical-align:top;
	font-weight:bold;
}

td.description
{
	padding:2px 2px 2px 0px;
	width:auto;
	vertical-align:top;
}

td.price 
{
	width:85px;
	padding:2px 0px;
	text-align:right;
	vertical-align:top;
}

td.basket 
{
	width:30px;
	padding:2px 0px;
	text-align:right;
	color:#FF0000;
	vertical-align:top;
}

/* new boxes */
table.new
{
	width:100%;
	height:100%;
}

td.newHeader
{
	width:100%;
	vertical-align:top;
}

td.newFooter
{
	width:100%;
	vertical-align:bottom;
	padding-bottom:5px;
}

/* Images */
img { border:solid 0px black; }
img.bullet { margin-right:6px; }
img.button { margin-right:24px; }

img.newProduct
{
	border: 1px solid #818181;
}

img.articlePicture
{
	margin-left:4px;
	border: 1px solid #818181;
}

/* Forms */
input, textarea, select {
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
}

input.search
{
	margin: 2px 0px 0px 10px;
	border: 0px solid #818181;
	width:200px;
	height:15px;
}

input.textbox, input.sendFriend, input.personField, input.Text,
input.payment, input.newsLetter
{
	border: 1px solid #818181;
	height: 15px;
	margin: 2px 0px 2px 0px;
	font-size:12px;
	width:100px;
}



input.searchButton { margin-right:4px; }
input.sendFriend { width:180px; }
input.newsLetter { width:180px; margin-left:10px; margin-right:5px; }

input.personField 
{
	width:300px;
}

textarea
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	border: 1px solid black;
	margin: 2px 0px 2px 4px;
}

form {
	display:inline;
}

input.button, input.buttonInline {
	border: 0px solid #000000; 
	color: white;
	font-weight:bold;
	background:#EB880E;
	margin:6px 0px 0px 4px;
}

input.buttonInline { margin:2px 0px 0px 0px; }

/* misc */
span.textLeft { float:left; }
span.textRight { float:right; }

span.barLeft { float:left; color: #71AA52 }
span.barRight { float:right; color: #71AA52 }

span.prijsVan
{
	font-size:11px;
}
span.prijsVoor
{
	font-size:11px;
}

span.oldPrice
{
	text-decoration:line-through;
}

em { color:white; font-style:normal; }

/* -shop classes */
/* ---Edit datagrid */ 
table.shopEdit
{
}

tr.shopEditHeader
{
	/*background-color:#FFFFFF;*/
}

/* toggle color rows */
tr.shopEditRowA { background-color:#FFE3FF; }
tr.shopEditRowB { background-color:#FEFAF0; }

tr.shopEditFooter
{
	/*background-color:#FFFFFF;*/
}

/* headers */
td.shopEditDescriptionHeader
{ 
	width:250px;
	font-weight:bold;
	padding-bottom:4px;
}
td.shopEditPlusMinusHeader
{ 
	width:9px;
	padding-bottom:4px;
}

td.shopEditAmountHeader
{
	width:35px;
	font-weight:bold;
	padding-bottom:4px;
}

td.shopEditPrijsHeader
{ 
	width:60px;
	text-align:right;
	font-weight:bold;
	padding-bottom:4px;
}

td.shopEditTotaalHeader
{ 
	width:60px;
	text-align:right;
	font-weight:bold;
	padding-bottom:4px;
}

td.shopEditDeleteHeader
{ 
	width:20px;
	padding-bottom:4px;
}

/* data cells */ 
/* define some padding for all of the shopEdit cells */
tr.shopEditRowA td
{
	padding:2px;
}

tr.shopEditRowB td
{
	padding:2px;
}

td.shopEditDescription
{ 
	width:250px;
}
td.shopEditPlusMinus
{ 
	width:9px;
}

td.shopEditAmount
{
	width:35px;
}

td.shopEditPrijs
{ 
	width:60px;
	text-align:right;
}

td.shopEditTotaal
{ 
	width:60px;
	text-align:right;
}

td.shopEditDelete
{ 
	width:20px;
}

/* shop TOTALS */
table.shopEditTotalsRecalculate
{
	background-color:Blue;
}
td.shopEditTotalsRecalculate
{
	width:273px;
}

td.shopEditTotalsLabelTotal
{
	width:58px;
	font-weight:bold;
	text-align:right;
}
td.shopEditTotalsLabelAmount
{
	width:55px;
	text-align:right;
}

/* Shop payment */
table.shopPayment
{
	width:400px;
}

td.shopPaymentSelect
{
	vertical-align:top;
	width:90px;
}

td.shopPaymentLabel
{
	vertical-align:top;
	width:140px;
	text-align:right;
}

td.shopPaymentEdit
{
	vertical-align:top;
	width:150px;
}

p.paymentLabel
{
	height:22px;
	margin: 2px 6px 0px 0px;
}

td.total
{
	width:70px;
	text-align:right;
}

td.personalDataColumn
{
	padding-left:10px;
}

/* finish step */
td.shopFinishLabel
{
	padding:2px 10px 2px 0px;
	vertical-align:top;
	width:auto;
	font-weight:bold;
}

td.shopFinishData
{
	padding:2px 0px;
	vertical-align:top;
	width:auto;
}

/* overview table */
table.orderOverview
{
	margin-top:12px;
	width:400px;
}

/* headers */
td.overviewDescriptionHeader
{ 
	width:250px;
	font-weight:bold;
	padding-bottom:4px;
}

td.overviewAmountHeader
{
	width:35px;
	font-weight:bold;
	padding-bottom:4px;
	text-align:right;
}

td.overviewPriceHeader
{ 
	width:55px;
	text-align:right;
	font-weight:bold;
	padding-bottom:4px;
}

td.overviewTotalHeader
{ 
	width:60px;
	text-align:right;
	font-weight:bold;
	padding-bottom:4px;
}

/* data cells */ 
/* define some padding for all of the shopEdit cells */
tr.overviewRowA td
{
	padding:2px;
}

tr.overviewRowB td
{
	padding:2px;
}

td.overviewDescription
{ 
	width:250px;
}

td.overviewAmount
{
	width:35px;
	text-align:right;
}

td.overviewPrice
{ 
	width:55px;
	text-align:right;
}

td.overviewTotal
{ 
	width:60px;
	text-align:right;
}


/* shop forms */
input.personalData
{
	width:200px;
}

input.shopEditAmount
{
	width:30px;
}

input.payment
{
	width:150px;
}

input.shopButtonRecalc
{
	border: solid 0 black;
}