/*****************************
 *    GENERAL INFORMATION:   *
 *****************************
 *Order/Sequence of building:*
 *
 * Frame - Panel - Wrapper - *
 * Layer                     *
 *****************************/




/*		DEFAULT PAGE FORMAT
----------------------------*/

*
{
padding:						0;
}

div
{
z-index:						1;
border:							0;
margin:							0;
}

img
{
border:							0;
}




/*		DIV(S)
----------------------------*/

.website_frame
{
position:						relative;
width:							740px;
min-height:						320px;
height:							auto;

margin:							0 auto;
}

	.header_frame
	{
	position:						relative;
	width:							739px;
	min-height:						30px;
	height:							auto;

	margin:							0 auto;

	text-align:						center;
	}

	.topnavigation_frame
	{
	position:						relative;
	width:							739px;
	height:							51px;

	margin:							0 auto;

	background-image:				url('/sis/front/images/topnavigation_bg.png');
	background-color:				transparent;
	background-repeat:				no-repeat;
	background-position:			top center;
	}

		.topmenu_frame
		{
		position:						relative;
		width:							580px;
		min-height:						51px;
		height:							auto;

		margin:							0 auto;

		float:							left;
		}

			.topmenu_panel
			{
			position:						relative;
			width:							auto;
			height:							36px;

			float:							left;
			}

			.topmenu_panel:hover, .topmenu_panel_selected
			{
			position:						relative;
			width:							auto;
			height:							36px;

			float:							left;

			background-image:				url('/sis/front/images/topnmenu_select_bg.png');
			background-color:				transparent;
			background-repeat:				repeat-x;
			background-position:			top center;
			}

		.search_frame
		{
		position:						relative;
		width:							148px;
		min-height:						36px;
		height:							auto;

		margin-top:						17px;

		float:							right;
		}

	.subnavigation_frame
	{
	position:						relative;
	width:							738px;
	min-height:						26px;
	height:							auto;

	margin:							0 auto;

	}


	.main_frame
	{
	position:						relative;
	width:							715px;
	min-height:						150px;
	height:							auto;

	margin:							15px auto;

	font-size:						100%;
	}

		.breadcrumb_frame
		{
		position:						relative;
		width:							715px;
		height:							17px;

		margin:							0 auto 15px; auto;

		clear:							all;

		background-image:				url('/sis/front/images/breadcrumb_bg.png');
		background-color:				transparent;
		background-repeat:				repeat-x;
		background-position:			top center;
		}

		.left_frame
		{
		width:							190px;
		min-height:						295px;

		margin:							-12px auto;
		padding:						10px;
		padding-right:					5px;
		padding-left:					5px;

		float:							left;

		background-image:				url('/sis/front/images/leftframe_bg.png');
		background-color:				#fafafa;
		background-repeat:				repeat-x;
		background-position:			bottom center;
		}

		.item_overview_frame
		{
		position:						relative;
		width:							715px;
		min-height:						315px;
		height:							auto;
		}

		.items_frame
		{
		width:							500px;
		min-height:						300px;
		height:							auto;

		margin:							-12px auto;

		padding:						15px;
		padding-right:					0;

		float:							left;
		}






/*		HEADER(S)
----------------------------*/

.left_frame_header{
	font-size:						16px;
}




/*		PARAGRAPH(S)
----------------------------*/






/*		LIST(S)
----------------------------*/

.search_searchfield
{
width:							130px; 

padding:						2px;
}




/*		LINK(S)
----------------------------*/

.topmenu_link
{
margin:							11px;

display:						block;

text-decoration: 				none;
}

.subnavigation_link
{
position:						relative;

margin:							5px;
margin-right:					11px;

display:						block;
float:							left;

color:							#ffffff;

text-decoration: 				none;
}

.breadcrumb_link
{
position:						relative;

display:						inline;

color:							#4c5052;

text-decoration: 				none;
}

.breadcrumb_link_selected
{
position:						relative;

display:						block;

color:							#282828;

text-decoration: 				none;
}




/*		SPAN(S)
----------------------------*/




/*		IMAGE(S)
----------------------------*/

.header_logo
{
width:							738px;
}




/*		INPUT(S)
----------------------------*/




/*		STYLE FROM MAKITA.NL
----------------------------*/

/*
UL.menu_a								{ height:100%; width:100%; padding:0px; margin:0px; list-style:none; text-decoration:none;}
UL.menu_a LI								{ width:115px !important; height:36px; float:left; text-align:center; cursor:pointer; list-style:none; text-decoration: none; background-image:url(/images/web/top_menu_item.gif); background-position:right; background-repeat:no-repeat;}
UL.menu_a LI:hover						{ color:#CCCCCC; background-image:url(/images/web/top_menu_item_over.gif); text-decoration: none; }
UL.menu_a a								{ color:#4C5052 !important; display: block; padding:10px 0px; text-decoration: none; font-size:14px; }
UL.menu_a a:hover						{ color:#CCCCCC !important; text-decoration: none; }
*/


.menu_bar {
	float:left;
	width:739px;
	height:51px;
	background-image:url('/grfx/menubar-bg.png');
}

.menu_bar ul {
	float:left;
	list-style-type:none;
}

.menu_bar ul li {
	float:left;
	height:51px;
	background-image:url('/grfx/topmenu-split.png');
	background-repeat:no-repeat;
	background-position:right;
}

.menu_bar ul li a {
	float:left;
	height:31px;
	padding:20px 10px 0 10px;
	line-height:51px;
	text-decoration:none;
	color:#4e4d4d;
	font-size:14px;
}


.menu_bar ul li:hover {
	background-image:url('/grfx/topmenu-bg-hover.png');
	background-repeat:repeat-x;
}

.menu_bar ul li:hover ul {
	display:block;
}

.menu_bar ul li ul {
	display:none;
	position:absolute;
	z-index: 999;
	margin-top:51px;
	background-image:url('/grfx/topmenu-sub-bg.png');
	background-repeat:repeat-x;
	background-color:#B1111A;
	padding:10px 23px 30px 15px;
}

.menu_bar ul li ul li {
	clear:both;
	background-image:none  !important;
	height:22px !important;
	line-height:22px !important;
}

.menu_bar ul li ul li a {
	color:#DBA7AA !important;
}
.menu_bar ul li ul li a:hover {
	font-weight: bold;
}

.main_frame P							{font-size:12px;}
.page_content_width 						{font-size:12px;}
.news_content 							{font-size:12px;}
.product_group_titel_2_inside			{font-size:12px;}
.product_group_titel					{font-size:12px;}
.product_group_titel_2					{font-size:12px;}





.productgroepen {
	float:right;
	width:637px;
}

.productgroepen .productgroep {
	float:left;
	width:154px;
	height:90px;
	background-image:url('/grfx/productgroep-groot-bg.png');
	margin-left:5px;
	margin-top:5px;
	text-align:center;
}

.productgroepen .accessoires {
	height:90px;
	background-image:url('/grfx/productgroep-groot-bg.png');
}

.productgroepen .productgroep img {
	margin-top:3px;
	border:0;
	max-height:40px;
	max-width:135px;
}

.productgroepen .productgroep h2 {
	color:#557c94;
	font-size:11px;
	margin-top:5px;
}

.productgroepen .productgroep a {
	color:#557c94;
	text-decoration:none;
}



.producten {
	float:right;
	width:637px;
}

.productenklein {
	float:right;
	width:500px;
}

.producten .product {
	float:left;
	width:192px;
	padding:10px;
	height:183px;
	background-image:url('/grfx/product-bg.png');
}

.producten .product h2 {
	float:left;
	width:160px;
	height:32px;
	color:#000000;
	font-size:16px;
	font-weight:normal;
}

.producten .product a {
	color:#000000;
	font-size: 12px;
}

.producten .product .nieuw {
	float:right;
	color:#c3131d;
	font-size:10px;
	font-weight:bold;	
	margin-top: -45px;
}

.producten .product .img {
	text-align:center;
	f/loat:left;
	width:200px;
	height:105px;
	padding-top:5px;
	overflow:hidden;
}

.producten .product .img_new {
	padding-top:18px;
}

.producten .product .img img {
	border:0;
	max-width:200px;
	max-height:100px;
}

.producten .product .model {
	float:left;
	color:#4f7791;
	font-size: 12px;
}
.producten .product .model_new {
	float:left;
	margin-top: -4px;	
	color:#4f7791;
}

.producten .product .prijs {
	float:left;
}

.producten .product .prijs .bedrag {
	float:left;
	color:#C3131D;
	font-size:16px;
	font-weight:bold;
}

.producten .product .prijs .btw {
	float:left;
	font-size:9px;
	font-weight:bold;
	clear:both
}

.producten .product .bestellen {
	float:right;
	width:62px;
	font-size:11px;
	text-align: right;
}

.producten .product .bestellen .bestel-button {
	float:right;
	border:0;
}

.product_info_indeling {
	margin-top: -140px;
}

.blok-product-info {
	float:left;
	margin:10px 0 0 6px;
	width:675px;
	height:179px;
	padding:15px;
	background-image:url('/sis/front/grfx/product-info-bg.png');
}

.blok-product-info .main-info {
	float:left;
	width:350px;
}

.blok-product-info .main-info h1 {
	float:left;
	font-size:30px;
	width:400px;
	height:60px;
	clear:both;
	margin-top:10px;
	color: #000;
	font-weight:bold;
}

.blok-product-info .main-info .blokje-pro {
	float:left;
	clear:both;
	margin-top:10px;
	width:100px;
	height:40px;
}

.blok-product-info .main-info .bestel-button {
	float:left;
	padding-top:33px;
	margin-right:15px;
	border:0;
}

.blok-product-info .main-info .model-prijs {
	float:left;
}

.blok-product-info .main-info .model-prijs .model {
	float:left;
	color:#4f7791;
	font-size:20px;
	clear:both;
}

.blok-product-info .main-info .model-prijs .bedrag {
	float:left;
	color:#c3131d;
	font-size:32px;
	clear:both;
}

.blok-product-info .main-info .model-prijs .btw {
	float:left;
	color:#000;
	font-size:10px;
	clear:both;
}

.blok-product-info .main-info .model-prijs .exbtw {
	float:left;
	font-size:14px;
	clear:both;
}

.blok-product-info .main-picture {
	float:right;
	overflow:hidden;
	margin-top:-20px;
}

.blok-product-info .main-picture img {
	border:0;
}


.breadcrumb {
	font-size: 12px;
	color:#b1b3b4;	
	width:615px;
	float:left;
}

.breadcrumb a {
	font-size: 11px;
	color:#b1b3b4;
	text-decoration:none;
}

.breadcrumb a:hover {
	text-decoration:underline;
}


.content_item {
	float:left;
	width:740px;
}

/********************************** 
 CONTENT - LEFT
**********************************/
.content_item .left {
	float:left;
	width:200px;
}

.content_item .left hr {
	margin-top:5px;
	margin-bottom:5px;
}

.content_item .left h2 {
	font-size:14px;
	color:#b1b3b4;
	font-weight:normal;
	padding-bottom:10px;
}
.content_item .left ul {
	list-style-type:none;
	margin-top:15px;
}

.content_item .left ul li {
	margin-bottom:10px;
}

.content_item .left ul li ul {
	margin-top:5px;
	margin-left:15px;
}

.content_item .left ul li a {
	color:#b1b3b4;
	font-size:14px;
}

.cufon_left_menu {
}

.cufon_left_menu_selected {
	color:#557c94 !important;
}


/********************************** 
 content_item - RIGHT
**********************************/
.content_item .right {
	float:right;
	width:537px;
	/*overflow:hidden;*/
}

.content_item .right h2 {
	color:#4e738a;
	font-size:16px;
	font-weight:normal;
	padding-bottom:5px;
}

.content_item .right ul {
	margin-left:14px;
}

/********************************** 
 content_item - RIGHT - PRODUCTEN
**********************************/
.content_item .right .product-info {
	float:left;
	width:620px;
	margin-top:15px;
}


/********************************** 
 HEADER - SECTOREN
**********************************/

.sector_bar {
	float:left;
	width:739px;
	height:26px;
	background-image:url('/grfx/sectorbar-bg.png');
}

.sector_bar ul {
	float:right;
	list-style-type:none;
}

.sector_bar ul li {
	float:left;
	width:96px;
	height:26px;
	line-height:26px;
	background-image:url('/grfx/sectormenu-bg.png');
	text-align:center;
	color:#fff;
}

.sector_bar ul li.selected {
	background-image:none !important;
}

.sector_bar ul li a {
	text-decoration:none;
	color:#fff;
}

.sector_bar ul li a:hover {
	text-decoration:underline;
}







DIV.tabblad_info_titel					{ color:#DD2A1C; font-weight:bold; font-size:16px; padding:4px; }
DIV.algemeen_techspec					{ width:50%; }
DIV.algemeen_techspec_info				{ float:right; position:relative; width:35%; margin-right:20px; }
TABLE.algemeen_techspecs				{ width:48%; margin-left:3px; }
TABLE.inruilactie_table				{ width:590px; height:365px; margin-left:10px; }
DIV.algemeen_item_info_titel			{ color:#DD2A1C; font-weight:bold; font-size:16px; }
DIV.algemeen_item_info_tips			{ color:#000000; font-weight:bold; font-size:12px; }
DIV.algemeen_item_info_tips_title		{ color:#000000; font-weight:bold; font-size:16px; padding-top:5px; }
TD.algemeen_techspecs_titel				{ color:#DD2A1C; font-weight:bold; font-size:16px; }
TD.algemeen_techspecs_name				{  }
TD.algemeen_techspecs_value				{  }
TD.algemeen_techspecs_info				{ width:15px; }
DIV.algemeen_techspecs_info_omschrijving	{ padding:4px; color:#008494; }
.techspecinfo {position:absolute;display:none;background-color:#fff;color:#008494;width:350px;border:1px dashed #96BCC9;padding:8px;}
.techspecinfo_rechts {position:absolute;display:none;background-color:#fff;color:#008494;width:350px;border:1px dashed #96BCC9;padding:8px;margin-left:-350px;}


.vergelijk-button-item-info {
	margin-right:10px;
	border:0;
	background-color:#F3F8FB;
	color:#547b93;
	font-weight:bold;
	width: 81px;
}

.items_picture {
	width: 50px;
}

