div.clear {
	clear:both;
}
div.articles {
	padding: 10px;
	margin-bottom:10px;
}

div.articles .arthead {
	background-color: #ffffff;
}

div.articles .artdetails .left {
	float:left;
	width:460px;
	font-size:small;	
}
div.articles .artdetails .left .name {
	font-size:medium;
	font-weight:bold;
}
div.articles .artdetails  .particulars {
	float:left;
	clear:both;
	width:100%;
	font-size:small;
	margin-top:5px;
}
div.articles .particulars .item {
	float:left;
	clear:both;
	width:20%;
	padding:3px;
	background:#efefef;
}
div.articles  .particulars .answer {
	float:right;
	width:75%;
	padding:3px;
	margin-left:3px;
}

div.articles .artdetails .right {
	float:right;
	width:120px;
	margin-left:15px;
	font-size:small;
}
div.articles .artdetails .links {
	clear:both;
	text-align:center;
	margin-top:10px;
	font-size:small;
	background:#efefef;
	height:20px;
}

div.articles .artcontent

{
	clear:both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}

div.articles h1 a {
	margin:0px;
	padding:0px;
	font-size: large;
	padding-left: 3px;
	width:70%;
	float:left;
}
div.arthead .posted {
	float:right;
	width:25%;
	text-align:right;
	font-weight:bold;
}