#cA .Comments {
	background-repeat: no-repeat;
}
#cA .Comments .header {
	background:url("/css/design/comments.png") no-repeat left;
	height:49px;
	width:314px;
	float:left;
}

#cA .Comments .WriteComment {
	float:left;
	width:301px;
}

#cA .Comments .WriteComment .btnWrite {
	background:url("/css/design/icons/icon_comments.png") no-repeat scroll 0 0 transparent;
	color:#000000;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	height:23px;
	text-decoration:none;
	width:175px;
	margin:10px 15px;
	padding-top:3px;
	padding-left:30px;
	font-weight:bold;
}

#cA .Comments .WriteComment .btnWrite:hover,
#cA .Comments .WriteComment #frmLeaveComment .btnPublishComment:hover,
#cA .Comments .Comm .Comment .Tools .btnReply:hover{
	color:#FCB316;
}

#cA .Comments  .WriteComment  #frmLeaveComment{
	left:-300px;
	margin:0;
	padding:0;
	position:relative;
	top:10px;
	width:450px;
}
#cA .Comments  .WriteComment  #frmLeaveComment{ }
#cA .Comments  .WriteComment  #frmLeaveComment  #txtComment    {
	background-image: url(../imgs/leave.comment.back.jpg);
	background-repeat: repeat-y;
	border: 1px solid #231f20;
	width: 450px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	margin-top:10px;
}
#cA .Comments .WriteComment #frmLeaveComment .btnPublishComment {
	background:url("/css/design/icons/icon_comments.png") no-repeat scroll 0 0 transparent;
	color:#000000;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	height:23px;
	text-decoration:none;
	width:175px;
	padding-top:3px;
	padding-left:30px;
	font-weight:bold;
	margin-bottom:15px;
}

#cA .Comments .Comm {
	clear: both;
	width: 615px;
	overflow: hidden;
	height: auto;
	float: none;
	margin-top: 10px;
}
#cA .Comments .Comm .Comment {
	clear: both;
	display: block;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: none;
	overflow: hidden;
}
#cA .Comments .Comm .Comment .User {
	float: left;
	width: 56px;
	text-align: center;
	height: 72px;
	overflow: hidden;
	clear: both;
}
#cA .Comments .Comm .Comment .User .img {
	padding: 1px;
	width: 52px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	height: 52px;
	float: right;
	display: block;
}
#cA .Comments .Comm .Comment .User a {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	clear: both;
	text-align: center;
}

#cA .Comments .Comm .Comment .Globe {
	background:url("/css/design/comments_text_border.png") no-repeat scroll left top transparent;
	color:#4C4C4C;
	float:right;
	font-weight:normal;
	margin:0;
	overflow:hidden;
	padding:0 0 5px 20px;
	text-decoration:none;
}
#cA .Comments .Comm .Comment .Globe .Content {
	background:none repeat scroll 0 0 #FFFFFF;
	float:right;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	left:-11px;
	margin:0;
	min-height:78px;
	overflow:auto;
	padding:5px;
	position:relative;
	text-decoration:none;
	width:515px;
}

#cA .Comments .Comm .Reply {
	clear:both;
	display:block;
	float:none;
	margin:5px 0 10px;
	overflow:hidden;
	padding-left:10px;
}
#cA .Comments .Comm .Reply .User {
	float: right;
	height:72px;
	overflow:hidden;
	text-align:center;
	width:56px;
}
#cA .Comments .Comm .Reply .User .img {
	padding: 1px;
	width: 52px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	height: 52px;
	float: left;
	display: block;
}
#cA .Comments .Comm .Reply .User a {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	clear: both;
	text-align: left;
}
#cA .Comments  .Comm  .Reply  .Globe    {
	background:url("/css/design/comments_text_reply_border.png") no-repeat scroll right top transparent;
	color:#4C4C4C;
	float:left;
	font-weight:normal;
	margin:0;
	overflow:hidden;
	padding:0 0 5px 20px;
	text-decoration:none;	}


#cA .Comments .Comm .Reply .Globe .Content {
	background:none repeat scroll 0 0 #FFFFFF;
	float:right;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	left:-9px;
	margin:0;
	min-height:78px;
	overflow:auto;
	padding:5px;
	position:relative;
	text-decoration:none;
	width:515px;
}
#cA .Comments .Comm .Comment .Tools {
	clear:both;
	display:block;
	float:none;
	height:20px;
	width:590px;
}
#cA .Comments .Comm .Comment .Tools a {
	background-image: url(../imgs/comments.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	float: right;
}
#cA .Comments .Comm .Comment .Tools .btnReply {
	background:url("/css/design/icons/icon_reply.png") no-repeat scroll 0 0 transparent;
	color:#000000;
	display:block;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:23px;
	margin:0;
	padding-left:20px;
	padding-top:0;
	text-decoration:none;
	width:auto;
}

