@charset "UTF-8";
#artist_grid {
	width: 600px;
	float: left;
}
#artist_grid .thumbnail {
	width: 128px;
	border: 1px solid #B4C2C1;
	padding: 3px;
	float: left;
	margin: 0px 5px 5px 0px;
	text-align: center;
}
#admin #artist_grid {
	list-style-type: none;
}

#admin #artist_grid .thumbnail {
	width: 128px;
	position: relative;
	display: block;
	border: 1px solid #B4C2C1;
	padding: 3px;
	float: left;
	margin: 0px 5px 5px 0px;
	text-align: center;
	cursor: move;
}
#admin #artist_grid .sorthelper {
	float: left;
}

#artist_grid .thumbnail:hover {
	border-color: #AA5900;
}
#artist_grid .thumbnail img {
	margin-bottom: 3px;
}
#products {
	width: 800px;
	position: relative;
}
#products #product_images {
	float: left;
	width: 520px;
}
#products #fullsize {
	padding: 2px;
	width: 512px;
	border: 1px solid #B4C2C1;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
#products .thumbnail_gallery {
	width: 530px;
	overflow: hidden;
}

#products .thumbnail_gallery .thumbnail {
	height: 50px;
	width: 50px;
	border: 1px solid #B4C2C1;
	padding: 2px;
	margin: 0px 10px 5px 0px;
	float:left;
}
#products .thumbnail_gallery .thumbnail:hover,
#products .thumbnail_gallery .thumbnail.active {
	border: 1px solid #AA5900;
	background-color: #AA5900;
}
.thumbnail_gallery ul.thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}
#products #product_info {
	width: 200px;
	margin: 0px 0px 0px 10px;
	padding: 2px;
	float: left;
}
#products #product_info h2 {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4C2C1;
	margin: 0;
	font-size: 12px;
}
#products #product_info p {
	margin-top: 0;
}
#product_detail {
	width: 600px;
}
#product_detail #fullsize {
	float: left;
	width: 512px;
	border: 1px solid #B4C2C1;
	padding: 3px;
	overflow: hidden;
}
#product_detail .thumbnail_gallery {
	width: 55px;
	margin-left: 530px;
}

#product_detail .thumbnail_gallery .thumbnail {
	height: 50px;
	width: 50px;
	border: 1px solid #B4C2C1;
	padding: 3px;
	margin: 0px 0px 5px 0px;
}
#back  {
	text-align: right;
	width: 518px;
	margin-bottom: 5px;
}
#shop_front {
	width: 830px;
}
#shop_front h1 {
	margin-top: -5px;
	color: #AA5900;	
	margin-bottom: 10px;
}

