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

body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:0;
	padding:0;
	color:#333333;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

#container {
	text-align:left;
	width:934px;
	margin:0 auto;
	position:relative;
	padding-top:20px;
}

.price {
	font-size: 24px;
	font-weight: bold;
	color: #526377;
}

/* Image border */
.img-shadow {
  clear: both;
  float:left;
  background: url(i/shadowAlpha.png) no-repeat bottom right !important;
  background: url(i/shadow.gif) no-repeat bottom right;
  margin: 20px 0 0 17px !important;
  margin: 20px 0 0 8px;
}

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