/* CSS Document */
body {
	background-image: url(images/background.gif);
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #2B5035;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 24px;
}
a:link {
	color: #333333;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #333333;
}
p {
	line-height: 20px;
}
.price {
	font-size: 10px;
}



.pic{
	float:left;
	margin:10px 0px;
	width:133px;
	height:100px;
	margin-left: 15px;
	padding: 0!important;
	border: 2px solid darkgreen;
	
}

.pic a{
	width:133px;
	height:100px;
	text-indent:-99999px;
	display:block;
	padding: 0!important;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.8);
}
.pic a:hover{
	background-color: transparent;
	padding: 0!important;
}
.pic:hover{
	background-color: transparent;
	padding: 0!important;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.6);
}

