* {
	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
{
	position: relative;
	width:	995px;
	height: 223px;
}

#header_logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 70px;
	/*
	background-image: url(/shared/images/custom/logo.png);
	background-repeat: no-repeat;
	*/
}

#banner_marquee
{
	position: absolute;
	width: 700px;
	right: 0px;
	top: 10px;
	color: red;
	font-weight: bold;
}

#header_mob
{
	display: none;
	position: absolute;
	top: 0px;
	right: 10px;
	width: 502px;
	height: 220px;
	background-image: url(/shared/images/custom/header_mob.jpg);
	background-repeat: no-repeat;
}

#flash_banner1
{
	position: absolute;
	top: 40px;
	right: 10px;
}

#flash_banner2
{
	position: absolute;
	top: 40px;
	right: 310px;
}

#login_container
{
	position: absolute;
	top: 80px;
	left: 80px;
	width: 150px;
	height: 100px;
	color: white;
	font-weight: bold;
	text-align: center;
	/*
	background-color: maroon;
	*/
}

#password_container
{
	position: absolute;
	display: none;
	top: 80px;
	left: 80px;
	width: 150px;
	height: 100px;
	color: white;
	font-weight: bold;
	text-align: center;	
}

#login_container input,
#password_container input,
#shop_login input
{
	width: 120px;
	border: 1px solid gray;
	padding: 0px 5px;
	margin-bottom: 5px;
}

/*
#login_container #login,
#shop_login #shop_login_btn
{
	width: 60px;
}
*/

#login_container a,
#login_container span
{
	font-weight: bold;
	color: #666666;
}
#login_container a:hover
{
	color: black;
}

#main_container
{
	width: 995px;
}

#left_container
{
	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;
	height:auto !important;
	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;
        overflow: hidden;
}

.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;
        overflow: hidden;
}


.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;
        height: 250px;
	margin-left: 5px;
	overflow: hidden;
}

#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
{
	position: absolute;
	width: 160px;
	top: 270px;
	right: 10px;
	text-align: center;
	cursor: pointer;
}

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

#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_table_amount
{
	width: 100px;
	text-align: center;
}

#order_user_container
{
	float: left;
	width: 230px;
	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
{
	width:	995px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
}
#footer div
{
	float: left;
	height: 34px;
	line-height: 34px;
	margin-right: 10px;
	width: 85px;
}
#footer div a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#footer #address
{
	width: 270px;
}

#footer .spacing
{
	width: 230px;
}


#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
{
	position: relative;
	width: 100%;
	height: 36px;
	line-height: 34px;
	/*margin-left: 120px;*/
}

#menu_container #shoping_cart
{
	position: absolute;
	width: 110px;
	height: 15px;
	right: 0px;
	top: 2px;
	padding-left: 40px;
	padding-top: 17px;
	line-height: 13px;
	background-image: url('/shared/images/custom/shoppingcart.gif');
	cursor: pointer;
}

#submenu_container
{
	display: none;
	width: 775px;
	height: 26px;
	background-image: url(/shared/images/custom/submenu_bg.gif);
	line-height: 26px;
	margin-left: 220px;
}



#menu_container ul li a.menu_item,
#menu_container ul li a.menu_item_on
{
	display: block;
	float: left;
	/*width: 110px;*/
	height: 34px;
	line-height: 34px;
	color: black;/*#3554AA;*/
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	/*
	margin-top: 1px;
	margin: 0px;
	padding: 0px;
	*/
}

#menu_container ul li a.menu_item span,
#menu_container ul li a.menu_item_on span
{
	display: block;
	width: 110px;
	height: 34px;
	border: 1px solid gray;
	text-align: center;
	cursor: pointer;
}

#menu_container ul li a.menu_item:hover,
#menu_container ul li a.menu_item_on:hover,
#menu_container ul li a.menu_item_on
{
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}


ul li a.shop_menu_item
{
	display: block;
	height: 34px;
	line-height: 34px;
	color: black;/*#3554AA;*/
	font-weight: bold;
	font-size: 13px;
	/*
	margin: 0px;
	padding: 0px;
	*/
}
ul li a.shop_menu_item:hover
{
	display: block;
	height: 34px;
	line-height: 34px;
	color: #666666;
	font-weight: bold;
	font-size: 13px;
}


/* END MENU */

/* BEGIN SUCKERFISH */
/*container*/
#nav
{
	float: left;
}

#nav2, #nav2 ul,
#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.1;
	z-index: 600;
	white-space: nowrap;
	
/*	list-style-position: inside;
	list-style-type: disc;*/
}

#nav2, #nav2 ul
{
	padding-left: 10px;
}
/*links*/
#nav2 a,
#nav a
{
	/*display: block;*/
	text-decoration: none;
}

/*items of the container*/
#nav li
{
	float: left;
}

.submenu_item
{
	float: left;
	text-decoration: none;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	color: #6A7788;
	font-weight: bold;
}
.submenu_item_selected
{
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	color: black;
	font-weight: bold;
}

.shop_submenu_item
{
	text-decoration: none;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	color: #3554AA;
	font-weight: bold;
}
.shop_submenu_item_selected
{
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	color: black;
	font-weight: bold;
}

/* END SUCKERFISH */



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

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

#credit a.haydar:hover
{
	font-weight: normal;
	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],
#password_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;
}

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

h2, h2 *
{
    font-size: 20px;
}


h3, h3 *
{
	font-size: 18px;
	color: #6CB5E0;
}

h4, h4 *
{
    font-size: 15px;    
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	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;
}

