
body {
	font:normal normal normal 12px Verdana, Sans-serif;	
}


#shop {
	font-size:12px;
	padding-bottom:100px;
border:0px solid red;
}

#shop h2 {
	display:inline;
	background:none;
	color:black;
	float:none;
	margin:0;
	padding:0;
}

#shop .zapp {
	clear:both;
}

#shop img {
	border:0;
}

#shop #shopmenu {
	text-align:right;
}

#shop a {
	text-decoration:none;
}

#shop a:hover {
	text-decoration:underline;
}

#shop form {
	margin:0;
	padding:0;
}


#shop table {
	margin:0;
	padding:0;
	border-collapse:collapse;
}

#shop textarea {
	background-color:white;
	color:#760000;
}

/* ----------------------------------------------------------------------- FLOW */

#shop ul#flow {
	margin:5px;
	padding:0;
	list-style-type:none;
}

#shop ul#flow li {
	width:10%;
	border:1px solid #eee;
	float:left;
	text-align:center;
	margin:5px 10px 5px 0;
	font-size:11px;
	background-color:#fff;
	padding:4px;
	white-space:nowrap;
}

#shop ul#flow li span.big {
	font-size:20px;
	font-weight:bold;
}

#shop ul#flow li.off {
	
}

#shop ul#flow li.on {
	
}

#shop ul#flow li.active {
	background-color:#555;
	color:white;
}

#shop ul#flow li a {
	font-size:11px;
	font-weight:normal;	
}

/* ----------------------------------------------------------------------- MISC */

#shop div#breadcrumbs {
	margin:10px 0;
}

#shop p.price {
	font-weight:bold;
	font-size:12px;
}

#shop p.steps {
	margin:40px;
	text-align:center;
}

#shop table {
	margin:20px;
}

#shop table.userdata tr {
	border-top:1px solid #ddd;
	background-color:#eee;
}

#shop table.userdata td {
	padding:10px;
}

/* ----------------------------------------------------------------------- CART */

#shop table.cart tr {
	border-top:1px solid #555;
	background-color:#ddd;
}

#shop table.cart th {
	padding:4px;
	background-color:#aaa;
	font-size:12px;
}

#shop table.cart td {
	padding:4px 15px;
}

#shop table.cart tr.assortiment1 {
	background-color:#eee;	
}

#shop input.aantal {
	width:30px;
}

#shop table.cart td.total {
	text-align:right;
}


/* ---------------------------------------------------------------- FOLDER LIST */


#shop ul.folderlist {
	margin:0;
	padding:0;
}

#shop ul.folderlist li {
	list-style-type:none;
	border:1px solid #333;
	width:130px;
	height:163px;
	float:left;
	margin:10px;
	text-align:center;
	position:relative;
	background-color:#FFC600;
	padding:4px;

}

#shop ul.folderlist li h3 {
	font-size:11px;
	margin:4px 0 2px 0;
	padding:0;
	height:31px;
}

#shop ul.folderlist li div.image {
	
}

/* ------------------------------------------------------------------ ITEM LIST */

#shop ul.itemlist {
	margin:0;
	padding:0;
}

#shop ul.itemlist li {
	list-style-type:none;
	border:1px solid #333;
	width:130px;
	height:173px;
	float:left;
	margin:10px;
	text-align:center;
	position:relative;
	background-color:#FFC600;
	padding:4px;
}

#shop ul.itemlist li h3 {
	font-size:11px;
	margin:4px 0 2px 0;
	padding:0;
	min-height:31px;
}

#shop ul.itemlist li div.image {
	
}

#shop ul.itemlist li div.price {
	width:130px;
	text-align:center;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
}

/* ---------------------------------------------------------------------VIEW_ITEM */

#shop #view_item_container{
	background:#FFC600;
	}
	
#shop #view_item_title{
	font-size:14px;
	height:24px;
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	padding:5px;
	}

#shop #view_item_image-container{
	width:300px;
	border-right:1px solid #000;
	float:left;
	}
	
#shop #view_item_description{
	width:245px;
	padding-left:5px;
	float:left;
	}

#shop #view_item_price{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	width:305px;
	padding-left:5px;
	float:left;
	}

#shop #view_item_tags{
	padding:5px;
	width:630px;
	background-color:#c1bcb6;
	border-top:1px solid #000;
	float:left;
	}

#shop #view_item_keywords{
	padding:5px;
	width:630px;
	background-color:#a6a29c;
	border-top:1px solid #000;
	float:left;
	}

#shop #view_item_variation{
	padding:5px;
	width:630px;
	background-color:#c1bcb6;
	border-top:1px solid #000;
	float:left;
	}

#shop #view_item_submit{
	padding:5px;
	width:630px;
	text-align:center;
	background-color:#a6a29c;
	border-top:1px solid #000;
	float:left;
	clear:both;
	}
#shop #view_item_discountcode{
		display:none;
}
/* ------------------------------------------------------------------SHOP IMAGES */

.shop_folder_image{
	width:120px;
	height:120px;
	}

.shop_item_image{
	width:120px;
	height:120px;
	}

.shop_keyword_folder_image{
	
	}

.shop_view_item_image{
	
	}

.shop_cart_image{	
	width:100px;
	height:100px;
	
	}

/* ---------------------------------------------------------------------------- */


