#col1 {
	float: left;
	width: 170px;
	display:inline;
	margin-right: 10px;	
}

.section {
	background-color: #fff;
	border: #dedbd1 1px solid;
	padding: 1px 1px 10px 1px;
	position: relative;
	margin-bottom: 15px;
}

.section #sec-header .msection-top {
	position: absolute;
	top: 10px;
	right: 30px;
}

#section1 {
		height: 490px;
		position: relative;
}

#section1 #sec-header {
	background: #fff url('../images/post.gif') repeat-x 0 0;
	padding: 10px 30px 0 0;
	position: relative;
}

#section1 #sec-header img{
	float: left;
}

#section1 #sec-body {
	margin-top: 30px;
	padding: 5px;
	position: relative;
}

#section1 #sec-body ul {
	list-style-image: url('../images/star.gif');
	padding-right: 25px;
}

#section1 #sec-body ul li {
	padding-bottom: 10px;
	font-size: 17px;
	font-family:"Simplified Arabic";
	color: #000000;
}
#section1 #sec-body div {
	float:right;
	/*margin-top: 10px;*/
}
#section2, #section3 {
	height: 80px;
}

#maincol {
	float: left;
	width: 760px;
}

.cat {
	background-color: #fff;
	border: #dedbd1 1px solid;
	padding: 1px 1px 10px 1px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	width:100%;
	height: relative;
}

.cat-header {
	background: #fff url('../images/post.gif') repeat-x 0 0;
	padding: 15px 20px 25px;
/*	width: 548px; */
}

.cat .title {
	display:inline;
	float: right;
	border-bottom: 1px solid #dedbd1;
	padding-bottom: 8px;
	width: 100%;
}
.cat h4 {
	color: #ff7800;
	display:inline;
}

.cat-post {
	float: right;
	width: 373px;
	height: relative;
	padding-right: 20px;	
	border-left: 1px solid #d0d0d0;
}


.cat-post h5 {
	font-size: 17px;
	font-family:"Simplified Arabic";
	color: #cc6600;
	font-weight: bold;
	line-height: 1.2;
}

img.post-image {
	display: inline;
	float: left;
	padding: 0 10px 10px;
	width: 160px;
	height: 120px;
}

.cat p {
	text-align: justify;
	padding: 5px 0px 0 10px;
	line-height: 1.2;
	font-size: 14px;
}

img.details {
	display: inline;
	float: left;
	padding-left: 10px;
}

.cat-links {
	float: right;
	margin-right: 10px;
	padding-top: 10px;
}

.cat-links ul {
	list-style-image: url('../images/star.gif');
	padding-right: 20px;
	width: 330px;
}

.cat-links ul li {
	padding-bottom: 5px;
	font-size: 17px;
	font-family:"Simplified Arabic";
	color: #000000;

	

}

.cat-links ul li div {
	padding-top: 10px;
	font-size: 12px;
	color: #6a6969;
}

img.archive {
	float: left;
	display: inline;
	padding-right: 5px;
}

.cat-footer {
	padding-top: 10px;
	padding-right: 20px;
}

