/*
CSS Created by: OS Designer ~ Shabu Anower
*/

/*Common function*/
body {
	margin: 0px;
	color: #006699;
}

form {
	Margin: 0px;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

	a {
		color: #006699;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}

h1, h2, h3, h4 {
	font-style: normal;
	font-size: 11px;
}	

/*Container*/
#content {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Header Area*/
.header {
	height: 125px;
	background: url('../images/header.bg.gif') #495b9f repeat-x top;
}
	.header h1 {
		background: url('../images/phpLD.icon.gif') no-repeat left top;
		padding: 20px 0 0 70px;
		height: 56px;
		border: 0px;
		margin: 0 0 0 23px;
		font-size: 25px;
	}
	
	.header h2 {
		float: right;
		background: url('../images/search.bg.gif') no-repeat right;
		height: 105px;
		width: 362px;
		margin: 0px;
		text-align: right;
	}
	
	.header a {
		font-size: 25px; color: #ffffff; font-weight: normal;
	}	
	.header a:hover {
		text-decoration: none;
	}


/*Tabs*/
#tab {
	 font-size: 11px;
	 float: left;
	 line-height: normal;
	 height: 29px;
	 margin: 3px 0 0 0;
}
	#tab ul {
		 padding: 0 10px 0 10px;
		 margin: 0px;
		 list-style-type: none;
	}
	#tab li {
		 padding: 0 0 0 5px;
		 background: url('../images/left.gif') no-repeat left top;
		 float: left;
		 margin: 0px;
	}
	#tab a {
		padding: 6px 9px 0 5px;
		display: block;
		font-weight: bold;
		background: url('../images/right.gif') no-repeat right top;
		float: left;
		color: #765;
		text-decoration: none;
		text-align: center;
	}
	#tab a {
		 float: none;
		 font-size: 11px;
		 padding-bottom: 9px;
		 text-align: center;
	}
	#tab a:hover {
		 color: #dd1010;
	}
	#tab #current {
		background-image: url('../images/a.left.gif');
 	}
	#tab #current a {
		background-image: url('../images/a.right.gif');
		padding-bottom: 9px;
		padding-right: 9px;
		color: #333;
		text-align: center;
	}

.tab_bottom {
	 background: url('../images/tab.bg.gif') repeat-x bottom;
	 height: 17px;
	 clear: both;
	}

/*Left*/
#left {
	float: left;
	width: 200px;
}

#rightbody {
	float: right;
	margin: 0 0 0 10px;
	clear: both;
}

/*Title*/
.title {
	font-size: 14px;
	background: url('../images/sub.gif') no-repeat left;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	color: #006699;
	font-weight: bold;
	clear: both;
}

/*pagination*/
.pagination {
	padding: 2px;
	float: right;
	font-size: 12px;
	font-weight: bold;
}
	.pagination ul {
		font-size: 14px;
		margin: 10px 0 10px 0;
		padding: 0px;
		text-align: left;
	}
	.pagination li {
		display: inline;
		list-style-type: none;
		padding-bottom: 1px;
	}
	.pagination a {
		color: #2e6ab1;
		border: #9aafe5 1px solid;
		padding: 5px;
		text-decoration: none;
	}
	.pagination a:visited {
		border: #9aafe5 1px solid;
		color: #2e6ab1;
		padding: 5px;
		text-decoration: none;
	}
	.pagination a:hover {
		background-color: #f0f3f8;
		border: #2b66a5 1px solid;
		color: 4564A0;
		text-decoration: none;
	}
	.pagination a:active {
		background-color: #f0f3f8;
		border: #2b66a5 1px solid;
		color: 4564A0;
	}
	.pagination li.firstpage {
		margin-right: 5px;
	}
	.pagination li.nextpage {
		font-weight: bold;
		margin-right: 5px;
	}

/*RSS*/
.rss {
	margin: 6px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #000;
}
	.rss a {
		font-size: 11px; color: #000;
		text-decoration: none;
	}
	
	.rss a:hover {
		text-decoration: underline;
	}
/*Nav*/
.nav {
	height: 24px;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 14px 0;
	padding: 4px 0 0 41px;
}
	.nav a {
		font-size: 12px; color: #006699;
		text-decoration: none;
	}
	
	.nav a:hover {
		text-decoration: underline;
	}

/*Footer*/		
.footer {
	border-top: 2px solid #006699;
	margin: 10px 0 4px 0;
	height: 37px;
	padding: 7px 0 0 0;
	clear: both;
}
	.footer p {
		background: url('../images/top.gif') no-repeat left;
		float: right;
		margin: 9px 7px 0 0;
		padding: 0 0 0 10px;
		color: #495c9f;
	}
	.user {
		margin: 0 0 0 15px;
		padding: 0 0 10px 0;
		vertical-align: top;
	}
	.footer span {
		margin: 0 0 0 15px;
		padding: 0px;		
	}

	.footer a {
		font-size: 11px; color: #495c9f;
	}	
	.footer a:hover {
		text-decoration: underline;
	}
	

/*Sorting*/
.sort {
	color: #006699; font-size: 10px; Float: right; Margin: 0px; padding: 0 37px 0 0;
}
	.sort a {
		font-size: 10px; color: #006699;
	}	
	.sort a:hover {
		text-decoration: underline;
	}

/*Category result*/
.cr {
	color: #006699;
	font-weight: bold;
	font-size: 12px;
	Margin: 0 0 0 20px;
}
	.cr a {
		color: #006699;
	}	
	.cr a:hover {
		text-decoration: underline;
	}
	
/*pagination*/
.page {
	color: #495c9f;
	font-weight: bold;
	font-size: 12px;
	margin: 0 37px 0 54px;
}
	.page p {
		float: left;
	}


/*Search input*/
.search {
	margin: 51px 38px 0 0; Padding: 0 4px 0 4px; BORDER: 0px; FONT-SIZE: 11px; BACKGROUND: none; font-weight: normal; COLOR: #495b9f; height: 15px; width: 86px; float: right;
}

/*F Link box*/	
.fbox {
	margin: 0 31px 10px 31px;
}

/*Regular Link*/	
.lbox {
	padding: 7px 5px 13px 7px;
	margin: 0 31px 10px 31px;
}
	.lbox p {
		margin: 5px 0 5px 0;
		font-size: 12px;
		color: #006699;
	}
	
	.lbox a {
		color: #006699;
	}	
	.lbox a:hover {
		text-decoration: underline;
	}

/*Text Input Style*/
.text {
	border: 1px solid #006699;
	background: #ffffff;
	height: 17px;
	font-size: 12px;
	padding: 2px 2px 2px 6px;
	width: 360px;
	color: #006699;
}
.textarea {
	border: 1px solid #006699;
	background: #ffffff;
	padding: 2px 2px 2px 6px;
	font-size: 12px;
	width: 360px;
	color: #006699;
}
.textpy {
	border: 1px solid #006699;
	background: #ffffff;
	height: 17px;
	font-size: 12px;
	padding: 2px 2px 2px 6px;
	width: 50px;
	color: #006699;
}

/*Image Verification*/
.captcha {
	border: 1px solid #495c9f;
}

/*Category*/
.cat {
	margin: 0 0 0 12px;
	padding: 2px 0 4px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #495c9f;
}
	
	.cat A:link {
		font-size: 14px; COLOR: #495c9f; TEXT-DECORATION: none;
	}
	.cat A:visited {
		font-size: 14px; COLOR: #495c9f; TEXT-DECORATION: none;
	}
	.cat A:hover {
		font-size: 14px; COLOR: #495c9f; TEXT-DECORATION: Underline;
	}
	
	.cat span {
		padding: 0 0 0 4px;
	}

/*Sub Cat*/
.subcat {
	background: url('../images/sub.gif') no-repeat left;
	margin: 2px 0 15px 0;
	color: #495c9f;
	font-size: 12px;
	padding: 0 0 0 12px;
}

	.subcat a {
		color: #495c9f;
	}	
	.subcat a:hover {
		text-decoration: underline;
	}

	.subcat span {
		padding: 0 0 0 4px;
	}
	.subcat p {
		margin: 0 0 0 10px;
		padding: 3px 0 3px 0px;
	}
	
/*Inner Cat*/
.innercat {
	padding: 2px 0 2px 0;
	color: #006699;
	font-size: 11px;
}

	.innercat a {
		color: #006699;
	}	
	.innercat a:hover {
		text-decoration: underline;
	}

	.innercat span {
		font-size: 9px;
		padding: 0 0 0 4px;
		font-weight: normal;
	}
	.innercat p {
		margin: 0 0 0 15px;
		font-size: 11px;
		padding: 3px 0 3px 0px;
	}
/*Common Break*/
.break {
	padding: 3px 0 3px 0;
}

.rightshade {
	background: url('../images/right.shade.bg.gif') repeat-y;
	width: 8px;
}

.bottomshade {
	background: url('../images/bottom.shade.bg.gif') repeat-x;
	height: 9px;
}

/*PayPal MSG*/
.pp {
	font-size: 14px; color: #4a5da0; font-weight: bold; text-align: center;
}

/*Featured Title*/
.ftitle {
	background: url('../images/f.title.gif') #7a96ce repeat-x bottom;
	padding: 5px 0 0 10px;
	color: #ffffff;
	height: 24px;
}
	.ftitle a {
		font-size: 13px; color: #ffffff; font-weight: bold;
	}
	.ftitle a:hover {
		text-decoration: underline;
	}
	
/*F BG*/
.fbg {
	background: url('../images/f.bg.gif') #496d91 repeat-x top;
	padding: 15px 0 15px 10px;
}

.desc {
	color: #ffffff;
	line-height: 16px;
	font-size: 11px;
}
.desc2 {
	color: #006699;
	line-height: 16px;
	font-size: 11px;
	padding: 0 0 0 10px;
}
/*Featured Links*/
.furl {
	font-weight: normal; font-size: 11px; color: #ffffff; margin: 0 0 2px 0;
}
	.furl a {
		font-size: 14px; color: #ffffff; font-weight: bold;
	}
	.furl a:hover {
		text-decoration: underline;
	}

/*Regular Link*/
.rurl {
	font-weight: normal; font-size: 11px; color: #006699; margin: 0 0 2px 0;
	background: url('../images/sub.gif') no-repeat left;
	padding: 0 0 0 10px;
}
	.rurl a {
		font-size: 14px; color: #006699; font-weight: bold;
	}
	.rurl a:hover {
		text-decoration: underline;
	}

/*Link URL*/
.url {
	font-weight: bold; font-size: 10px; color: #006699;  margin: 5px 0 0 0;
	padding: 0 0 0 11px;
}
	.url a {
		font-size: 10px; color: #006699; font-weight: bold;
	}
	.url a:hover {
		text-decoration: underline;
	}

/*For featured links*/	
.url2 {
	font-weight: normal; font-size: 11px; color: #fff;  margin: 5px 0 0 0;
}
	.url2 a {
		font-size: 11px; color: #fff; font-weight: normal;
	}
	.url2 a:hover {
		text-decoration: underline;
	}	
	

/*Category link*/
.linkcat {
	font-weight: normal; font-size: 11px; color: #006699;  margin: 6px 0 0 10px;
}

	.linkcat a {
		font-size: 11px; color: #006699;
	}
	
	.linkcat a:hover {
		text-decoration: underline;
	}	
/*For featured links*/
.linkcat2 {
	font-weight: normal; font-size: 11px; color: #fff;  margin: 6px 0 0 0;
}

	.linkcat2 a {
		font-size: 11px; color: #fff;
	}
	
	.linkcat2 a:hover {
		text-decoration: underline;
	}		
	
/*PageRank*/
div.pr {
	font-size: 6pt;
	color: #484848;
}

	div.prg{
		width: 40px;
		border: 1px solid #999999;
		height: 3px;
		background: #fff;
		font-size: 1px;
	}
	div.prb{
		background: #5eaa5e;
		height: 3px;
		font-size: 1px;
	}

/*Small Style*/	
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #006699;
	font-weight: normal;
	font-size: 7pt;
	text-decoration: none;
}

/*Error Style*/
.err {
	color: #FF0000;
	font-size: 13px;
	text-align: left;
	padding: 7px 5px 13px 7px;
	margin: 0 10px 0 31px;
	font-weight: bold;
}
/*MSG Style*/
.msg {
	color: #4a5da0;
	font-size: 13px;
	text-align: left;
	padding: 7px 5px 13px 10px;
	margin: 0 10px 0 31px;
	font-weight: bold;
}
/*Submit page Limit style*/
.limit_field {
   border: 0px;
   font-size: 11px;
   color: #006699;
   background: transparent;
}
/*REQ Marking*/
span.req {
	color: #FF0000;
	font-weight: bold;
}
/*Drop list*/
select {
	font-size: 8pt;
	color: #000000;
	border: 1px solid #d5d5d5;
}

/*Ajax Category Style*/

#toggleCategTree {
   display: block;
   cursor: pointer;
   color: #006699;
   font-weight: bold;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #182f53;
   border-width:0 1px 1px;
}

#catTitle {
	background: none;
	font-weight: bold;
} /* Important for Konqueror */

#categtree h2 {
	margin: 0 0 5px;
	font-size: 12px;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	background: #1b3c40;
	vertical-align: middle;
}

#categtree #close_tree {
   right: 0;
   padding: 1px;
   text-align: center;
   white-space: nowrap;
   cursor: pointer;
}

#categtree .categ-item {
   clear: both;
   margin: 3px 5px;
   padding: 2px 5px;
   display: block;
   color: #006699;
   border-bottom: 1px dotted #006699;
   border-width: 1px 0;
   cursor: pointer;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background: #f1f9fb;
}

#categtree .even {
   background:#FFFFFF;
}

#categtree .categ-item:hover {
   background: #C0D1D5;
}
