#content_with_subs h1 {
	background: url("../images/logo_excel.gif") no-repeat;
	width: 132px;
	height: 18px;
	text-indent: -10000px;
}

/* Links */
a:link {	
	color: #002F5D;
	text-decoration: underline;
	font-weight: normal;	
}

a:visited {
	color: #002F5D;
	text-decoration: underline;
	font-weight: normal;	
}

a:hover {
	color: #002F5D;
	text-decoration: underline;
	font-weight: normal;	
}

div.thumbs img {
	padding: 0;
	margin: 0;
	border: 1px solid #fff;
}

div.thumbs img:hover {
	padding: 0;
	margin: 0;
	border: 1px solid #002F5D;
	cursor: pointer;
}

div.thumbs img.selected {
	padding: 0;
	margin: 0;
	border: 1px solid #002F5D;
	cursor: pointer;
}


/* Product Options */
#options, #view {
	margin: 5px 0;
	padding: 0;
}

#options ul, #view ul {
	font: 1em/normal Arial, Helvetica, sans-serif;
	color: #002F5D;	
	text-indent: 0;
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#options li, #view li {
	text-indent: 0;
	list-style-type: none;
	display: inline;
	margin-right: 3px;
}

#options li.first, #view li.first {
	font-weight: bold;
	text-indent: 0;
	list-style-type: none;
	display: inline;
	margin-right: 5px;
}