#leftnav {
	width: 150px;
	font-size: 11px;
	vertical-align: top;
	/*font-size: 85%;*/
	margin-top: 16px;
	font-family: Arial, sans-serif, "MS Sans Serif";
	/*font-size: 11px; */
	font-weight: bold;
	color:#FFFFFF;
	
}

ul, ol {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 11px;
	font-weight: bold;
}

#leftnav a {
	/*/*/padding: 3px;
	display: block;
	border: 1px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 180px /* */;
	background-color: #000000;
}

#leftnav a:link, #leftnav a:visited {
	color: #FFFFFF;
}

#leftnav a:hover, #leftnav a:active {
	color: #FFFFFF;
	background-color: #006600;
	border: 1px solid #000;
}

#leftnav ul {
	/*/*/padding: 0em;
	margin-left: 0em;
	margin-right: 0em;
	list-style-type: none; /* */
}

#leftnav li {
	/*/*/margin: 0px 0px 6px 0px; /* */	
}

#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999 !important;
	border: 2px dotted #999 !important; /* */
}


.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DDDDDD;
}

.entryTableHeader {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
}


.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

.notice {
	color: #996600;
	font-weight: bold;
}

.addToCartButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #336699;
	/*background-color:#FFCC00;*/
	background-color:#000000;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}

.price {
	color:#CC6600;
	font-weight: bold;
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 11px;
}
.price2 {
	color:#CC6600;
	font-weight: bold;
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 12px;
}
.sale {
	color: #990000;
	font-weight: bold;
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 11px;
}
.sale2 {
	color: #990000;
	font-weight: bold;
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 12px;
}
.productTitle {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 12px;
	color: #000000;
}
.productTitle a:link {
	color: #000000;
	text-decoration: underline;
}
.productTitle a:visited {
	color: #333333;
	text-decoration: underline;
}
.productTitle a:hover {
	color: #666666;
	text-decoration: none;
}
.productTitle a:active {
	color: #000000;
	text-decoration: underline;
}.productHeading {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 20px;
	color: #000000;
	text-align: left;
	margin-top: 28px;
	margin-bottom: 15px;
	margin-left: 25px;
	font-weight: bold;
	letter-spacing: .1em;
}
.minicart {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 10px;
	padding-right: 7px;
	padding-bottom: 7px;
	/*text-align: left;*/
}
.minicart img {
	margin-left: 5px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


