h1, h2, h3 {
	display:block;
	font-weight:normal;
	line-height:110%;
	font-size:110%;
}
.content_block {
	clear:both;
	width:450px;

	
}

.main_content .content_header {
	clear:both;
	/*border-bottom:1px dotted #333;*/
	font:inherit;
	font-weight:bold;
	width:300px;
	position:relative;
}
.main_content .content_header a {color:#000000}

/*.main_content .content_header span {
	position:relative;
	background:#FFFFFF;
	bottom:-3px;
	padding-right:5px;
}*/

.main_content .content_header a {text-decoration:none}



.imagezoom {

}

.imagezoom.loading {
	background:url(/content/i/loading.gif) left bottom no-repeat;
}

.imagezoom img {
	z-index: 100;
	border: 1px solid #999;
	margin:2px;
	padding:2px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.img_border {
    padding:5px;
    margin:5px;

}

.makelink {}

.main_content a {
	color:#999999;
}
.main_content a:hover {
	color:#fff;
	background:#000000;
}
