/*
// Created By: Shabu Anower
// URL: http://www.osdesigner.net
*/

/*Common function*/
body {
	margin: 0px;
	color: #ffffff;
	background: #ccc;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

	a {
		color: #000000;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}

h1, h2, h3, h4 {
	font-style: normal;
	font-size: 11px;
}	

/*Text line*/
.textline {
	margin: 0px;
	color: #000000;
	padding: 4px 0 4px 0;
}
	.textline a {
		font-weight: bold;
		color: #000000;
		text-decoration: none;
	}
	
	.textline a:hover {
		text-decoration: underline;
	}

/*Container*/
#content {
	width: 1000px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	background: url('bg.gif');
}

/* Header Area*/
.header {
	background: url('header.bg.gif') repeat-x;
	height: 123px;
}
	.header h2 {
		margin: 0;
		padding: 0;
	}

	.header p {
		float: right;
		margin: 0;
	}
	.banner {
		float: right;
		padding: 30px 10px 0 0;
		text-align: right;
	}
	
	.searchA {
		float: right;
		padding: 5px 0 0 0;
		text-align: right;
	}



/*Nav*/
.nav {
	background: url('nav.bg.gif');
	height: 32px;
	color: #ffffff;
	margin: 0 0 4px 0;
}
	.nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.nav li {
		margin: 0;
		display: inline;
		padding: 0;
		float: left;
	}


/*Nav Button*/
#home {
	width: 97px;
	height: 32px;
	padding: 0px;
	}

		a#home {
			overflow:hidden;
			text-indent:-1000em;
			display:block;
			width:97px;
			height:32px;
			background:url('home1.gif');
		}
		
		a#home:visited,
		a#home:active {
			background:url('home1.gif');
		}
		
		a#home:hover {
			background:url('home2.gif');
		}
		
#submit {
	width: 94px;
	height: 32px;
	padding: 0px;
}

	a#submit {
		overflow:hidden;
		text-indent:-1000em;
		display:block;
		width:97px;
		height:32px;
		background:url('submit1.gif');
	}
	
	a#submit:visited,
	a#submit:active {
		background:url('submit1.gif');
	}
	
	a#submit:hover {
		background:url('submit2.gif');
	}		
		
		
#new {
	width: 97px;
	height: 32px;
	padding: 0px;
}

	a#new {
		overflow:hidden;
		text-indent:-1000em;
		display:block;
		width:97px;
		height:32px;
		background:url('new1.gif');
	}
	
	a#new:visited,
	a#new:active {
		background:url('new1.gif');
	}
	
	a#new:hover {
		background:url('new2.gif');
	}
		
			
#top {
	width: 96px;
	height: 32px;
	padding: 0px;
}

	a#top {
		overflow:hidden;
		text-indent:-1000em;
		display:block;
		width:96px;
		height:32px;
		background:url('top1.gif');
	}
	
	a#top:visited,
	a#top:active {
		background:url('top1.gif');
	}
	
	a#top:hover {
		background:url('top2.gif');
	}	
		
#contact {
	width: 96px;
	height: 32px;
	padding: 0px;
}

	a#contact {
		overflow:hidden;
		text-indent:-1000em;
		display:block;
		width:96px;
		height:32px;
		background:url('contact1.gif');
	}
	
	a#contact:visited,
	a#contact:active {
		background:url('contact1.gif');
	}
	
	a#contact:hover {
		background:url('contact2.gif');
	}		

/*Caption*/
.b {
	background: url('btop.bg.gif') repeat-x top;
	height: 3px;
	margin: 0 10px 0 10px;
}

.bbottom {
	background: url('bbottom.bg.gif') repeat-x top;
	height: 3px;
	margin: 0 10px 0 10px;
}
.bbg {
	background: url('bbg.gif') #ffffff repeat-x top;
	border-left: 1px solid #990000;
	border-right:  1px solid #9900000;
	margin: 0 10px 0 10px;
}


/*Caption*/
.caption {
	background: url('c.bg.gif');
	height: 37px;
	color: #ffffff;
	margin: 0 10px 0 10px;
}
	.caption p {
		float: right;
		background: url('c.right.gif') no-repeat top right;
		margin: 0;
		width: 6px;
		height: 37px;
	}
	.caption h2 {
		background: url('c.left.gif') no-repeat top left;
		margin: 0;
		padding: 8px 0 0 15px;
		font-size: 1.2em;
		font-style: italic;
		font-weight: bold;
	}
	
.mainbox {
	background: url('mainbox.bg.gif') #000000 repeat-x top;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0 10px 0 10px;
	padding: 6px;
}	

.mainbox2 {
	background: url('mainbox.bg2.gif') #000000 repeat-x top;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0 10px 0 10px;
	padding: 6px;
}	
	.mainbox2 ol {
		margin: 0;
		padding: 0;
		width: 90%;
	}
	.mainbox2 li {
		list-style: none;
		margin: 3px 0 3px 0;
		padding: 0 0 0 15px;
		color: #ffffff;
		font-weight: bold;
		background: url('blt.gif') no-repeat left;
	}
	
	.mainbox2 p {
		margin: 6px 0 0 0;
	}
	
	.mainbox2 a {
		color: #cccccc; text-decoration: none;
		}
	.mainbox2 a:hover {
		color: #ffffff; text-decoration: underline;
		}

	.bottom {
		margin: 0 10px 0 10px;
		height: 10px;
		background: url('bottom.bg.gif');
	}
		.bottom p {
			float: right;
			margin: 0px;
		}

/*Left Area*/

.leftarea {
	background: url('mainbox.bg3.gif') #000000 repeat-x top;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0 10px 0 10px;
	padding: 6px;
}	
	.leftarea ol {
		margin: 0;
		padding: 0;
		width: 90%;
	}
	.leftarea li {
		list-style: none;
		margin: 3px 0 3px 0;
		padding: 0 0 0 15px;
		color: #ff0000;
		font-weight: bold;
		background: url('blt.gif') no-repeat left;
	}
	
	.leftarea p {
		margin: 6px 0 0 0;
		text-align: center;
	}
	
	.leftarea a {
		color: #ffffff; text-decoration: none;
		}
	.leftarea a:hover {
		color: #ffffff; text-decoration: underline;
		}





/*Category Box*/
.catbox {
	border-bottom: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	padding: 10px;
	margin: 0px;
}

/*Footer*/
.footer {
	height: 21px;
	background: url('footer.bg.gif') repeat-x;
	padding: 8px 0 0 0;
	text-align: center;
	color: #ffffff;
}
	.footer a {
		color: #ffffff; text-decoration: none;
		}
	.footer a:hover {
		color: #ffffff; text-decoration: underline;
		}


/*Copyright*/		
.copyright {
	color: #ffffff;
	margin: 0px;
	font-weight: bold;
	text-align: right;
	padding: 5px 0 10px 0;
}

	.copyright a:link {
		color: #ffffff; text-decoration: underline;
		}
	.copyright a:visited {
		color: #ffffff; text-decoration: underline;
		}
	.copyright a:hover {
		color: #ffffff; text-decoration: none;
		}

/*Devider padding left*/
.padding_left {
	padding: 0 4px 0 4px;
}

/*Sorting*/
.sort {
	color: #ffffff; font-size: 9px; float: right; margin: 0px; padding: 0 10px 0 0;
}
	.sort a {
		color: #ffffff;
		font-size: 9px;
	}	
	.sort a:hover {
		text-decoration: underline;
	}

/*Category result*/
.cr {
	color: #c50d0b;
	font-weight: bold;
	font-size: 12px;
	Margin: 0 0 0 4px;
	padding: 3px 0 3px 12px;
}
	.cr a {
		color: #c50d0b;
	}	
	.cr a:hover {
		text-decoration: underline;
	}
	
/*pagination*/
.page {
	color: #c50d0b;
	font-weight: bold;
	font-size: 12px;
	Margin: 0 10px 0 10px;
}
	.page p {
		float: right;
	}
	.page a {
		color: #c50d0b;
	}	
	.page a:hover {
		text-decoration: underline;
	}
	
/*Directory Path*/
.path {
	color: #000000;
	padding: 3px;
	margin: 0 10px 6px 10px;
	font-weight: bold;
}

	.path a {
		color: #990000;
	}	
	.path a:hover {
		text-decoration: underline;
	}

	.path p {
		margin: 0px;
	}
	
	.path h1 {
		float: right;
		margin: 0;
	}

/*Search button*/	
.button {
	margin: 0 10px 0 3px;  BORDER: 0px; FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ffffff; background: url('search.gif'); height: 20px; width: 66px;
}
/*Search input*/
.search {
	margin: 0 0 0 5px; Padding: 3px 0 0 3px; BORDER: 1px solid #005d8c; FONT-SIZE: 12px; font-weight: bold; BACKGROUND: #cccccc; COLOR: #ae1715; HEIGHT: 15px; width: 180px;
}

.screenshot {
	background: url('loader.gif') no-repeat center;
	border: 1px solid #696969;
	width: 100px;
	height: 68px;
	margin: 2px 8px 2px 0;
}

.fbox {
	padding: 6px 5px 13px 6px;
	margin: 0;
}

/*Regular Link*/	
.lbox {
	padding: 6px 5px 13px 6px;
	margin: 0 10px 0 0;
	border-bottom: 1px dotted #4194c5;
}

/*Text Input Style*/
.text {
	border: 1px solid #ff0000;
	background: #ffffff;
	height: 17px;
	font-size: 12px;
	padding: 2px 2px 2px 6px;
	width: 360px;
	color: #000000;
}
.textarea {
	border: 1px solid #ff0000;
	background: #ffffff;
	padding: 2px 2px 2px 6px;
	font-size: 12px;
	width: 360px;
	color: #000000;
}
.textpy {
	border: 1px solid #ff0000;
	background: #ffffff;
	height: 17px;
	font-size: 12px;
	padding: 2px 2px 2px 6px;
	width: 50px;
	color: #000000;
}

/*Image Verification*/
.captcha {
	border: 1px solid #ff0000;
}
/*Form*/
form {
	Margin: 0px;
}

/*Category*/
.cat {
	margin: 0px;
	padding: 2px 0 4px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #c50d0b;
}
	
	.cat a {
		color: #c50d0b;
		text-decoration: none;

	}
	.cat a:hover {
		color: #c50d0b;
		text-decoration: underline;
	}
	
	.cat span {
		font-size: 10px;
		color: #000000;
		padding: 0 0 0 4px;
	}

/*Sub Cat*/
.subcat {
	color: #000000;
	margin: 0 0 0 5px;
}
	.subcat p {
		margin: 0;
		padding: 3px 0 3px 12px;
	}

	.subcat a {
		color: #000000;
		text-decoration: none;
	}
	.subcat a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	.subcat span {
		font-size: 9px;
		padding: 0 0 0 4px;
		font-weight: normal;
	}
	
/*catin*/
.catin {
	color: #ffffff;
	margin: 0 0 0 4px;
}
	.catin p {
		margin: 0;
		padding: 3px 0 3px 12px;
	}

	.catin a {
		color: #ffffff;
		text-decoration: none;
	}
	.catin a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	.catin span {
		font-size: 9px;
		padding: 0 0 0 4px;
		font-weight: normal;
	}


/*Common Break*/
.break {
	padding: 3px 0 3px 0;
}

/*PayPal*/
.pp {
	font-size: 14px; color: #c50d0b; font-weight: bold; text-align: center;
}

/*Featured Links*/
.furl {
	margin: 0 0 4px 0;
	padding: 2px 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

	.furl a {
		color: #ff0000;
	}
	.furl a:hover {
		text-decoration: underline;
	}

/*Regular Link*/	
.rurl {
	margin: 0 0 4px 0;
	padding: 2px 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
	.rurl a {
		color: #ffffff;
	}
	.rurl a:hover {
		text-decoration: underline;
	}

/*Link Description*/
.desc {
	font-size: 11px; color: #cccccc; font-weight: normal; margin: 0 0 2px 0;
}
	.desc a {
		color: #fffff;	font-weight: bold;
	}
	.desc a:hover {
		text-decoration: underline;
	}

/*Link URL*/
.url {
	font-weight: normal; font-size: 11px; color: #ff0000;  margin: 2px 0 0 0;
}

/*Category link*/
.linkcat {
	font-weight: Bold; font-size: 11px; color: #c50d0b;  margin: 6px 0 0 0;
}

	.linkcat a {
		color: #4194c5;
	}
	
	.linkcat a:hover {
		text-decoration: underline;
	}	
	
	
/*PageRank*/
div.pr {
	font-size: 6pt;
	color: #ffffff;
}

	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: #ff0000;
	font-weight: normal;
	font-size: 7pt;
	text-decoration: none;
}

/*Error Style*/
.err {
	color: #c50d0b;
	padding: 3px 0 3px 0;
	text-align: left;
	margin: 0 10px 0 10px;
	font-weight: bold;
}
/*MSG Style*/
.msg{
	color: #147fb7;
	padding: 3px 0 3px 0;
	text-align: left;
	margin: 0 10px 0 10px;
	font-weight: bold;
}
/*Submit page Limit style*/
.limit_field {
   border: 0px;
   font-size: 11px;
   color: #147fb7;
   background: transparent;
}

/*REQ Marking*/
span.req {
	color: #FF0000;
	font-weight: bold;
}
/*Drop list*/
select {
	font-size: 8pt;
	color: #000000;
	border: 1px solid #d5d5d5;
}

