#detailsWrapper {
	clear: right;
	float: right;
	margin: 0 0 150px 0;
	width: 600px;
}

#detailsWrapper a:link, #detailsWrapper a:visited {
	color: black;
	font-size: .8em;
	text-decoration: none;
	padding: 2px 2px 2px 25px ;
	display: block;
	background: url(../assets/back_arrow.gif) no-repeat top left;
}

#detailsWrapper a:hover {
	text-decoration: underline;
}

#detailsWrapper img {
	border: solid 1px black;
	margin-top: 5px;
}

#ruler {
	height: 26px
	width: 500px;
	clear: both;
}

#ruler img {
	border: none;
}

input#btnShowRuler {
	clear: both;
	width: 100px;
	margin-top: 5px;
	background: white;
	border: solid 1px #CCCCCC;
	cursor: pointer;
	padding: 3px 0 1px 0;
	background: url(../assets/ruler_thumb.gif) repeat-x left top;
}

table#details {
	width: 500px;
	border-collapse: collapse;
	font-size: .9em;
	margin-top: 20px;
}

#detailsWrapper h2 {
	margin: 0 0 8px 3px;
	font-size: 1.4em;
}

table#details td {
	padding: 6px;
}

table#details tr.even {
	background: #EEEEEE;
}

#leftNavBar {
	margin-bottom: 150px;
}


