/* ********************************************************************************* */
/* SHOP CATEGORY */
/* ********************************************************************************* */

.shoplist_row0 {
	width:610px;
	height:121px;
	background:url(../media/image/shop_catlist_bg0.gif) repeat-x;
	overflow:hidden;
}
.shoplist_row1 {
	width:610px;
	height:121px;
	background:url(../media/image/shop_catlist_bg1.gif) repeat-x;
	overflow:hidden;
}

.shoplist_pixel {
	width:610px;
	height:1px;
	float:left;
}
.shoplist_image {
	width:120px;
	height:120px;
	overflow:hidden;
	float:left;
}
.shoplist_content {
	width:490px;
	height:120px;
	overflow:hidden;
	float:left;
}
.shoplist_content_padding {
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:13px;
}
.shoplist_content_text{
	width:450px;
	height:63px;
}
.shoplist_content_button, .shoplist_content_button a, .shoplist_content_button a:link, .shoplist_content_button a:visited, .shoplist_content_button a:active{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size:11px; color:#FFFFFF; font-weight: bold; text-decoration:none; text-align:center;
	width:150px;
	height:25px;
	background:url(../media/image/button_blauw.gif) no-repeat;
	display:block;
	overflow:hidden;
}
.shoplist_content_button a:hover {
	background:url(../media/image/button_rood.gif) no-repeat;
}

/* ********************************************************************************* */
/* SHOP DETAILS */
/* ********************************************************************************* */
#shopdetail_images {
	width:370px;
	overflow:hidden;
	float:left;
}
#shopdetail_spacer {
	width:30px;
	height:360px;
	float:left;
}
#shopdetail_text {
	width:210px;
	float:left;
}

.shopdetail_text_button, .shopdetail_text_button a, .shopdetail_text_button a:link, .shopdetail_text_button a:visited, .shopdetail_text_button a:active{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size:14px; color:#FFFFFF; font-weight: bold; text-decoration:none; text-align:center;
	width:210px;
	height:60px;
	background:url(../media/image/button_big_blauw.gif) no-repeat;
	display:block;
	overflow:hidden;
}
.shopdetail_text_button a:hover {
	background:url(../media/image/button_big_rood.gif) no-repeat;
}

.shopdetail_text_space {
	width:210px;
	height:20px;
}
.shopdetail_text_line {
	width:210px;
	height:1px;
	background-color:#e4312c;
}
#header_shop_breadtitel {
	width:300px;
	height:25px;
	float:left;
	text-align:left;
}
#header_shop_breadcrumbs {
	width:310px;
	height:25px;
	float:left;
	text-align:right;
}


/* ********************************************************************************* */
/* SHOP FORM */
/* ********************************************************************************* */
#shopform_header{
	width:610px;
	height:25px;
	background:url(../media/image/shop_form_header.gif) no-repeat;
}
#shopform_content{
	width:610px;
	background:url(../media/image/shop_form_bgstretch.gif) repeat-y;
}
#shopform_footer{
	width:610px;
	height:25px;
	background:url(../media/image/shop_form_footer.gif) no-repeat;
}
#shopform_content_formspace{
	width:20px;
	height:200px;
	float:left;
}
#shopform_content_text {
	width:610px;
	float:left;
}
#shopform_content_list {
	width:608px;
	float:left;
}
#shopform_content_form{
	width:570px;
	float:left;
}
#shopform_content_list_row {
	width:608px;
}


