body {
	background: white;
	font-size: 11pt;
	line-height: 1.5;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 600px;
}

.module {
	display: none;
}

#left, #right {
	display: none;
}

.logo,
.branding,
.branding_text {
	display: block;
}
.logo,
.logotopp {
	display: none;
}
#footer .branding_text {
	text-align: left;
	display:none;
}
	#footer .branding_text a {
		font-size: 9px;
		color: #727272;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
	}
		#footer .branding_text a:hover {
			text-decoration: underline;
		}
		#footer .branding_text a abbr {
			font-weight: bold;
			border: none;
		}

a {
	background: transparent;
	color: black;
	border-bottom: 1px solid gray;
	text-decoration: none;
	font-weight: bold;
}
a img {
	border: none;
}
h1, h2, h3, h4 {
	background: white;
	color: black;
	padding-bottom: 1px;
	border-bottom: 1px solid gray;
	clear: both;
	line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a {
	border-bottom: none;
}

img.right {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
img.left {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

#main a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#main a[rel*="lytebox"]:after,
#main a[href*="javascript:"]:after,
#main a[href*="mailto:"]:after,
#main a[href*="#print"]:after {
	content: "";
}
#main a[rel*="lytebox"] {
	border: none;
}

/* gallery print styles */
#main .top-nav,
#main .arrow-nav,
#main a.back-link,
#main .bottom-nav  {
	display: none;
}

/*** Product page ***/
#main .product-view form .submit {
	display: none;
}
#main .product-view form ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#main .product-view form label {
	font-weight: bold;
}
#main .product-view .id .type {
	display: none;
}
#main .price_list li.price,
#main .price_list li.new_price .price {
	font-size: 1.2em;
}
#main .price_list li .label {
	font-weight: bold;
}
#main .price_list li.old_price .price {
	color: red;
	text-decoration: line-through;
}
#product_view_large_image {
	display: none;
}
#main .product-view .oneliner {
	font-weight: bold;
}
