ul.navigation_tabs {
	margin: 0;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	float: left;
	width: 100%;
	list-style: none;
	background-image: url("images/tabs-background.png");
	background-position: bottom;
	background-repeat: repeat-x;
} 

ul.navigation_tabs li {
	margin: 0;
	padding: 0;
	float: left;
	font-family: sans-serif;
	font-size: small;
	font-weight: bold;
	width: 6.8em;
	letter-spacing: -0.07em;
	text-align: center;
}
	
ul.navigation_tabs li a {
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0 0 0 4px;
	color: #666;
	background-color: #e9e9e9;
	border: solid 1px #000;
	border-bottom: 0;
	background-image: url("images/inactive-tab-background.png");
	background-position: bottom;
	background-repeat: repeat-x;
	height: 2em;
	line-height: 2em;
}

ul.navigation_tabs li a:hover {
	color: #000;
}
		
ul.navigation_tabs li a#active_tab {
	display: block;
	background: #fff;
	color: #000;
	border-bottom: 0;
}

div.photo {
	float: right;
	width: 200px;
	margin: 2em;
	margin-right: 0;
	font-size: small;
	clear: right;
}

div.amazonadfloat {
	width: 120px;
	float: right;
	text-align: center;
	font-size: small;
	margin: 0 0 10px 10px;
}
