* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 8pt;
	text-align:center;
	color: #525252;
	background: url(../images/header_bg.gif) top left repeat-x;
}

IMG {
	border: none;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #555555;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}

TD.pageHeading, DIV.pageHeading, .pageHeading, .contentheading {
	font-size: 15px;
	font-weight: bold;
	color: #555555;
}


#container {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
	min-height: 100%;
	margin-top: -165px;
}

#mainframe_menu {
	width: 1000px;
	height: 20px;
	background-color: #E0E0E0;
}

.mainframe_links li {
	display: block;
	float: left;
	margin-left: 10px;
}

.mainframe_links li a:link, .mainframe_links li a:visited {
	color: #2C347C;
}

a#cart_items {
	color: #FF3300;
}

#leftcol {
	width: 160px;
	float:left;
	margin: 10px 0 0 0;
}

#rightcol {
	width: 160px;
	float:left;
	margin: 10px 0 0 0;
	/*background: #2c347c url(../images/column_bottom.jpg) bottom left no-repeat;*/
}

TD.infoBoxHeading {
	font-size: 11px;
	text-align: center;
	line-height: 21px;
}

.marginbox {
	color: #ffffff;;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 7px;
	background: url(../images/column_top.jpg) top left no-repeat;
}

.marginbox .marginbox_bottom {
	background: url(../images/column_bottom.jpg) bottom left no-repeat;
	display: block;
	padding-bottom: 10px;
}

.marginbox .marginbox_bottom .marginbox_middle {
	background: #4E83B9;
	display: block;
	padding: 3px 5px 10px 5px;
	border-left: 1px solid #2c347c;
	border-right: 1px solid #2c347c;
}

#rightcol .marginbox a:link, #rightcol .marginbox a:visited {
	color: #ffffff;
}

#rightcol .marginbox .infoBoxHeading {
	border-bottom: 1px solid #82BCF8;
}

a:link, a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #525252;
	text-decoration: underline;
}

SPAN.greetUser {
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
}

SPAN.greetUserLogin {
	font-weight: bold;
	font-style: italic;
}

TD.infoBoxHeading_2 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
	border-bottom: 1px solid #82BCF8;
	color: #ffffff;
}

#thecategories {
	position: relative;
	top: 3px;
	/*margin-bottom: -16px;*/
	width: 150px;
}

#topcat a:link, #topcat a:visited {
	font-weight: normal;
}

#topcat a {
	color: #ffffff;
	font-size: 11px;
}

#topcat a:hover {
	color: #000000;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
	float: left;
}

.subcategories_box_top {
	background: url(../images/subcat_bg_top.gif) no-repeat top left;
	margin-left: 20px;
	padding-top: 31px;
	margin-bottom: 10px;
}

.subcategories_box_bottom {
	background: url(../images/subcat_bg_bottom.gif) no-repeat bottom left;
	padding-bottom: 11px;
}

.subcategories_box {
	background: url(../images/subcat_bg.gif) repeat-y top left;
	text-indent: 5px;
	padding-left: 8px;
}

.subcategories_heading {
	position: absolute;
	margin-top: -28px;
	margin-left: -10px;
	color: #2C347C;
	font-weight: bold;
	font-size: 12px;
}

a.category_link:link, a.category_link:visited {
	font-size: 11px;
	color: #675355;
}

a.category_link:hover {
	color: #1B90FD;
}

.maincontent {
	width: 660px;
	padding: 8px 0 0 0;
	float: left;
	overflow: hidden;
}

/*****************************
******************************
**							**
**		PRODUCTLISTING		**
**							**
******************************
*****************************/

.pageResults {
	margin-right: 1px;
	padding-right: 5px;
	background: url(../images/buttons/button_right_black.gif) top right no-repeat;
	height: 17px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

.pageResults span {
	background: url(../images/buttons/button_left_black.gif) top left no-repeat;
	padding-left: 5px;
	height: 17px;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

a.pageResults {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.current_pageResults {
	margin-right: 1px;
	padding-right: 5px;
	background: url(../images/buttons/button_right_white.gif) top right no-repeat;
	height: 17px;
	display: inline-block;
}

.current_pageResults span {
	background: url(../images/buttons/button_left_white.gif) top left no-repeat;
	padding-left: 5px;
	height: 17px;
	display: inline-block;
	color: #000000;
	text-decoration: none;
}

.newprod_title_link:link, .newprod_title_link:visited {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.newprod_title_link:hover {
	text-decoration: underline;
	color: #525252;
}

.product_info_link:link, .product_info_link:visited, .product_info_link:hover {
	color: #4083A0;
	text-decoration: none;
	font-weight: bolder;
	font-size: 10px;
}

.newprod_price {
	font-size: 10px;
}

.newprod_price_incl {
	color: #05274F;
	font-weight: bold;
}

.newprod_smallText {
	font-size: 8px;
	font-weight: bolder;
}

TD.productListing-heading-te-vergelijken {
	display:block;
	margin-bottom:-3px;
	padding-top:25px;
	position: relative;
}

TD.productListing-heading-te-vergelijken-bottom {
	display:block;
	padding-bottom:15px;
	position: relative;
}

TD.productListing-heading-vergelijk {
	background: #FFFFFF url(../images/dotted_line_vertical_Little.gif) repeat-y scroll 16px 0;
}

TD.productListing-data {
	color: #7b7b7b;
	border: 1px solid #e6e6e6;
	/*border-left: 1px solid #e6e6e6;*/
	padding-top: 3px;
	vertical-align: top;
}

TD.productListing-data-vergelijk {
	color: #7b7b7b;
	border: 1px solid #e6e6e6;
	/*border-left: 1px solid #e6e6e6;*/
	padding-top: 3px;
	vertical-align: top;
	background: #FFFFFF url(../images/dotted_line_vertical_Little.gif) repeat-y scroll 15px 0;
}

TD.productListing-manufacturers {
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	padding-top: 3px;
	vertical-align: top;
	color: #2C347C;
	font-weight: bold;
	font-size: 12px;
	background: #DCE3EC url(../images/dotted_line_vertical_Little.gif) repeat-y scroll 15px 0;
	padding-left: 5px;
}

TD.productListing-manufacturers-help-stock {
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	padding-top: 3px;
	vertical-align: top;
	color: #635c5c;
	font-weight: bold;
	font-size: 12px;
	background: #CCCCCC;
}

TD.productListing-data-vendor {
	color: #7b7b7b;
	border-bottom: 1px solid #e6e6e6;
	padding-top: 15px;
	padding-bottom: 15px;
}

.compare-heading {
	display:block;
	height:26px;	
	position:absolute;
	top:0px;
	left: 0px;
	margin-left:130px;
	margin-top: 30px;	
	width:300px;
}

.compare-heading-bottom {
	display:block;
	height:26px;	
	position:absolute;
	top:0px;
	left: 0px;
	margin-left:130px;
	margin-top: 5px;	
	width:300px;
}

.products_description_box {
	width: 360px;
}

.product_image_box {
	width: 100px;
}

.compare_product_box {
	width: 30px;
}

.products_price_box {
	width: 65px;
	vertical-align: middle;
	padding-right: 5px;
}

.products_quantity_box {
	width: 50px;
}

.products_quantity {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}

a.prodlist_name:link, a.prodlist_name:visited {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}



a.prodlist_name:hover {
	color: #707070;
}

.products_info_table {
	border: 1px solid #A4C4DD;
	padding: 5px;
}

TD.productinfo_desc {
	color: #000000;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	padding: 3px;
	vertical-align: top;
	background: #DCE3EC;
	font-size: 11px;
}

TD.subtitle {
	color: #000000;
	border: 1px solid #B3CEEF;
	padding-left: 3px;
	vertical-align: top;
	background: #DCE3EC;
	font-size: 12px;
	font-weight: bold;
}

.subtitle {
	font-weight: bold;
	width: 688px;
	border: 1px solid #B3CEEF;
	font-size: 12px;
	background: #DCE3EC;
	padding: 3px 0 3px 0;
	text-indent: 7px;
	float: left;
}

.kenmerk {
	float: left;
	margin-right: 2px;
	font-weight: bold;
	color: #333333;
}

.waarde {
	clear: right;
}

.specs .kenmerk {
	width: 300px;
	margin: 0;
	padding: 3px 0 3px 0;
	text-indent: 7px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	float: left;
}

.specs .waarde {
	width: 388px;
	padding: 3px 0 3px 0;
	text-indent: 7px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	float: right;
}

TD.productinfo_technical {
	color: #000000;
	padding-left: 3px;
	vertical-align: top;
	font-size: 11px;
}

.productListing-data_cart {
	padding-right: 5px;
	padding-left: 5px;
}

.productListing-image_cart {
	border-right: 1px solid #e6e6e6;
	padding-right: 5px;
	padding-left: 5px;
}

.oldprice {
	color: #C9C9C9;
}

.specialprice {
	color: #FF0000;
}

.normalprice {
	color: #000000;
}

.price_cart {
	background: #d5e5f5;
	padding: 0px 5px;
	border-bottom: 1px solid #FFFFFF;
}

div.overflow {
	position: absolute;
	background: #FFFFFF url(../images/loading.gif) no-repeat center 40px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 99;
}

.overflow span {
	font-family: Arial, Trebuchet MS, verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 120px;
	color: #424242;
}


/*****************************
******************************
**							**
**			HEADER			**
**							**
******************************
*****************************/

#header {
	width: 1000px;
	height: 134px;
	background: url(../images/header_bg.gif) top left repeat-x;
	border-top: 165px solid #ffffff;
}

#header_middle {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo {
	width: 200px;
	height: 78px;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 20px;
}

#topmenu_tabs {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 210px;
	margin-top: 71px;
}

.tabs li {
	float: left;
	display: block;
	height: 28px;
	margin-right: 1px;
	color: #ffffff;
}

.tabs li span {
	height: 28px;
	background: url(../images/topmenu_tab.gif) top left no-repeat;
	padding-left: 6px;
	display: block;
	float: left;
}

.tabs li span span {
	height: 28px;
	background: url(../images/topmenu_tab_right.gif) top right no-repeat;
	padding-right: 10px;
	padding-left: 0px;
	display: block;
	float: left;
}

.tabs li span span span {
	height: 28px;
	background: #4E83B9;
	padding: 0;
	display: block;
	float: left;
}

.tabs li a:link, .tabs li a:visited, .tabs li a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
}

#shopping_box {
	width: 154px;
	height: 134px;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 11px;
	float: right;
	background: url(../images/shopping_bg.png) top left no-repeat;
	z-index: 5;
	display: block;
	position: relative;
	overflow: visible;
	margin-right: -10px;
}

#languagebox {
	float: right;
	display: block;
	margin-right: 10px;
	color: #ffffff;
	padding-top: 3px;
	font-size: 10px;
	text-align: right;
	z-index: 6;
	clear: both;
	position: relative;
	height: 15px;
}

#languagebox a:link, #languagebox a:visited, #shoppingbox a:link, #shoppingbox a:visited {
	color: #ffffff;
	cursor: pointer;
}

.languageBox {
	text-align: left;
}

#shoppingbox {
	display: block;
	width: 149px;
	clear: both;
	padding-top: 10px;
	color: #ffffff;
	position: relative;
	z-index: 7;
}

#shoppingbox table {
	float: left;
}

#shoppingbox_link {
	display: block;
	height: 70px;
	width: 70px;
	float: right;
}

#searchbox {
	clear: both;
	padding-top: 8px;
	z-index: 8;
	position: relative;
}

.boxText {
	vertical-align: top;
}

#search_input_box input {
	border: 1px solid #83bdf8;
	background: url(../images/input_drop_shadow.jpg) top left no-repeat;
}

#topmenu_links {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 102px;
	width: 820px;
	height: 32px;
	z-index: 0;
	margin-left: 210px;
}

.links li {
	display: block;
	float: left;
	line-height: 32px;
	margin-right: 10px;
	color: #FFFFFF;
	font-size: 15px;
}

.links li a:link, .links li a:visited, .links li a:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

.shopping_cart_button {
	background: url(../images/shopping_cart.jpg) top left no-repeat;
	border: none;
	width: 82px;
	height: 63px;
	cursor: pointer;
}




/*****************************
******************************
**							**
**		 HOT PRODUCTS		**
**							**
******************************
*****************************/

.hot_products_top_left {
	border-right: 1px dotted #525252;
	padding: 5px;
}
.hot_products_top_right {
	padding: 5px;
}

.hot_products_tables_left {
	border-right: 1px dotted #525252;
	border-top: 1px dotted #525252;
	padding: 5px;
}

.hot_products_tables_right{
	border-top: 1px dotted #525252;
	padding: 5px;
}

.maincontent TD.infoBoxHeading {
	font-weight: bold;
	font-size: 12px;
	color: #163a69;
	font-family: Tahoma;
	border-bottom: 1px solid #82BCF8;
	text-align: left;
}

.maincontent TD.infoBoxHeading a:link, .maincontent TD.infoBoxHeading a:visited {
	color: #163a69;
}







/*****************************
******************************
**							**
**		  NEWSLETTER		**
**							**
******************************
*****************************/

#newsletter_subscribe_button, #newsletter_unsubscribe_button {
	background: transparent url(../images/button_no_text.gif) top left no-repeat;
	height: 26px;
	width: 140px;
	border: none; 
	color: #ffffff;
}







/*****************************
******************************
**							**
**		  PC_builder		**
**							**
******************************
*****************************/

.pc_product_select_t_l {
	background: url(../images/pc_select_product_t_l.gif) top left no-repeat;
	margin-right: 10px;
}

.pc_product_select_t_r {
	background: url(../images/pc_select_product_t_r.gif) top right no-repeat;
}

.pc_product_select_b_l {
	background: url(../images/pc_select_product_b_l.gif) bottom left no-repeat;
}

.pc_product_select_b_r {
	background: url(../images/pc_select_product_b_r.gif) bottom right no-repeat;
	padding: 10px;
}

.product_select_title {
	font-weight: bold;
	color: #222222;
	padding-bottom: 10px;
}

.button_configureer {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

.products_options_info_title{
	font-weight: bold;
	color: #222222;
	font-size: 14px;
	padding-bottom: 5px;
}

.products_options_info_technical{
	padding-left: 40px;
}

.products_options_info_price_text {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

#products_options_info_price {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}

.attributes_box_bg {
	background: url(../images/attribute_box_bg_top.gif) top left no-repeat;
	margin-bottom: 5px;
}

.attributes_box_bg_bottom {
	background: url(../images/attribute_box_bg_bottom.gif) bottom left no-repeat;
	padding: 5px;
}

.attributes_box_title {

}

.attributes_box_options {
	padding-left: 100px;
}

.products_attributes_change_price {
	text-align: right;
	color: #525252;
}


/*****************************
******************************
**							**
**		product-finder		**
**							**
******************************
*****************************/

.ui-slider {clear: both; top: 10px;}

#price_slider {
	width: 640px;
	height: 50px;
	float: left;
}

.options_box_top {
	background: url(../images/options/options_bg_top.gif) no-repeat top left;
	padding-top: 28px;
	margin-bottom: 10px;
}

.options_box_bottom {
	background: url(../images/options/options_bg_bottom.gif) no-repeat bottom left;
	padding-bottom: 9px;
}

.options_box {
	background: url(../images/options/options_bg.gif) repeat-y top left;
	text-indent: 5px;
	padding-left: 8px;
}

.options_box a {
	text-decoration: none;
}

.options_heading {
	position: absolute;
	margin-top: -28px;
	margin-left: -10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.OptContainer {
	width: 640px;
	float: left;
}

.opt_box {
	width: 170px;
	float: left;
}

ul.checkbox_per_row {
	width: 170px;
	float: left;
}

ul.checkboxes {
	list-style: none;
}

li.checkbox_title {
	list-style: none;
	border-bottom:1px dotted #525252;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	margin-bottom:2px;
	margin-right:9px;
	color: #1E1E1E;
}

ul.checkbox_list {
	width: 150px;
	margin-left: 10px;
}

li.checkbox_text {
	font-weight: normal;
	list-style: none;
	line-height: 17px;
}

li.checkbox_per_row {
	float: left;
	width: 169px;
}

#unCheckAll span {
	background: url(../images/buttons/button_right_black.gif) top right no-repeat;
	display: inline-block;
	padding-right: 3px;
	text-decoration: none;
	cursor: pointer;
}

#unCheckAll span span {
	background: url(../images/buttons/button_left_black.gif) top left no-repeat;
	display: inline-block;
	padding-left: 3px;
	text-decoration: none;
	cursor: pointer;
}

#unCheckAll span span span {
	background: none;
	display: block;
	float: left;
	padding-right: 3px;
	line-height: 16px;
	height: 16px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}



/*****************************
******************************
**							**
**		  PRINT PAGE		**
**							**
******************************
*****************************/

a.print_link:link, a.print_link:visited {
	color: #525252;
	text-decoration: none;
}

a.print_link:hover {
	color: #525252;
	text-decoration: none;
}





/*****************************
******************************
**							**
**			FOOTER			**
**							**
******************************
*****************************/

#footer {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 5px;
	background: #DCE3EC;
	/*border-top: 2px solid #2C347C;*/
	margin-top: 10px;
	color: #2C347C;
	position: relative;
	min-height: 140px;
	text-align: left;
	clear: both;
}

#footer_center {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}

#footer_contact, #footer_meer_weten, #footer_links, #footer_tagcloud {
	float: left;
	display: block;
	position: relative;
	margin-right: 10px;
	padding-right: 10px;
	height: 140px;
	border-right: 1px dashed #B3CEEF;
}

#footer_tagcloud {
	margin-right: 0px;
	border: none;
}

#footer_links a:link, #footer_links a:visited {
	color: #2C347C;
}




/*****************************
******************************
**							**
**		   TAGCLOUD			**
**							**
******************************
*****************************/

#tagcloud_top {
	/*background: url(../images/tagcloud_top.gif) top left no-repeat;*/
	width: 450px;
	text-align: left;
	color: #2C347C;
}

#tagcloud_bottom {
	background: url(../images/tagcloud_bottom.gif) bottom left no-repeat;
	padding-bottom: 10px;
}

#tagcloud_center {
	background: #dce3ec;
	padding-left: 8px;
	padding-right: 8px;
}

#tagcloud_content_top {
	background: url(../images/tagcloud_content_top.gif) top left no-repeat;
	padding-top: 10px;
	margin-top: 3px;
}

#tagcloud_content_center {
	background: #ffffff url(../images/tagcloud_content_side.gif) top left repeat-y;
	padding: 0px 0px 0px 5px;
}

.tagcloud_title {
	font-size: 12px;
	font-weight: bold;
}

#tagcloud_content_center a:link, #tagcloud_content_center a:visited {
	color: #3883e3;
}


/*****************************
******************************
**							**
**		   COMPARE			**
**							**
******************************
*****************************/

TD.productListing-heading {
	color: #7b7b7b;
	padding-bottom: 4px;
}

TD.compareListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: white;
  border: 1px;
  border-style: solid;
  border-color: #AAAA91;
  padding-top: 2px;
  padding-bottom: 2px;
}

TD.compareListing-data-even {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #CFE0FF;
  padding: 2px;
  border-bottom: 1px solid #9FB9FF;
  color: #000000;  
  border-right: 1px solid #28337A;
}

TD.compareListing-data-odd {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: white;
  padding: 2px;
  border-bottom: 1px solid #CFCFCF;
  border-right: 1px solid #28337A;
}

TD.compareListing-data-even-end {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #CFE0FF;
  padding: 2px;
  border-bottom: 1px solid #28337A;
  border-right: 1px solid #28337A;
}

TD.compareListing-data-odd-end {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: white;
  padding: 2px;
  border-bottom: 1px solid #28337A;
  border-right: 1px solid #28337A;
}

TD.compareListing-data-even-top {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #CFE0FF;
  padding: 2px;
  border-top: 1px solid #28337A;
  border-right: 1px solid #28337A;
}

TD.compareListing-data-odd-top {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: white;
  padding: 2px;
  border-top: 1px solid #28337A;
  border-right: 1px solid #28337A;
}

TD.compareListing-data-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #EFEFEF;
  border-bottom: 1px solid #CFCFCF;
  padding: 2px;
  color: #000000;
  border-left: 1px solid #28337A;
  border-right: 1px solid #28337A;
}

TD.compareListing-data-heading-end {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #EFEFEF;
  padding: 2px;
  color: #000000;
  border-left: 1px solid #28337A;  
  border-bottom: 1px solid #28337A;
  border-right: 1px solid #28337A;
}

TD.compareListing-data-heading-top {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #EFEFEF;
  padding: 2px;
  color: #000000;
  border-left: 1px solid #28337A;  
  border-top: 1px solid #28337A;
  border-right: 1px solid #28337A;
}



/*****************************
******************************
**							**
**			EXTRA			**
**							**
******************************
*****************************/

#favoriet_button a span span span {
	display:block;
	float:left;
	line-height:16px;
	padding: 0 3px 0 0;
	background: none;
	color: #ffffff;
}

#favoriet_button a span {
	background: url(../images/buttons/button_right.gif) top right no-repeat;
	padding: 0 6px 0 0;
	height: 17px;
	display: inline-block;
	cursor: pointer;
}

#favoriet_button a span span {
	background: url(../images/buttons/button_left.gif) top left no-repeat;
	padding: 0 0 0 6px;
	height: 17px;
	display: inline-block;
}

.messageBox { 
	font-size: 10px; 
}

.messageStackError, .messageStackWarning { 
	font-size: 11px; 
	background-color: #FFCECF; 
	border:1px solid #FF0000; 
	height: 45px; 
	color: #FF0000; 
}



.messageStackSuccess { 
	font-size: 11px; 
	background-color: #B9DCF8; 
	border:1px solid #27838e; 
	height: 45px; 
	color: #1c5061; 
}

.sitemap li {
	margin-left: 15px;
}

/*==================================
remove default focus style
====================================*/
:focus {outline:none;}

.js ul.newList {left:-9999px;}

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;}
ul.newList {margin:0; padding:0; list-style:none; color:#000; width:138px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
.newListSelected {width:134px; color:#000; height:19px; padding:3px 0 0 6px; float:left; background:url(../images/select-bg.gif) no-repeat;}
.newListSelected span {width:140px; display:block;}
ul.newList li {padding:3px 8px;}
.selectedTxt {width:111px; overflow:hidden; height:16px; padding:0 23px 0 0;}
.hiLite {background:#4e83b9!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 -22px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
#product_filter{width:145px;height:20px;padding-top:5px;padding-bottom:5px;padding-right:10px;background:#dddddd;}
#levertijd{background: url(../images/delivery.jpg) top left no-repeat;line-height:52px;padding-left:95px;}
#levertijd_empty{background: url(../images/empty_delivery.jpg) top left no-repeat;line-height:40px;padding-left:45px;}
#content_text{text-align:left;margin-top:10px;}
.cross_product{border:1px solid #aaaaaa;margin-left:10px;width:105px;margin-top:5px;text-align:center;height:120px;padding:5px;}
.cross_product_img{border:2px solid #ffffff;}
.cross_product_img:hover{border:2px solid #cccccc;}

.ster{position:absolute;margin-left:-30px;margin-top:-30px;}