
#productlogo{float:right; margin-top:-67px; padding:0px; }
.printOnly {
	display: none !important;
}




/***** Buttons for the administration panel *****/
.adminButtons {
	padding-bottom:25px;
}
.adminButtons a {
	display: block;
	width: 182px;
	padding: 3px 0px;
	float: left;
	text-align: center;
	border: 1px solid #729CB2;
	margin: 0px 3px 8px 3px;
	color: #325C72 !important;
	background-color: #ABDFF9;
	text-decoration: none !important;
}
.adminButtons a:hover {
	background-color: #BBEEFF;
	border: 1px solid #428C82;
	color: black !important;
	text-decoration: none !important;
}
.adminButtons a img {
	border: medium none;
	margin-right: 4px;
	vertical-align: top;
}



/* Tabbed control styling */
#tabcontrol {
	vertical-align: bottom;
}
#tabcontrol #tabs {
	/*height: 100%;*/
	white-space: nowrap;
}
#tabcontrol #tabs a {
	display: block;
	float: left;
	text-align: center;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-right: 4px;
	padding: 1px 10px;
	color: gray;
	background-color: lightgrey;
	/*height: 100%;*/
}
#tabcontrol #tabs a:hover {
	background-color: #dddddd;
	color: #990000;
}
#tabcontrol #tabs a.activetab {
	background-color: white;
	color: #990000;
}
#tabcontrol #tabs a.disabled {
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	background-color: #dddddd;
	color: #bbbbbb;
}
#tabcontrol #tabs a.disabled:hover {
	background-color: #dddddd;
	color: #bbbbbb;
	cursor: default;
}
#tabcontrol div.tab {
	clear: both;
	border: 1px solid black;
	padding: 5px;
	display: none;
}
#tabcontrol div.activetab {
	display: block;
}



/***** General purpose styles *****/
.formbuttons {
	text-align: center;
	padding: 15px 0px;
}
fieldset .formbuttons {
	padding-bottom: 0px;
}
.center {
	text-align: center;
}
.hiba {
	text-align: justify;
	font-weight: bold;
	font-size: 10pt;
	color: #444444;
	border: 4px solid #cccccc;
	background-color: #ffffff;
	padding: 6px 8px 6px 50px;
	background-image: url(/images/Symbols-Warning-icon.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 1.3em;
	min-height: 36px;
}
.hiba2 {
	font-weight: bold;
	font-size: 11px;
	color: #990000;
	padding: 8px;
	text-align: center;
}
.inputbox {
}

a.button {
	color: #666666 !important;
	text-align: center !important;
	font-size: 11px !important;
	font-weight: bold !important;
	border: 1px  outset #666666 !important;
	width: 100px;
	background-color: #dddddd !important;
	line-height: 16px;
	padding: 4px 15px;
	height: 16px !important;
	height: 14px;
	margin: 1px;
	white-space: nowrap;
	display: inline-block !important;
	text-decoration: none !important;
}
a.button:hover {
	color: #000000 !important;
	border: 1px outset #000000 !important;
	background-color: #cccccc !important;
	text-decoration: none !important;
}


/* Styles applied to content typed in the administration */
#typedContent {
	line-height: normal;
}
#typedContent p {
	margin-bottom: 1em;
}


/* Styles applied for different list in administration */
tr.unpublished {
	background-color: #dddddd;
}
tr.unpublished td {
	color: #aaaaaa;
}
tr.unpublished td a {
	color: #8888ff;
}
tr.odd {
	background-color: #eeeeee;
}
tr.even {
	background-color: #e0e0e0;
}
tr.odd td, tr.even td {
	color: #333333;
}
tr.odd td a, tr.even td a {
	color: #3333ee;
}
tr.promo {
	background-color: #ffddaa;
}
tr.promo td {
	color: #660000;
}
tr.promo td a {
	color: #990000;
}


/* THE BASKET SCREEN */
table.basket {
	width:500px;
	font-size: 11px !important;
	margin: 0px auto;
}
table.basket td.currency {
	text-align: right;
}
table.basket tr.total td {
	border-top: 1px dotted #CCCCCC;
	font-weight: bold;
}
table.basket tr.total td.currency {
}
table.basket tr td input.quantity {
	text-align: center;
	padding: 0px;
	width:100%;
	background-color: #eeeeee;
	color: #000000;
}
table.basket th {
	background-color: #E0E0E0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
table.basket th.first {
	border-left:1px solid #CCCCCC;
}
table.basket th.last {
	border-right:1px solid #CCCCCC;
}
table.basket td .prodimagediv {
	padding:0px;
	background-color:white;
	width:50px;
	height:50px;
	line-height:47px;
	text-align:center;
	float:left;
	margin-right: 1px;
	border: 1px solid #A37657;
}
table.basket td .prodname {
	font-size: 12px;
	font-weight: bold;
}
#rechts #wrapper table.basket h4,
#rechts #wrapperwide table.basket h4 {
	font-size: 12px;
	font-weight: bold;
}

.missing_translation_note {
	font-size: 10px;
	background-color: #ACC6D4;
	border: 2px dashed #6B9FB9;
	color: #0B3F59;
	padding: 4px;
	clear: both;
	float: none;
	display: block;
}



p#nosearchresults {
	border: 1px solid #88731A;
	background-color: #C8B35A;
	font-weight: bold;
	font-size: 10px;
	text-align: justify;
	color: #333333;
	padding: 6px 10px;
}


table td.adminheader {
	font-family: Tahoma,Arial,Verdana,sans-serif;
	text-align: center;
	background-color: #C9D1E6;
	border: 1px solid #8DB20A;
	font-weight: bold;
	font-size: 10pt;
	padding: 2px;
	color: #00486F;
	letter-spacing: 1px;
}
#productsheet {
	padding-left: 16px;
}
#productsheet ul {
	list-style-type: circle;
}
#productsheet form {
	margin: 16px;
	text-align: center;
}
#productsheet h5 .discount {
	font-weight: normal;
}
#productsheet h5.discounted_price {
	color: #990000;
	font-size: 13px;
}
#productimages {
	vertical-align: top;
	padding-top: 16px;
}
#productimages ul {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#productimages ul li {
	background-repeat: no-repeat;
	background-image: url(/images/bg_square-sm.gif);
	display: block;
	float: left;
	width: 208px;
	height: 208px;
	line-height: 208px;
	text-align: center;
	padding: 6px;
	margin: 1px;
}
#productimages ul li a {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 196px;
	height: 196px;
	line-height: 196px;
	padding: 0;
	margin: 0;
}

#productdocuments {
	vertical-align: top;
	padding-right: 16px;
	width: 403px;
}
#productdocuments ul {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#productdocuments ul li {
	display: block;
	float: right;
	width: 142px;
	text-align: center;
	padding: 6px;
	margin: 1px;
}
#productdocuments ul li a {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	padding: 0px 4px 4px 4px;
	margin: 0;
	color: black;
	text-align: left;
}
#productdocuments ul li a:hover {
	text-decoration: none;
	background-color: #DDE6BB;
}
#productdocuments ul li a:hover span {
	text-decoration: underline;
}

#productdocuments ul li a span {
	background-image: url(/images/quickbasket_title_bg.gif);
	display: block;
	height: 29px;
	line-height: 26px;
	font-weight: bold;
	color: white;
	overflow: hidden;
	font-size: 9px;
	padding: 0px;
	text-align: center;
	margin: 0px -4px;
	cursor: pointer;
}



table#order_existing_user, table#order_new_user {
	width: 500px;
	margin: 0px auto;
	padding-bottom: 2em;
}
table#order_existing_user tr {
	background-color: #e0eeb0;
}
table#order_new_user tr.odd {
	background-color: #e4e5e7;
}
table#order_new_user tr.even {
	background-color: #f1f3f2;
}
table#order_existing_user tr.buttons, table#order_new_user tr.buttons {
	background-color: transparent;
}
table#order_existing_user tr.buttons td, table#order_new_user tr.buttons td {
	text-align: center;
	padding-top: 1em;
}
table#order_existing_user tr.buttons td input,
table#order_new_user tr.buttons td input {
	width: 100px;
	padding: 0px;
	margin: 0px;
}
table#order_existing_user tr td.heading, table#order_new_user tr td.heading {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}
table#order_existing_user tr th, table#order_existing_user tr td,
table#order_new_user tr th, table#order_new_user tr td {
	text-align: left;
	font-weight: normal;
	font-size: 9px;
	padding: 4px 6px;
}
table#order_new_user tr.even th {
	font-weight: bold;
	color: #666666;
}
table#order_new_user tr.odd th {
	font-weight: bold;
	color: #555555;
}
table#order_existing_user tr td table td,
table#order_new_user tr td table td {
	padding: 0px;
}
table#order_existing_user tr td.forgotten_password a {
	text-decoration: none;
	font-weight: bold;
	color: #333366;
}
table#order_existing_user tr td.errors, table#order_new_user tr td.errors {
	background-color: #990000;
	color: white;
	font-weight:bold;
}


table#order_select_invoicing {
	width: 500px;
}
table#order_select_invoicing tr {
	background-color: #e0eeb0;
}
table#order_select_invoicing tr.buttons {
	background-color: transparent;
}
table#order_select_invoicing tr.buttons td {
	text-align: center;
	padding-top: 1em;
}
table#order_select_invoicing tr.buttons td input {
	width: 100px;
	padding: 0px;
	margin: 0px;
}
table#order_select_invoicing tr td.heading {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}
table#order_select_invoicing tr th, table#order_select_invoicing tr td {
	text-align: left;
	font-weight: normal;
	font-size: 9px;
	padding: 4px 6px;
}
table#order_select_invoicing tr td a.address {
	border: 1px solid #d0dea0;
	display: block;
	padding: 6px;
	background-color: white;
	text-decoration: none;
	color: #333333;
}
table#order_select_invoicing tr td a.address:hover {
	border: 1px solid #65723a;
	text-decoration: none;
	color: #000000;
}
table#order_select_invoicing tr td.errors {
	background-color: #990000;
	color: white;
	font-weight:bold;
}
table#order_select_invoicing tr td table td {
	padding: 0px;
}



table#order_confirm_order {
	width: 680px;
	border-collapse: collapse;
}
table#order_confirm_order tr {
	background-color: #e0eeb0;
}
table#order_confirm_order tr.buttons {
	background-color: transparent;
}
table#order_confirm_order tr.buttons td {
	text-align: center;
	padding-top: 1em;
}
table#order_confirm_order tr.buttons td input {
	width: 100px;
	padding: 0px;
	margin: 0px;
}
table#order_confirm_order tr td.heading {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}
table#order_confirm_order tr th, table#order_confirm_order tr td {	
	text-align: left;
	font-weight: normal;
	font-size: 9px;
	padding: 2px 6px;
}


table#order_confirm_order td.inside table {
	border: 1px solid #d0dea0;
	background-color: white;
	color: #333333;
}
table#order_confirm_order td.inside table table { /* exclude nested tables */
	border: medium none;
	background-color: transparent;
}
table#order_confirm_order table table tr th, table#order_confirm_order table table tr td {	
	padding: 0px;
}
table#order_confirm_order tr td.inside tr {
	background-color: white;
}
table#order_confirm_order table.basket th,
table#order_confirm_order table.basket tr.total td,
table#order_confirm_order table.basket tr.total2 td {
	font-weight: bold;
}
table#order_confirm_order table.basket tr.total td,
table#order_confirm_order table.basket tr.total2 td {
	vertical-align: bottom;
}
table#order_confirm_order table.basket td.currency {
	font-weight: bold;
	text-align: right;
}
table#order_confirm_order table.userdetails tr.odd td,
table#order_confirm_order table.userdetails tr.odd th {
	background-color: #f4f4f4;
}
table#order_confirm_order table.userdetails tr th {
	font-weight: bold;
	border-top: 1px solid #dddddd;
	padding: 4px 6px;
}
table#order_confirm_order table.userdetails tr td {
	border-top: 1px solid #dddddd;
	padding: 4px 6px;
}
table#order_confirm_order table.userdetails tr.first th,
table#order_confirm_order table.userdetails tr.first td,
table#order_confirm_order table.userdetails table tr td {
	border-top: medium none;
}
table#order_confirm_order table.userdetails table tr td {
	padding: 0px;
}

/* fixing the left floated images next to the lists */
#productdescription ul {
	margin-left: 16px;
	zoom: 1; /* hasLayout for IE<= 6 */
	overflow: auto; /* shrink the list to sit beside floats in compliant browsers */
	margin: 0; padding: 0; /* zero the defaults so only one or other is used per you margin request below */
}
#productdescription ul li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 2em; /* must stay, want it */ 
	width: 50%;
	float: left;
}
#productdescription ul.normal li {
	width: auto;
	float: none;
}
#productdescription .notranslation {
	color: #000066;
	border: 1px solid #1D698D;
	border-left: 6px solid #1D698D;
	background-color: #D9E8F2;
	display: block;
	float: none;
	padding: 5px 3px;
	margin: 5px 0px;
	clear: both;
	font-size: 9pt;
}
#client_map {
	width: 100%;
	height: 400px;
	border: 1px solid black;
}
#rechts #wrapperwide p.properties {
	font-size: 12px;
	margin-left: 25px;
	padding-bottom: 1em;
}
#rechts #wrapperwide p.properties span.name {
	font-weight: bold;
}
#rechts #wrapperwide p.properties .highlight {
	font-size: 17px;
	font-style: italic;
	color: #2893C3;
}

/* Formating of the realization filter controls (slider, types, etc) */
table#realization_filters td {
	font-size: 9pt;
}
table#realization_filters th {
	font-size: 10pt;
	font-weight: bold;
}
table#realization_filters div.fountain_type_entry {
	white-space: nowrap;
	margin-right: 12px;
	line-height: 16px;
	width: 225px;
	overflow: hidden;
	display: block;
	float: left;
}
table#realization_filters div.fountain_type_entry input {
	height: 16px;
	vertical-align: bottom;
	margin-right: 2px;
	float: left;
}
table#realization_filters div.fountain_type_entry label {
	display: block;
}
table#realization_filters .yearSliderContainer {
	background-color: #ffffff;
}
table#realization_filters .slider {
	width: 300px;
	background-color: #ffffff;
}
table#realization_filters #yearValue {
	border: 1px solid #bbbbbb;
	background-color: #f4f4f4;
	color: black;
	padding: 2px 0px;
	text-align: center;
}

/* Formating of the google maps info window with the short information of the realizations */
table.fountain_info_box {
	color: #666666;
	width: 222px;
}
table.fountain_info_box th.title {
	font-size: 11pt;
	border: medium none;
	padding-bottom: 10px;
	text-align: center;
}
table.fountain_info_box td img {
	display: block;
	margin: 0px auto;
	border: 1px solid gray;
}
table.fountain_info_box th {
	font-size: 10pt;
	font-weight: bold;
}
table.fountain_info_box td {
	font-size: 10pt;
}

/* Formating of the alphabetical realization list */
table#allrealizations {
}
table#allrealizations th {
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
}
table#allrealizations td {
	font-size: 9pt;
}
table#allrealizations img {
	border: 1px solid black;
}
table#allrealizations a.image {
	border: 1px solid black;
	display: block;
	background-repeat: no-repeat;
	background-position: center center; 
}
table#allrealizations a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

/* Formating of the realization's properties table */
table#realization_properties {
}
table#realization_properties td, table#realization_properties th {
	padding:5px 10px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	width: 250px;
	text-align: left;
	font-size: 12px;
}
table#realization_properties th {
	border-right: 1px solid #DDDDDD;
}

table#realization_properties tr.odd td, table#realization_properties tr.odd th {
	background-color: #F7F7F7;
	color: #333333;
}

table#realization_properties tr.even td, table#realization_properties tr.even th {
	background-color: #FFFFFF;
	color: #333333;
}

/* Product manuals tab (within catalog) */
#ProductManualsTab ul {
	margin-bottom: 16px;
}
#ProductManualsTab ul li {
	list-style-type: circle;
	margin-left: 24px;
}
#ProductManualsTab ul li a {
	font-size: 10pt;
	color: #1D698D;
	font-weight: normal;
	text-decoration: none;
}
#ProductManualsTab .header {
	font-size: 12pt;
	color: #8EA83D;
	font-weight: bold;
}

/* Changes in the description of the realisations */
.realizationdescription {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 10px;
	margin-bottom: 1em;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}
.realizationdescription p {
	margin: 0px !important;
}
.realizationdescription em, .realizationdescription i {
	font-style: italic !important;
}

/* Paging buttons in the catalog and on the search pages */
#Subrubriek #list {
	text-align: right;
	font-size: 10pt;
	color: #8CB30A;
	background-color: #f4f4f4;
	border: 1px solid #eeeeee;
	margin-right: 20px;
	padding: 0px 6px;
	font-weight: bold;
}
#Subrubriek #list a {
	font-size: 10pt;
	color: #1F698E;
	font-weight: bold;
	text-decoration: none;
	color: #1F698E;
}

/* Acrobat reader download links on the product manual pages */
#rechts #ProductManualsTab p.acrobatdownload {
	margin: 25px 1% 0px 1%;
	line-height: normal;
	color: gray;
	width: 48%;
	float: left;
}
#rechts #ProductManualsTab p.acrobatdownload img {
	margin-right: 3px;
}
#rechts #ProductExamplesTab h3 {
	text-transform: none;
	color: #8EA83D;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

/* Position of the search box (realisations, products) */
#customSearch {
	display: block;
	float: right;
	margin-top: -104px;
	position: relative;
	color: gray;
}

/* Changes to the typed content on the homepage */
body#page_home_old #typedContent table td p.title, body#page_home #typedContent table td p.title {
	margin-bottom: 0px;
}
body#page_home_old #typedContent table td ul li, body#page_home #typedContent table td ul li {
	list-style-type:disc;
	font-size:medium;
	margin-left: 24px;
}

#promoBox {
	background: #FAFAFA none repeat scroll 0 0;
	border: 1px solid #F0F0F0;
	margin: 25px 0 0 5px;
	padding: 3px 3px;
	width: 201px;
	line-height: normal;
	text-align: center;
}
#promoBox h2 {
	font-size: 11pt;
	padding: 2px 0px;
	margin: 0px;
	font-weight: bold;
	background-color: #F0F0F0;
	border: 1px solid #EEEEEE;
	color: #888888;
}
#promoBox a {
	text-decoration: none;
	display: block;
	color: #666666;
	font-size: 10pt;
}

#links a.LidMembre {
	display:block;
	text-align: center;
	width: 223px;
}

a.addButton {
	padding: 3px 10px 3px 25px;
	border: 1px solid #1E688F;
	text-decoration: none;
	background-color: #D8DFF1;
	font-weight: bold;
	background-image:url(/images/16-em-plus.gif);
	background-position: 2px center;
	background-repeat: no-repeat;
	color: #1E688F;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
a.addButton:hover {
	border: 1px solid #254590;
	color: #00385F;
	background-color: #C8D3EF;
	background-image:url(/images/16-em-plus-over.gif);
}

