
#item div.OptionLEFT{
	float: left;
	width: 200px;
	padding-left: 40px;
	border-top:1px dotted;
    margin-bottom:50px;
    margin-top:50px;
}

#item div.OptionRIGHT{
	float: right;
	text-align: right;
	width: 200px;
	padding-right: 40px;
	border-top:1px dotted;
    margin-bottom:50px;
    margin-top:50px;
}

#item div.comments{
    padding:10px;
    border:1px solid #000;
}

#item div.comment {
    width:400px;
    margin:5px;
}

#item div.comment .head{
    font-weight:bold;
    border-bottom: 4px dotted #abc;
}
#item div.comment .entry{
}
