/* ****************************
print.css
CSS styles for print page
**************************** */


/* ****************************
Client: De Groot Houtbewerkingsmachines
Website: degroot.nl

Main color 1: #960d28 -> Name: Red
Main color 2: #fffaed -> Name: Off-white
**************************** */


body {
	text-align: left;
	font-size: 80%;
	color: #222;
	font-family: Arial, sans-serif;
}

a {
	color: #222;
}

a:visited {
	color: #222;
}

img {
	border: 0;
}



/* ****************************
Section: Header
**************************** */

#section-header {
	display: none;
}


/* ****************************
Section: Section breadcrumb
**************************** */

#section-breadcrumb {

}

#breadcrumb ul {
	margin: 0;
	color: #000000;
}

#breadcrumb ul li {
	margin-right: 0.5em;
	display: inline;
	list-style: none;
}

#breadcrumb ul li a {
	margin-left: 0.5em;
	color: #000000;
}


#print-link {
	display: none;
}



/* ****************************
Section: Section content
**************************** */

#section-content {

}

#normal {
	border: 0;
}

#sideboxes {
	display: none;
}



/* ****************************
Section: Footer
**************************** */

#section-footer {
	display: none;
}


#overlay {
	display: none;
}



/* ****************************
Section: commerce
**************************** */

.com-list  {
	margin-bottom: 1.12em;
	padding-bottom: 1.68em;
	position: relative;
	background: none;

}

.com-list a {
	text-decoration: none;
}

.com-list-col-img img {
	margin: 2px 5px;
	border: 3px solid #f4f4f4;
}

.com-list .moreinfo,
.com-single-input, 
.com-single-cat,
.pagebrowser {
	display: none;
}



/* ****************************
Section: tt_news
**************************** */

.tx-ttnews-browsebox {
	display: none;
}

