body {
	background-color: #f5f3f4;
}

h1 {
	color: #000;
	font-size: 48px;
	text-shadow: 2px 2px 4px #000000;
	letter-spacing: 10px;
	text-transform: uppercase;
}

h2 {
	text-shadow: 1px 1px 2px #333333;
	text-align: center;
	font-size: 32px;
}

.thumbs img {
	padding: 5px;
	background-color: #ffffff;
	width: 210px;
}

.thumbs img.tallpic {
	width: 92px;
}

.thumbs {
	border-right: 1px solid #cccccc;
}

.thumbs a {
	border: 1px solid #cccccc;
	float: right;
	margin: 5px 10px 5px 5px;
}

.thumbs a.talla {
	margin-right: 68px;
}

.thumbs a:hover {
	border-color: #999999;
}

.details {
	padding-left: 10px;
}

.details p {
	color: #333333;
	font-size: 16px;
	text-align: justify;
	margin-top: 3px;
	margin-bottom: 8px;
}

.details li {
	color: #333333;
	font-size: 16px;
	text-align: justify;
	margin: 0px;
}

.details h3 {
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
}