/*
PRODUCT LIST
*/

hr {
	border: none;
	background-color:#efefef;
}
#shop_detail {
	width:900px;
	min-height: 547px; 
	background-color:#fbfbfb;
	z-index:6;
	display:none	
}

#sharethisContainer {	
	right:158px; 
	display:block; 
	z-index:9999;
}

.shop_product_listitem {
	float: left;
	/* width: 158px;  */
	/* height: 147px; */ /* 155-2*4 */
	width:190px;
	height:160px;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:8px;
	background-color:white;
	border:1px solid #f3f3f3;
	line-height:10pt;
	padding:4px 5px;
	position: relative;
	text-align: center;
}

/*
.shop_product_listitem {
	float: left;
	 width: 115px;  
	 height: 147px;  
	margin-left:2px;
	margin-right:1px;
	margin-bottom:8px;
	background-color:white;
	border:1px solid #f3f3f3;
	line-height:10pt;
	padding:4px 5px;
	position: relative;
	color:green;
}

.shop_product_listitem div.img {
 width: 60px; 
 height: 60px; 
text-align: center;
margin: auto;
}
*/


img.overlay {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.shop_product_listitem_price {
	color:#333;
	padding:4px 0; 
	font-size:13pt;
	font-family: Blibbo;
}
#shop_slider .shop_product_listitem_price {
	
}
.shop_product_listitem_price em {
	text-decoration: line-through;
	color: #CDCDCD;
}
.shop_product_listitem_price strong {
	color: rgb(72,166,41);
}
.shop_product_listitem div.img {
	width: 146px;
	height: 100px;
	/*border: 1px solid black; */
	text-align: center;
	margin:auto;
}
.shop_product_listitem h3 {
	font-size: 12px;
	height: 30px;
	font-weight: normal;
}

.clear {
	clear:both;
}

a.product_title {
	text-decoration:none;
	font-size: 9pt;
	text-align:left;
}

a.product_title:hover {
	text-decoration:underline;
}

.slideLeft,
.slideRight {
	cursor:pointer;
}

#productCounter {
	float:right; 
	margin-right:
	40px; color:#d91044; 
	height:40px;	
 
}

.productHeader {
	float:left; 
	width:360px;
}

.categoryHeader {
	float:left; 
	width:82px; 
	color:black;
	cursor:pointer;
	background-image:url(/images/select_open.png); 
	background-position: 100% 7px;
	background-repeat: no-repeat;
}

.cat_item:hover {
	color:black;
}

.prevNav_container {	
	width:32px; 
	height:505px; 
	float:left;
}

.prevNext_container {
	width:32px; 
	height:505px; 
	float:left;
}
#category_menu_container {
	position:absolute;
	right:72px;
	width:280px;
	display:none;
	z-index:90;
}
#category_menu {
	cursor:pointer; 
	margin-top:0px; 
	background-color: #999; 
	padding:10px; 
	color: white; 
	font-size:11pt; 
	opacity:0.9; 
}
#category_menu a {
	color: white; 
	font-size:11pt;
	text-decoration: none;
}
#category_menu a:hover {
	color: black;
}
#category_menu .ident {
	margin-left: 20px;
}
/* PRODUCT DETAIL */
.backToResults {
	position: absolute; 
	height:20px;
	background-color:white; 
	padding:10px; 
	cursor:pointer; 
	font-weight:bold; 
	color:#e61346;
}

.productImage {
	width:350px;
	height:450px; 
	float:left; 
	background-color: #ffffff; 
	display:block;
}

.productSpacer {
	margin:50px;	
}

.productInformation {
	width:390px; 
	padding-right:10px; 
	background-color:white; 
	float:left; 
	display:block;
}

.productNameTitle {
	color:#e50a3f; 
	font-family:Blibbo;
	font-size:18pt; 
	margin-bottom:10px; 
	margin-top:5px;
	letter-spacing: 0.03em;
}

.productArticle {
	color:#76777a; 
	height:30px;
}

.productHR,
.productHR2 {
	width:100%; 
	height:2px; 
	background-color:#f5f5f5;
	margin-bottom:20px;
}
.productHR2 {	
	margin-bottom:10px;
}

.productQuantity {
	color:#76777a; 
}
.productQuantity .column {
	float: left;
	width: 40%;
	margin-right: 20px;
}
.product_subtitle {
	font-size:10pt;
	color:#76777a;
	display: block;
}

.product_nrOfItems {
	width:150px; 
	background-color:#6d6e71;
	color:white;
}

.product_ordernow {
	clear: left;
	padding-top: 20px;
}

.product_order_bag {
	width:48px; 
	height:85px; 
	background-image:url(/images/tasje.png);
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
	
}

.order_button {
	position: relative;	
	behavior: url(/css/pie.htc);	
	background-color:#e61346; 
	border:1px solid #e61346;
	color:#fae3e9; 
	padding:2px; 
	margin-top:30px;	
	cursor:pointer;
}

.order_button:hover {
	background-color:#323232;
}

.productDescription {
	font-size:10pt; 
	line-height:14pt;
	color:#707174;
	padding:0px;
}

.productDescription_title{
	color:#616263;
	font-size:10.5pt
}

.product_origin {
	width:150px; 
	height:450px; 
	background-color:white; 
	float:right; 
	display:block;	
}

.product_origin_image{
	margin-left:18px; 
	margin-top:10px;
}

.product_advice {
	float:right; 
	width:560px; 
	height:110px; 
	background-color:white; 
	margin-top:10px; 
	font-size:10pt;
	color:#707174;
}

.product_advice_title {
	color:#616263;
	font-size:10.5pt
}

.product_advice_item {
	float:right; 
	width:105px; 
	height:110px; 
	background-color:white; 
	margin-right:10px;
	margin-top:5px;
	text-align:center;
}
#product_thumbs {
	position: absolute;
	width: 350px;
	top: 502px;	
}
.product_thumb {
	float:left;
	width:105px; 
	height:110px; 
	display:block;  
	background-color:white; 
	margin-right:10px; 
	text-align:center;
}

.subproduct_thumb_image,
.product_thumb_image {
	display:block;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:10px; 
	text-align:center;
	cursor:pointer;
}

/* Shopping Cart page */

#cart_container {
	background-color:white; 
	padding:10px; 
	font-size:14px;	
}

.checkorder_cart_product_header,
.cart_product_header {
	float:left;
	height:30px;
	width:240px; 
	margin-left:60px; 
	color:#4a4a4a; 
	border-bottom: 1px solid #f5f5f5;
}

.checkorder_cart_product_header{
	margin-left:0px;
	font-size:10pt;
}

.checkorder_quantity_header,
.cart_quantity_header {
	float:left;
	height:30px; 
	width:130px; 
	color:#4a4a4a;
	border-bottom: 1px solid #f5f5f5;
}

.checkorder_quantity_header {
	font-size:10pt;
}

.checkorder_cart_price_header,
.cart_price_header {
	float:left;
	height:30px; 
	width:130px; 
	color:#4a4a4a;
	border-bottom: 1px solid #f5f5f5;
}

.checkorder_cart_price_header {
	font-size:10pt;
} 

.checkorder_cart_total_header,
.cart_total_header {
	float:left;
	height:30px; 
	width:50px; 
	color:#4a4a4a;
	border-bottom: 1px solid #f5f5f5;
}

.checkorder_cart_total_header {
	font-size: 10pt;
}

.cart_packshot {
	height:60px;
	width:60px;
	float:left;
}

.checkorder_cart_product,
.cart_product {
	float:left;
	margin-top:12px; 
	width:240px; 
	color:#ea3763;
	border-bottom: 1px solid #f5f5f5;
	height:34px;
}

.checkorder_cart_product {
	width:180px;
	font-size:10pt;
}

.checkorder_cart_quantity,
.cart_quantity {
	float:left;
	width:130px; 
	margin-top:12px;
	height:34px;
	border-bottom: 1px solid #f5f5f5;	
}

.checkorder_cart_quantity {
	font-size:10pt;
}

.cart_quantity_box {
	width:44px; 
	height:19px; 
	border:1px solid black; 
	color:#848588; 
	text-align:left;
	
}

.checkorder_cart_price,
.cart_price {
	float:left;
	margin-top:12px;	 
	width:130px; 
	color:#848588;
	height:34px;
	border-bottom: 1px solid #f5f5f5;
}
.checkorder_cart_price em,
.cart_price em {
	display: none;
	text-decoration: line-through;
	color: #CDCDCD;
}
.checkorder_cart_price strong,
.cart_price strong {
	font-weight: normal;
}
.checkorder_cart_price {
	font-size:10pt;
}

.checkorder_cart_total,
.cart_total {
	float:left;
	margin-top:12px;
	color:#848588;
	height:34px;
	border-bottom: 1px solid #f5f5f5;
}

.checkorder_cart_total {
	font-size:10pt;
}

.cart_remove_item {
	background-color:#a7a9ac; 
	cursor:pointer; 
	height: 19px; 
	width:22px; 
	margin-top:2px; 
	border:1px solid #a7a9ac; 
	border:0px; 
	margin-top:2px; 
	margin-left:8px;
}

.cart_button {	
	background-color: #E61346;
    border: 1px solid #E61346;
    border-radius: 2px;
    color: #FAE3E9;
    cursor: pointer;    
    padding: 2px;
    font-weight: bold;
    font-family: Verdana;
}

.button_pay {
	margin-top: 20px;
	width:140px;
	margin-left:40px;
	font-weight:bold;
	color:white;
	margin-bottom:10px;
}

.login,
.href_button {
	color:white;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
}

.login {
	width: 60px;
	height: 20px;
}
.login:hover,
.href_button:hover {
	background-color:#323232;
}

.cart_totalbox {
	color: #4A4A4A; 
	float:right;  
	width: 220px;
}

.cart_totalbox_title {
	height:30px; 
	border-bottom: 1px solid #F5F5F5; 
	margin-bottom:8px; 
	color:#2e2e2e;
}

.cart_totalbox_quantity_title {
	float:left; 
	width:150px; 
	color:#848588;
}

.cart_totalbox_quantity {
	float:left; color:#848588;
}

.cart_totalbox_total_title {
	float:left; 
	width:150px; 
	border-bottom: 1px solid #F5F5F5; 
	margin-bottom:10px; 
	height:30px; 
	color:#848588;
}

.cart_totalbox_total{
	float:left; 
	color:#848588; 
	border-bottom: 1px solid #F5F5F5; 
	height:30px;
}

.cart_totalbox_grandtotal {
	float:left; 
	color:#2e2e2e; 
	width:150px; 
	font-size:16px;
}

.cart_totalbox_finalprice {
	float:left; 
	color:#2e2e2e;
}

.default_container,
.check_order {
	padding:10px;
	background-color:white;
}

.check_order_leftFloat {
	float:left;
}

.check_order_section {
	float:left; 
	margin-top:6px; 
	font-size:11pt; 
	color:#313131; 
	font-weight:bold;
}

.check_order_section_edit {
	float:right; 
	margin-left:8px;
	margin-top:3px;
}

.check_order_section_text {
	font-size:10pt; 
	color:#4A4A4A;
	letter-spacing:0.1px;
}

/* LOGIN */
.login_container { 
	background-color:white;
}

.login_left {
	float:left; 
	width:320px; 
	padding:10px; 
	font-size:14px;
	margin-top:10px; 
	height:300px;
}

.login_left_email {
	float:left; 	
	width:120px; 
	height:28px;
}

.login_right {
	float:left; 
	width:300px; 
	height:300px; 
	background-color:white; 
	padding:10px; 
	font-size:14px; 
	border-left:1px solid silver; 
	margin-top:10px; 
	margin-bottom:10px;
}

.login_input {
	width:180px;
}

/* SHop - steps */

a, .shoplink {
	color:#e61346;
	font-size:9.5pt;
}

#shopstep_container{
	float:right; 
	width:280px;
	margin-top:50px;
}

.shopstep_item {
	border:1px solid #f1f1f1; 
	background-color:white;		
	margin-bottom:5px;
	font-size:10pt;		
}

.shopstep_cart_header {	
	font-size:10.4pt;
	padding: 3px;
}

.shopstep_cart_edit {
	float:right; 
	font-size:9pt;
	padding:5px;	
}

.shopstep_cart_left {
	float:left; 
	width:200px; 
	font-size:9pt;
	margin-top:4px;
	padding-left:5px;
	color:#6d6e71;
}

.shopstep_cart_right {
	float:left;
	font-size:9pt;
	margin-top:4px;
	text-align:right; 
	width:60px;
	color:#6d6e71;
}
	
.shopstep_left {
	float:left; 
}

.shopBold {
	font-weight:bold;
}

.passive_step {
	background-color:#d1d3d4;
	color:white;	
}

.active_step {	
	background-color:#e61346; 
	color:white;	
}

.shopstep_hr {
	border-bottom: 1px solid #f0f0f0; height:1px;
}

.shopstep_address {
	color:#6d6e71; 
	font-size:8pt;
	padding:5px;
	letter-spacing:0.1px;
}	

.adresHeader {
	color: #323232;
}

.checkorder_totalPrice,
.checkorder_shippingCosts {
	float:left; 
	font-size:10pt; 
	color:#4A4A4A;
}

.checkorder_totalPrice {
	float:right;
}


.shoppingBagItems_link {
	color:white;
	text-decoration:none;
	padding:10px;

}

.shoppingBagItems_link:hover {	
	text-decoration:underline;
}

.shoppingBag_link {
 	color: #e61346;
	text-decoration:none;
}

.shoppingBag_link:hover {
	text-decoration:underline;
}

/* Order overzicht */

.orderRow {
	display:none;
	color:#6d6e71;
	margin-top:10px;
}

.order_page_title {
	color:#e61346; 
	margin-bottom:10px;
}

.order_header {
	float:left; 
	width:220px; 
	color:#323232;
}

.order_summary {
	display:block;
	width:auto;
	height:auto;		
	min-height:30px;		
}

.order_summary:hover {
	background-color:#e61346;
	color:white;
	cursor:pointer;		
}

.order_summary_orderID {
	float:left; 
	width:220px; 
	text-decoration:underline;
}

.order_summary_text {
	float:left; 
	width:220px;
}

.activeOrder,
.activeOrder:hover {
	background-color:white;
	color:#6D6E71;
}

.orderRow_product {
	float:left; 
	color:#a7a9ac;
	width:440px;
}

.orderRow_price {
	float:left; 
	color:#a7a9ac; 
	width:220px;
}

.activeSub {
	border:2px solid grey;
	padding:2px;
}

.passiveSub {
	border:none;
}
/* Herkomst */
.origin_globe {
	position: relative;	
	width:84px; 
	height:84px; 
	margin-left:20px; 
	margin-top:10px; 
	margin-bottom:10px; 	
}

.shop_list { 
margin-top:-25px;
}
#formfield_17 .selectRow,
#formfield_20 .selectRow {
	display: block;
	clear: left;
}
#formfield_17 .selectRow input,
#formfield_20 .selectRow input {
	float: left;
	margin-top: 33px; 
}
#formfield_17 .selectRow .selectlabel,
#formfield_20 .selectRow .selectlabel {
	padding-left: 130px;
	background-repeat: no-repeat;
	background-position: 26px 0;
	background-size: 100px;
	min-height: 76px;
	border: 1px solid #EEE;
	margin: 8px 0;
	display: block;
}
#lbl_cms_form_1_17_1 {
	background-image: url('/images/bezorg1.png');
}
#lbl_cms_form_1_17_2 {
	background-image: url('/images/bezorg2.png');
}
#lbl_cms_form_2_20_1 {
	background-image: url('/images/afhalen.png');
}
#lbl_cms_form_2_20_2 {
	background-image: url('/images/pakjegemak.png');
}
#lbl_cms_form_2_20_3 {
	background-image: url('/images/postnl.png');
}
h2 {
	font-family: Blibbo;
	color: #ea3763;
}
.uitleg {
	width: 600px;
}