@import url( ../../../../stylesheets/base.css );

body { background-color: #727171; }

div#header {
	background: #FFF url( ../../../../images/logo_black.gif ) no-repeat;
	background-position: 90% 45%;
}

div#header { color: #000; }
div#header div#navigation a:hover { color: #000; }

div#product-wrapper {
	width: 975px; height: auto;
	background-color: #727171;
}

ul#categories { 
	height: 20px; padding-left: 50px;
	background-color: #FFF; 
	list-style: none;
}

ul#categories li {
	float: left; height: 20px;	
	margin-right: 10px;
	background-color: #000;
	padding:		0px;
}

ul#categories li a { 
	height: 20px;
	background-color: #000;
	padding: 0 20px 0 20px;
	color: #FFF; text-decoration: none;
	display:		block;
}

ul#categories li a:hover { color: #999; }

div#photoframe { 
	float: left; width: 594px; height: 404px;
}

div#product-wrapper img { 
	/* float: left; width: 630px; height: 430px; */
	float: left; width: 504px; height: 344px;
	margin: 20px 20px 20px 50px;
	border: 10px solid #FFF;
}

div#information {
	float: left;
	width: 250px; height: auto;
	margin-top: 20px;
	color: #FFF;
	background-color: #727171;
}

div#information div#photonavigation {
	margin-bottom: 20px;
}

div#information div#photonavigation a {
	float: left; display: block; width: 20px; height: 19px;
	padding-top: 1px; margin: 0 8px 8px 0; background: #FFF url( ../images/photonav.gif );
	text-align: center;	font-size: 10px; color: #000;
	text-decoration: none;
}

div#information div#photonavigation a:hover, div#information div#photonavigation a.selected {
	background: #000; color: #FFF;
}

div#productnavigation {
	background-color: #000; height: 112px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #FFF; border-bottom: 1px solid #FFF;
}

div#products {
	color: #FFF;
}

input#addto {
	cursor: pointer;
}

p.reserved {
	padding: 3px;
	background-color: #9D0C15;
	color: #FFFFFF;
	font-weight: bold;
}

p.reserved a {
	color: #FFFFFF;
}

p.reserved a:hover {
	color: #FFFFFF;
}

div#information input.button_nl {
	width:	149px;
}
