/* CSS Document */

body{

	margin: 0;
	margin-top:12px;
	margin-left:4px;

	color: #000000;

	background-image:url(shop/includes/templates/cherry_zen/images/gradient.gif);

	background-repeat:repeat-x;
	
	background-color:#FFFFFF;
	
	font:12px Arial, Helvetica, sans-serif;
/*	letter-spacing:.05em; */
	color:#006633;


}

td {
	font:12px Arial, Helvetica, sans-serif;
/*	letter-spacing:.05em; */
	color: #B05800;
}


a img {
	border:none; 
	}


a
{
  outline: none;
}


a:link, a:visited {
	color: #000000;
	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
	line-height: 40px;
}



a:hover {
	color: #F3F4D0;
}


/* NAVIGATION */


#button
{
  display: block;
  width: 150px;
  height: 40px;
  background: url("images/button.jpg") no-repeat 0 0;

}

#button:hover
{ 
  background-position: 0 -40px;
}

#button span
{
  display: none;
}

#box
{
	color:#000000;
}