.type_Painting {
	/*max-width: 880px !important;*/
	margin-right: -10px;
	width: auto;
}

.type_Painting #mainImage {
	float: left;
	width: auto;
	height: auto;
}

.type_Painting #mainImage .noImage img {
	display: block;
	width: 540px;
	height: 440px;
	font-size: smaller;
}

.type_Painting .type_Image .ImageInfo, .type_Painting .type_Image #imageDetailsController {
	display: none;
}


#paintingDetails {
	float: left;
	width: 224px;
	padding-left: 6px;
}

.paintingTitle {
	font-weight: bold;
	display: block;
	clear: right;
	margin-bottom: 6px;
}

.paintingMedium, .paintingDimensions, .paintingDescription, .paintingYear, .paintingPrice, .paintingMaterial, .paintingLocation {
	display: block;
	clear: right;
	font-size: smaller;
	margin-left: 4px;
}

#copyrightInformation {
	display: block;
	width: 200px;
	clear: both;
	font-size: smaller;
	margin-top: 1px;
	margin-left: 2px;
	margin-bottom: 12px;
	font-size: 10px;
}

.price {
	display: block;
	float: left;
	width: 40px;
}

.saleInformationController {
	float: left;
	clear: right;
	text-decoration: underline;
}

/*#saleInformation {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 600px;
	height: 300px;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 18px !important;
}*/

#saleInformation {
	margin-bottom: 10px;
}
.contactNote {
	font-weight: bold;
	display: block;
	clear: right;
}
.saleContact {
	display: block;
	clear: right;
}
.galleryName {
	font-size: 11px;
	margin-left: 10px;
	display: block;
	clear: right;
}
.contactName, .contactWebsite, .contactPhone, .contactEmail {
	font-size: 11px;
	display: block;
	clear: right;
	margin-left: 20px;
}

.dimensionMeasurement {
	/*font-size: smaller;*/
}

.paintingDescription {
	padding: 6px;
	font-size: smaller;
}

#paintingEditForm {
	float: left;
	margin-left: -30px;
	width: 700px;
}

#mainImage {
	width: 160px;
	min-height: 220px !important;
	margin-bottom: 20px;
	float: left;
}

#mainImage .imageDetails {
	display: none;
}



.additionalInformation {
	clear: left;
	font-size: 12px;
}

#inGalleries > span, #tags > span {
	font-weight: bold;
}

#inGalleries, #tags {
	width: auto;
	min-height: 44px;
	
	margin-bottom: 10px;
}

#inGalleries ul, #tags ul {
	width: auto;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
#inGalleries li, #tags li {
	display: inline !important;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	margin-right: 6px;
}
#inGalleries a, #tags a {
}
#inGalleries a:hover, #tags a:hover {
	background-color: #CCC;
	color: #000;
}