/*
 * $Id: processContent.css 129 2010-02-04 11:56:25Z arno $
 */

/* start over-rulling css properties here */
div.processedContent {
	margin:10px;
}
div.processedContent div.block {
	line-height: 145%;
}

div.clearLeft, div.clearImage {
	clear: left;
}
div.clearRight {
	clear: right;
}

div.textCol img,
div.contentTextOneColumn img,
div.contentTextTwoColumns img	{
	margin: 10px;
	background-color: white;
}

div.contentTextTwoColumns {
	float: left;
	display: inline;
	position: relative;
	width: 48%;
	padding-right:2%;
}
/*
div.contentTextOneColumn {
	line-height: 150%;
}*/

div.imageOneColumn {
	position:relative;
	width:200px;
	padding-right:5px;
}

div.imageTwoColumns {
	padding: 10px;
	float: left;
	width: 200px;
}


/* end over-rulling css properties here */

/* start processedContent markup */

div.processedContent h2.title {
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0;
}

div.processedContent div.block {
	margin-bottom: 10px;
}

div.processedContent img.imageOneColumn {
	padding: 5px;
	float:left;
}

div.processedContent img.imageTwoColumns {
	float:left;
	padding:5px;
}
/* end plaincontent markup */

/* start content inline image markup */
img.inlineImageLeft, img.inlineImageRight {
	margin: 10px;
}
img.inlineImageRight 	{ float: right; }
img.inlineImageLeft		{ float: left; }

div.inlineImageRight, div.inlineImageLeft {
	background-color: #efefef;
	border: 1px solid #000000;
	padding: 5px;
	width: 200px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
div.inlineImageRight { float: right; margin-left: 5px;}
div.inlineImageLeft { float: left; margin-right: 5px;}
/* end content inline image markup */


/* start form markup */
div.formBody ul.errors 				{ color: #ff0000; }

form.psmForm td.key						{ font-weight: normal; padding-right: 1em; }
form.psmForm .required				{ color: red; }
form.psmForm tr.submitRow td	{ text-align: right;}

form.psmForm input.text,
form.psmForm input.button 		{  }


/* end form markup */

/* Start document table markup */

table.documentTable				{ margin-top:10px; margin-bottom:10px; width: 100%; }
table.documentTable td		{ padding: 2px; }
table.documentTable a			{ }
table.documentTable thead td { background-color: #efefef; font-weight: bold;}
table.documentTable tbody td { border-top: 1px solid #000000;  }
table.documentTable td.docIcon { text-align: center; width: 7%;}
table.documentTable td.docFile { width: 58%;}
table.documentTable td.docSize { width: 15%;}
table.documentTable td.docDownload { white-space: nowrap; width: 20%;}

/* End document table markup */


/* start login screen markup */
	table#contentLogin {

	}
	table#contentLogin td {
		padding:3px;
	}

	table#contentLogin td.leftCol,
	table#contentLogin td.rightCol,
	table#contentLogin td.footer,
	table#contentLogin td.spacer {
		background-color: #efefef;
		color: #212121;
		vertical-align: middle;
	}
	table#contentLogin td.spacer {
		height:5px;
	}
	table#contentLogin td.leftCol {
		text-align:right;
		font-weight:800;
		line-height:150%;
	}
	table#contentLogin td.rightCol {
		width:80%;
	}
	table#contentLogin td.body {
		background-color:#aeaeae;
		color:#ffffff;
		padding: 9px 7px 9px 7px;

	}
	table#contentLogin td.footer {

	}
	table#contentLogin input.text {
		width:200px;
	}
	table#contentLogin input.inputButton {

		cursor: pointer;
	}
/* end login screen markup */

/* start project page module markup */
.project {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #9A0056;
}

.project .proj_img {
	float: right;
	width: 100px;
	padding: 5px;
}
.project .proj_img img {
	width: 100px;
	border: 1px solid black;
}

.project .proj_quote {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}
.project .proj_quote a {
	color: #6D013D;
	text-decoration: none;
}
.project .proj_quote a:hover {
	color: #9A0056;
	text-decoration: underline;
}
.project .proj_title {
	font-weight: bold;
	margin-bottom: 3px;
}
.project .proj_content {
}
.project .proj_content img {
	width: 100%;
}

.project .readmore {
	margin-top: 5px;
	text-align: left;
}
.project .readmore a {
	color: #6D013D;
}
/* end project page module markup */

/* start project block markup */
.project_block {
	background-color: #E8E8EA;
	width: 180px;
	padding: 5px;
}
.project_block img {
	width: 100%;
	border-width: 0px;
}
/* end project block markup */


/*********************************
 **        Shop Styles          **
 *********************************/
#content_wrapper_shop #main_content_block a {
	color: #9A0056;
}

table#shopTable td {
	vertical-align: top;
}
table#shopTable td.sep {
	border-bottom: 1px solid #aaa;
}

#shopTable td.shopProduct h4 {
	margin: 0px;
	padding: 0px;
	margin-bottom:10px;
	font-size: 13px;
}
#shopTable td.productAfbeelding img {
	width: 100px;
	padding-right: 10px;
}
div#productDetail {
	font-size: 11px;
}



div#productDetail div.catName {
	border-bottom: 2px solid #ABB0B3;
	color: #7E7E80;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
}

div#productDetail .nameDesc {
	float: left;
	width: 200px;
	font-size: 12px;
	padding-right: 8px;
}
div#productDetail p.productTitle{
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #C6C9CB;
	font-size: 11px;
}
div#productDetail p.productTitle .upperc {
	text-transform: uppercase;
}

div#productDetail p.productDesc {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-size: 11px;
}
div#productDetail div.propertyTable {
	border-top: 1px solid #BDC0C3;
	margin-top: 10px;
	padding-top: 10px;
}
div#productDetail table.propertyTable {
	width: 98%;
	font-family: tahoma;
}
table.propertyTable td.shopKey {
	font-size: 10px;
	font-weight: bold;
	width: 208px;
}
table.propertyTable td.shopUnit {
	font-size: 10px;
	font-weight: bold;
	color: #949597;
	width: 40px;
}
table.propertyTable td.shopValue {
	font-size: 10px;
	font-weight: bold;
	color: #949597;
}

div#productDetail div.prodGeneral {
	height: auto;
	overflow: auto;
}

div#productDetail div.mainImage {
	float: left;
	width: 195px;
}

div#productDetail div.orderButton {
	float: left;
	margin-top: 140px;
	width: 185px;
}


div.prodButtons{
	/*padding-top:56px;*/
	padding: 10px 0 0 0;
	overflow: auto;
	margin: 0;
	float: left;
}

a.orderButton {
	text-decoration: none;
	background-color: #dadada;
	float: right;
	display: inline;
	color: #343434 !important;
	font-weight: bold;
	font-size: 9px;
	text-align: right;
	padding: 5px;
	padding-right: 5px;
	padding-left: 0px;
	text-transform: uppercase;
	font-family: Tahoma, Arial;
	width: 170px;
	border-width: 0px;
	margin-bottom: 4px;
	margin-right: 22px;
	clear: right;
}

table#selectStats a.orderButton {
	width: 177px;
}

a.orderButton:hover {
	background-color: #9A0056;
	color: #fff !important;
}

.processedContent a.active {
	background-color: #9A0056;
	color: #fff !important;
}

a.backButton {
	text-decoration: none;
	display: block;
	color: #9A0056;
	font-weight: bold;
	text-align: right;
	padding: 1px;
	padding-right: 10px;
	margin: 5px 0px 5px 0px;
	text-transform: uppercase;
	font-family: Tahoma, Arial;
	width: 100px;
	float: right;
	border-width: 0px;
}


input.orderButton {
	text-decoration: none;
	background-color: #9A0056;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding: 5px 5px 5px 5px;
	padding-right: 10px;
	margin-left: 10px;
	font-family: Tahoma, Arial;
	width: 170px;
	height: 25px;
	float: right;
	border-width: 0px;
}

div#productDetail {
	padding-bottom: 10px;
	border-bottom: 1px solid #C6C9CB;
}

div#calculator {
	margin-top: 10px;
}
#calculator #descriptions {
	float:left;
	font-size:10px;
	padding-right:8px;
	width:200px;
	font-weight: bold;
}
#descriptions #calcpartdesc {
	margin-top: 10px;
	font-weight: bold;
	color: #9A0056;
}

#calculator #calcparts {
	float:left;
	width:200px;
}

#calcparts .right {
	padding-right: 5px;
	text-align: right;
}

#calculator #calcparts a.calcPart {
	color: #666;
	text-decoration: none;
	padding-left: 20px;
	background: url(/images/framework/sen_calc_select_off.png) no-repeat;
}
#calculator #calcparts a.active {
	background: url(/images/framework/sen_calc_select_on.png) no-repeat;
}

#calculator .calctotal {
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
}

#calculator .clear {
	clear:both;
}



#shopCart, form.shopForm {
	width: 80%;
}
table.shopForm {
	width: 100%;
}

table.shopForm .shopText {
	width: 100%;
	font-family: arial, tahoma, verdana, 'sans serif';
	font-size: 12px;
}


#shopCart thead td {
	font-weight: bold;
}

#shopCart td, #shopCart th, table.shopForm td {
	padding: 5px;
}

table.searchNavigation td {
	padding: 3px;
}

table.searchNavigation td.main a {
	padding: 2px;
}

table#propTable {
	width: 99%;
}
table#propTable td {
	width: 33%;
	color: #777;
}

table#propTable div.propName {
	font-weight: bold;
	color: #444;
	font-size: 10px;
	text-decoration: none;
	margin-top: 15px;
}

table#propTable div.propName img {
	padding-right: 10px;
}

table#propTable ul, table#propTable li {
	list-style: none outside;
	padding: 0px;
	margin: 0px;
}
table#propTable ul {
	margin-top: 5px;
}
table#propTable li a {
	color: #777 !important;
	font-weight: bold;
	font-size: 10px;
	display: block;
	width: 90%;
	padding-left: 3px;
	line-height: 190%;
	text-decoration: none;
}
table#propTable li a:hover,
table#propTable li a.selected {
	background-color: #A6A7A2;
	color: #fff !important;
}

table#selectStats {
	width: 100%;
}
table#selectStats td.naam {
	font-weight: bold;
	padding-right: 10px;
	width: 180px;
}
table#selectStats td.waarde {
	text-align: right;
	padding-left: 20px;
}
table#selectStats td.opties {
	text-align: left;
	padding-left: 20px;
}
table#selectStats td.actions {
	text-align: right;
	width: 170px;

}
table#selectStats a {
	color: #9A0056;
}
div#senSelIntro {
	font-family: tahoma, 'sans-serif';
	width: 300px;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 25px;
	color: #777;
}
div#senSelTekst {

}

a.selected {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

table.searchNavigation {
	margin-bottom: 20px;
}
.searchResult {
	font-weight: bold;
}
