.productThumbnailSold {
	display: block;
}

 .productThumbnailAvail {
	display: block;
}

.productHistories {
	display: block;
	clear: both;
	width: 100%;
	font-family: verdana, times, times new roman, serif;
	font-size: 14px;
	font-style: italic;
	color: #32446D;
	line-height: 150%;
	padding: 14px;
	background-color: #ededed;
	border: 2px solid #C0C7CF;
}

.productThumbnailSold, .productThumbnailAvail {
	float: left;
	width: 225px;
	height: 240px;
	margin: 24px 0px 14px 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
}

.productThumbnailSold img, .productThumbnailAvail img {
	border: 2px solid #A2925B;
	margin-bottom: 6px;
}


.productThumbnailFeatured {
	float: left;
	width: 450px;
	height: 480px;
	margin: 24px 0px 14px 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
}

.productThumbnailFeatured img {
	border: 2px solid #A2925B;
	margin-bottom: 6px;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: georgia,times,times new roman,serif;
	background: #fff7da url(./images/background.jpg) repeat-y;
}

form {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	outline: none;
	color: #003366;
}

a:hover {
	color: #0033CA;
	text-decoration: none;
}

.header h1 {
	margin: 33px 0px 0px 19px;
	font-size: 32px;
	color: #001d41;
	font-family: Palatino, Palatino Linotype;
	text-align: center;
	font-variant: small-caps;
}

.header h1 a {
	color: #001d41;
}

.header h2 {
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	color: #0F57A8;
	text-transform: uppercase;
	text-align: center;
}

.header h3 {
	margin: 14px 0px 0px 0px;
	font-size: 18px;
	color: #0F57A8;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

.content {
	padding: 0px 0px 0px 24px;
}

.content h1 {
	margin: 14px 0px 16px 0px;
	font-size: 26px;
	color: #001d41;
	font-variant: small-caps;
}

.content h2 {
	margin: 18px 0px 18px 0px;
	font-size: 22px;
	color: #001d41;
	font-variant: small-caps;
}

.content h3 {
	margin: 18px 0px 18px 0px;
	font-size: 18px;
	color: #001d41;
	font-variant: small-caps;
}

.content p {
	margin-top: 0px;
	color: #001d41;
	font-size: 18px;
	line-height: 150%;
	text-align: justify;
}

.content ol li {
	font-size: 15px;
	color: #001d41;
	line-height: 150%;
}

.content ul li {
	font-size: 15px;
	color: #001d41;
	line-height: 150%;
	list-style-type: none;
}


hr {
	border: 0;
	width: 100%;
	color: #D0C8AC;
	background-color: #D0C8AC;
	height: 3px;
}


/* SIDEBAR STUFF */

.sideBar a, .sideBar .info {
	display: block;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
	color: #0B182D;
}

.sideBar hr {
	color: #AF811F;
	background-color: #AF811F;
	width: 80%;
}

.sideBar a:hover {
	color: #fff;
	background: #ad6041 url('./images/category-hover.jpg') top left repeat-y;
}

.sideBar .selected, .sideBar .selected:hover {
	color: #323958;
	background: #EBEEF3 url('./images/category-selected.jpg') top left repeat-y;
}

.sideBar .noHover:hover {
	background: none;
}

.restorationImages {
	width: 100%;
	text-align: center;
	margin-top: 24px;
}

.restorationImages img {
	margin-bottom: 14px;
}


.links a {
	text-decoration: underline;
}

.links {
	color: #29537C;
	font-size: 12px;
}

.contactWindow {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	margin-bottom: 24px;
}

.contactWindow input, .contactWindow textarea {
	font-family: georgia,arial,tahoma,sans-serif;
	font-size: 18px;
	width: 350px;
}

.contactWindow textarea {
	height: 180px;
}


.orderForm {
	border-collapse: collapse;
}

.orderForm td {
	border-bottom: 1px solid #DCDFE4;
	font-size: 13px;
	padding: 6px 4px;
}

.orderFormCustomerDetails {
	margin: 0px auto 24px auto;
}

.orderFormCustomerDetails td {
	font-size: 13px;
}

.orderFormCustomerDetails input {
	width: 300px;
}

.submitOrderButton {
	font-size: 16px;
	margin-bottom: 12px;
	font-weight: bold;
}


/* SEARCH BOX */

.searchBox {
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}

.searchField {
	background-color: #DAE6F8;
	border: 1px solid #9EBDEB;
	color: #344354;
	margin: 0px 0px 0px 20px;
	width: 120px;
	padding: 2px;
	font-size: 16px;
}

.searchButton {
	margin: 0px 0px 0px 4px;
}


.detailViewInfo {
	margin-top: 5px;
	text-align: center;
	font-size: 11px;
	color: #7A7A7A;
}


.footerLinks {
	text-align: center;
	font-size: 16px;
}

.footerLinks a {
	color: #0B182D;
	font-weight: bold;
	margin-right: 12px;
	line-height: 175%;
}

.footerLinks a:hover {
	color: #0000CC;
}