/* Thread */
.thread .threadAuthor {
	margin-top: 47px;
}

#threadTitleBody {
}

.threadDetailsTitle {
	margin: 20px 0 15px 0;
	display: inline;
}

/* Prezzo prodotto */
#productpriceshow {
	margin-bottom:50px;
	margin-top:25px;
}


/* Thread Body */
.thread .threadBody .threadMainImage {
    float: left;
    margin-right: 12px;
    border: 0;
}

.thread .threadBody .threadImageIco {
    float: left;
    margin-right: 12px;
    border: 0;
    /*width: 100px;*/
    height: 100px;
}

.thread .threadBody .threadBodyContent {
    text-align:justify
}

.thread .threadBody .relatedcontendLinkedBody {
    text-decoration:none;
    font-size:13px;
    color:#7c7c7b;
}

/* Thread PDF Download*/
.threadDownload {
    float:left;
    margin-right:36px;
}

.threadDownload .pdfDownloadItem {
    margin-bottom:6px;
}

.threadDownload .pdfDownloadLastItem {
margin-bottom:0px;
}

.threadDownload .pdfDownloadItem a,
.threadDownload .pdfDownloadItem a:hover,
.threadDownload .pdfDownloadLastItem a,
.threadDownload .pdfDownloadLastItem a:hover {
    color:#7c7c7b;
    text-decoration:none;
    background-image: url(/uploads/27/45/2745c30592c9a9a96725c0c521361f6b/button_download_00.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:21px;
    font-size:13px;
}
/* End Thread PDF Download */

/* Threrad ImageGallery*/
.threadImageGallery .imageGalleryItem {
    background-color:#e0e0e0;
    border:1px solid #EDEAE1;
    float:left;
    height:75px;
    margin-right:9px;
    margin-bottom:9px;
    width:100px;
}

.threadImageGallery .imageGalleryItemLast {
    margin: 0px 0px 9px 0px ! important;
}

.threadImageGallery .imageGalleryItem a,.threadImageGallery .videoGalleryItem a {
    position: absolute;
    width: 100px;
    height: 75px;
    display: block;
    overflow: hidden;
	
}
.threadImageGallery .imageGalleryItem a img,.threadImageGallery .videoGalleryItem a img {
    position: absolute;
    width: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-style: none;
}

.imageGalleryBox{
    float:left;
    height:130px;
    width:140px;
}

.threadImageGallery .videoGalleryItem {
    background-color:#e0e0e0;
    border:1px solid #EDEAE1;
    /*float:left;*/
    height:75px;
    margin-right:9px;
    margin-bottom:9px;
    width:100px;
}

/* Thread Share Tool */
.thread .threadShare {
    padding-top: 18px;
    padding-bottom: 6px;
    border-bottom:1px solid #E2E3DF;
    line-height:25px;
    font-style: italic;
    font-size:13px;
    color: #766f5b;
    text-decoration: none;
}

.thread .threadShare a, .thread .threadShare a:hover {
    color: #766f5b;
    text-decoration: none;
}

.thread .threadShare .separator {
    background-image: url(/uploads/4a/67/4a67be0779613db97590fdcdd9fb8515/shareSeparator.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 18px;
    float: left;
    margin-right: 18px;
    padding: 0 1px 0 1px;
    height: 25px;
}

.print {
    background-image: url(/uploads/66/ae/66ae6171239c14728a17c9343a7d5290/printOff.gif);
    background-repeat: no-repeat;
    display: block;
    height: 23px;
    padding-left: 25px;
    float: left;
}
.thread .threadShare .print:hover {
    background-image: url(/uploads/82/4a/824a99336ad9d66431f020a238d6c333/printOn.gif);
}

.thread .threadShare .sendTo {
    background-image: url(/uploads/5b/94/5b9411f4b7b7d24c285ce8c56b54f658/sendToOff.gif);
    background-repeat: no-repeat;
    display: block;
    height: 23px;
    padding-left: 25px;
    float: left;
    cursor:pointer;
}

.thread .threadShare .sendTo:hover {
    background-image: url(/uploads/0f/d1/0fd1013e13c329910336c55c8f003a85/sendToOn.gif);
}

.thread .threadShare .shareOn {
    float: left;
    margin-right:12px;
}

.thread .threadShare .shareFacebook {
    background-image: url(/uploads/c3/58/c358ca8a1b9e72e152f9d5c36a55e6e2/shareOnFacebookOff.gif);
    background-repeat: no-repeat;
    background-position:center center;
    float:left;
    height:25px;
    width:20px;
    width: 20px;
}

.thread .threadShare .shareFacebook:hover {
    background-image: url(/uploads/b7/00/b700e2cf3c726f5a7168e9f1704d310c/shareOnFacebookOn.gif);
}

.thread .threadShare .shareGoogle {
    background-image: url(/uploads/27/01/2701d183640b4b3a8f2cfff29f2cfeb5/shareOnGoogleOff.gif);
    background-repeat: no-repeat;
       background-position:center center;
    float:left;
    height:25px;
    width:20px;
    width: 20px;
}

.thread .threadShare .shareGoogle:hover {
    background-image: url(/uploads/56/4f/564f599d76e4643af104f7f468d7b2ff/shareOnGoogleOn.gif);
}


.thread .threadShare .chart {
background-image: url(/uploads/18/84/1884d911c0db1bc213682c39ad36a4bc/chart.gif);
background-repeat: no-repeat;
display: block;
height: 20px;
float: left;
padding-left: 21px;
}

/* Related Contents */
#relatedContent .thread {
	margin-top: 26px;
}
#relatedContent .first {
	margin-top: 0 !important;
}

#relatedContent .thread h2.threadTitle {
	margin: 0 0 5px;
}
#relatedContent .thread h2.newsThreadTitle {
	float: none !important;
}
#relatedContent .thread .newsThreadTitleContainer {
    margin: 0 0 5px;
    position:relative;
}

#relatedContent .thread .threadMainImage {
	float: left;
	margin: 0 10px 10px 0 !important;
	border:1px solid #D5D4CF;
}
#relatedContent .thread .threadBody {
	float: left;
}
#relatedContent .thread .threadComments {
	width: auto !important;
}
#relatedContent .thread .threadShare {
    padding: 0 0 5px !important;
    border-bottom:1px solid #E2E3DF;
    line-height:25px;
    font-style: italic;
    font-size:13px;
    color: #766f5b;
    text-decoration: none;
}


/* Comments bar */
.thread .threadComments {
display: block;
float:right;
width:200px;
}

.thread .threadComments a, .thread .threadComments:hover {
color:#766f5b;
}

.thread .threadComments .readComments {
display: block;
float: right;
cursor:hand;
}

.thread .threadDate {
	display:block;
	text-align:right;
	width:100%;
	margin-bottom:5px;
}

/*thread costom tools*/
.thread .threadCustomtools {
margin-right:36px;
float:left;
}

.thread .threadCustomtools .threadCustomtoolsSection {
	float: left;
	width: 180px;
}

.thread .threadCustomtools ul {
	padding: 0px;
	margin: 0px;
}

.thread .threadCustomtools li {
	list-style-type: none;
	font-size:13px;
}

.thread .threadCustomtools li.downloadStyleItem {
	list-style-image: url(/uploads/cJ/2N/cJ2NfAseTSw4QgWFMTcu4A/downloadStyleItemBullet.gif);
}

.thread .threadCustomtools li.downloadStyleItem a {
	text-decoration: none;
	color: #7C7C7B;
}
.thread .threadCustomtools li.lensStyleItem {
	list-style-image: url(/uploads/J3/vZ/J3vZHQMenuNNMVkbprbPrQ/lensStyleItemBullet.gif);
}

.thread .threadCustomtools li.lensStyleItem a {
	text-decoration: none;
	color: #7C7C7B;
}

.thread .threadCustomtools .threadCustomtoolsSectionTwoColumn {
	float: left;
	width: 360px;
}

.toolSimilarProducts {
float:left;
margin:0px 18px 0 0 ! important;
}

.toolSimilarProducts a, .toolSimilarProducts a:hover {
	color: #7C7C7B;
	text-decoration: none;
}

.toolSimilarProducts li {
	list-style-type:none;
}

/* Post Comments */
#comments {
padding-top:27px;
}

#comments .commentsLoop .commentPost .commentsPostHeader {
color: #413e36;
font-size: 12px;
background-color:#eae8dd;
padding:3px 24px 3px 24px;
line-height:24px;
}

#comments .commentsLoop .commentPost .commentsPostHeaderApproved {
color: #413e36;
font-size: 12px;
background-color: #eae8dd;
padding:3px 24px 3px 24px;
line-height:24px;
}

#comments .commentsLoop .commentPost .commentsPostHeaderPending {
color:#FFFFFF;
font-size: 12px;
background-color:#373737 ! important;
padding:3px 24px 3px 24px;
line-height:24px;
}

#comments .commentsLoop .commentPost .oddPost {
background-color:#dbd8cf;
}

#comments .commentsLoop .commentPost .commentsPostAuthor {
float: left;
}

#comments .commentsLoop .commentPost .commentsPostDate {
text-transform: uppercase;
float: right;
}

#comments .commentsLoop .commentPost .commentsBody {
padding:9px 24px 9px 24px;
font-size:12px;
}

#comments .commentsLoop .commentPost .commentsBody p {
text-align: justify;
margin: 0px;
padding: 0px;
}

#comments .commentsLoop .commentPostIsPoster {
background-image:url(/uploads/15/81/158136c242f092644800e74799332767/arrow_up_00.gif);
background-position:center top;
background-repeat:no-repeat;
border:0px none #737373 ! important;
margin-top:0 ! important;
padding-top:9px;
}

#comments .commentsLoop .commentPostIsPoster .commentsBody {
color:#e0e0e0;
background-color:#737373;
border:1px solid #737373;
font-style: italic;
}

#comments .commentsLoop .commentPostIsPoster .commentsPostHeader,
#comments .commentsLoop .commentPostIsPoster .commentsPostHeaderApproved,
#comments .commentsLoop .commentPostIsPoster .commentsPostHeaderPending {
display:none;
}

#comments .commentsLoop .commentPostIsPoster .commentsBody .commentsPostAuthor {
color:#FFF;
background-color:#737373;
font-style: normal;
margin-top:18px;
float:right;
}

#comments .commentsHeader {
line-height:20px;
}

#comments .commentsHeader .commentsCounter {
font-size: 18px;
float: left;
color:#605E57;
text-transform: capitalize;
}

#comments .commentsPager {
font-size:11px;
color:#413E36 ;
}

#comments .commentsPager a,
#comments .commentsPager a:hover {
color: #7C7C7B;
text-decoration: none;
}

#comments .commentsPager {
float: right;
}

#comments .commentsFooter {
	margin-top: 10px;
}

#comments .commentsLoop .commentPost {
	margin-top: 15px;
	border: 1px solid #edeae1;
}

#comments .commentsLoop {
margin: 0px;
padding: 0px;
}

.commentsPostForm .commentLeftColumn {
float:left;
}

.commentsPostForm .commentRightColumn {
float:right;
}

.commentsPostForm input.Name {
width:220px;
border-top: 1px solid #767676;
border-right: 1px solid #B8B8B8;
border-bottom: 1px solid #E7E7E7;
border-left: 1px solid #B8B8B8;			
}

.commentsPostForm input.Email {
width:340px;
border-top: 1px solid #767676;
border-right: 1px solid #B8B8B8;
border-bottom: 1px solid #E7E7E7;
border-left: 1px solid #B8B8B8;			
}

.commentsPostForm textarea {
width:587px;
border-top: 1px solid #767676;
border-right: 1px solid #B8B8B8;
border-bottom: 1px solid #E7E7E7;
border-left: 1px solid #B8B8B8;
}

.commentsPostForm label {
display:block;
font-size:12px;
font-style:italic;
padding-bottom:3px;
padding-top:8px;
}

.commentsPostForm .commentsFormTitle {
display:block;
font-size:14px;
font-style:italic;
font-weight:normal;
margin-top:30px;
padding-bottom:3px;
}

.commentsPostForm .commentsCommandBar {
display:block;
}

.commentsPostForm .commentsCommandBar span {
display:block;
background-image:url(/uploads/f5/68/f56810ea558cebae7bdb5e70015c18fe/button_send_comment_it.gif);
background-repeat:no-repeat;
background-position:top left;
width:38px;
height:19px;
margin-top:12px;
}

.productsMapItem {
	float:left;
	margin-bottom:10px;
	margin-right:35px;
	width:100px;
}

.productsMapItem .threadTitle {
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #605E57;
}

.productsMapItem a {
	text-decoration: none;
	color: #605E57;
}

.thread .coverModelLabel {
    color:#6A6A64;
    float:left;
}

.thread .coverModelList {
    float:right;
}

.thread .coverModelList select {
    width:200px;
    background-color:#E6E6E6;
    border:1px solid #C0C0C0;
    color:#4B4B4B;
}

.newsThreadTitleContainer {
    margin:15px 0 10px;
    position:relative;
}

h2.newsThreadTitle {
    color:#6A6A64;
    font-size:21px;
    margin:0px;
    float:left;
}

.newsDate {
    color:#6A6A64;
    float:right;
    margin:0;
    /*position:absolute;
    right:0;
    bottom:2px;*/
}

.commentPost .commentReplyControlBar{
    padding-bottom:10px;
    padding-right:10px;
    text-align:right;
}

/* captcha comments form */
.captchaField input[type="text"] {
	font-size: 20px;
	margin-right: 10px;
	width: 250px;
	font-style: italic;
}
