

/* BEGIN PHOTO VIEWER */
/* ++= */
div#photo_viewer_container{
	float:left;
	position:relative;

	background-image:url("/img/photo-viewer-bg.png");
	background-position:bottom right;
	background-repeat:no-repeat;
	width:246px;
	margin:0 0 0 20px;
}

div#photo_viewer_container ul#nav_viewer {
	position:absolute;
	top:-13px;
	left:19px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	z-index:10;
}

div#photo_viewer_container ul#nav_viewer li {
	float:left;
}

div#photo_viewer {
	background:#fff;
	margin:7 13 13 7px;
	background-image:url("/img/photo-viewer-top.gif");
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
}

div#photo_viewer img#product {
	margin:20 5 8 5px;
}
/* END PHOTO VIEWER */

div#content_main {
	float:right;
	width:563px;
}

h1 {
	clear:both;
}

div#product_tools {
	position:relative;
	float:right;
}

img#specifications {
	margin:10 0 0 0px;
}

div#specs {
	background-color:#fbf3e5;
	border:1px solid #f2d7aa;
}

div#specs h5 {
	font-size:14px;
	margin:1 0 1 12px;
	color:#772b07;
}	

div#specs td {
	font-size:12px;
}

div#specs .dark {
	
	background-color:#f7e8cd;
}