@charset "utf-8";



/* File per la condivisione dei commeni ecc ecc */
.shrcmt
{
	font-size:11px;
	float:left;
	width:0px;
	margin-bottom:0px;
	margin-top:25px;
	margin-left:-5px;
	
}


.shrcmt ul
{
	margin:0px;
	padding-top:10px;
	list-style:none;
	
}


.shrcmt ul li
{
	display:inline;
	margin-left:8px;
	padding-top:2px;
	padding-bottom:2px;


}

/* Rss */

.rss
{
	cursor:pointer;
	padding-left:22px;
	padding-bottom:10px;
	background-image: url(../images/shrcmt/rss_black.png);
	background-repeat: no-repeat;
	background-position: left center;

}

.rss:hover
{
	background-image: url(../images/shrcmt/rss_color.png);
	color:#6e6659;
}



/* Social Bookmarks + invia ad un amico */


#socialbookmarks_click
{
	padding-left:22px;
	cursor:pointer;
	background-image: url(../images/shrcmt/share_black.png);
	background-repeat: no-repeat;
	background-position: left center;


}
#socialbookmarks_click:hover
{
	background-image: url(../images/shrcmt/share_color.png);
	color:#6e6659;
}



#socialbookmarks
{
	font-size:11px;
	clear:both;
	width:100%;

}

#socialbookmarks ul
{
	margin:0px;
	padding-top:15px;
	list-style:none;
}

#socialbookmarks ul li
{
	
	display:inline;
	padding-left:15px;
	margin-left:8px;
	
}

.socialbookmarks_facebook
{
	
	background-image: url(../images/shrcmt/facebook.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.socialbookmarks_live
{
	background-image: url(../images/shrcmt/windows_live.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.socialbookmarks_google
{
	background-image: url(../images/shrcmt/google_bmarks.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



.socialbookmarks_digg
{
	background-image: url(../images/shrcmt/digg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.socialbookmarks_send_friend
{
	cursor:pointer;
	background-image: url(../images/shrcmt/send_friend.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/* Commenti   */

#cmt_click
{

	padding-left:22px;
	background-image: url(../images/shrcmt/comments_black.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor:pointer;
}

#cmt_click:hover
{
	background-image: url(../images/shrcmt/comments_color.png);
	color:#6e6659;

}




/* Commenti  Inserzione */

#cmt
{
	margin-top:25px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:2px;
	padding-top:10px;
	font-size:11px;
	clear:both;
}


#cmt #form_ins
{
	clear:both;
	padding:15px;
	border:1px solid #e8e5db;
	background-color:#f1f4f9;

}

#cmt #form_ins h3
{
	color:#79a5cc;
}


#cmt #form_ins p
{

}

#cmt #form_ins p .input_cmt
{
	width:287px;
	
}



#cmt #form_ins p .resizebleTextarea
{
	width:95%;
	height:100px;
	padding:0px;
}



#cmt  #form_ins p .resizehandle {
	background:transparent url("http://www.jquery.info/images/resizer.png") no-repeat scroll 45%;
	cursor:s-resize;
	font-size:0.1em;
	height:16px;
	width:100%;
}

/* Commenti Visualizzazione */

#cmt  #visual h3
{
	color:#79a5cc;
}


#cmt  #visual .row
{

}

#cmt  #visual .row
{
	margin-top:10px;
	margin-bottom:10px;
	font-size:11px;

}

#cmt  #visual .one
{
	background-color:#f1f4f9;
	padding-left:15px;
	padding-right:15px;
	border:1px solid #e8e5db;
}


#cmt  #visual .two
{
	background-color:#f1f4f9;
	padding-left:15px;
	padding-right:15px;
	border:1px solid #e8e5db;

}



#cmt  #visual .row .people
{
	float:left;
	margin-top:13px;


	width:25px;
	height:16px;
	background-image: url(../images/shrcmt/people-cmt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#cmt  #visual .row .name
{
	color:#006691;

}

#cmt  #visual .row .comment
{
	color:#333;
}


#cmt  #visual.row .date
{
	color:#666;
	font-size:10px;
}


/* Invia ad un amico */

#send_friend
{
	clear:both;
	display:inline-block;
	width:700;
	clear:both;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding:10px;
	padding-bottom:0px;
	font-size:11px;

	background-image: url(../images/background/cnt1.gif);
	background-repeat: repeat-x;
	background-position: left top;

}

#send_friend h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#307bbe;
}

#send_friend p .input_friend
{
	width:243px;
}

/* Stampa la pagina eccetera eccettera */

#otherversion
{
	clear:both;
	float:left;
	font-size:11px;
	margin-bottom:0px;
	margin-top:35px;



}

#otherversion ul
{
	margin-left:0px;
	padding-top:0px;
	list-style:none;


}

#otherversion ul li
{
	display:inline;
	padding-left:0px;
	padding-right:8px;
	padding-top:2px;
	padding-bottom:2px;
}

#otherversion .printer
{
	padding-left:18px;
	background-image: url(../images/shrcmt/printer_black.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#otherversion .printer:hover
{
	background-image: url(../images/shrcmt/printer_color.png);
}



#otherversion .pdf
{
	display:none;
	padding-left:18px;
	background-image: url(../images/shrcmt/pdf_black.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#otherversion .pdf:hover
{
	background-image: url(../images/shrcmt/pdf_color.png);
}
