/* @override http://www.betten-boutique.de/2010/out/theme_ba_2010/src/print.css */

/* Betten-Anne - print.css */

body {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #000;
	background: #FFF;
}

a {
	color: #BE1033;
	text-decoration: underline;
}

img, img a { border: none;}


/* Header */

#header .servicenav,
#header .headerwrap {
	display: none;
}

/* Page */

#slideshow,
.locator,
.exturls,
#close_x,
.actions,
a.print {
	display: none;
}

.product {
	margin: 0 0 10px 0;
	border: 1px solid #000;
	padding: 5px;
}

.product .h3 {
	display: block;
}

.product .h4 {
	display: block;
}

.product.details {
	margin-top: 10px;
}

.kategorie ul {
	 list-style: none;
	 padding: 0;
}


.tags, #tags {
	display: none;
}

table {
	border-collapse: collapse;
	margin: 10px 0;
}


table td {
	border-bottom: 1px solid #666;
}

/* Left Sidebar */

#left {
	display: none;
}

/* Footer */

#footer {
	padding-top: 10px;
	border-top: 1px solid #666;
	font-size: 11px;
	margin-top: 10px;
}

/* etc */

#wait,
#zoom_img {
	display: none;
}


