@CHARSET "ISO-8859-1";

.stappen_tabel{
list-style:none;
margin:10px 0 0 30px;
padding:0;
text-align:center;
}
	.stappen_tabel li{
	float:left;
	text-align:center;
	cursor:pointer;
	width:200px;
	}
		.stappen_tabel li h4{
		padding:25px 0;
		margin:0;
		}	
		
.list_txt{
color:#ffffff;
text-align:center;
}

.sticker{
width:200px;
height:75px;
background:url(../images/godshop/sticker_xxxl.png) center no-repeat;
text-align:center;
color:#ffffff;
}
.sticker_not{
width:200px;
height:75px;
background:url(../images/godshop/sticker_xxxl_not.png) center no-repeat;
text-align:center;
color:#519fbe;
}

#winkelmand{
color:#ffffff;
}

	.light{
	height:84px;
	background:url(../images/godshop/shop/light_bg.png);
	}
	.dark{
	height:84px;
	background:url(../images/godshop/shop/dark_bg.png);
	}
	.padding{
	padding:0 0 0 15px;
	}

.shop_h1{
font-size:25px;
padding:0 0 0 15px;
color:#ffffff;
}	

.samenvatting{
padding:5px 0 5px 15px;
background:#545456;
color:#ffffff;
}

.gegevens{
padding:5px 0 5px 15px;
font-size:13px;
color:#ffffff;
margin:20px 0;
}

.controle{
background:#fff;
border:1px solid #FBC2C4;
color:#8A1F11;
font-size:14px;
width:auto;
margin:20px 0 1px 0;
text-align:center;
}


.shop_cat_img{
margin:0 0;
position:relative;
float:left;
padding:0 5px 0 40px;
}
.shop_cat_titel{
padding:0 0;
float:left;
text-align:center;

}

.shop_row{
width:298px;
height:33px;
background:#404040;
}
.shop_bottom{
width:278px;
padding:4px 10px 3px;
background:#1f1f1f;
color:#ffffff;
text-align:right;
}
	.shop_bottom a:link{
	color:#ffffff;
	text-decoration:underline;
	}
	.shop_bottom a:visited{
	color:#ffffff;
	text-decoration:underline;
	}
	.shop_bottom a:hover{
	color:#ffffff;
	text-decoration:underline;
	}
	.shop_bottom a:active{
	color:#ffffff;
	text-decoration:underline;
	}

.shop_items_short{
list-style:none;
padding:0;
margin:10px 0 5px;
width:298px;
}
	.shop_items_short li{
	padding:3px 0 3px;
	width:298px;
	min-height:33px;
	background:url(../images/godshop/shop/shop_row.png);
	background:#424242;
	border-bottom:1px solid #5d5f5e;
	}
	.shop_short_img{
	float:left;
	padding:0 5px 0 5px;
	}
	.shop_short_naam{
	width:200px;
	float:left;
	font-size:10px;
	}
		.shop_short_naam a:link{
		color:#ffffff;
		text-decoration:none;
		}
		.shop_short_naam a:visited{
		color:#ffffff;
		text-decoration:none;
		}
		.shop_short_naam a:hover{
		color:#ffffff;
		text-decoration:none;
		}
		.shop_short_naam a:active{
		color:#ffffff;
		text-decoration:none;
		}
		
		
	.shop_short_aantal{
	margin: 0 0 0 5px;
	float:left;
	font-size:10px;
	}
	
	.shop_short_prijs{
	color:#00aeef;
	float:right;
	padding:0 5px;
	}
	

.input {
	background-color: #FFF;
	border:1px solid #5794BF;
}
.disabled {
	border: none;
	background-color: transparent;
	color: white;
}
	
.LV_validation_message{
    font-weight:normal;
    font-size: 10px;
    margin:0 8px 0 5px;
    
    /*position: absolute;
	right: 0px;*/
    float: right;
}

.LV_valid {
    color:#00AEEF;
}
	
.LV_invalid {
    color:#FF5800;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    /*border: 1px solid #87B654;
    background-color: #CCFFCC;*/
    
    border: 1px solid #00AEEF;
    background-color: #CCEFFC;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    /*border: 1px solid #CC0000;
    background-color: #FFCCCC;*/
    
    border: 1px solid #FF5800;
    background-color: #FFCDB3;
    
    
}