/**
 *	Main stylesheet for huistekenservice.nl
 *
 */
 
@media (max-width:800px)
{
	#example_image, 
	#info-box,
	#logo-floorplanner,
	#logo-funda 
	{ 
		display: none !important;
	}
	
	#header #language-picker { top: -20px !important; right: 8px !important; }
}

 
body
{
	font-family: "MyriadPro", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 10pt;
	background-color: #f1f1f2;
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

/* voor de tabel van Jeroen bij tarieven */
table td p { margin: 0; }

#content			{ position: absolute; top: 17%; width: 100%;  }

#creditsform					{ background-position: 0px 0px; height: 386px; }
#creditsform h2					{ text-align: left; margin-left: 11px; }
#creditsform h3					{ text-align: left; margin: 5px 0 5px 25px; font-size: 15px; }
#creditsform .credits-additional-info { margin-left: 25px; font-size: 9px; font-style: italic; }
#creditsform  .price-container	{  padding-top: 0px; }
#creditsform .row h3				{ margin-top: 0; }
#creditsform select				{ font-size: 11px; border-width: 0px; }
#creditsform input.button		{ left: auto; right: -7px; }

#creditsonlyform					{ background-position: 0px 0px; height: 386px; }
#creditsonlyform h3					{ margin: 5px 0 5px 25px; font-size: 15px; }
#creditsonlyform .credits-additional-info { margin-left: 25px; font-size: 9px; font-style: italic; }
#creditsonlyform  .price-container	{  padding-top: 0px; }
#creditsonlyform .row h3				{ margin-top: 0; }
#creditsonlyform select				{ font-size: 11px; border-width: 0px; }
#creditsonlyform input.button		{ left: auto; right: -7px; }
#creditsonlyform #row-info-credits	{ margin-top: 17px; }

#example_image				{ position: absolute; left: 2%; top: 6%; width: 248px; height: 552px; background: url('images/images_left.png') no-repeat 0 0; z-index:500; } 

#floorplanner-project 		{ width: 100%; height: 100%; }

#footer						{ background: url('images/line.png') no-repeat 50% bottom; bottom: 4%; width:100%; position: absolute; height: 31px; z-index:20; }
#footer .content				{ margin: 0 auto; max-width: 900px; text-align: center; position: relative; }
#footer ul					{ display: inline-block; }
#footer li 					{ display: inline-block; /* IE 7 fix for inline-block */ zoom: 1; *display: inline;}
#footer li  a					{ color: white; font-size: 14px;font-weight: bold; line-height: 30px;  display: inline-block; padding: 0; background: url('images/tab.png?1') no-repeat; width: 105px; height: 31px; }
#footer #logo-funda			{ background: url('images/logo_funda.png') no-repeat; 		display: inline-block; width: 43px; height: 16px; right:120px; top: 8px; position: absolute; }
#footer #logo-floorplanner	{ background: url('images/logo_floorplanner.png') no-repeat; display: inline-block; width: 64px; height: 16px; right:40px; top: 7px; position: absolute;}

#form-feedback-container	{ height: 21px; }
#form-feedback				{ margin: 0 auto 0 auto; padding: 0 25px; width: 275px; height: 21px; line-height: 21px; background: url('images/form-feedback.png') no-repeat transparent; font-size: 11px; }

#header						{ position: relative; top: 6%; width: 100%; z-index: 400; display: block; background: url('images/line.png') no-repeat 50% 33px; }
#header .content				{ margin: 0 auto; max-width: 900px; text-align: center; position: relative; }
#header #language-picker		{ display: inline-block; right:0px; top: 10px; position: absolute;}

#info-box					{ position: absolute; top: 17%; width:100%; }
#info-box .content			{ margin: 0 auto; padding: 50px 0 0 695px; width: 250px; font-size: 11px; color: #a6a8ab; } 
#info-box .content ul			{ list-style-type:circle; padding-left: 14px; margin: 8px 0; }
#info-box .content li			{ margin-bottom: 8px; }

#logo						{ background: url('images/logo-01.png') no-repeat 0 0; height: 25px; width: 250px; display: block; margin: 0 auto 8px auto; }
#logo.en, 
#logo.fr,
#logo.de					{ background-image: url('images/logo-01-en.png'); height: 25px; width: 263px; }

#menu 						{ padding-top: 3px; }
#menu ul 					{ display: inline-block;  }
#menu li 						{ display: inline-block; padding: 0 15px; /* IE 7 fix for inline-block */ zoom: 1; *display: inline;}
#menu li a 					{ color: #a6a8ab; font-size: 12px; }
#menu li a:hover,
#menu li a.selected 			{ color: #58595b; }

#overlay					{ position: relative; top: 8%; max-width: 900px; height: 64%; margin: 0 auto; padding: 24px 8px 8px 20px; background-color: white;  z-index:800;  overflow: hide; border: 3px solid #F1F1F2; }
#overlay a.close				{ position: absolute; right: 8px; top: 3px; color: #76C6E7; font-size: 16px; }
#overlay a.close:hover 		{ color: #57585B; } 

#page						{ position: absolute; height: 100%; width: 100%; margin: 0 auto; min-height: 510px; }

.flag								{ display: inline-block; width: 16px; height: 11px; line-height: 11px; background: url('images/flags.png') no-repeat; }
.flag.nl							{ background-position:  -76px -368px; }
.flag.en							{ background-position: -292px -283px; }
.flag.de							{ background-position: -274px -266px; }
.flag.fr							{ background-position: -256px -283px; }
.flag.nl.selected, .flag.nl:hover	{ background-position:  -76px -140px; }
.flag.en.selected, .flag.en:hover	{ background-position: -292px  -55px; }
.flag.de.selected, .flag.de:hover	{ background-position: -274px  -38px; }
.flag.fr.selected, .flag.fr:hover	{ background-position: -256px  -55px; }

.productform 						{ margin: 0 auto 0 auto; width: 340px; min-height: 397px; background: url('images/form.png') no-repeat; color: white;  z-index:50; position:relative;  }
.productform  .form-page				{ padding: 26px 21px; }
.productform fieldset					{ border: 0; margin: 0; padding: 0 11px; }
.productform  h2,
.productform .title					{ text-align: center; font-size: 18px; font-weight: bold; margin: 0; }
.productform .subtitle				{ text-align: center; font-size: 10px; margin-bottom: 10px; }
.productform .row					{ position: relative; margin: 0 0 3px 0; height: 20px;  }
.productform .row>*					{ position: absolute; display: inline-block; z-index: 100; }
.productform .row.small,
.productform .row.empty				{ height: 11px; line-height: 11px; }
.productform .row.float-left			{ float: left; }
.productform .row.on-top				{ z-index: 180; } /* necessary for IE8 */
.productform input					{ border: 0; height: 19px; line-height: 19px; }
.productform input.text				{ background: url('images/textform_01.png') no-repeat; width: 245px; padding: 0 3px; border: 0;  color: #58595b; left: 25px;  }
.productform input.text:focus		{ background-position: 0 -19px; }
.productform input.radio				{ margin: 0; height: 15px; }
.productform label					{ color: #a6a8ab; font-style: italic; left: 30px; line-height: 19px; z-index: 150!important; font-size: 10px; cursor: pointer; } 
.productform label.checkbox			{ color: white; font-style: normal; }
.productform label.description-label	{ left: 80px; }
.productform label.comments-label	{ color: white; right: 3px; left: auto; }
.productform label.icon,
.productform .icon					{ background-repeat: no-repeat; display: inline-block; width: 19px; height: 19px; line-height: 19px; } 
.productform .info					{ background-image: url('images/button_info.png'); left: 0px; }
.productform label.upload,
.productform .upload a				{ top:0; background: url('images/button_upload.png') no-repeat; display: inline-block; position: absolute; left: 25px; width: 44px; height: 19px; line-height: 19px; color: white; text-align: center; }
.productform .delete a				{ top:0; background: url('images/button_remove.png') no-repeat; display: inline-block; position: absolute; left: 25px; width: 44px; height: 19px; line-height: 19px; color: white; text-align: center; }
.productform .line					{ border-top: 1px solid white; margin: 7px 0; }
.productform button,
.productform input.button			{ background: url('images/button_bestellen.png') no-repeat; width: 102px; height: 36px; font-size: 12px; line-height: 32px; font-weight: bold; color: white; left: 102px; position: absolute; border: 0; }
.productform button:hover,
.productform input.button:hover		{ background: url('images/button_bestellen_scrollover.png') no-repeat; cursor: pointer; } /* TODO in ��n plaatje */
.productform .price-container		{ right:0; font-size: 14px; font-weight: bold; padding-top: 8px; }
.productform .selectbox				{ background: url('images/selectbox.png') no-repeat; width: 240px; height: 19px; line-height: 19px; margin: 0 0 3px 0; color: #58595b; left: 25px; padding: 0 6px; font-weight: bold; }
.productform .scrollbutton			{ position: absolute; background: url('images/arrows.png') no-repeat 0 2px; width: 14px; height: 18px; display: inline-block; right:0; top: 1px; z-index: 200; }
.productform .selectbox:hover		{ cursor: pointer; }
.productform .selectbox-options		{ background: url('images/selectbox.png') no-repeat 0 -19px; width: 252px; height: 96px; left: 25px; top: 23px; z-index: 200!important; color: #58595b; padding: 1px 0 0 0;}
.productform .selectbox-options li	{ height: 19px; line-height: 19px; padding: 0 6px; font-weight: bold;  z-index: 200; }
.productform .selectbox-options li:hover { background: url('images/textform_01.png') no-repeat 0 -19px; cursor: pointer; } 
.productform input.description		{ background: url('images/textform_02.png') no-repeat; width: 133px; height: 19px; left: 75px;  }
.productform input.description:focus	{ background-position: 0 -19px; }
.productform .comments				{ background: url('images/textform_03.png') no-repeat; width: 47px; height: 19px; line-height: 19px; padding: 0px 5px; color: white; right:0; cursor: pointer; }
.productform a						{ color: white; font-size: 10px; }
.productform .info-popup				{ background: url('images/popup_01.png') no-repeat; width: 222px; height: 43px; left:-237px; top: -60px; padding: 6px 6px 20px 6px; text-align: center; z-index:200; font-size: 12px; line-height: 15px; }
.productform .comments-popup			{ background: url('images/popup_02.png') no-repeat; width: 283px; height: 120px; left: 245px; top: -135px; padding: 6px 6px 20px 6px; text-align: right; z-index:200;}
.productform .comments-popup textarea	{ width: 100%; height: 100px; border: 0; padding:0; background-color: transparent; font-family: "MyriadPro", "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 12px; resize: none; }
.productform .comments-popup a		{ background-color: #3AB0E2; padding: 1px 3px; border-radius: 3px; }
.productform .comments-popup a:hover	{ background-color: #57585B;  }
.productform .ajax-loader			{ width: 16px; height: 16px; left: 132px; top: 8px; }
.productform #label-creditscode		{ left:17px; top: 6px;}
.productform #field-creditscode		{ left:12px; top: 6px; background-image: url('images/textform_code.png'); width: 71px; }
.productform #field-creditscode-2   { background-image: url('images/textform_code.png'); width: 71px; }
.productform .row .right				{ right: 0; }

.productform #assignment-options div.row			{ height: 14px;  }
.productform #assignment-options div.row.large	{ height: 20px; position: relative;  }
.productform #assignment-options input		{ left: 25px; width: auto; padding:0; margin: 0; }
.productform #assignment-options input.text-colorpicker   { left: 140px; width: 68px; padding: 0px 3px 0 3px; line-height: 18px; border: 0; height: 18px; }
.productform #assignment-options input.text-colorpicker:disabled { background-color: #f0f0f0; color: #a6a7ab; }
.productform #assignment-options .colorpicker-container { display: inline-block; position: absolute; left: 197px; top: 1px; width: 14px; height: 14px!important; line-height: 14px; z-index: 170; } 
.productform #assignment-options .minicolors-swatch	{ width: 0; height: 0; } 
.productform #assignment-options label		{ left: 45px; }

.productform #assignment-options #colorpicker-swatch-simulated { position: absolute; top: 0; left: 0; z-index: 175; display: inline-block; border: 1px #aaa solid; width: 100%; height: 100%; background-color: #f1f1f2; }
.productform #assignment-options #colorpicker-swatch-simulated.disabled { border-color: #ccc; }

.productform table						{ width: 251px; float: right; }
.productform table th						{ padding: 2px; font-size: 11px; font-weight: bold; }
.productform table td						{ font-size: 11px; margin: 0; padding: 0px 3px; height: 19px; line-height: 21px; font-weight: bold; }
.productform table td input				{ height: 19px;  }	
.productform table td.has-text-input				{ padding: 0 0;  }	
.productform table .right					{ text-align: right; }
.productform table tr.row-select td		{ background: url('images/row_select.png') no-repeat center top; }
.productform table tr.row-select td.first 	{ background-position: left top; position: relative; width: 15px; }
.productform table tr.row-select td.first .radio { position: absolute; top: 2px; }
.productform table tr.row-select td.last 	{ background-position: right top; }
.productform table tr.row-select:hover td 	{ background-image: url('images/row_select_scrollover.png'); cursor: pointer; }

.productform .logo-ideal			{ background: url('images/logo_ideal.png') no-repeat; width: 22px; height: 19px; left: 0px; top: 6px; }
.productform .logo-paypal		{ background: url('images/logo_paypal.png') no-repeat; width: 30px; height: 19px; left: 27px; top: 6px; }

/* specific styles for scrollbar - see also jquery.scrollpane.css */
.scroll-pane						{ overflow: auto; height: 100%; }
.scroll-pane .jspTrack				{ background-color: #F1F1F2; border-radius: 4px; }
.scroll-pane .jspDrag				{ background-color: #7FC8E8; border-radius: 4px; }
.scroll-pane .jspDragTop				{  }
.scroll-pane .jspDragBottom			{  } 
.scroll-pane .jspVerticalBar			{ background: transparent; width: 8px;  }

.simple-form						{ margin: 10px 0; width: 470px; display: block; }
.simple-form label					{ display: block!important; width: 160px; vertical-align: top; }
.simple-form .row					{ padding-bottom: 5px; }
.simple-form .text					{ width: 300px; }
.simple-form textarea					{ height: 100px; font-family: arial; font-size: 10pt; }
.simple-form .feedback				{ background-color: #DFEFFC; padding: 3px; border-radius: 3px; margin: 0 0 10px 0; text-align: center; }
.simple-form .error					{ color: red; text-align: center;padding: 3px;  }
.simple-form .button					{ margin-left: 164px;}

.productform .row .hidden,
.hidden						{ display: none;	}
.error 						{ color: #E93B32;  }
.clear						{ clear: both; }

 
 
 