#leftnav {
	font-size: 12px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	margin: 0px;
	text-align: left;
	padding-left: 0px;
}
body {
	margin: 0px;
	background-color: #DDFFDD;
}


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


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

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

#leftnav li {
	/*/*/margin: 0px; /* */
	padding: 0px;
	list-style-type: none;
}

.addToCartButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#001A00;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: outset;
	border-bottom-style: outset;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	width: 150px;
}
li {
	list-style-type: none;
	margin: 0px;
}


#errorMessage {
	color: #990000;
	font-weight: bold;
}
.dugme {
    background:url(/images/dugme.gif) no-repeat;
    cursor:pointer;
    width: 154px;
    height: 30px;
    border: none;
	font-weight: bold;
	color: #263602;

}
