@CHARSET "ISO-8859-1";

.gallery {
	float: left;
	padding: 10px 10px 0 0;
	position: relative;
}

.gallery input,#main_gallery_image {
	border: 2px solid blue;
}

.gallery input:hover, #main_gallery_image:hover {
	border: 2px solid red;
}

.thumbs {
	margin: 0px 2px 2px 0px;
}

.return_link {
	text-align: center;
}

.buy_button img {
	float: right;
}

.price {
	font-size: larger;
	font-weight: bold;
}

.extra_links a, .return_link a {
	text-decoration: none;
	font-style: italic;
	color: #4345AE;
}

.extra_links a:hover, .return_link a:hover {
	color: #FF0000;
}
