/* Foxspice shop */

body 
{
	 background-color: #fff0d0;
	 color: #7d3938;
	 font-family: Verdana, Lucida Sans, Arial, Helvetica, sans-serif; 
	 font-size: 12px;
	 background-image: url("Background.gif"); 
	 background-repeat: repeat;
	 padding: 0px;
}
.normal
{
font-size:14px;
background-color: #ffefc0;
padding: 5px 30px;
}
.image
{
padding: 2px 30px;
}
.unselected
{
color: #fff0d0;
font-weight: normal;
font-size: 16px;
text-align: center;
background-image: url("tab.gif");
}
.selected
{
font-weight: bold;
font-size: 16px;
text-align: center;
background-image: url("tab-selected.gif");
}
.select
{
color: #7d3938;
}
.unselect
{
color: #e0e0d0;
}
.tabletag
{
font-weight: bold;
}
a:link
	{
	font-weight: bold;
	text-decoration: none;
	}
a:visited 
	{
	font-weight: bold;
	text-decoration: none;
	}  /* visited link */
a:hover 
	{
	font-weight: bold;
	text-decoration: none;
	color: #a08070;
	}  /* mouse over link */
a:active 
	{
	font-weight:bold;
	text-decoration: none;
	}  /* selected link */

.radio
{
	background-color: #60a060;
	color: black;
	font-family: Verdana,  Lucida Sans, Arial, Helvetica, sans-serif; 
	font-size: 10px
}

	
INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Verdana,  Lucida Sans, Arial, Helvetica, sans-serif; 
	padding: 0px;
	margin: -1px;
	color: #7d3938;
	background-color: #fff0d0;

}

.textlinks {  
  font-family: Verdana, Lucida Sans, Arial, Helvetica, sans-serif;
  font-size: 9pt; 
  font-weight: bold; 
  color: #660000; 
  text-decoration: none;
  }

