html,table,input,select,textarea{
	font-family:Verdana, Tahoma, Arial, sans-serif;
	font-size:10px;
	color: #454545;
}
input {
	border: 1px solid #CCCCCC;
	background-color:#FCFCFC;
	color:#454545;
}
input.button{
	border:none;
}
.emphasized,.emphasized:link,.emphasized:hover,.emphasized:visited{
	font-size:12px;
	color:#000000;
}
	
	

textarea {
	border: 1px solid #AA9781;
	background-color:#D9C0A0;
	color:#4D3E2E;
}
p{
	margin-bottom:1em;
	padding: 0px;
	margin-top: 0px;
	/*line-height:14px;*/
}
a:link,a:visited{
	color:#454545;
	text-decoration:underline;
}
a:hover{
	color:#000000;
}
form{
	padding:0px;
	margin:0px;
}

.errorText{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}




ul {
	padding: 0px 0px 1em;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
	list-style-image: none;
}
h2 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 0.6em;
}
li {
	padding-bottom: 0.1em;
	list-style-image: url(../../_images/bullets/bullet_small.gif);
	padding-left: 0em;
	margin-left: 0em;
	padding-right:0em;
	margin-right:0em;
	font-size:9px;
}
h1 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 0.6em;
	border-left-width: 2px;
	border-left-style: none;
	border-left-color: #E9E9E9;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #454545;
}

h3 {

	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 0.6em;
	border-left-width: 2px;
	border-left-style: none;
	border-left-color: #E9E9E9;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D9C0A0;
}
.whiteLarge{
	font-size:13px;
	color:#FFFFFF;
	font-family:Tahoma, Verdana, Arial, sans-serif;
}
.bottomNav,a.bottomNav,a.bottomNav:visited{
	color:#EFEFEF;
	font-weight:bold;
	font-size:9px;
	
}
a.bottomNav:hover{
	color:#FFFFFF;
}
.copyright,a.copyright,a.copyright:visited{
	font-weight:bold;
	color:#454545;
	font-size:9px;
}
a.copyright:hover{
	color:#000000;
}
.featuredProductImage{
	border: 1px solid #E5E5E5;
}
span.featuredProductPrice{
	color:#BD0100;
	font-weight:bold;
}
span.featuredProductName{
	font-weight:bold;
}
a.cssButton,span.cssButton{
	background-color:#666666;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px;
	text-decoration:underline;
}
a.cssButton:hover{
	background-color:#999999;
	color:#CCCCCC;
	text-decoration:none;
}
