/* CUSTOMISATION */
#Comments .Comment {
	height: 1%;
}
#Comments .Reply .Comment {
	margin-top: 5px;
}
#Comments .Avatar {
	border: 2px solid #b22c33;
}
#Comments .Options a {
	text-decoration: none;
	margin-right: 8px;
}
#Comments .Comment textarea,
#Comments .Comment input {
	border: 1px solid #cccccc;
}
#Comments .Comment .Add,
#Comments .Comment .Preview {
	border: 1px;
	font-size: 10px;
	/*background: #b22c33;*/
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 4px;
}
#Comments .Comment .Preview {
	background: #f5f5f5;
	color: #5d5d5d;
}



/* COMMENTS */
#Comments,
#Comments ul {
	height: 1%;
	list-style-type: none;
}
#Comments ul {
	margin: 0px; padding: 0px;
}
#Comments li {
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #cccccc;
}
#Comments #AddComment {
	margin: 0px 0px 10px 0px;
	border-bottom: none;
}


/* REPLIES */
#Comments .Comment .Options {
	font-size: 11px;
}
#Comments ul {
}
#Comments ul li {
	margin: 0px 10px;
	padding: 0px;
	border: 0;
}


/* COMMENT */
#Comments .Avatar {
	width: 50px; height: 50px;
	margin-right: 15px;
	float: left;
}
#Comments .Comment {
}
#Comments .Comment .Name {
	display: block;
	color: #1955a2;
	font-weight: normal;
	text-transform: none;
}
#Comments .Comment .Name a {
	font-weight: bold;
	margin-right: 2px;
}

/* SHOW ALL COMMENTS*/
#Comments .More {
	font-size:10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	text-decoration:none;
	text-transform:none;
	font-weight: bold;
}
#Comments .More a {
	/*color:#721F68;*/
}
#Comments .More a:hover {
	color:#666666;
}


/* ADD A COMMENT */
#Comments .Comment .Text {
	margin: 5px 0px 8px 0px;
}
#Comments .Comment input {
	width: 50%;
	padding: 5px;
	color: #1955a2;
	font-size: 11px;
}
#Comments .Comment textarea {
	width: 98%;
	height: 60px;
	margin: 10px 0px 8px 0px;
	padding: 5px 5px;
	border: 1px solid #1955a2;

	color: #1955a2;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#Comments .Comment .Add {
	width: 107px;
	height: 21px;
	cursor: pointer;
	border: none;
}
#Comments .Comment .Preview {
}
#Comments .Comment .Preview {
}
#Comments .Comment .UserDetails {
	display: none;
	padding-bottom: 5px;
}
#Comments .Comment .UserDetails div {
	margin-bottom: 5px;
}
#Comments .Comment .UserDetails label {
	display: block;
	float: left;
	padding: 5px 0px;
	width: 60px;
}

