/* -------------------- SITE -------------------- */

.screenDisable {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	}

.printDisable {
	}

html, body, #sidecentreringTabel {
	width: 100%;
	height: 100%;
	margin: auto;
	}

img{  
	border-style: none;
}

#sidecentreringCelle {
	text-align: center;
	vertical-align: middle;
	}

#sidecentrering {
	position: relative;
	margin: auto;
	width: 990px;
	height: 560px;
	text-align: left;
	background-color: white;
	border: 1px solid #b1b1b1;
	}

html, body, table, thead, tbody, tfoot, tr, td, div, span, p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: white;
	padding: 0;
	margin: 0;
	}

p { padding: 0px 0px 15px 0px }

h1, h2, h3 { padding: 0px 0px 5px 0px; margin: 0 }
h1 { font-size: 20px }
h2 { font-size: 16px }
h3 { font-size: 12px }

a { color: black; text-decoration: none }
a:link {}
a:visited {}
a:active {}
a:hover { text-decoration: underline }

#custInfo {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	color: black;
	}

#custInfo a { color: #85c2f3; text-decoration: none }
#custInfo a:link {}
#custInfo a:visited {}
#custInfo a:active {}
#custInfo a:hover { text-decoration: underline }

#techCMS {
	height: 8px;
	padding-left: 2px;
	text-align: left;
	font-size: 10px;
	color: silver;
	}

#techCMS a { color: silver; text-decoration: none }
#techCMS a:link {}
#techCMS a:visited {}
#techCMS a:active {}
#techCMS a:hover { text-decoration: underline }

/* -------------------- MODULE : i_menu.asp -------------------- */

#menu {
	padding-top: 7px;
	width: 990px;
	height: 22px;
	background-color: #85c2f3;
	}

/* -------------------- MODULE : i_printfriendly.asp -------------------- */

#printfriendly {
	width: 17px;
	height: 16px;
	}

/* -------------------- MODULE : i_contact3.asp -------------------- */

.ctf_legendText, .ctf_legendEmail, .ctf_legendMemo, .ctf_legendMemo2, .ctf_legendShow, .ctf_legendSelect, .ctf_legendRadio {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	text-align: right;
	vertical-align: top;
	}

.ctf_legendCheckbox {}

.ctf_fieldText, .ctf_fieldEmail, .ctf_fieldMemo, .ctf_fieldMemo2 {
	margin: 0px;
	width: 250px;
	}

.ctf_fieldCheckbox, .ctf_fieldSelect, .ctf_fieldRadio {}

.ctf_fieldMemo, .ctf_fieldMemo2 { height: 50px }

.ctf_textButton { width: 100% }

/* -------------------- MODULE : i_miniorder.asp -------------------- */

#miopMainTable { width: 100%; height: 355px; }

/* steps 1-5 with arrows */
#miopStepsCell { height: 30px; vertical-align: top }
#miopStepTable { width: 100% }

.miopStepCell { width: 20%; text-align: center; font-weight: normal; }
.miopStepCellActive { width: 20%; text-align: center; font-weight: normal; color: blue }

.miopStepArrowTable { width: 100% }

.miopStepArrowOnLeft {
	background-image: url( /images/miniorder/stepArrowOnLeft.png );
	background-position: center left;
	background-repeat: no-repeat;
	height: 17px;
	width: 9px;
	}

.miopStepArrowOnMiddle {
	background-image: url( /images/miniorder/stepArrowOnMiddle.png );
	background-position: center left;
	background-repeat: repeat-x;
	height: 17px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	color: white;
	}

.miopStepArrowOnRight {
	background-image: url( /images/miniorder/stepArrowOnRight.png );
	background-position: center right;
	background-repeat: no-repeat;
	height: 17px;
	width: 9px;
	}

.miopStepArrowOnLast {
	background-image: url( /images/miniorder/stepArrowOnLast.png );
	background-position: center right;
	background-repeat: no-repeat;
	height: 17px;
	width: 9px;
	}

.miopStepArrowOffLeft {
	background-image: url( /images/miniorder/stepArrowOffLeft.png );
	background-position: center left;
	background-repeat: no-repeat;
	height: 17px;
	width: 9px;
	}

.miopStepArrowOffMiddle {
	background-image: url( /images/miniorder/stepArrowOffMiddle.png );
	background-position: center left;
	background-repeat: repeat-x;
	height: 17px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	color: black;
	}

.miopStepArrowOffRight {
	background-image: url( /images/miniorder/stepArrowOffRight.png );
	background-position: center right;
	background-repeat: no-repeat;
	height: 17px;
	width: 9px;
	}

.miopStepArrowOffLast {
	background-image: url( /images/miniorder/stepArrowOffLast.png );
	background-position: center right;
	background-repeat: no-repeat;
	height: 17px;
	width: 9px;
	}

.miopStep1Link, .miopStep2Link, .miopStep3Link, .miopStep4Link, .miopStep5Link { cursor: pointer; color: black; }

/* products area */
#miopProductsDiv { height: 265px; overflow-y: auto; overflow-x: hidden; padding-right: 30px; }
#miopProductsCell {}
#miopProductsCell a { color: yellow; text-decoration: none }
#miopProductsCell a:link {}
#miopProductsCell a:visited {}
#miopProductsCell a:active {}
#miopProductsCell a:hover { text-decoration: underline }

.miopProductHeader { font-size: 16px; font-weight: bold; padding-top: 10px; padding-bottom: 5px; color: black; }
.miopProductInputTable { background-color: yellow; margin-bottom: 20px; padding-left: 10px; padding-right: 10px; border: 1px solid black; }
.miopProductInputLegend { color: black; font-weight: bold; text-transform: uppercase; color: black; }
.miopProductInputText { border: 1px solid #b1b1b1; width: 40px; }
.miopProductInputTextLongLegend { color: black; }
.miopProductInputTextLong { border: 1px solid #b1b1b1;; width: 200px; color: black; }
.miopProductTextarea { border: 1px solid #b1b1b1; width: 200px; height: 50px; }

/* step 1: product */
#miopProductTable { width: 100%; }
.miopProductCell, .miopProductCellBlank { width: 33%; border: 0; padding: 3px; vertical-align: bottom; }
.miopProductCellBlank { background-color: transparent }
.miopProductName {  }
.miopProductNameLegend { color: black; text-decoration: underline; }
.miopProductDescription { font-size: 10px }
.miopProductInfo { width: 16px; height: 16px; background-color: transparent; display: inline }
.miopProductPrice { font-size: 10px; color: black; }
.miopProductImage { display: inline }

/* step2 : material */
#miopMaterialTable { width: 100% }
.miopMaterialCell, .miopMaterialCellBlank { width: 33%; padding: 3px; vertical-align: bottom; }
.miopMaterialCellBlank { background-color: transparent }
.miopMaterialName { color: black; }
.miopMaterialNameLegend { color: black; text-decoration: underline; }
.miopMaterialDescription { font-size: 10px }
.miopMaterialProductTypeDescription { font-size: 10px }
.miopMaterialInfo { width: 16px; height: 16px; background-color: transparent; display: inline }
.miopMaterialProductTypeInfo { width: 16px; height: 16px }
.miopMaterialPrice { font-size: 10px; color: black; }
.miopMaterialImage { display: inline }

/* step 3 : design */
#miopDesignTable { width: 100% }
.miopDimSpace { width: 30px }
.miopDesignHeader {}
.miopDesignCell, .miopDesignCellBlank { width: 33%; padding: 3px; vertical-align: bottom; height: 100%; }
.miopDesignCellBlank { background-color: transparent }
.miopDesignName { }
.miopDesignNameLegend { color: black; text-decoration: underline; }
.miopDesignDescription { font-size: 10px }
.miopDesignInfo { width: 16px; height: 16px; background-color: transparent; display: inline }
.miopDesignPrice { font-size: 10px; color: black; }
.miopDesignImage { display: inline }

/* step 4 : mounting */
#miopMountingTable { width: 100% }
.miopMountingCell, .miopMountingCellBlank { width: 33%; padding: 3px; vertical-align: bottom; }
.miopMountingCellBlank { background-color: transparent }
.miopMountingName {}
.miopMountingNameLegend { color: black; text-decoration: underline; }
.miopMountingDescription { font-size: 10px }
.miopMountingInfo { width: 16px; height: 16px; background-color: transparent; display: inline }
.miopMountingPrice { font-size: 10px; color: black; }
.miopMountingImage { display: inline }

/* step 5 : order */
#miopOrderTable { width: 100%; }
#miopOrderDataCell { width: 50%; text-align: left; vertical-align: top; padding-right: 20px }

#miopOrderProductTable1, #miopOrderProductTable2 { width: 100%; }
#miopOrderProductTable2 { margin-top: 10px; margin-bottom: 10px; }

.miopOrderDataCol1 { width: 70%; border-bottom: 1px solid white; background-color: #85c2f3; padding: 2px; vertical-align: middle; text-align: left }
.miopOrderDataCol2 { width: 30%; border-bottom: 1px solid white; background-color: #85c2f3; padding: 2px; vertical-align: middle; text-align: right }
.miopOrderDataColExtra { font-weight: bold }
#miopCustomerDataCell { width: 50%; text-align: left; vertical-align: top; color: black; }
.miopOrderDataCol1InputText { border: 0; width: 80px; background-color: white; height: 16px; text-align: right }
.miopOrderDataCol1Total { font-size: 18px; font-weight: bold; color: black; }
.miopOrderDataCol1TotalUpdate { font-size: 10px; font-weight: normal; border: 1px solid #b1b1b1; padding: 1px; cursor: pointer; margin-left: 10px; color: black; }

/* buttons */
#miopButtonsCell { text-align: center; height: 30px }
#miopButtonsCell a { color: yellow; text-decoration: none }
#miopButtonsCell a:link {}
#miopButtonsCell a:visited {}
#miopButtonsCell a:active {}
#miopButtonsCell a:hover { text-decoration: underline; cursor: pointer }

#miopButtonsTable { width: 60% }
.miopButtonCell { width: 25%; text-align: center; vertical-align: bottom; border: 1px solid #b1b1b1; }
.miopButtonCell :hover { text-decoration: none; cursor: pointer; color: red; }

.miopButtonPrev { cursor: pointer; color: black; }
.miopButtonPrevOff { cursor: pointer; color: black; }
.miopButtonPrevOn { cursor: pointer; color: black; }

.miopButtonShopMore { cursor: pointer; color: black; }
.miopButtonShopMoreOff { cursor: pointer; color: black; }
.miopButtonShopMoreOn { cursor: pointer; }

.miopButtonNext { cursor: pointer; color: black; }
.miopButtonNextOff { cursor: pointer; color: black; }
.miopButtonNextOn { cursor: pointer; }

.miopButtonBasket { cursor: pointer; color: black; }
.miopButtonBasketOff { cursor: pointer; color: black; }
.miopButtonBasketOn { cursor: pointer; }

.miopTooltip { width: 200px; color: black }

/* -------------------- CUSTOM PANELS -------------------- */

#yellowtop {
	width: 990px;
	height: 86px;
	background-image: url( /images/yellowtop.png );
	background-position: top left;
	background-repeat: repeat-x;
	}

#logo {
	width: 226px;
	height: 85px;
	background-image: url( /images/logo.png );
	background-position: top left;
	background-repeat: no-repeat;
	}

#products {
	border: 1px solid #b1b1b1;
	width: 172px;
	height: 36px;
	background-image: url( /images/silverbar.png );
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px 5px 0px 5px;
	}

#products td {
	color: black;
	font-size: 19px;
	padding-top: 4px;
	}

#leftmenu {
	background-color: #85c2f3;
	width: 184px;
	height: 107px;
	height: 368px;
	overflow: hidden;
	}

#image1 {
	width: 184px;
	height: 138px;
	}

#LeftCustInfo {
	border-top: 1px solid white;
	width: 178px;
	height: 51px;
	color: black;
	font-size: 10px;
	padding: 2px 2px 2px 4px;
	}

#frontHead {
	border: 1px solid #b1b1b1;
	width: 411px;
	height: 36px;
	background-image: url( /images/silverbar.png );
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px 5px 0px 5px;
	}

#frontHead td {
	color: black;
	font-size: 19px;
	padding-top: 4px;
	}

#wingfx {
	width: 421px;
	height: 366px;
	background-image: url( /images/wingfx.png );
	background-position: top left;
	}

#text1front {
	width: 411px;
	height: 356px;
	padding: 5px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #b1b1b1;
	color: black;
	}

#text1front p { color: black; }

#text1front a { color: black; text-decoration: underline; font-weight: bold }
#text1front a:link {}
#text1front a:visited {}
#text1front a:active {}
#text1front a:hover { text-decoration: underline }

#subHead {
	border: 1px solid #b1b1b1;
	width: 758px;
	height: 36px;
	background-image: url( /images/silverbar.png );
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px 5px 0px 5px;
	}

#subHead td {
	color: black;
	font-size: 19px;
	padding-top: 4px;
	}

#wingfx2 {
	width: 768px;
	height: 366px;
	background-image: url( /images/wingfx2.png );
	background-position: top left;
	}

#text1sub {
	width: 758px;
	height: 356px;
	padding: 5px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #b1b1b1;
	color: black;
	}

#text1sub p { color: black; }

#text1sub a { color: #85c2f3; text-decoration: none; font-weight: bold }
#text1sub a:link {}
#text1sub a:visited {}
#text1sub a:active {}
#text1sub a:hover { text-decoration: underline }

#weOffer {
	border: 1px solid #b1b1b1;
	width: 323px;
	height: 36px;
	background-image: url( /images/silverbar.png );
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px 5px 0px 5px;
	}

#weOffer td {
	color: black;
	font-size: 19px;
	padding-top: 4px;
	}

.mountingService {
	background-color: yellow;
	border: 1px solid black;
	}

.mountingService td {
	color: black;
	padding: 5px;
	vertical-align: middle;
	}

/* front page banners */
#banner1,
#banner2,
#banner3,
#banner4 {
	width: 335px;
	height: 78px;
	overflow: hidden;
	}

.banTxt_div {
	width: 333px;
	height: 76px;
	border: 1px solid #b1b1b1;
	}

.banTxtHeadline {
	background-color: #85c2f3;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	padding: 3px 0px 5px 0px;
	vertical-align: middle;
	}

.banTxtHeadline a { color: white; text-decoration: none; }
.banTxtHeadline a:link {}
.banTxtHeadline a:visited {}
.banTxtHeadline a:active {}
.banTxtHeadline a:hover { color: #fafd0a; text-decoration: none; }

.banTxtBody,
.banTxtBody p { color: black; text-decoration: none; padding-left: 5px; padding-right: 5px; }
.banTxtBody p { margin-top: -6px; }

.banTxtBody a { color: black; text-decoration: none; }
.banTxtBody a:link {}
.banTxtBody a:visited {}
.banTxtBody a:active {}
.banTxtBody a:hover { color: black; text-decoration: none; }

/* end banner */

