#productContainer {
	position:relative;
	width:555px;
	height:500px;
	padding:5px;
	background-color:#fff;
}

/* ---- Product Images ---- */

#productImage div {
	position:absolute;
	left:212px;
	top:5px;
	width:346px;
	height:146px;
}

/* ---- Product Menu ---- */

#productMenu {
	width:207px;
	height:438px;
	background:url(../images/products/nav-bg.gif) 0 100%;
	padding:10px 0;
}

#productMenu ul {
	list-style:none;
	margin:0;
}

#productMenu ul li {
	margin:0;
	padding-top:2px;
	padding-bottom:2px;
}

#productText {
	position:relative;
	display:none;
	width:520px;
	height:0px;
	padding:10px;
	background-color:#fff9d9;
	border-width:0px 5px 5px 5px;
	border-color:#ffedb3;
	border-style:solid;
}

.productTitle {
	width:207px;
	height:20px;
	line-height:20px;
	background-image: url(../images/products/nav-title.gif);
	padding-top:10px;
}

.productTitle p {
	font-size:13px;
	font-weight:bold;
	color:#333;
	line-height:30px;
	padding-bottom:7px;
	margin-bottom:0;
}

/* ---- Product Content ---- */

#productContent div {
	width:306px;
	height:284px;
	background-image:url(../images/products/content-bg.gif);
	position:absolute;
	left:212px;
	top:161px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}

#productContent h1 {
	font-size:16px;
	color:ff9900;
	font-weight:bold;
}

/* ---- Product List ---- */

.productList ul { 
	padding:0; 
	margin:0; 
}

.productList li a {
	width:182px;
	height:27px;
	line-height:27px;
	font-size:80%;
	color:#c00;
	display:block;
	text-decoration:none;
	background:url(../images/products/list-bg.gif) top left no-repeat;
	padding-left:25px;
}

.productList li a:hover { 
	background-position:top right; 
	text-decoration:none;
}

.productList .selected { 
	background-position:top right; 
}