
/* Thread */
.threadDetailsTitle {
	margin: 20px 0 15px 0;
}

/* Thread Body */
.thread .threadBody .threadMainImage {
	margin-right: 5px;
	margin-bottom: 10px;
	border: 0;
}

.thread .threadBody p {
	text-align:justify
}

.thread .threadBody p a,
.thread .threadBody p a:hover {
	color: #CE945A;
}

.thread .threadDate {
	display:block;
	text-align:right;
	width:100%;
	margin-bottom:5px;
}

/* Threrad ImageGallery*/
.threadImageGallery {
	margin-top: 25px
}

.threadImageGallery .imageGalleryItem {
	background-color:#444444;
	border:1px solid #EDEAE1;
	float:left;
	height:75px;
	margin-right:8px;
	width:100px;
	overflow:hidden;
}

.threadImageGallery .imageGalleryItemLast {
	margin-right:0 !important;
}

.threadImageGallery .imageGalleryItem a {
	position: absolute;
	width: 100px; 
	height: 75px;
	display: block;
	overflow: hidden;
	
}
.threadImageGallery .imageGalleryItem a img {
	position: absolute;
	width: 100px; 
	top: 0;
	bottom: 0;
	margin: auto;
	border-style: none;
}

.print {
	background-image: url(Invalid Asset URL);
	background-repeat: no-repeat;
	display:block;
	display:block;
	height:23px;
	line-height:23px;
	margin-bottom:15px;
	padding-left:25px;	
}

.print:hover {
	background-image: url(Invalid Asset URL);
}

a.print {
	color: #757470;
	text-decoration: none;
}

a.print:hover {
	color: #5A5956;
	text-decoration: none;
}

/* print header */
.thread .printHeader {
	padding-bottom:12px;
}

.thread .printHeader img {
	float: left;
}
