/* CSS Document */

#product_focus {
	clear: both;
}

#product_focus h1 { 
	color: #333333;
	font-size: 300%;
	text-align: left;
}


table#gallery_thumbs {
	clear: both;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px 2px;
	margin: 0 0 2px 0;
}

div#content>table#gallery_thumbs {
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
	padding: 0;
	margin: 0 0 2px 0;
}

table#gallery_thumbs td {
	padding-top: 2px; /* IE was lopping off the top borders of all anchors in these cells without the extra top padding... */
}

/* IE 6 doesn't recognize the descendent selector so these are hidden */
table#gallery_thumbs tr>td {
	padding-top: 0px;
}

table#gallery_thumbs a {
	border: solid 1px #999999; 
}

table#gallery_thumbs a:hover {
	border: solid 1px #FEFEFE; /* IE 6 only recognizes :hover selectors for anchor tags */
}

/* IE 6 doesn't recognize the descendent selector so these are hidden */
table#gallery_thumbs tr>td>a {
	border: none;
}

/* IE 6 doesn't recognize the descendent selector so these are hidden */
table#gallery_thumbs tr>td>a:hover {
	border: none;
}

/* IE 6 doesn't recognize the descendent selector so these are hidden */
table#gallery_thumbs tr>td>a>img {
	border: solid 1px #999999;
}

/* IE 6 doesn't recognize the descendent selector so these are hidden */
table#gallery_thumbs tr>td>a>img:hover {
	border: solid 1px #FEFEFE;
}
