/*
-----------------------------------------------
sfc products page styles
version:  0.1
----------------------------------------------- */

/* Left Column Styles
----------------------------------------------- */

#left {
	background-image: url("../images/title_products.gif");
	background-repeat : no-repeat;
	height: 200px;
	margin: 0px 250px 0px 25px;
	min-height: 200px;
	padding-left: 40px;
	width: 460px;
}

#left div {
	margin-right: 7px;
}

#left div.clearBoth {
	line-height: 7px;
} 

/* Product Navigation Styles
----------------------------------------------- */

.prodnav {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

.prodnav ul {
	margin: 0px 0px 0px 15px;
	padding: 10px 0px 5px 0px;
}

.prodnav li {
	font-size: 11px;
	list-style-image: url("../images/arrow.gif");
	margin: 0px 0px 5px 0px;
} 

.prodnav a {
	color: #990000;
	text-decoration: none;
}

.prodnav a:hover {
	text-decoration: underline;
}