/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for module specific styling
Website:		Ecolamp
produced in:	2009
Author:			Joël Kuijten for Princen-group
\***********************************************/
#logo{
	display:block;
	height:115px;
	width:251px;
	background:url(images/logo.png) no-repeat left top;
}
#logo a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-2000px;
}
.rating{
	display:none;
}
.noMargin, .noMargin .moduleContent{
	padding:0;
	margin:0;
}
/* accordion edit thingy */
.accordionHeader, .accordionHeaderSelected{
	width:99%;
	padding: 0;
	border:1px solid #bbb;
	border-width:1px 0;
}
.accordionHeaderSelected .accordionLink{
	color:#78235C;
}
.accordionLink{
	color:#000;
	background:#eee;
	display:block;
	height:25px;
	line-height:25px;
	width:100%;
	font-size:12px;
	text-indent:10px;
	font-weight:bold;
	text-decoration:none;
}
.accordionContent{
	padding:10px;
}
.accordionContent td{
	line-height:18px;
}
/*  PageEdit mode styles */
.pageEdit, .moduleEdit{
	width:600px;
}
.pageEdit td, .moduleEdit td{
	vertical-align:top;
	line-height:18px;
	padding:0 5px 0 0;
}
.pageEdit .checkbox, .moduleEdit .checkbox{
	padding:4px 0 0 0;
}
.edit th{
	text-align:left;
	line-height:25px;
	color:#000;
	font-weight:bold;
	border:1px solid #eee;
	border-width:0 0 1px 0;
}
.apply{
	padding:10px 0;
}
.UpdatingProgress{
	display:none;
}
/* treeview */
.selectPage{
	padding:5px 0;
}
.tree table td{
	padding:0;
	margin:0;
}
.tree table td a{
	text-decoration:none;
}
/* text in the Breadcrumb bar */
#breadCrumbs, #breadCrumbs a{
	font-size:12px;
	color:#572f08;
	text-transform:lowercase;
	text-decoration:none;
	line-height:50px;
}
#breadCrumbs{
	cursor:default;
}
#breadCrumbs .current{
	font-weight:bold;
}
/* fix voor kalender linkjes */
.calendar table td{
	padding:0;
	margin:0;
}
/* SubMenu link list */
.Sublinklist a{
	text-decoration:none;
	line-height:20px;
	color:#000;
	font-weight:bold;
}
/* links module */
.LinkPanel a{
	color:#78235C;
	font-weight:bold;
	text-decoration:none;
	padding:2px 15px 2px 0;
}
.LinkPanel a:hover{
	padding:2px 0 2px 15px;
	background:url(images/linkhoverbg.png) no-repeat left 6px;
}
/* submenu links */
.subMenuList{
	list-style:none;
	padding:0;
}
.subMenuList li{
	line-height:18px;
}
.subMenuList li a{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#78235C;
	padding:0 15px 0 0;
}
.subMenuList li a:hover{
	padding:0 0 0 15px;
	background:url(images/linkhoverbg.png) no-repeat left 6px;
}
/* edit screens */
.edit td, .module td{
	padding:2px 5px 2px 0;
}
/* contactForm */
.contactForm{
}
.contactForm td{
	padding:2px 10px 0 0;
	line-height:18px;
}
.contactForm .required{
	font-size:110%;
}
/* imagelinks */
.imageLinks td{
	padding:10px;
	text-align:center;
}
.imageLinks .editButtons{
}
.imageLinks .text, imageLinks .image{
	display:block;
	margin:0 auto;
}
.imageLinks .text{
	text-decoration:none;
	color:#000;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
}
/* vacature */
.vacature{
}
.vacature .row1{
	background:#efefef;
}
.vacature .row2{
}
.vacature .row1o, .vacature .row2o{
	background:#ccc;
}
.vacature .vacatureHeader td{
	line-height:18px;
	font-weight:bold;
	border:1px solid #000;
	border-width:0 0 1px 0;
	padding:0 5px;
}
.vacatureList{
	line-height:20px;
}
.vacatureList td, .vacatureShow td{
	padding:2px 5px 2px 0;
}
.vacatureLink{
	display:block;
	text-indent:5px;
	text-decoration:none;
	color:#000;
	width:100%;
	height:100%;
}
.vacatureShow{	
}
.vacatureShow h1{
	line-height:25px;
	font-size:14px;
}
.vacatureShow th{
	line-height:25px;
	text-align:left;
}
/* aanmeld module */
.signIn ul{
	line-height:20px;
	list-style:none;
}
.signIn{
}
.autoLogin{
	padding:5px 0;
}
.forgotPassword{
}
.user{

}
.userTextbox{
}
.pass{
	padding-top:5px;
}
.userTextbox input, .passTextbox input{
	width:200px;
	border:1px solid #78235C;
}
.passTextbox .autoLogin{
}
.forgotPassword{
	color:#78235C;
}
/* usermanagement */
.users{
	width:550px;
}
.group{
	pading:0 0 10px 0;
	border-bottom:1px solid #b2b2b2;
	background:url(images/groups.png) no-repeat right bottom;
}
.editUser{
	padding:10px 0;
	background:url(images/users.png) no-repeat right bottom;
	border-bottom:1px solid #b2b2b2;
}
/* News */
.news{
}
.news .future, .news .archive, .news .current{
	display:block;
}
.future{
}
.archive{
}
.current{
}
.titleLink{
	display:inline-block;
	padding:0 2px;
	text-decoration:none;
	line-height:20px;
}
/* news Show */
.showNews{
}
/* siteMap */
.siteMap{
}
/* menu in adminitration */
.menu{
}
.menuButtons{
	list-style:none;
	padding-right:10px;
}
.menuButtons li{
	text-align:center;
}
/* html */
#tdLeftPane .html{
}
#tdRightPane .html{
}
/* shop */
.product{
	width:440px;
	height:auto;
	padding:0 0 5px 0;
}
.product a{
	float:left;
	/* height:130px; */
	width:110px;
}
.product .thumb{
}
.product dl{
	display:block;
	width:330px;
	margin-left:110px;
	padding-bottom:5px;
}
.product .name{}
.product .description{}
.product .price{}
.product .footer{
	padding-left:110px;
}
.product .footer a{
	float: none;
	height:auto;
	width:auto;
}
.shopCart{
	margin:5px 0 5px 10px;
}

#m_161 {
	min-height: 240px;
}

.checkOut{
	padding:10px 0 10px 10px;
}
