/* ,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,. *\

  ZeN Cascading Style Sheet Constants

\* ,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,.·'`'·.,,. */

body {
	padding:			0;
	margin:				0;
}

a {
	text-decoration:	none;
	font-weight:		bold;
}

img {
	border:				none;
}

pre {
	font-family:		'Courier New', Courier;
	font-size:			10px;
	color:				#369;
}

h2, h3, h4, h5, h6 {
/*
    margin-top: 1.5em !important;
    margin-bottom: 0.5em !important;
*/
    margin-top: 0;
    margin-bottom: 0.5em !important;
    letter-spacing: -1px;
}

blockquote {
    background: #F0F0F0;
    margin: 1.5em;
    padding: .5em;
}

table {
    border-spacing: 0;
}

#details_images_big { position:relative; }
.iZoom { position: absolute; overflow: hidden; cursor:move; }
.iZoom_image { position: absolute; top:0; left:0; }
.iZoom_region { position:absolute; top:0; left:0; cursor:move; background:#fff; border: 1px solid #888; color: #000; }
.iZoom_region em { margin:.5em; }
