@charset "utf-8";
/* CSS Document */

#sort_bar {
	font-size: 14px;
	color: #0E0800;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #0E0800;
	height: 20px;
}
#sort_bar #title {
	font-weight: bold;
	padding-right: 5px;
	float: left;
	font-variant: small-caps;
}
#sort_bar #desc_px {
	float: left;
	padding-right: 0px;
	width: 115px;
}
#sort_bar #asc_px {
	float: left;
	width: 115px;
}

#sort_bar #paginate {
	float: none;
	clear: none;
	width: 300px;
	text-align: right;
	margin-left: 320px;
}
#p_img_container {
	padding: 1px;
	position: relative;
}
#p_img_container #img {
}
#p_img_container #img img {
	border: 2px solid #422700;
}
#img  #heading {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 35px;
}
#img  #heading  h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0E0800;
	font-size: 65px;
	font-weight: normal;
	font-variant: small-caps;
	
}

#p_img_container #sub_cats {
	position: relative;
	color: #0E0800;
	left: 5px;
	top: 5px;
	font-family: "Bodoni MT", "Bookman Old Style", Georgia;
	font-size: 16px;
}

