/* default page speciaal voor de shop /*

/* ################################## */
/* #	  Algemene CSS Configuratie    # */
/* ################################## */



.agenda_big {
	width:100%;
	background-color: #FFF;
	padding:10px;
	}
	
		.agenda{
			width:100%;
			height:250px;
		}
		
			.agenda_month{
				font-weight: bold;
				text-align:center;
			vertical-align: middle;
			}
		
				.agenda_month a{
					margin: 0 10px 0 10px;
					color: #000;
					font-weight: bold;
					text-align:center;
				}
		
			.agenda_week{
				color: #FFF;
				font-weight:bold;
				background-color:#5296b9;
				text-align:center;
			vertical-align: middle;
			}
			
			.this_month,
			.other_month,
			.today{
				text-align:center;
			vertical-align: middle;
			}
			
			.today {
				background-color: #EEE;
				}
			
			.other_month{
				font-style:italic;
			vertical-align: middle;
			}
			
			.today{
				font-weight:bold;
			}
			
			.event {
			background-color: #222;
			}
			
			
	.agendadatum {
		float: left;
		width: 80px;
		}		
			
	.agendapunt {
		float: left;
		width: 130px;
		overflow: hidden;
		}
		
		.agendapunt, .agendapunt a, .agendadatum, .agendadatum a {
			font-size: 14px;
			color: #FFF;
			}	
			


.form {
	overflow:hidden;
	}

.module_table
{
	text-align: left;
	margin-top:10px;
	font-size:12px;
}

.module_table table {
	text-align: left;
	padding:5px;
	
}

.module_table-bg
{

}

.module_head
{	
	font-size:12px;
	font-weight:bold;
	color: #FFF;
	background-color:#488BAD;
}

.module_head a, .module_head a:visited, .module_head a:link
{
	color: #FFF;
}
.module_head a:hover, .module_head a:active
{
	color: #FFF;
	text-decoration: none;
}

.module_subhead
{
	color:#000;
	background-color: #DBDBDB;
}
div.module_subhead a, div.module_subhead a:visited, div.module_subhead a:link, td.module_subhead a, td.module_subhead a:visited, td.module_subhead a:link
{
	color:#488BAD;
	text-decoration: underline;
}
div.module_subhead a:hover, div.module_subhead a:active, td.module_subhead a:hover, td.module_subhead a:active
{
	color:#488BAD;
	text-decoration: none;
}

.module_content
{
	font: 11px;
	padding-bottom:10px;
	padding-top:10px;
	vertical-align: top;
}

.module_content input {
	border: 1px solid #D9D9D9;
    height: 18px;
	margin:2px 0 2px 10px;
	}

.module_content hr {
	border:none;
	height:1px;
	color:#FFF;
	background-color:#fff;
	}

.module_content ol {
	list-style-position: inside;
	}

.module_content a, .module_content a:visited, .module_content a:link
{
	text-decoration: underline;	
}
.module_content a:hover, .module_content a:active
{
	color:#97192e;
	text-decoration: none;	
}

/* ################################## */
/* # Module Block CSS Configuratie  # */
/* ################################## */



.module_block
{
	margin-bottom: 10px;
}

.module_block_head
{
	font: 12px;
	color: #000000;
	background-color: #313131;
}
.module_block_head a, .module_block_head a:visited, .module_block_head a:link
{
	color: #97192e;
	text-decoration: underline;
}
.module_block_head a:hover, .module_block_head a:active
{
	color: #97192e;
	text-decoration: none;
}

.module_block_content
{
	float: left;
	font: 12px;
}
.module_block_content a, .module_block_content a:visited, .module_block_content a:link
{
	color: #97192e;
	text-decoration: underline;	
}
.module_block_content a:hover, .module_block_content a:active
{
	color: #97192e;
	text-decoration: none;	
}

.module_block_content ul, .module_block_content li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.module_block_content li
{
	margin-bottom: 4px;
}

.blocknews_module {
	color: #FFF;
	}

.blocknews_module_title a {
	font-weight: bold;
	color: #4b8eb0;
	}

.blocknews_module_content {
	font-style: italic;
	color: #FFF;
	margin: 0 0 20px 0;
	font-size: 13px;
	}

.blocknews_module_content a {
	color: #4b8eb0;
	font-style:normal;
	font-size: 13px;
	}

.content_right_block_head {
	font-size: 20px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #FFF;
	}

.content_right_block_content, .content_right_block_content a, .content_right_block_content a img {
	width: 100%;
	}


/* ################################## */
/* #     Input CSS Configuratie     # */
/* ################################## */

.module_textbox, .module_textarea, .module_dropdown
{
	font:8pt;
	border: 1px solid #CCCCCC;
}

.module_button
{
	padding:2px;
	border:1px solid #fff;
	background-color:#488BAD;
	color:#fff;	
}

.sb_text {
	font-weight:normal;
	font-size:8pt;
	color:#000000;
	}

.sbtextbox
{
	margin: 0;
	padding: 0 0 0 25px;
	border: 0px solid #000;
	width: 245px;
	height: 48px;
	font-style: italic;
	font-size: 20px;
	color: #FFF;
	float: left;
	
}

.sbsubmit
{
	width: 52px;
	height: 48px;
	border: 0px;
	float: left;
}

/* ################################## */
/* #   Basis Padding Configuratie   # */
/* ################################## */

.module_head, .module_subhead, .module_content
{
	padding:5px 10px 5px 10px;
}


.module_block_head, .module_block_content
{
	padding: 4px;
}

/* ################################## */
/* #    Overige CSS Configuratie    # */
/* ################################## */

form.module { margin: 0px 0px 4px 0px; padding: 0px; }
.module_title { color:#FFF; font-size:14px; }
.module_hl { font-weight: bold; text-decoration: underline; }

.module_time { color:#ffffff; padding-top:3px;}
.module_hr { color:#ffffff; margin-top:5px; }
.module_spacer { margin: 5px 0px 5px 0px; }

.module_block_content form.module {
background-color: d8d8d8;
}


/* ############################################################################ WEBSHOP WEBSHOP WEBSHOP ############################################################## */


/* Hoofdgegevens webshop */


.site{
	margin:0 auto;
	width:1000px;
	background-position:center center;
	background-color:#fff;
	
}

.site_header{
	background-color:#d4d4d4;
	width:100%;
	float:left;
	height:170px;
}

.site_left{
	width:140px;
	margin:0px 5px 0px 0px;
	float:left;
	padding:20px 0px 0px 5px;
}

.site_middle{
	width:680;
	margin:0px 5px 0px 0px;
	float:left;
	padding-top:5px;
	color:#fff;

}

.site_right{
	width:160px;
	float:left;	
	margin:0px;
	padding-top:20px;


}

.webshop{
	width: 594px;
	margin-right:0;

}

img, span{
	border:0px solid black;
}

.module_block_head, .module_block_head_webshop, .module_block_head_hot{
	background-color:#313131;
	padding:3px;
	height:16px;
	font-weight:bold;
	color:#fff;
}

.module_block_head_action{
	background-color: #FFCC00;
	padding:3px;
	height:16px;
	font-weight:bold;
	color: #000;
}

.module_block_head_new{
	background-color: #99CCFF;
	padding:3px;
	height:16px;
	font-weight:bold;
	color:#000;
}

.module_block_content_webshop{
	background-color: #d8d8d8;
	padding: 0px;
	text-align:right;
	width:100%;
	float:left;
}

.module_block, .module_blocks{
	width:210px;
	float:left;
}

.module_blocks{
}

.module_block_head_webshop a:link,
.module_block_head_webshop a:hover,
.module_block_head_webshop a:visited { color: #FFF; } 

.module_block_head_action a:link,
.module_block_head_action a:hover,
.module_block_head_action a:visited,

.module_block_head_new a:link,
.module_block_head_new a:hover,
.module_block_head_new a:visited,

.module_block_head_hot a:link, 
.module_block_head_hot a:hover,
.module_block_head_hot a:visited{
	color:#000;
}


.main_category{
	display: none;
	text-align:right;
}

h2{
	margin:0px 0px 0px 0px;
}

.end{
	clear:both;
}


/* BEGIN NAVIGATIE == */
a.nav nav_active{
	background-color:#006600;
	color:#000;
}

a.nav{
	background-color:#CCCCCC;
	width:100%;
	display:block;
	font-size:12px;
	color:#666;
	float:left;
	padding:2px 0px 2px 0px;
}

a.nav:hover{
	background-color:#ddd;
	color:#666;
}

/* EINDE NAVIGATIE ====================================================== */

/* BEGIN FACTUUR == */
.module_factuur_content_top{
	width:100%;
	float:left;
	padding-bottom:5px;
	border-bottom:1px solid black;
	margin-bottom:10px;
}

.module_factuur_content_center{
	width:100%;
	float:left;
	padding-bottom:5px;
	border-bottom:1px solid black;
	margin-bottom:10px;
}

.module_factuur_content_content{
	width:100%;
	float:left;
	border-bottom:1px solid #e2e2e2;
}

.module_factuur_content_content_row_0{
	width:100%;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}

.module_factuur_content_content_row_1{
	width:100%;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}

.module_factuur_content_content_row_2{
	width:100%;
	background-color:#e2e2e2;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}

.module_factuur_print{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.module_factuur_content_head{
	width:23%;
	padding-left:1%;
	float:left;
	font-weight:bold;
	padding-top:5px;

}

.module_factuur_content_value{
	padding-top:5px;
	width:75%;
	padding-left:1%;
	float:left;

}

.module_factuur_editbutton{
	padding: 10px; 
	float: right; 
	width: 100%;
	text-align:right;
	font-weight: bold;

}

.module_factuur_content_head_1,
.module_factuur_content_head_3,
.module_factuur_content_head_4,
.module_factuur_content_head_5{
	width:9%;
	padding-left:1%;
	float:left;
	font-weight:bold;
	background-color:#e7e7e7;
}

.module_factuur_content_head_2{
	width:59%;
	padding-left:1%;
	float:left;
	font-weight:bold;
	background-color:#e7e7e7;
}

.webshop_orders_loop_2{
	background-color:#E7E7E7;
}

.module_factuur_content_value_2_1,
.module_factuur_content_value_2_3,
.module_factuur_content_value_2_4,
.module_factuur_content_value_2_5 {
	float:left;
	width:9%;
	padding-left:1%;
}

.module_factuur_content_value_2_2{
	float:left;
	width:59%;
	padding-left:1%;
}

.module_factuur_content_value_1_1,
.module_factuur_content_value_1_3,
.module_factuur_content_value_1_4,
.module_factuur_content_value_1_5 {
	float:left;
	width:9%;
	padding-left:1%;
}

.module_factuur_content_value_1_2{
	float:left;
	width:59%;
	padding-left:1%;
}

/* EINDE FACTUUR =================================================*/

/* BEGIN ORDER HISTORY */
.module_factuur_left, .module_factuur_right{
	width:50%;
	float:left;
}

.webshop_orders_loop_0{
	background-color:#ddd;
	width:100%;
	float:left;
	margin-bottom:5px;
	font-weight:bold;
	width:100%;
}

.webshop_orders_loop_1{
	background-color:#eee;
	width:100%;
	float:left;
	margin-bottom:2px;
	width:100%;
}

.webshop_orders_loop_2{
	width:100%;
	background-color:#f8f8f8;
	width:100%;
	float:left;
	margin-bottom:2px;
}

.webshop_orders_loop_value_1,
.webshop_orders_loop_value_2,
.webshop_orders_loop_value_4,
.webshop_orders_loop_value_5,
.webshop_orders_loop_value_6,

.webshop_orders_loop_head_1,
.webshop_orders_loop_head_2,
.webshop_orders_loop_head_4,
.webshop_orders_loop_head_5,
.webshop_orders_loop_head_6{
	float:left;
	width:15%;	
}

.webshop_orders_loop_value_3,

.webshop_orders_loop_head_3{
	float:left;
	width:25%;
}
/* EINDE ORDER HISTORY */

/* BEGIN WEBSHOP_RIGHT== */

.webshop_block{
	background-color:#eee;
	padding:0px;
	margin-bottom:30px;
	width:100%;
	float:left;
}

.webshop_block_bottom{
	margin-top:0;
}

.webshop_block_center_row_1{
	width:158px;
	padding:2px 0px 0px 2px;
	float:left;
	border-bottom: 1px solid #fff;
	height:28px;
	text-align:left;
}

.webshop_block_center_row_2{
	width:158px;
	padding:2px 0px 0px 2px;
	float:left;
	border-bottom: 1px solid #fff;
	height:28px;
	text-align:left;
}

.webshop_block_center_row_2{
	width:158px;
	padding:2px 0px 0px 2px;
	float:left;
	background-image:url(../../../images/bg_row_2.jpg);
	height:28px;
	text-align:left;
}

form.module{
	padding:10px;
}

.sb_button
{
	width: 27px;
	height: 27px;
	dislplay:block;
	font: bold 7pt Calibri, Arial, Helvetica, sans-serif;
	border: 0px;
	background:none;
}

span.webshop_block_subproduct{
	font-size:10px;
	font-weight:normal;
}

.webshop_block_center_itemname{
	width:100%;
	float:left;
	color:#444;
	font-weight:bold;
}

.webshop_block_center_price, .webshop_block_center_amount{
	font-size:10px;
	width:50%;
	float:left;
}


/* ========================================================================= */


/* BEGIN MAIN PAGINA == */

	/* BEGIN BLOKKEN WEERGAVE ==*/
	.main_product_1,
	.main_product_new,
	.main_product_action{
		float:left;
		height:15em;
		width:265px;
		margin:0 10px 20px 0px;
		padding:10px;
		border:1px solid #e2e2e2;
		overflow: hidden;
	}


	.main_product_2{
		float:left;
		height:15em;
		width:265px;
		margin:0 0 20px 10px;
		padding:10px;
		border:1px solid #e2e2e2;	
		overflow: hidden;
	}

	.product_right{
		float:left;	
		width:155px;
	}

	.product_left{
		float:left;
		width:100px;
		margin-right:10px;
	}
	/* == EINDE BLOKKEN WEERGAVE*/

		/* BEGIN RIJ WEERGAVE ==*/
		.main_product_1_rows{
			float:left;
			background-color:#f9f8f8;
			margin:0px 5px 5px 0px;
			padding:10px;
			border:1px dashed #d6d6d6;
		}

		.main_product_2_rows{
			float:left;
			background-color:#f0f0f0f;
			margin:0px 5px 5px 0px;
			padding:10px;
			border:1px dashed #e0e0e0;
		}

		.main_product_new_rows{
			float:left;
			background-color:#f0f0f0f;
			margin:0px 5px 5px 0px;
			padding:10px;
			border:1px dashed #e0e0e0;
		}

		.main_product_action_rows{
			float:left;
			background-color:#f9f8f8;
			margin:0px 5px 5px 0px;
			padding:10px;
			border:1px dashed #e0e0e0;
		}

		.product_right_rows{
			float:left;	
			width:510px;
			margin-left:10px;
		}

		.product_left_rows{
			float:left;
			width:120px;
		}
		/* == EINDE RIJ WEERGAVE*/

.webshop_available{
	font-weight:bold;
	color:#00ff00;	
}

.webshop_notavailable{
	font-weight:bold;
	color:#990000;
}

.main_afbeelding{
}

.main_afbeelding:hover{
	border:0px solid #fff;
}

.main_item_price,
.product_price,
.product_title,
.product_comment_top,
.module_title,
.webshop_block_top{		/* product_price en product_title hoort ook bij product pagina */
	color:#000;
	font-weight:normal;
}

.product_title {
	float: left;
	}

.main_item_price{
	font-size:16px;
	font-weight:bold;
	float:left;
	width:100%;
	text-align:right;
	color: #363636;
	margin-top: 10px;
}

.main_item_rating, .rating_stars{		/*ratings_stars hoort bij de producten pagina */
	text-align:right;
	margin-top:5px;
	float:left;
	width:100%;
}

.product_title, .product_comment_top{
	margin-bottom:5px;
	border-bottom:1px solid #fff;
	text-align:left;
	width:100%;
}

.main_item_titlelink{
	text-decoration:none;
	font-size: 16px;
	width: 100%;
}
.main_item_titlelink:hover{
	color:#819d6b;
	text-decoration:none;
}

.field01 {
	width: 100%;
	}

.field2,
.field4,
.field6,
.field8,
.field10,
.field12,
.field14{
width: 155px;
}

.field2 {
	height: 110px;
	}

.field5,
.field7,
.field9,
.field11,
.field13,
.field15{
}
.field3,
.field1{
	font-weight:bold;
}
.product_info{
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}

.product_link{
	font-weight: bold;
	margin-top:10px;
}

.product_link a {
	color: #455266;
}

a{
	color:#000;
	text-decoration:none;	
}

a:hover{
	text-decoration:underline;
}


.main_cartlink{
	float:left;
	color:#FF6600;
	font-weight:bold;
	width:100%;
	margin:5px 0px 5px 0px;
	font-size:12px;
	}


.main_cart{
	margin-top:5px;
	width:100px;
}

img.cart{
	background-image: url(http://f650gs.nl/template/classic_offroad_vervolg/subnav-ervaringen/images/btn_cart.png);
	width:28px;
	height:26px;
	display:block;
	border:0;
	float:right;
}


img.cart:hover{
	background-image: url(http://f650gs.nl/template/classic_offroad_vervolg/subnav-ervaringen/images/btn_cart.png);
	border:0;
}

.main_item_info{
	text-align:right;
	margin-top:2px;
	margint-bottom:2px;
}

 .product_available{
	margin-top:15px;
	text-align:right;
}
.main_pagelink,
.product_pagelink{
	float:left;
	width:100%;
	font-size:11px;
	text-align:center;
	margin-bottom:10px;
}
.product_backlink{
	float:right;
	width:100%;
	font-size:12px;
	font-weight: bold;
	text-align:right;
	margin-bottom:10px;
	padding-right:10px;
}
.extra_1, .extra_2{
}

.extra_action{
	width:50px;
	height:50px;
	margin:-15px 0px 0px -15px;
	display:inline block;
	background-image:url(../../../images/buttons/button_action.png);
	position:absolute;
	border:0;
	float:none;
}

.extra_new{
	width:50px;
	height:50px;
	margin:-15px 0px 0px -15px;
	display:block;
	background-image:url(../../../images/buttons/button_new.png);
	position:absolute;
	border:0;
}
/* EINDE MAIN PAGINA =================================================================================================================================*/


/* BEGIN PRODUCTEN PAGINA == */
.product_main{
    color:#666;
	font-size:12px;
	text-align:justify;
	width:700px;
}

.cart_product_head_1{
	background-image:url(../../../images/bg_product_head_1.jpg);
	height:39px;
	margin-bottom:5px;
}

.product_add_comment{
	width:100%;
	float:left;
	margin-top:5px;
}

.cart_product_head_2{
	background-image:url(../../../images/bg_product_head_2.jpg);
	height:39px;
	margin-bottom:5px;
}

.product_main_left{
	width:252px;
	margin:0px 13px 0px 0px;
	float:left;
	text-align:right;
}

.product_main_right{
	width:319px;
	text-align:justify;
	float:left;
	padding-right:10px;
}

.product_center{
	display: none;
	width:100%;
	padding-top:5px;
	border-bottom:1px solid #d9d9d9;
	margin-top:55px;
	float:left;
}

.field_main_1, .field_main_2{
	border-left:1px solid #d9d9d9;
	border-top:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	float:left;
	width:100%;
	background-color:#dfdfdf;
}

.field_main_2{
	background-color:#e2e2e2;
}

.field_head_1,
.field_head_2{
	width:29%;
	float:left;
	padding-left:1%;
}

.field_value_1,
.field_value_2{
	float:left;
	padding-left:1%;
	width:69%;
	background-color:#eee;
}

.product_fieldlist{
	float: left;
	text-align:justify;
	margin-top:5px;
	font-size:11px;
	font-weight:normal;
	width: 155px;
}

.product_fields{
	text-align:justify;
	font-size:11px;
	font-weight:normal;
	width:100%;
}

.product_item_info,
.product_cart{
	text-align:right;
	margin-top:5px;
	float:left;
	width:100%;
}


.product_afbeelding_thumbs{
	margin-top:2px;
	width:100%;
}

img.webshop_img_border_normal{
	margin:2px;
	border:0px solid red;
	height:60px;
	width:80px;
	float:left;

}

img.webshop_img_border_active{
	margin:inherit;
	width:80px;
	height:60px;
	margin:1px 1px 1px 1px;
	vertical-align:top;

}
.webshop_img_arrow{
	margin:1px;
	float:left;
}

span.webshop_img_active{
	width:80px;
	margin-top:-22px;
	height:22px;
	padding:0px;
	position:absolute;
	background-image:url(../../../images/buttons/button_img_active.png);
	display:inline block;
}


span#rating_txt{
	float:right;
	margin-top:2px;	
}

.main_variantselect{
	text-align:right;
	margin-bottom:2px;
}

.product_variantselect{
	text-align:right;
	margin-top:25px;
}

select.module_dropdown{
	border:1px solid green;
}

/* EINDE PRODCUTENPAGINA ================================================================ */

/* BEGIN WINKELMANDJE == */

.cart_total_form{
	margin: 10px 0 0 0;
	background-color:#F9F8F8;
	font-size:12px;
	color:#666;
	width:100%;
}

.cart_total_fieldnames{
	float:left;
	padding-bottom:8px;
	width:100%;
	border-bottom: 1px double #e2e2e2;
		font-weight:bold;
}

	.cart_field1 {
		color:#000;
		width: 37%;
		float: left;
		}

	.field_variant {
		color:#000;
		width: 15%;
		float: left;
		}

	.field_count {
		color:#000;
		width: 18%;
		float: left;
		}

	.field_price {
		color:#000;
		width: 18%;
		float: left;
		}

	.field_delete {
		color:#000;
		width: 12%;
		float: left;
		}

.cart_product_1{
	float:left;
	padding: 10px 0 9px 0;
	width:100%;
	border-bottom: 1px double #e2e2e2;
}

.cart_product_2{
	float:left;
	padding: 10px 0 9px 0;
	width:100%;
	border-bottom: 1px double #e2e2e2;
}

.cart_product_amount,
.cart_product_price{
	float:left;
	width:100%;
	padding-left:10px;
}

.cart_product_fields{
	width:530px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
.cart_product_image{
	width:120px;
	float:right;
	text-align:right;
	padding-right:5px;
}
.cart_total_price{
	margin-top:15px;	
	width:574px;
	height: 27px;
	text-align:center;
	background-color: #e2e2e2;
}

.cart_total_price{
	float:left;	
	padding: 10px;
}


.cart_total_buttons {
}

.cart_total_items{

}

.cart_total_left {
	float: left;
	width: 50%;
	text-align: left;
	font-weight: bold;
	color: #000;
	padding: 5px 0 0 0;
	}

.cart_total_right {
	float: left;
	width: 50%;
	text-align: right;
	font-weight: bold;
	color: #000;
	}






/* EINDE WINKELMANDJE =================================================================== */

/* BEGIN REVIEWS == */

.product_bottom{
	width:100%;
	padding-top:5px;
	margin-top:5px;
	float:left;
}

.webshop_comment{
	margin-bottom:30px;
}

.webshop_comment_top{

}

.webshop_comment_top_left{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#444;
	width:62%;

}

.webshop_comment_top_right{
	float:right;
	width:38%;
	font-size:10px;
	color:#000;

}

.webshop_comment_center{
	width:100%;
	margin-top:10px;
	float:left;
	font-size:12px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #444;

}

.

/* EINDE REVIEWS ======================================================================== */


/* BEGIN MENU TOP -- */
.main_categoryblock{
	width:100%;
	color:#666;
	background-color:#F9F8F8;
	border:1px solid #666;
	height:70px;
}

.webshop_category_top{
	font-weight:bold;
	color:#444;
	margin:5px 0px 5px 0px;
	padding-bottom:5px;
	border-bottom:1px dashed #D6D6D6;
}

.webshop_category_main{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	
	
	}

.webshop_category_row{
	float:left;
	margin-bottom:5px;
	width:100%;
}

.webshop_category_item {
	float:left;
	margin-right: 15px;
	font-size: 16px;
	font-weight: bold; 
}

.webshop_category_item a {
	font-size: 16px;
	font-weight: bold; 
}

/* EINDE MENU TOP ======================================================================== */

/* BEGIN GROTE AFBEELDING */
.product_large_image{
	width:100%;
	float:left;
	text-align:center;
}


.product_thumbs{
	float:left;
	width:100%;
	text-align:center;
	margin-top:1px;

}

/* EINDE GROTE AFBEELDING ================================================================ */

/* BEGIN BETAAL FORMULIER */

.webshop_shipping_row {
	background-color:#DFDFDF;
	float:left;
	width:100%;
}

.webshop_shipping_head{
	width:29%;
	padding-left:1%;
	float:left;	
	font-size:11px;
}
	
.webshop_shipping_value{
	width:69%;
	padding:2px 0px 2px 1%;
	float:left;
	background-color:eee;	

}

.module_textbox{
	height:18px;

}

.module_title{
	padding:0px;
	color: #fff;
}

.module_title a{
	color: #000;
}

.module_content img {
	margin:5px;
	}

/* EINDE BETAAL FORMULIER ================================================================ */

	
