/* ----------------------------------------------------------------------- SHOP-BASICS */
#shop_search_query
{
	width:60px;	
}
#shop {
	
}
#shop a
{
}
#shop h2 {
	
}
#payment_paypal
{
	display:none;	
}


#shop .zapp {
	clear:both;
}

#shop img {
	border:0;
}
#shopHeader
{
	border:1px solid #ccc;	
	padding:5px;
}
#shop #shopmenu {
	border:1px solid #ccc;	
	padding:5px;	
}
#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:#760000;
}




/* ---------------------------------------------------------------------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 #ccc;
	width:140px;
	height:190px;
	float:left;
	margin:5px;
	text-align:center;
	position:relative;
	/*background-color:#CCC;*/

}

#shop ul.folderlist li h3 {
	font-size:11px;
	margin:0px;
	padding:0;
	height:40px;
	width:140px;
	background:#000;
	color:#FFF;
}

#shop ul.folderlist li h3 a {
	font-size:11px;
	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 #ccc;
	width:140px;
	height:200px;
	float:left;
	margin:5px;
	text-align:center;
	position:relative;
	/*background-color:#CCC;*/
}

#shop ul.itemlist li h3 {
	font-size:11px;
	margin:0px;
	padding:0;
	height:40px;
	width:140px;
	background:#000;
	color:#FFF;
	float:left;
}

#shop ul.itemlist li h3 a{
	font-size:11px;
	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 #ccc;
	float:left;
	line-height:20px;
}

/* ---------------------------------------------------------------------VIEW_ITEM */

#shop #view_item_container{
	/*background:#CCC;*/
	border:1px solid #ccc;
}
	
#shop #view_item_title{
	font-size:14px;
	font-weight:bold;
	padding:5px;
	color:#FFF;
	background:#000;
}

#shop #view_item_image-container{
	border-bottom:1px solid #ccc;
	padding:5px;
	
}
	
#shop #view_item_description{
	padding:5px;
}

#shop #view_item_price{
	font-size:14px;
	font-weight:bold;
	padding:5px;
}

#shop #view_item_tags{
	padding:5px;
}

#shop #view_item_supply{
	padding:5px;
}

#shop #view_item_keywords{
	padding:5px;
}
#shop #view_item_nr{
	padding:5px;
}
#shop #view_item_variation{
	padding:5px;
}
#shop #view_item_quantity{
	padding:5px;
	float:left;
}
#shop #view_item_discountcode{
	padding:5px;
	float:left;
}

#shop #view_item_submit{
	padding:5px;
	border-top:1px solid #ccc;
}




/* ----------------------------------------------------------------------- CART */

#shop table.cart{
	/*background-color:#CCC;*/
	width:100%;
	border:1px solid #999;
}
#shop table.cart tr {
	/*background-color:#CCC;*/
}

#shop table.cart td {
	/*border-bottom:1px solid #BBB;*/
}

#shop table.cart th {
	padding:4px;
	background-color:#000;
	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 {
display:none;
}

#shop ul#flow li {
	width:12%;
	border:1px solid #eee;
	float:left;
	text-align:center;
	margin:5px 3px 5px 0;
	font-size:10px;
	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:#333;
	color:#FFF;
}

#shop ul#flow li a {
	font-size:11px;
	font-weight:normal;	
}




/* ----------------------------------------------------------------------- MISC */

#shop div#breadcrumbs {
	line-height:1.3em;
}

#shop p.price {
	font-weight:bold;
	font-size:11px;
}

#shop p.steps {
	margin:40px;
	text-align:center;
}

#shop table {
}

#shop table.userdata tr {
	border:1px solid #ccc;
	/*background-color:#CCC;*/
}

#shop table.userdata td {
	padding:10px;
}




/* ---------------------------------------------------------------------------- */

#mod_shop_items_table
{
	width:100%;
}
#mod_shop_items_table td, #mod_shop_items_table th
{
	text-align:left;
	vertical-align:top;
	padding:5px;
}



