div#frontpage {
	width: 100%;
}

div#frontpage div#left-column {
	float: left;
	width: 49%;
}
div#frontpage div#right-column {
	float: right;
	width: 49%;
}

div#frontpage div.front-thumb {
	width: 100%;
	margin-top: 0 !important; margin-top: 10px; margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
}
div#frontpage div.front-thumb h2 {
	font-size: 0.9em;
	margin: 0 0 10px 0;
	background-color: #b0c4de;
	padding: 2px 5px;
}
div#frontpage div.front-thumb a {
	/*text-decoration: underline; */
}
div#frontpage div.front-thumb p {
	font-size: 0.8em;
	margin: 0 5px 5px 5px;
	line-height: 1.3em;
}
div#frontpage div.front-thumb p img.left {
	margin-right: 10px;
}
div#frontpage div.front-thumb ul li {
	font-size: 0.8em;
}
div#frontpage div.front-thumb ul#news-list {
	margin-left: 10px;
}
div#frontpage div.front-thumb ul#news-list li {
	font-size: 0.75em;
}
div#frontpage div.front-thumb p.thumb-bottom {
	clear: left;
	text-align: right;
}

div#frontpage div.ads-thumb {
	width: 100%;
	height: 250px;
	margin-top: 0 !important; margin-top: -10px; margin-bottom: 10px;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
div#frontpage div.ads-thumb iframe {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	padding: 0;
}


div#frontpage .shop {
	margin: 5px 5px;;
	padding: 0;
/*	font-size: 0.75em; */
}
div#frontpage .shop a, div#frontpage .shop a:hover {
	color: black;
	text-decoration: none;
}
div#frontpage .shop a strong {
	color: blue;
	text-decoration: underline;
}
div#frontpage .shop a:hover strong {
	color: #d2691e;
}
div#frontpage .shop a span.price, div#frontpage .shop a:hover span.price {
	color: maroon;
	font-weight: bold;
}
div#frontpage .shop a.title {
	font-weight: bold;
	text-decoration: underline;
	color: blue;
}


div#content h1 {
	margin:15px 0 5px;
	font-size:1em;
}
div#content h2 {
	margin: 5px 0px 30px 5px;
}

div#content p#info-text {
	margin: 5px 0 20px 0;
	font: normal normal normal 0.8em/1.2em Arial, Helvetica, sans-serif;
	color: #696969;
}
div#content p#info-text strong {
	font-weight: normal;
}
div#content p#info-text a {
	text-decoration: none;
	color: #6a5acd;
}
div#content p#info-text a:hover {
	color:#d2691e;
}
