@charset "UTF-8";
/* CSS Document */


* {
  padding: 0;
  margin: 0;
}

p {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 40px;
	}

img {
	border: none;
	margin-bottom: 5px;
}

a{
	text-decoration: none;
	float: none;
	text-align: center;
	margin-bottom: 10px;
}

a img{
	display: block;
	/* Border with same color as background. IE6 doesn't support transparent.
     Or you could simulate border with padding.  */
  border: thin solid #FFFFFF;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

a:hover img {
	border: thin solid #999999;
}

a:hover span {
	background-color: #D1E6E1;
}


/***** FOR IE6 *****/

/* This is really strange ...
   if you set border property with any value, including 0px, on a:hover... It works! */
a:hover {
  border: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #666666;
}
table {
	margin-left: 30px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	text-align: center;
}

td {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;

}
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	font-weight: normal;
	text-align: left;
}

#stock {
	margin-left: 30px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
}

