/***************************** ALGEMEEN ******************************/
.system-message {
	background-color: #EDF5E9;
}

/*************************** MAIN TEMPLATE ***************************/
body {
	background: #fff url(/Images/dadaelec/bg_dots.gif) repeat scroll 50% 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #14773c;
}
h1 {
	font-size: 2em;
	margin: 0 0 10px 0;
}
.column {
	float: right;
}
hr {
	clear: none;
	border: 1px dotted #99BB99;
}
p {
	margin: 5px 0;
}
.container {
	min-height: 850px;
	border: 1px solid #EDF5E9;
	background: transparent url(/Images/dadaelec/bg_container.png) repeat scroll 50% 0;
}

/* header */
div#header {
	text-align: right;
}

div#logo-container {
	float: left;
	background: none;
}
div#placeholder-logo {
	padding: 50px 0 0 0;
	text-align: center;
}
div#placeholder-hero {
	background: none;
}

/* nav */
div#nav {
	background-color: #575;
	background-image: url(/Images/dadaelec/bgnav1.png);
	background-repeat: repeat;
	position: relative;
	bottom: 5px;
	float: left;
}
div#nav #placeholder-nav {
	padding: 0 13px;
}
div#nav #placeholder-nav table tr td {
	text-align: center;
}
td.submenu-item-hover {
	background: #e2f5d8;
}
td.submenu-item-selected {
	background: #e2f5d8;
	color: #000;
}

/* main content */
div#main {
	width: 680px;
}
div#content {
	clear: left;
	padding: 20px;
	padding-right: 290px;
}
div#content h2 {
	margin: 10px 0;
}
div#content input.input {
	padding: 4px;
	width: 300px;
	border: 1px solid #ccc;
}

/* sidebar */
div#sidebar {
	width: 250px;
	float: right;
	padding: 20px;
}
div#sidebar h3 {
	font-size: 12px;
	padding: 5px 0;
	margin: 5px 0;
}

div#sub {
	width: 250px;
	margin-left: 15px;
	padding-right: 5px;
}
div#sidebar input.inputveld {
	padding: 4px;
	border: 1px solid #ccc;
}
div#sidebar div.newsletter-form input.inputveld {
	width: 200px;
}
div#sub div.search-box {
	text-align: left;
	padding: 0;
	margin: 5px 0;
}
div#sub div.search-box input#CAT_Search {
	width: 150px;
	padding: 2px;
	border: 1px solid #efefef;
}
div#placeholder-box1 {
	border: none;
}
.secure-login, .announcement-list {
	border-bottom: 1px dotted #99BB99;
}
.newsletter-form {
	border-bottom: none;
}
.announcement-list {
	padding: 0;
}
.announcement-list h2 {
	margin: 0;
	font-size: 12px;
}
.announcement-list h2 a {
	color: #14773C;
}
.announcement-list span.date {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}
div#sub input.cat_textbox_small, div#sub select.cat_dropdown_small {
	width: 200px;
	border: 1px solid #efefef;
}
.secure-login h3, .newsletter-form h3 {
	font-size: 12px;
	padding: 5px 0;
}
.secure-login div.form, .newsletter-form div.form {
	padding-left: 0;
}
div.form div.item, div.webform div.item {
	padding: 2px 0;
}
img#captcha_img {
	width: 100px;
	height: 20px;
	margin: 5px 0;
}
div#placeholder-box4 {
	margin-top: 10px;
}

/* footer */
div#placeholder-footer {
	clear: right;
	color: #575;
	margin-top: 10px;
	padding: 5px;
	border-top: 1px dotted #99BB99;
}
div#placeholder-footer span#counter {
	float: right;
}






/*************************** PAGES ***************************/

/* register (sign up) */
form.register input.input {
	border: 1px solid #ccc;
	padding: 3px;
	width: 300px;
	margin-bottom: 6px;
}
form.register input#catwebformbutton {
	margin-top: 10px;
}

/*************************** SHOP ***************************/

td.catalogueItemNotFound, td.productItemNotFound {
	display: none;
}
.shop-main div.breadcrumbs {
	width: auto;
}
.shop-main div.cart-summary {
	width: auto;
}
table.catalogueTable td {
	padding-bottom: 18px;
}
table.catalogueTable div.image a img {
	max-width: 150px;
	max-height: 115px;
}
.shop-product-small h5 {
	min-height: 70px;
}
div.shop-product-large div.image img {
	max-width: 360px;
}
div.poplets {
	/*display: none;*/
}
/* checkout */
select.shippingDropDown {
	width: auto;
}
div.shippingStateDiv {
	/*display: none;*/
}
div.shop-checkout form input.input, div.shop-checkout form textarea.input {
	border: 1px solid #ccc;
	padding: 3px;
	width: 300px;
	margin-bottom: 6px;
}
div.shop-checkout h3 {
	margin: 20px 0 10px 0;
}
p#autofillBilling {
	display: none;
	color: red;
}
div#banktransfer_info table {
	padding: 4px;
	border: 2px solid #999;
} 
div#banktransfer_info table th {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
div#banktransfer_info table th, div#banktransfer_info table td {
	padding: 5px;
}
div#banktransfer_info table td em {
	color: #999;
}
/* factuur */
div.productitemcell {
	min-height: 40px;
}

/*************************** SUB TEMPLATE ***************************/
body#sub {
	background: #fff url(/Images/dadaelec/bg_dots.gif) repeat scroll 50% 0;
}
body#sub .column {
	float: left;
}
body#sub div#main {
	width: 100%;
}
body#sub div#placeholder-search {
	float: right;
	width: auto;
	background: none;
}
body#sub .search-box input.cat_textbox_small {
	padding: 2px;
	width: 150px;
	border: 1px solid #efefef;
}

/* pages */
body#sub p {
	width: 75%;
}

/* shop */
body#sub .shop-product-small {
	border: 1px solid #EDF5E9;
}
body#sub .shop-product-small ul {
	background-color: #edf5e9;
}
body#sub .shop-product-large {
	border: 1px solid #EDF5E9;
}
body#sub .shop-product-large .details {
	background-color: #EDF5E9;
}
body#sub .comment-form {
	background-color: #EDF5E9;
}
body#sub .poplets {
	/*border-top: 1px solid #EDF5E9;*/
	border-top: none;
}
body#sub table.cart {
	border: 1px solid #EDF5E9;
}
body#sub table.cart a {
	color: #575;
}
body#sub table.cart th {
	background-color: #EDF5E9;
}

/* blog */
.blog-container h1 {
	font-size: 2em;
}
.blog-post .post-body .left {
	float: left;
}
.blog-post .post-body .right {
	float: right;
}

/* forum */
body#sub table.topic-list th {
	background-color: #EDF5E9;
}
body#sub table.topic-list {
	border: 1px solid #eee;
}
body#sub table.topic-list td {
	padding: 4px;
}

/* faq */
body#sub table.faqresultstable a {
	color: #575;
}
body#sub table.faq-search td {
	background-color: #EDF5E9;
}
body#sub table.faqresultstable td.faqresultstableinfo {
	padding: 6px;
	background-color: #EDF5E9;
}

/* news */
.announcement-list {
	padding: 5px 0;
}

/*************************** CUSTOMERS AREA ***************************/
ul#customersnav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
ul#customersnav li {
	float: left;
	margin-right: 5px;
	border: 1px solid #5A8A31;
}
ul#customersnav li a {
	padding: 2px 6px 2px;
	text-decoration: none;
}


