#sidebar {
	left: 0px;
	width: 200px;
	position: absolute;
}
#sidebar .title {
	background: #0a58a7;
	color: #ffffff;
}
#sidebar ul {
	padding: 10px 0px 10px 9px;
	background-image: url(/images/menu.item.background.gif);
	background-repeat: repeat-y;	
	list-style: none;
	margin: 0px 0px 0px 0px;
}
#sidebar li {
	width: 188px;
}
#sidebar ul a {
	background: url(/images/product.menu.item.gif) no-repeat;
	/*display: block;*/
	height: 18px;
	line-height: 18px;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
	color: #155aa1;	
}
#sidebar ul a .children {
	color: #8d8d8d;
	font-weight: normal;
}
#sidebar ul a:hover {
	background: url(/images/product.menu.item.ovr.gif) no-repeat;
}
#sidebar ul li.current a {
	background: url(/images/product.menu.item.ovr.gif) no-repeat;
	color: #f47a20;
	font-weight: bold;
}
#display {
	margin-left: 208px;
}

#grid {
	border: 2px solid #e9f0f7;
	border-collapse: collapse;

}

#grid td {
	border: 1px solid #e9f0f7;
	padding: 10px;
}
#grid th {
	background: #e9f0f7;
	padding: 8px;
}

#grid .description {
	color: #707e8b;
	font-size: 11px;
}

#product {
	border: 1px solid #e9f0f7;
	padding: 4px;
}
#product div {
	margin-bottom: 16px;
}
#productimage {
	float: right;
	margin: 4px;
	margin-left: 16px;
}
/*  
***************************
Product Box
***************************
*/		
	
	#productBox {
		padding: 4px 0px 4px 0px;
		border-top: 1px dotted #0a58a7;
		border-bottom: 1px dotted #0a58a7;
		min-height: 100px;
		margin: 10px 0px 10px 0px;
	}	
	#productBox .box {
		float: left;
		border-right: 1px solid #d0dcf0;
		background: url(/images/box.background.gif);
		min-height: 100px;
		color: #0a58a7;
		padding: 10px;
		margin-right: 3px;
		width: 165px;
	}	

	#productBox .title {
		font-weight: bold;
		font-size: 13px;
		color: #0a58a7;
	}	
	#productBox .text {
		margin-top: 10px;
		font-size: 11px;
		color: #0a58a7;
	}	
/*  
***************************
Featured Product
***************************
*/		
	
	#featuredProduct {
		padding: 4px 0px 4px 0px;
		min-height: 100px;
		margin: 10px 0px 10px 0px;
	}	
	#featuredProduct .box {
		float: left;
		border-right: 2px solid #d0dcf0;
		min-height: 100px;
		color: #0a58a7;
		padding: 10px;
		margin-right: 3px;
		width: 163px;
	}	

	#featuredProduct .title {
		font-weight: bold;
		font-size: 13px;
		color: #0a58a7;
	}	
	#featuredProduct .image {
		margin: 0px 0px 10px 0px;
	}		
	#featuredProduct .more {
		margin: 0px 0px 5px 0px;
		text-align: right;
	}		
	#featuredProduct .text {
		margin-top: 10px;
		font-size: 11px;
		color: #0a58a7;
	}		
