/* CSS Document */

#nav {
	color: #999;
}

#subheader {
	margin: 0 0 5px 0;
}

div#subheader h3 {
	margin: 0 0 10px 0;
}

div#subheader h4 {
	margin: 0;
	font-size: 110%;
}

div#subheader ul {
	margin-left: 8px;
	margin: 0 0 10px 8px;
	padding-left: 8px;
}

div#subheader li{
	background: url(/images/bullet_blk.gif)  no-repeat;
	margin-left: -5px;
	margin: 0 0 2px -5px;
	padding-left: 8px;
	background-position: 0px 6px;
	width: 425px;
}

.photo_header {
	border-bottom: 1px solid #333333;
	margin-bottom: 20px;
	margin: 20px 0 15px 0;
}

/* CSS Document */

#product_focus {
	clear: both;
}

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

/* phographs */

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

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

.table_margin {
	margin-bottom: 20px;
}

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

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

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

table#photography_thumbs p {
	margin: 0;
	text-align: center!important;
}

table#photography_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#photography_thumbs tr>td>a {
	border: none;
}

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

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

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