@charset "UTF-8";
.productDescription {
	width: 250px;
}
#subnav {
	font-size: 12px;
	font-weight: bold;
	color: #5679ae;
	width: 100%;
}
#subnavUnderline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5679ae;
}
#subnav ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	float: left;
	display: inline;
}
#subnav ul li {
	margin-left: 0px;
	color: #5679ae;
	display: inline;
	text-align: center;
	float: left;
	width: 100px;
}
#subnav ul li a{
	text-decoration: none;
	color: #5679ae;
	display: block;
	background-color: #F0DEBE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #5679ae;
	border-right-color: #5679ae;
	border-left-color: #5679ae;
}
#subnav a:visited {
	color: #5679ae;
	text-decoration: none;
}
#subnav a:hover {
	color: #FFF;
	text-decoration: none;
	width: 100px;
	display: block;
	background-color: #F0DEBE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #5679ae;
	border-right-color: #5679ae;
	border-left-color: #5679ae;
}
#subnavActive {
	color: #FFF;
	background-color: #F4B976;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	width: 100px;
	border-top-color: #5679ae;
	border-right-color: #5679ae;
	border-bottom-color: #5679ae;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #5679ae;
	float: left;
}
