/* CSS Document */
body
{
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#container
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 900px;
	height: 550px;
	background-color: #5e2e91;
}

#thumbs
{
	position: absolute;
	top: 25px;
	left: 396px;
	z-index: 2;
	width: 463px;
	height: 463px;
}

#nav
{
	position: absolute;
	left: 48px;
	top: 23px;
	width: 253px;
	z-index: 3;
}

#paging
{
	position: absolute;
	left: 396px;
	top: 507px;
	width: 463px;
	height: 34px;
	z-index: 4;
}

#thumbs img { border: 1px solid #5e2e91; }
#thumbs img:hover { border: 1px solid #fff; }

#productdisplay img { border: 1px inset #5e2e91; }


.counter
{
	font-size: 10px;
	color: #999999;
}

.productname
{
	color: #fff;
	font: bold 16px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

#productdisplay
{
	position: absolute;
	top: 25px;
	left: 396px;
	z-index: 2;
	width: 400px;
	height: 463px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 175%;
}

#text
{
	position: absolute;
	top: 125px;
	left: 450px;
	z-index: 2;
	width: 300px;
}


a { color: #FFFFFF; }
a:hover { color: #9be3be; }
