#leftnav {
	width: 175px;
	font-size: 12px;
	vertical-align: top;
	/* font-size: 85%; */
}

#leftnav a {
	padding: 3px !important; 
	display: block !important;
	border: 1px dotted #CCC !important;
	text-decoration: none !important;
	line-height: 20px !important;
	width: 175px  !important;
}

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

#leftnav li {
	margin: 0px 0px 6px 0px !important;
}

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

#minicart {
	font-size: 11px;
	width:160px;
	background:url(images/layout/mcbg.gif) no-repeat !important;
}

#minicart .title {
	font-size:14px;
	text-align:center;
}

#minicart a {
    color:#444;
    text-decoration:underline !important;
}

.entryTable {
	font-size: 12px;
	background-color: #ddd;
}

.entryTableHeader {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #ce9eb4;
	font-weight: bold;
	background-position: center;
}

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

.infoTable {
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

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

.box {
	font-size: 12px;
	border: 1px solid #336699;
}

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

.addToCartButton {
	font-size: 12px;
	color:#333333;
	font-weight:bold;
	border: 1px solid #336699;
	background-color:#FFCC00;
}

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

#left a {
    text-decoration:none;
}