a.mnglink:link{
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a.mnglink:active{
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a.mnglink:visited{
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a.mnglink:hover{
	color: white;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

#nav_list{
	width: 135px;
	border-right: 1px solid #ddd;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #fff;
	color: #000066;
}
#nav_list td{
	font-size: 11px;
	font-weight: bold;
}
#nav_list a:link{
	font-size: 11px;
	color: #FF3366;
	font-weight: bold;
	text-decoration: none;
}
#nav_list a:active{
	font-size: 11px;
	color: #FF3366;
	font-weight: bold;
	text-decoration: none;
}
#nav_list a:visited{
	font-size: 11px;
	color: #FF3366;
	font-weight: bold;
	text-decoration: none;
}
#nav_list a:hover{
	font-size: 11px;
	color: #FF3366;
	font-weight: bold;
	text-decoration: underline;
}
a:visited{
	color: #F36;
	font-weight:bold;
}
/*
#nav_list a:link{
	display: block;
	padding: 0 5px 0 17px;
	background: transparent url(graphics/nav/paw.gif) no-repeat top left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#nav_list a:active{
	display: block;
	padding: 0 5px 0 17px;
	background: transparent url(graphics/nav/paw.gif) no-repeat top left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#nav_list a:visited{
	display: block;
	padding: 0 5px 0 17px;
	background: transparent url(graphics/nav/paw.gif) no-repeat top left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#nav_list a:hover{
	display: block;
	padding: 0 5px 0 17px;
	background: transparent url(../graphics/nav/paw.gif) no-repeat 0 50%;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}*/
.list_item{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: black;
	height: 110px;
	font-size: 10px;
	font-weight: normal;
	padding: 25px 5px 10px 5px;
}
.add_cart{
	margin: 10px;
}
#prod_display{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: black;
	font-size: 12px;
	font-weight: normal;
}
.list_head{
	font-size: 14px;
	font-weight: bold;
	color: black;
}
.note{
	font-size: 11px;
	font-weight: normal;
	color: black;
	font-style: italic;
}
#view_cart{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}
#view_cart input.text{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	padding: 1px;
	height: 18px;
	border: 1px solid #93f;
	background: #fff;
}
#view_cart input.text:focus{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	height: 18px;
	border: 2px inset #93f;
	background: #F9F3FF;
}
.inline{
	vertical-align: top;
}
#attrib textarea{
	width: 200px;
	height: 30px;
}
#attrib_page textarea{
	width: 300px;
	height: 320px;
}
.tall_text_box textarea{
	width: 180px;
	height: 200px;
}
#attributes input{
    height: 18px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 180px;
}
.error{
	color: #c00;
	padding: 3px;
	border: 1px solid #c00;
	background-color: #FFC;
}