* {
	font-size: 11px;
	font-family: tahoma, arial, helvetica, verdana;
}

body
{
	margin: 0;
	padding: 0;
	color: #002E45;
	background-color: #F3F3F3;
	background-image: url(/shared/images/custom/page_bg.jpg);
	background-repeat: repeat-x;
}


#container
{
	width:	995px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	display: none;
}


#main_container
{
	width: 995px;
}

#left_container
{
	display: none;
	float: left;
	width: 215px;
	min-height: 100px;
}

#content_container
{
	float: left;
	width: 765px;
	min-height: 100px;
	margin-top: 15px;
}

#content_top
{
	width: 765px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-image: url(/shared/images/custom/content_top.gif);
	background-repeat: no-repeat;
}


#content
{
	width: 725px;
	min-height: 480px;
	margin: 0px;
	/* Preventing padding errors !!!*/
	padding: 1px;
	padding-left: 20px;
	padding-right: 20px;
	_padding: 0px;
	background-color: #DEDEDE;
	background-image: url(/shared/images/custom/content_bg.jpg);
	background-repeat: repeat-x;
}

#content_bottom
{
	width: 765px;
	height: 16px;
	background-image: url(/shared/images/custom/content_bottom.gif);
	background-repeat: no-repeat;
}

.shop_pager
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

.shop_pager a
{
	text-decoration: none;
}

.shop_link
{
	font-family:Tahoma,verdana,arial;
	font-size: 14px;
	line-height:16px;
	font-weight: bold;
	text-decoration: none;
	color: #3554AA;
}

.spl_title
{
	font-family:Tahoma,verdana,arial;
	font-size: 13px;
	/*height:28px;*/
	padding-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
}

.spl_short_content
{
	font-family:Tahoma,verdana,arial;
	font-size: 13px;
	text-decoration: none;
	padding-bottom: 10px;
}


.shop_spl_title
{
	font-family:Tahoma,verdana,arial;
	font-size: 24px;
	/*height:28px;*/
	padding-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
}


.spl_price,
.list_spl_price
{
	display: block;
	width: 100%;
	height:28px;
	font-family:Tahoma,verdana,arial;
	font-size: 24px;
	font-weight: bold;
	color: #BA0A0B;
	text-decoration: none;
	/*text-align: center;*/
}
.list_spl_price
{
	position: absolute;
	height:30px;
	line-height: 30px;
	width: 180px;
	top: 270px;
	left: 0px;
	text-align: center;
	
}

.spl_price
{
	margin-top: 50px;
	margin-bottom: 50px;
}

.shop_list
{
	width: 765px;
	
	/*clear: both;*/
}

.shop_list_item
{
	float: left;
	position: relative;
	width: 340px;
	height: 340px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #A2CDED;
	background-color: white;
	text-decoration: none;
	overflow: hidden;
}

.shop_list_image
{
	display: block;
	float: left;
	width: 180px;
	height: 180px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.shop_list_item_info
{
	float: left;
	width: 150px;
	margin-left: 5px;
}

#shop_item_container
{
	width: 765px;
}
.shop_item_image_container
{
	display: block;
	float: left;
	width: 300px;
	height: 300px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	/*border: 1px solid #A2CDED;*/
}
.shop_item_image
{
	display: block;
	width: 300px;
	height: 300px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	/*border: 1px solid #A2CDED;*/
}

#shop_item_images_thumb
{
	float: left;
	width: 100px;
}
.shop_item_images_thumb
{
	float: left;
	width: 100px;
	height: 100px;
}

.shop_item_image_thumb
{
	width: 80px;
	height: 80px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	border: 5px solid #D2E5F5;
	cursor: pointer;
}

.shop_item
{
	float: left;
	width: 300px;
	min-height: 300px;
	margin-left: 20px;
	/*border: 1px solid #A2CDED;*/
}

.shop_item_notice
{
	height: 30px;
	width: 100%;
	color: red;
}

.shop_list form,
#shop_item form
{
	display: block;
	margin: 10px;
	width: 100%;
	text-align: center;
}

.order_input
{
	width: 30px;
	padding: 3px;
	border: 1px solid #A2CDED;
	text-align: center;
}

.order_btn
{
	width: 70px;
	padding: 3px;
	border: 1px solid #A2CDED;
	background-color: #D2E5F4;
	text-align: center;
}

.amount
{
	width: 30px;
	padding: 3px;
	border: 1px solid #A2CDED;
	text-align: center;
}

.shop_order_info
{
	display: none;
}

#order_items_container
{
	float: left;
	width: 425px;
	
}

#order_table
{
	width: 100%;
	border-width: 1px;
	border-spacing: 0px;
	border: 1px solid #A6CFEB;
}

#order_table th
{
	padding: 3px;
	text-align: left;
	border: 1px solid white;
	background-color: #A6CFEB;
}

#order_table td
{
	padding: 3px;
	text-align: left;
	border-bottom: 1px solid #A6CFEB;
}

.order_table_col
{
	width: 70px;
}

#order_user_container
{
	float: left;
	width: 280px;
	padding-left: 10px;
	
}






#shop_login,
#shop_register
{
	display: none;
	margin-top: 10px;
}

#footer_container
{
	width: 100%;
	height: 34px;
	margin-top: 10px;
	background-image: url(/shared/images/custom/footer_bg.gif);
	background-repeat: repeat-x;
}

#footer
{
	display: none;
}


#credit
{
	width: 100%;
	height: 20px;
	margin-top: 10px;
	text-align: center;
}

#linker_col
{
	float: left;
	width: 250px;
	background-color: #A7A5B3;
	padding-top: 1px;
	padding-bottom: 1px;
}

.news_content
{
	margin: 2px;
	margin-top: 0px;
	padding-bottom: 5px;
	background-color: #D1D3E0;
}

.news_title
{
	height: 15px;
	padding: 5px;
	margin: 2px;
	margin-bottom: 0px;
	color: #FFA800;
	background-color: #594E57;
}

.show_news
{
	margin-left: 180px;
	color: #D88E00;
	text-decoration: none;
}
#mid_col
{
	float: left;
	width: 519px;
	padding-left: 10px;
	padding-right: 10px;
}

/* BEGIN MENU */

#menu_container
{
	display: none;
}




#credit a
{
	text-decoration: none;
	color: black;
}

#credit a:hover
{
	font-weight: bold;
	color: black;
}


#search_container input
{
	width: 120px;
	border: 1px solid gray;
	padding: 0px 5px;
	margin-bottom: 5px;
}


input[type=submit],
#search_container input[type=submit],
#login_container input[type=submit],
#shop_login input[type=submit]
{
	width: 115px;
	height: 24px;
	line-height: 24px;
	border: 0;
	background-image: url('/shared/images/custom/button_bg.gif');
	background-color: transparent;
}


h1,h2, h4.blauw, h4
{
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #6CB5E0;
}

h2
{
	font-size: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}

h5.blauw p.blauw, h5 p.blauw
{
	font-size: 13px;
	color: black;	
	padding-bottom: 0px;
	margin-bottom: 2px;
}

/*h3 is larger then h1, due to history we can't enlarge h1, thats why we use h3 for the biggest*/
h3
{
	font-size: 22px;
	color: #6CB5E0;
}

hr
{
	background: #8093A2;
	margin: 0px;
	border: none; 
	border-top: 1px solid #8093A2; 
	height: 0px; 
}

.error
{
	color: red;
}

.required
{
	color: red;
}

.clear
{
	clear: both;
}

.preload
{
	display: none;
}

.fleft
{
	float: left;
}

.fright
{
	float: right;
}

img
{
	border: none;
}

