
/* 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 {
	color: #CF2E5B;
}

.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(/uploads/68/KI/68KIZRekUD8Pj6aVaSj_DA/printOff.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 25px;
}
.print:hover {
	background-image: url(/uploads/OG/Pi/OGPi4cpsvKf26IEmI6URZA/printOn.gif);
}

a.print {
	color: #757470;
	text-decoration: none;
}
a.print:hover {
	color: #5A5956;
	text-decoration: none;
}


/* print header */
.thread .printHeader {
	border-bottom-color:#DADAD8;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:20px;
}
.thread .printHeader img {
	float: left;
}
.thread .printHeader .threadAuthor {
	float: right;
	margin-top: 85px;
	margin-bottom: 0px;
	font-size: 14px;
}
.thread .printHeader .threadAuthor .userData .margin {
	margin-left: 10px;
}

