@charset "utf-8";
/* CSS Document */
/* Designed for: Frustr8.com */
/* Author: Greg Kerstine - rockslayer@gmail.com */
/* '08 */

imagebuy {
	padding: 5px;
	float: right;
}

#buyNow {
	font-weight: bold;
	color: #000000;
	font: 8px;
}

a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
    text-decoration: none
	color : #A2A2A2;
	color: #000000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #000000;
}
	
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
li {
margin-bottom:5px;
}
li a:link{
	font-weight:bold;
}
li a:visited{
	font-weight:bold;
	}
/* Gallery Style */

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
 }