/* ----------------------------------------------------------------------- SHOP-BASICS */

#shop {
	
}
#shop a
{
	color:#29518e;	
}
#shop h2 {
	
}

#shop .zapp {
	clear:both;
}

#shop img {
	border:0;
}

#shop #shopmenu {
	
}
#shopLanguage
{

}

#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:#7629518e0;
}




/* ---------------------------------------------------------------------Shop Images */

.shop_folder_image{
	width:140px;
	height:140px;
}

.shop_item_image{
	width:140px;
	height:140px;
}

.shop_keyword_folder_image{
	width:140px;
	height:140px;
}

.shop_view_item_image{
	
}

.shop_cart_image{
	width:100px;
	height:100px;
}




/* ---------------------------------------------------------------- FOLDER LIST */

#shop ul.folderlist {
	margin:0;
	padding:0;
}

#shop ul.folderlist li {
	list-style-type:none;
	border:1px solid #29518e;
	width:140px;
	height:190px;
	float:left;
	margin:5px;
	text-align:center;
	position:relative;

}

#shop ul.folderlist li h3 {
	font-size:12px;
	margin:0px;
	padding:0;
	height:50px;
	width:140px;
	background:#29518e;
	color:#FFF;
}

#shop ul.folderlist li h3 a {
	font-size:12px;
	color:#FFF;
}


#shop ul.folderlist li div.image {
	height:160px;
}

/* ------------------------------------------------------------------ ITEM LIST */

#shop ul.itemlist {
	margin:0;
	padding:0;
}

#shop ul.itemlist li {
	list-style-type:none;
	border:1px solid #29518e;
	width:140px;
	height:190px;
	float:left;
	margin:5px;
	text-align:center;
	position:relative;
}

#shop ul.itemlist li h3 {
	font-size:12px;
	margin:0px;
	padding:0;
	height:24px;
	width:140px;
	background:#29518e;
	color:#FFF;
	float:left;
}

#shop ul.itemlist li h3 a{
	font-size:12px;
	color:#FFF;
}

#shop ul.itemlist li div.image {
	
}

#shop ul.itemlist li div.price {
	width:140px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	border-top:1px solid #29518e;
	float:left;
	line-height:20px;

}

/* ---------------------------------------------------------------------VIEW_ITEM */

#shop #view_item_container{
	border:1px solid #eee;
}
#shop #view_item_container div{
	padding:5px;
}
	
#shop #view_item_title{
	font-size:14px;
	font-weight:bold;
	padding:5px;
	color:#FFF;
	background:#29518e;
}

#shop #view_item_image-container{
	border-bottom:1px solid #eee;
}
	
#shop #view_item_description{
	padding:5px;
}

#shop #view_item_price{
	font-size:14px;
	font-weight:bold;
	padding:5px;
	color:#29518e;
}

#shop #view_item_tags{
	padding:5px;
}

#shop #view_item_supply{
	padding:5px;
}

#shop #view_item_keywords{
	padding:5px;
}

#shop #view_item_variation{
	padding:5px;
}

#shop #view_item_submit{
	padding:5px;
	border-top:1px solid #eee;
}




/* ----------------------------------------------------------------------- CART */

#shop table.cart tr {

}

#shop table.cart td {
	border-bottom:1px solid #BBB;
}

#shop table.cart th {
	padding:4px;
	background-color:#29518e;
	font-size:14px;
	color:#FFF;
}

#shop table.cart td {
	padding:4px 15px;
}

#shop table.cart tr.assortiment1 {
	background-color:#DDD;	
}

#shop input.aantal {
	width:30px;
}

#shop table.cart td.total {
	text-align:right
}

#shop table.cart td.total-price {
	text-align:left;
}




/* ----------------------------------------------------------------------- FLOW */

#shop ul#flow {
	margin:5px;
	padding:0;
	list-style-type:none;
	display:none;
}

#shop ul#flow li {
	width:11%;
	border:1px solid #eee;
	float:left;
	text-align:center;
	margin:5px 3px 5px 0;
	font-size:9px;
	background-color:#fff;
	padding:4px;
	white-space:nowrap;
	color:#29518e;
}

#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:#29518e;
	color:#FFF;
}

#shop ul#flow li a {
	font-size:11px;
	font-weight:normal;	
}




/* ----------------------------------------------------------------------- MISC */

#shop div#breadcrumbs {
	margin:10px 0;
	color:#066;
}

#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:1px solid #29518e;
	background-color:#CCC;
}

#shop table.userdata td {
	padding:10px;
}




/* ---------------------------------------------------------------------------- */

#mod_shop_items_table
{
	width: 96%;
	border-collapse: collapse;
}

#mod_shop_items_table th
{
	text-align: left;
}

#mod_shop_items_table tr
{
	border-bottom: #CCC solid 1px;
}

.td_image
{
	width:120px;
}

.td_name h3
{
	font-size: 11px;
	font-weight: normal;
}

.td_price
{

}

.td_order input
{
	width: 50px;
}

#view_item_discountcode
{
	display:none;	
}


