
/* --------------------------------------- common tag redefinitions --------------------------------------- */
html, body, form, fieldset {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
html {
	font-size:100.01%; /* see remark bottom */
}
body { 
	color:#222;
	line-height:1.25em;
	font-size:0.7em;
	background-color:#9aa69c;
}
a {
	color:#222;
}
a:visited {
	color:#666;
}
a:hover {
	color:#930066; /* bordeaux */
}
a img {
	border:none; /* avoids border when img is link */
}
fieldset {   
	border:none;
}
/* Neutralize/reset styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, hr, address {
        margin:0.9em 0;
        padding:0;
}
/* 	remember to define focus styles! */
:focus { outline: 0; }
h1 {
	color:#009900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:0.2em;
}
h3 {
	font-size:1em;
	font-weight:bold;
}
h4 {
	font-size:1em;
	font-weight:bold;
}
h5 {
	font-size:1em;
	font-weight:normal;
}
h6 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
}
p {
	margin-top:0.4em;
}
hr {
	border:none;
	border-bottom:1px solid #9f8c86; /*todo*/
	height:1px;
}
input, select, textarea { /* AANGEPAST MANDY 080710 */
	background-color:#fbf9f8;
	border:1px solid #e8e3e2;
	font-size: 100%;
	font-family: inherit;
	color:#222;
	width:180px;
}
ul li { /*todo*/
	list-style:none;
	background:url(bul_list.gif) 0 0.5em no-repeat;
	padding:0 0 0.2em 1.2em;
	margin:0;
}
input, select { /* AANGEPAST MANDY 080710 */
	/*height:15px;*/
}
select { /* AANGEPAST MANDY 080710 */
	width:185px !important;
}
td {
	font-size:0.9em;
	vertical-align:top; /* relevant in most cases, i.e. in application layout */
}
td td {
	font-size:1em; /* avoid smaller font in nested tables */
	padding:2px 10px; /*todo*/
}
table th {
	background:#e9e5e3 url(bck_prod.gif) 0 0 repeat-x;
	border-right:1px solid #dfd7d4;
	color:#52453d;
	font-size:1.1em;
	font-weight:normal;
	height:27px;
	padding-left:8px;
	text-align:left;
}
/* --------------------------------------- common styles --------------------------------------- */
input.button { /* AANGEPAST MANDY 080710 */
	background-color:#8e857e;
	border:none;
	color:#fff;
	font-weight:bold;
	padding:3px 6px;
	cursor:pointer;	
	margin-left:1em;
	width:auto !important;
}
input.image { 
	width:auto;
}
span.radio input, span.checkbox input, table.checkbox input, input.checkbox { /* AANGEPAST MANDY 080710 */
	margin:1px 0.5em;
	vertical-align:middle;
	width:auto !important;
}
div.button { /*todo*/
	margin:8px 0 16px 0;
	text-align:right;
}
.tableForm td.button { /*todo*/
	padding-top:8px;
	padding-bottom:16px;
	text-align:right;
}
#contentMid .tableForm { /*todo*/
	border:none;
}
#contentMid .tableForm td { /*todo*/
	border:none;
	padding:0;
	line-height:1.1em;
}
#contentMid .tableForm th { /*todo*/
	border:none;
}
.tableForm .inputfield { /*todo*/
	height:16px;
}
.tableForm textarea.inputfield { /*todo*/
	height:80px;
}
#contentMid td.label { /*todo*/
	background-color:#f3f1ef;
	padding:2px 10px;
	width:196px;
}
.clearfloats {
	clear:both;
}
.clearfloatsIE { /* voor IE bug */
	clear:both;
	//height:0;
	//min-height:1%;
	//line-height:0;
}
.line {
	background:url(bck_con_.gif) left bottom repeat-x;
	height:1px;
	padding:0 0 0.3em 0;
	margin-bottom:0.5em;
	width:100%;
}
.more {
	background:url(bul_cont.gif) right 0.5em no-repeat;
	padding:0 0.8em 0 0;
}
.moreBold {
	background:url(bul_cont.gif) right 0.5em no-repeat;
	padding:0 0.8em 0 0;
	/*font-size:1.1em;*/
	font-weight:bold;
}
.date {
	border-left:1px solid #999;
	color: #aaa;
	font-size:0.9em;
	font-weight:normal;
	margin-left:0.7em;
	padding-left:0.7em;
}
.gray {
	color: #aaa;
	font-size:0.9em;
	font-weight:normal;
}
.description {
	color: #aaa;
	font-size:0.9em;
	font-weight:normal;
}

.error { /*todo*/
	color:#C00;
	font-weight:bold;
}
.error .inputfield { /*todo*/
	border-color:#C00;
}
.alignR { 
	text-align:right;
}
.alignC { 
	text-align:center;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
/*
.inputfield {
	background-color:#fff;
	border:1px solid #e0dbd7;
	padding: 1px 2px;
}
*/

.nowrap {
	white-space:nowrap;
}


/* --------------------------------------- width styles for form elements --------------------------------------- */
.S { width:72px !important;} /* AANGEPAST MANDY 080710 */
.M { width:100px !important;} /* AANGEPAST MANDY 080710 */
.L { width:200px !important;} /* AANGEPAST MANDY 080710 */
.XL { width:350px !important;} /* AANGEPAST MANDY 080710 */

/* --------------------------------------- main containers --------------------------------------- */
#main, #footer {
	margin:0 auto;
	width: 990px;
}
#header, #path {
	margin:0 auto;
	width: 970px;
}
#content {
	margin:0 auto;
	width: 940px;
}
#contentLangChoice {
	margin:0 auto;
	width: 458px;
}
#main {
	background:url(bck_page.gif) repeat-y;
}

/* --------------------------------------- header ----------------------------------------*/
#header {
}
.tall {
	height:220px;
}
.narrow {
	height:220px;
}
.smaller {
	height:155px;
}

/* --------------------------------------- logo ----------------------------------------*/
#brand {
	position:absolute;
	margin: 68px 0 0 51px;
	width: 300px;
	height:60px;
	z-index:200;
	top:0px;
}

/* --------------------------------------- functional navigation ----------------------------------------*/
#funcNav { 
	float: right;
	/*width:950px;
	height:100px;*/
	z-index:100;
	top:10px;
	position:relative;
	/*padding-right:3px;*/
}
/*.local {
	padding-right:16px !important;
}*/
#funcNav a { 
	color:#65564d;
	text-decoration:none;
}
#funcNav a.con { 
	color:#575f12;
	text-decoration:none;
}
#funcNav a:hover { 
	color:#930036;
}
#lang{
	color:#65564d;
	float:left;
	margin:5px 15px 0 0px;
}
#lang a {
	background:url(ill_divi.gif) left 2px no-repeat;
	padding:0 4px;
}
#lang a.active {
	text-decoration:underline;
}

#corporate {
	color:#65564d;
	float:left;
	margin-top: 5px;
	margin-right:15px;
	display:block;
}

#quicklinks {
	color:#65564d;
	display:block;
	float:left;
	padding:5px 10px 0 0;
}
#quicklinks a {
	background:url(ill_divi.gif) left 2px no-repeat;
	padding:0 4px;
}
#quicklinks a.active {
	text-decoration:underline;
}
#country {
	float:left;
	margin:0;
	padding:2px 13px 0 0;
}
#countrylabel {
	float:left; 
	padding:2px 4px 0 0;
}
/* --------------------------------------- Login Status ----------------------------------------*/

#loginStatus {
	clear:both;
	float:right;
	position: relative;
	top:30px;
	padding-right:13px;
}
#loginStatus a { 
	color:#65564d;
	text-decoration:none;
}
#loginStatus a.con { 
	color:#575f12;
	text-decoration:none;
}
#loginStatus a:hover { 
	color:#930036;
}
/* --------------------------------------- Top navigation ----------------------------------------*/
#topNav { 
	position:absolute;
	width:970px;
	top:137px;
	z-index:100;
}

#topNav #lev1 {
	font-size:1.3em;
	color:#65564d;
/*	height:41px;*/
}
/*  */
#topNav #lev2 {
	font-size:0.9em;
	color:#930036;
	font-weight:bold;
	height:37px;
}
/* --------------------------------------- path ----------------------------------------*/
#pathContainer {
	height:30px;
}
#path {
	color:#828181;
	font-size:0.9em;
	float:left;
	width:650px;
	padding-left:32px;
}
#path a {
	color:#930036;
	text-decoration:none;
	background:url(bul_path.gif) right 4px no-repeat;
	padding:0 20px 0 0;
}
#path a:hover {
	color:#454545;
}
#productLinks {
	color:#828181;
	float:right;
	font-size:0.9em;
	padding-right:42px;
}
#productLinks a {
	color:#454545;
	text-decoration:none;
}
#productLinks a:hover {
	color:#930036;
}
/* --------------------------------------- content ----------------------------------------*/
#content {
	font-size:0.9em;
	padding:0 0 40px 30px;
}
#content td {
	font-size:1em;  /* hernoemen omwille van common styles op td  */
}
#content h3 {
	color:#930036;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #f1efed;
}
#content a { /* linken gelijk zetten */
	color:#006600;
	text-decoration:none;
}
#content a:hover {
	color:#454545;
}
.introduction {
	width:631px;
	text-align:justify;
	padding:0 5px 20px 0;
}
/******* bigbox *******/
.bigBox {
	float:left;
	margin:0 24px 0 0;
	color:#5a5a5a;
}
.smallMargin {
	margin: 0 11px 0 0;
}
.medMargin {
	margin: 0 20px 0 0;
}
.bigBoxLeft {
	float:left;
}
.bigBoxTopLine {
	background:url(bck_bigB.gif) left 8px repeat-x;
}
.topLinelang {
	background:url(bck_bigB.gif) left 10px repeat-x;
}
.grey .bigBoxTopLine {
	background:url(bck_bigC.gif) left 8px repeat-x;
}
.bigBox h1 {
	background-color:#fff;
	color:#930036;
	display:inline;
	font-size:1.8em;
	font-weight: normal;
	padding:0 18px 0 0;
}
.bigBox h2 {
	margin:0;
}
.grey {
	margin:0;
}
.grey h1 {
	color:#7e7e7e;
	margin:0;
}
.bigBoxLeftLine {
	background: url(bck_bigD.gif) left 9px no-repeat;
	height:150px;
	width:1px;
	float:left;
}
.grey .bigBoxLeftLine {
	background: url(bck_bigE.gif) left 9px no-repeat;
}
.bigBoxContent {
	float:left;
	padding:20px 0 0 0;
}
.grey .bigBoxContent {
	color:#6c6c6c;
}
.bigBoxContent ul {
	margin:0;
	padding:0;
}
.bigBoxContent ul li {
	background:url(bul_cont.gif) left 0.5em no-repeat;
	color:#232323;
	list-style:none;
	margin:0;
	padding:0 0 0.2em 1.2em;
}
.bigBoxRight {
	background:url(bck_bigF.gif) left 8px no-repeat;
	float:left;
	height:150px;
	width:1px;
}
.grey .bigBoxRight {
	background:url(bck_bigG.gif) left 8px no-repeat;
}

/******* bigbox different width *******/
.homeProLeft {
	width:340px;
}
.homeProLeftContent {
	width:338px;
}
.homeProMid {
	width:272px;
}
.homeProMidContent {
	width:270px;
}
.homeProRight {
	width:252px;
	/*margin:0 15px;*/
}
.homeProRightContent {
	width:230px;
	padding:20px 5px 0 10px;
}
.homeLocal {
	width:218px;
	margin-top:15px;
}
.homeLocalContent {
	padding:20px 8px 0 8px;
	width:200px; /* 16-padding */
}
.homeComMap {
	margin-top:15px;
	width:272px;
}
.homeComMap .dropdown {
	background-color:#988f8a;
	border:1px solid #665d58;
	color:#fff;
	font-size:1.1em;
	height:20px;
	margin:5px 0 0 5px;
	width:240px;
}
.homeComMapContent {
	background:url(con_sele.gif) 8px 20px no-repeat;
	height:211px;
	padding:20px 8px 0 8px;
	width:254px; /* 16-padding */
}
.homeComMap p {
	padding:0 0 0 5px;
}

.homeComLeftNav {
	margin-top:15px;
	width:272px;
}
.homeComLeftNavContent {	
	padding:20px 8px 0 8px;
	width:254px; /* 16-padding */
}

.homeCom {
	margin-top:15px;
	width:301px;
}
.homeComContent {
	padding:20px 8px 0 8px;
	width:283px; /* 16-padding */
}
.genericCon {
	width:636px;
}
.genericConContent {
	width:618px;
	padding:20px 8px 0 8px;
}
.genericCom {
	margin-top:15px;
	width:622px;
}
.genericComContent {
	padding:20px 8px 0 8px;
	width:604px; /* 16-padding */
}
.proDetail {
	width:910px;
}
.proDetailContent {
	padding:20px 8px 0 8px;
	width:892px;
}
.proDetailContent ul {
	margin:0;
	padding:0;
}
.proDetailContent ul li {
	background:url(bul_con_.gif) left 0.7em no-repeat;
	list-style:none;
	margin:0;
	padding:0 0 0.2em 1.2em;
}
/******* smallbox type 1 *******/
.smallBox {
	float:left;
	color:#5a5a5a;
}
.paddingL {
	padding-left:10px;
}

.smallBoxLeft {
	float:left;
}
.smallBoxTopLine {
	background:url(bck_smal.gif) right 4px no-repeat;
}
.smallBox h1 {
	background-color:#fff;
	color:#930036;
	display:inline;
	font-size:1.4em;
	font-weight:bold;
	padding:0 10px 4px 0;
}
.smallBoxContent {
	border:1px solid #ddd6d3;
	border-top:none;
	padding:9px 15px 7px 15px;
}
.smallBoxContent a { /* linken op alle boxen gelijk zetten */
	color:#930036;
	text-decoration:none;
}
.smallBoxContent a:hover {
	color:#454545;
}
.smallBoxContent ul {
	margin:0;
	padding:0;
}
.smallBoxContent ul li {
	background:url(bul_cont.gif) left 0.5em no-repeat;
	list-style:none;
	margin:0;
	padding:0 0 0.2em 1.2em;
}
/******* smallbox type 2 *******/
.promoBox{
	border:1px solid #ddd6d3;
	padding:1px;
	float:left;
	margin:4px 8px 0 0;
}
/******* smallbox different width *******/
.homegroupRight {
	width:233px;
	margin:0 0 10px 0;
}
.rightContent {
	width:201px; /* -30px padding */
}
.promoBoxRight{
	border:1px solid #ddd6d3;
	padding:1px;
	float:left;
	margin:4px 0 0 0;
}
/******* boxes bottem *******/
#boxesBottom {
	margin-top:22px;
}
.homegroupBottom {
	width:224px;
	margin:0 8px 10px 0;
}
.rightContentB {
	width:194px; /* -30px padding */
}
/* ------------------------------------------------- application box ---------------------------------------------------*/
.titleHomeApp {
	color:#930036;
	display:block;
	font-size:100%;
	line-height:1em;
	margin:6px 0 4px 0;
	padding:0 4px 4px 4px;
	width:97px;
	height:22px;
	vertical-align:bottom;
	display:block;
}
.tableHomeApp {
	border:none;
	padding:0 4px 4px 4px;
	margin:0 auto;
}
/* ------------------------------------------------- products box ---------------------------------------------------*/
.tableHomePro {
	border:none;
	margin:0 auto 20px auto;
	width:240px;
}
.tableHomePro td {
	padding:0;
}
.titleHomePro {
	color:#930036;
	font-size:1.1em;
	line-height:1em;
	margin:0 0 9px 0;
	padding:0 0 5px 0;
	display:block;
	border-bottom:1px solid #e7e6db;
}
.tableHomePro img {
	float:right;
	margin:0 0 0 10px;
}
/* ------------------------------------------------- products box2 ---------------------------------------------------*/
.tablePro {
	border:none;
	margin:0 auto 20px auto;
	width:100%;
}
.tablePro td {
	padding:0;
}
.tablePro td.imagecol {
	width:100px;
}
.titlePro {
	color:#930036;
	font-size:1.1em;
	line-height:1em;
	margin:0 0 9px 0;
	padding:0 0 5px 0;
	display:block;
	border-bottom:1px solid #e7e6db;
}
.tablePro img {
	float:right;
	margin:0 0 0 10px;
}
/* ------------------------------------------------- finder ---------------------------------------------------*/
.finder {
	margin:0 0 30px 0;
}
.finder .dropdown {
	width:220px;
	height:22px;
	background-color:#fff;
	border:1px solid #ebebeb;
	margin:0 0 2px 0;
}
.results {
	color:#797979;
	font-style:italic;
	font-size:100%;
}
.finder .searchButton {
	margin:15px 0 0 0;
}
/* ------------------------------------------------- product detail ---------------------------------------------------*/
#tabs {
	color:#82756e;
	/*width:611px;*/ /* - 26px padding */
	width: 892px;
	float:left;
}
#tabs a {
	color:#82756e;
	display:block;
	min-height:21px;
	padding:6px 13px 6px 13px;
	text-decoration:none;
}
#tabs td.active a {
	color:#2b2623;
	display:block;
	height:100%;
}

#tabStripContainer
{
	
}

#tabStripContainer li 
{
	background-image:none;
	padding:0px;
}

#tabStripContainer li a, #tabStripContainer li a.selected, #tabStripContainer li a.selected:hover
{
	color: #333;
}

#tabStripContainer li a:hover
{
	color: #666;
}

.tableTab {
	background:#e7e0de url(bck_prod.gif) repeat-x;
	border:0;
	height:28px;
	padding:0;
	width:100%;	
}
.tableTab td {
	background:url(ill_pro_.gif) left 7px no-repeat;
	text-align:center;
}
.tableTab td.normal {
	border-top: 2px solid #d5d5d5;
}
.tableTab td.active{
	background:url(bck_prod.gif);
	color:#2b2623;
	border-top: 2px solid #d5d5d5;
}
.tabBody {
	/*background-color:#f8f5f4;*/
	background-color: #f3f3f3;
	/*min-height:200px;*/
	padding:15px;
}
.techInfo table {
	border-top:1px solid #dfd7d4;
	border-right:1px solid #dfd7d4;
}
.techInfo td, .tabBody th {
	padding:5px;
	border-left:1px solid #dfd7d4;
	border-bottom:1px solid #dfd7d4;
}

#proDetailContainer {
	margin-top:30px;
}
#proDetailRightBoxes {
	float:left;
	margin-left:23px;
	width:233px;
}
/* ------------------------------------------------- product overview ---------------------------------------------------*/

#proOverviewContainer {
}
#proOverviewTop {
	width:100%;
	margin-bottom:20px;
	background:url(bck_proO.gif) bottom left no-repeat;
	margin:0;
	padding:0;
}
#proOverviewTopT {
	background:url(bck_proO.gif) top left no-repeat;
	height:15px;
	margin:0;
	padding:0;
}
#proOverviewTopB {
	margin:0;
	padding:0;
	overflow:auto;
}
#proOverviewTopBL {
	width:166px;
	/*background-color:red;*/
	font-weight:bold;
	color:#930036;
	font-size:1.2em;
	padding:0 15px 20px 15px;
	float:left;
}
#proOverviewTopBR {
	padding:0 25px 20px 15px;
	float:left;
	width:690px;/*voor ff 2*/
	/*background-color:yellow;*/
}
#proOverviewTopBR .floatL {
	width:500px;
	/*background-color:lime;*/
	
}
#proOverviewTopBR.cols {}
#proOverviewTopBR .col1 {
	float:left;
	width:130px;
	background:url(bck_col1.gif) left no-repeat;
	padding-left:15px;
	color:#930036;
	font-size:1.2em;
	margin-top:2px;
}
#proOverviewTopBR .col2 {
	float:left;
	width:140px;
	background:url(bck_col2.gif) left no-repeat;
	padding-left:10px;
	margin-top:2px;
}
#proOverviewTopBR .col3 {
	float:left;
	margin-top:2px;
}
#proOverviewTopBR .floatR {
	text-align:right;
	width:180px;
	/*background-color:green;*/
}
#proOverviewBottom {
	background:url(bck_proO.gif) bottom left repeat-y;
}
#proOverviewleftNav {
	background:#fcfcfb url(bck_left.gif) bottom left no-repeat;
	float:left;
	min-height:361px;
	width:170px;/*original height 195px*/
	margin:0;
	padding:15px 10px 0 15px;
}
.leftNavtitle {
	color:#930036;
	font-size:1.2em;
}
#proOverviewleftNav ul {
	margin:5px 0 15px 0;
	padding:0;
}
#proOverviewleftNav ul li {
	margin:0;
	padding:5px 0 0 15px;
	background:url(bul_left.gif) top left no-repeat;
}
#proOverviewleftNav ul li.active {
	margin:0;
	padding:5px 0 0 15px;
	background:url(bul_gree.gif) top left no-repeat;
}
#proOverviewleftNav ul li.active a {
	color:#9b1445;
	font-weight:bold;
}
#proOverviewleftNav ul li a {
	color:#5d5d5d;
}
#proOverviewleftNav ul li a:hover {
	color:#930036;
}
.tableProOverview {
	border:1px solid #e4ddd8;
	margin:0 0 15px 1px;
}








#rightContent {
	float:left;
}
.tableProOverview tr.colored {
	background-color:#f8f5f3;
}
.tableProOverview td {
	border-right:1px solid #e4ddd8;
	height:98px;
	padding:10px;
}
.tableProOverview td.noBorder {
	border:none;
}
.tableProOverview table td {
	border:none;
	margin:0px;
	padding:0px;
	height:auto;
}
.tableProOverview table td img {
	float:right;
}
.tableProOverview img {
	float:left;
	margin:0 10px 10px 0;
}
.widthName {
	width:212px;
}
.widthHeight {
	width:63px;
}
.widthColor {
	width:108px;
}
.widthSolid {
	width:72px;
}
.widthType {
	width:40px;
}
.widthMaas {
	width:57px;
}
.widthDescr {
	width:170px;
}
.widthCon {
	width:124px;
	float:left;
}

/* --------------------------------------- language choice ----------------------------------------*/
.langChoice {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-align:center;
	margin-bottom:15px;
}
.nl {
	padding:7px 20px;
}
.fr {
	padding:7px 28px;
}
.langChoice a:link, .langChoice a:active, .langChoice a:visited {
	background:url(but_lang.gif) 0 0 no-repeat;
	color:#fff !important;
}
.langChoice a:hover {
	background:url(but_lang.gif) 0 0 no-repeat;
}


/* --------------------------------------- left navigation ----------------------------------------*/
#leftNav {
	background:#efe8e7 url(bck_left.gif) 0 0 repeat-x;
	float:left;
	min-height:361px;
	width:157px;
}
#leftNav a:link, #leftNav a:visited, #leftNav a:active {
	background:url(bul_path.gif) left 4px no-repeat;
	color:#930036;
	padding:0 0 0 10px;
	text-decoration:none;
}
#leftNav a:hover {
	color:#454545;
}
/* --------------------------------------- footer ----------------------------------------*/
#footer {
	text-align:center;
	background:url(bck_foot.gif) 0 0 no-repeat;
	padding:18px 0 0 0;
	color:#fff;
	font-size:0.8em;
	height:20px;
}
#footer .position {
	padding:0 9px;
}
#footer .color {
	color:#463e3a;
}
#footer a {
	color:#463e3a;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
}
.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}
/* --------------------------------------- Search ----------------------------------------*/
#search {
	clear:both;
	float:right;
	position: relative;
	top:50px;
	padding-right:13px;
}
.inputfield {
	border:none;
	width:142px;
	height: 24px;
	padding:6px 0px 0px 5px;
	margin: 0px;
	display: inline;
}
.dtSearchBoxInput { 
	background:none;
	border:0px solid #e8e3e2 !important;
	width: 142px;
	margin:4px 0 0 5px;
}
.dtSearchBoxImgButton  { /* AANGEPAST MANDY 080710 */
	background:none;
	border:0px solid #e8e3e2 !important;
	/*width:auto !important;*/
	/*height:auto !important;*/
	width: 59px;
	height: 25px;
}
.dtSearchSynopsisKeywordMarker
{
	
	background:Yellow;	
}
.searchCorp 
{
    position:absolute !important;
    margin-left:750px !important;
}
.spaceCombo 
{
    margin-bottom:2px;    
}
#dtSearchResultsSearchButton input.dtSearchInputButton {
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 7px 1px 7px;
	height:20px;
	background-color:#988f8a;
	border:1px solid #8f8680;
}

/** from editor.css **/

.BetafenceRed 
{
    color:#930036;
	font-weight:bold;
}

.error {color: #ff0000}

.contentTable {
	border-collapse: collapse;
	border: 1px solid #000
}

.imageLeft {float: left; margin-right: 10px;
}

.imageRight {float: right; margin-left: 10px;
}
