/* CSS Document */

.gallery {
	margin:0; padding:15px 0 10px 0;
	overflow:hidden; /* Clears the floats */
	width:100%; /* IE and older Opera fix for clearing, they need a dimension */
	list-style:none;
	clear:both;
	font-size:11px;
}
.prod-gallery {
	float:left;
	margin:0 0 15px 3px;
	position:relative;
	width:125px;
	height:185px;
}
.prod-gallery a {
	position: relative;
	width:125px;
	height:185px;
	text-align:center;
	border:1px solid #FFF;
	display: block;
}
.prod-thumb {
	position: absolute;
	width: 115px;
	height: 115px;
	top: 5px;
	left: 5px;
	border: 1px solid #C9B5A3;
}
.prod-info {
	position: absolute;
	width: 126px;
	height: 55px;
	top: 125px;
	left: 2px;
}
.prod-gallery a:hover {
	border:1px solid #C9B5A3;
	text-decoration: none:
;
}
.gallery_div {
	float:left;
	width:125px;
	height:175px;
	margin:0 0 15px 3px;
	position:relative;
	text-align:center;
	border:1px solid #A8A8A8;
}
.gallery_div a {
	display:block;
	text-align:center;
	width: 125px
}
.gallery_div a:link, .gallery a:visited, .gallery a:focus, .gallery a:hover, .gallery a:active {
	background:#FFF;
/*	border:1px solid #FFF; /* We blend the border with the bg, as if it isn't there */
/*	position:absolute; top:50%; left:50%; /* position it so that image's top left corner is in the center of the list item */
/*	margin:-50px 0 0 -50px; /* Pull the image into position with negative margins (margins value is half of the width of the image) */
}
.gallery_div a:hover {
/*	border:1px dotted #C8C8C8;*/
	text-decoration:underline;
}
.gallery_div span{
	display:block;
	width:115px;
	text-align:center;
	position:absolute;
	bottom:3px;
	left:5px;
	line-height:15px;
	cursor:pointer;
}
.gallery_buy img{
	position:absolute;
	bottom:3px;
	right:5px;
}
#gallery_hdr {
	background:#FFF url(../media/images/bg_gallery.jpg) repeat-x top center;
	border-top:1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	padding:5px 5px;
	margin: 2px 7px 5px 2px;
}
#gallery_hdr h2 {
font:18px arial, helvetica, sans-serif;
line-height:27px;
margin-bottom:0px;
}
.gallery_home {
	overflow:hidden; /* Clears the floats */
	width:100%; /* IE and older Opera fix for clearing, they need a dimension */
	list-style:none;
	clear:both;
}
.gallery_home li {
	float:left;
	display:inline; /* For IE so it doesn't double the 1% left margin */
	width:125px;
	height:157px; /* image height + 50px*/
	margin:3px;
	padding:0; /* Height of img (96) + 2 times 5px padding + 2 times 1px border = 108px */
	position:relative;
}
.gallery_home a, .gallery_home a:visited {
	display:block;
	width:125px;
	height:157px;
	color:#614834;
	border:1px solid #A8A8A8;
	background:#FFF url(../media/images/bg_sub1.jpg) repeat-x center center;
}
.gallery_home a:hover {
	color:#FFF;
	border:1px solid #333;
	background:#B7A28F url(../media/images/bg_sub.jpg) repeat-x center center;
	text-decoration:none;
}
.index_img {
	display:block;
	height:125px;
	border-bottom:1px solid #A8A8A8;
	cursor:pointer;
}
.index_img a:hover {
	border-bottom:1px solid #333;
}
.index_hdr {
	display:block;
	height:28px;
	text-align:center;
	padding:3px 2px 0px 2px;
	cursor:pointer;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:13px;
}
