/*
// CSS Created by: Shabu Anower
// OSDesigner.net
*/

body {
	margin: 0px;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../images/body_bg.jpg) repeat top #000;

}
	a {
		color: #333;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}

h1, h2, h3, h4 {
	margin: 0;
	font-size: 12px;
}
h5 { font-size:15px; border-bottom:#CCC 1px solid;padding: 0px 0 5px 0; }

#divider {
width: 975px;
padding: 1px 0 0px 0;
background:#ccc;
}


#container {
    width: 975px;
	margin: 0 auto 0 auto;
}
#container2 {
    width: 975px;
	margin: 0 auto 0 auto;
}

.header {
	margin: 25px 0 15px 0;
	width: 100%;
	height:55px;
}
	.header h1 {
		margin: 0 0 0 9px;
		padding: 0;
		font-size:24px;
		font-weight: bold;
		text-transform: uppercase;
		word-spacing:-5px;
	}
.header h1 a {
		color: #000;
		text-decoration: none;
	}
	
	.header h1 a:hover {
		text-decoration: underline;
	}

	.header p {
		float: right;
		margin: 0;
	}

.bar {
	margin: 0px 0 10px 0;
	height:37px;
	float:right;
	border-bottom:1px solid #CCC;

}	
	.bar span {
		float: right;
		margin: 0px;
		width: 17px;
		height: 37px;
	}

	.bar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.bar li {
		padding:0;
		margin: 0;
		height: 37px;
		display: inline;
		float:left;
		list-style-type: none;
	}
	
	.bar li a {
		color: #000;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	     font-size: 12px;
		 font-style:normal;
		 font-weight:normal;

	}
	
	.bar li a:hover {
		color: #fff;
		text-decoration: underline;
		background:#000;
	}
#home {
	padding: 0px;
	}

	a#home {
			overflow:hidden;
		display:block;
		height:27px;
		padding: 10px 10px 0 10px;
		float: left;
		background:#000;
			color: #fff;
	}
	a#home:hover {	background:#000;color: #fff;
		}
	
	.common {
		padding: 0px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		line-height: normal;
	}
	/*
	a.common {
			overflow:hidden;
			display:block;
			width:90px;
			height:27px;
			padding: 10px 0 0 0;
	}
	*/
	
	a.common {
		overflow:hidden;
		display:block;
		height:27px;
		padding: 10px 10px 0 10px;
		float: left;
	}
	
	
	
	a.common:hover {	background:#000;
		}
		
		

.search {
	 margin: 6px 15px 3px 8px; padding: 2px 0 0 8px; border: 1px solid #000
; font-size: 12px; font-weight: bold; background: none; color: #a69d7f; height: 18px; width: 100px;
}

.box {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 8px;
	width: 203px;
	background:#eaeaea;
}
.box #advsearch {
	margin: 5px 0 0 0;
	padding: 0;
}
	.box a {
		color: #000
; text-decoration: none;
	}
	.box a:hover {
		text-decoration: underline;
	}
	
	.box ul {
		margin: 0;
		padding: 0;
	}
	.box li {
		margin: 0 0 0 3px;
		padding: 0 0 4px 20px;
		list-style-position:inside;
		list-style-type:square;
		
	}
	
	.boxcaption {
		background: #000;
		padding: 6px 0 0 10px;
		height: 22px;
		width: 210px;
		color: #fff;
	}
	
	.boxbottom {
		background:#000;
		width: 221px;
		height: 3px;
		margin: 0 0 10px 0;
	}


.page {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0 5px 0;
}
	.page p {
	}

.pagination {
	padding: 2px;
	float: right;
	font-size: 12px;
	font-weight: bold;
}
	.pagination ul {
		font-size: 12px;
		margin: 10px 0 10px 0;
		padding: 0px;
		text-align: left;
	}
	.pagination li {
		display: inline;
		list-style-type: none;
		padding-bottom: 1px;
	}
	.pagination a {
		color: #000;
		border: #000 1px solid;
		padding: 5px;
		margin: 0 5px 0 0;
		text-decoration: none;
	}
	.pagination a:visited {
		border: #000 1px solid;
		color: #000;
		padding: 5px;
		text-decoration: none;
	}
	.pagination a:hover {
		background-color: #f9fcf5;
		border: #000 1px solid;
		color: #000;
		text-decoration: none;
	}
	
.padding {
	padding: 0 20px 0 0;
}

.padding2 {
	padding: 0 0 0 20px;
}
.paypal {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.caption {
	background: #eaeaea;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #f6f6f6;
	margin: 0 0 10px 0;
}
	.caption p {
		background: #eaeaea;
		padding: 8px 0 2px 14px;
		height: 20px;
		color: #000;
		margin: 0;
	}
	
	.caption a {
		color: #303030; text-decoration: none;
	}
	.caption a:hover {
		text-decoration: underline;
	}
	
	.caption h2 {
		background: #eaeaea;
		float: right;
		margin: 0px;
		font-size: 10px;
		height: 22px;
		padding: 8px 10px 0 0;
	}

.content {
	margin: 0 16px 0 10px;

}
	.content ul {
		margin: 0;
		padding: 0;
	}

	.content li {
		margin: 0px;
		padding: 0 0 4px 0px;
		list-style: square;
		list-style-position:inside;
		line-height:1.6em;
	}

.fbox {
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	background:url(../images/fbg.gif) right top no-repeat;
	margin: 5px 5px 10px 0px;
}

.fbox2 {
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	margin: 5px 5px 10px 0px;
}

.fbox3 {
	background: #eaeaea;
	padding: 5px;
	border: 1px solid #ccc;

}


.lbox {
	margin: 0 5px 25px 5px;
}

.footer {
   	padding: 15px 0 0 0;
	margin: 0 auto 0 auto;
    width: 975px;
	color: #000;
	height: 40px;
	font-size:10px;
	border-top:1px solid #444;
}
	.footer p {
		margin: 0;
	}
	.footer h3 {
		float: right;
		margin: 0px;
		font-weight: normal;
	}
	.footer a {
		color: #000; text-decoration: none;	font-size:10px;

	}
	.footer a:hover {
		text-decoration: underline;
	}
.footer2 {
 	border-top:1px solid #444;
	padding: 15px 0 0 0;
	margin: 0 auto;
    width: 975px;
	color: #000;
	height: 40px;
	font-size:10px;

}
	.footer2 p {
		margin: 0;
	}
	.footer2 h3 {
		float: right;
		margin: 0px;
		font-weight: normal;
	}
	.footer2 a {
		color: #000
; text-decoration: none;	font-size:10px;

	}
	.footer2 a:hover {
		text-decoration: underline;
	}

.nav {
	color: #000
;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}
	.nav p {
		margin: 0;
		padding: 2px 0 0 0;
	}
	
	.nav h3 {
		float: right;
		margin: 0;
		font-size: 12px;
	}
	
	.nav a {
		font-size: 12px; color: #000; text-decoration: none;
	}
	.nav a:hover {
		text-decoration: underline;
	}

.article {
	margin: 5px 5px 10px 5px;
	line-height: 18px;
}
	.article a {
		font-weight: bold; color: #000; text-decoration: none;
	}
	.article a:hover {
		font-weight: bold; color: #000; text-decoration: underline;
	}


.text {
	border: 1px solid #506a3a;
	background: #ccc;
	height: 17px;
	font-size: 12px;
	padding: 2px 2px 2px 6px;
	width: 360px;
	color: #000;
}
.textarea {
	border: 1px solid #506a3a;
	padding: 2px 2px 2px 6px;
	font-size: 12px;
	width: 360px;
	color: #000;
	background:#ccc;
}
.textpy {
	border: 1px solid #506a3a;
	background:#ccc;
	height: 17px;
	font-size: 12px;
	padding: 2px 2px 2px 6px;
	width: 50px;
	color: #000;
}

select {
	font-size: 12px;
	color: #000;
	border: 1px solid #506a3a;
	padding: 2px;
	background:#ccc;

}

.limit_field {
   border: 0px;
   font-size: 10px;
   color: #000;
   background: none;
}

.captcha {
	border: 1px solid #000
;
	background: url('../images/loader.gif') no-repeat center;
}

form {
	Margin: 0;
}

.cat {
	font-size: 11px;
	font-weight:bold;
	color: #000;
	margin: 0 0 6px 0;
}
	.cat a {
		font-size: 11px; color: #000; text-decoration: none;
	}
	.cat a:hover {
		text-decoration: underline;
	}
	.cat span {
		font-size: 9px;
		padding: 0 0 0 4px;
	}
	
.subcat {
	font-size: 11px;
	color: #444
;
	margin: 0 0 2px 0;
	font-weight: normal;
}
	.subcat a {
		COLOR: #444
; text-decoration: none;
	}
	.subcat a:hover {
		text-decoration: underline;
	}

.break {
	padding: 3px 0 3px 0;
}

.title {
	font-weight: bold; font-size: 12px; color: #000; margin: 0 0 2px 0;
}
	.title a {
		font-size: 12px; color: #000; text-decoration: none;
	}
	.title a:hover {
		text-decoration: underline;
	}


.desc {
	font-size: 12px; color: #000
; font-weight: normal; margin: 0 0 2px 0;
}

.url {
	font-weight: normal; font-size: 12px; color: #000
;  margin: 5px 0 5px 0;
}

div.pr {
	font-size: 6pt;
	color: #000000;
}

div.prg{
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb{
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #000
;
	font-weight: normal;
	font-size: 7pt;
	text-decoration: none;
}
.info{	padding: 10px;
	margin: 0px;
	color: #000
;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	border: 1px solid #000;
}
.err {
	color: #FF0000;
	margin: 0 5px 5px 5px;
	font-weight: bold;
	padding: 6px;
	border: 1px solid #000;
}

.msg {
	color: #000;
	margin: 0 5px 5px 5px;
	font-weight: bold;
	padding: 6px;
	border: 1px solid #000;
}

span.req {
	color: #FF0000;
	font-weight: bold;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   color:#000;
   font-weight: bold;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #000
;
   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:#000FFF;
	background:#a7cb67;
	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: #303030;
   border:1px dotted #000FFF;
   border-width:1px 0;
   cursor:pointer;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#d9e9bd;
}

#categtree .even {
   background:#000FFF;
}

#categtree .categ-item:hover {
   background:#eee;
}

.os {
	color: #3d4c53;
	font-weight: bold;
}
	.os a {
		color: #3d4c53; font-size: 12px; text-decoration: none;
	}
	.os a:hover {
		text-decoration: underline;
	}
	
.design {
	color: #982a05;
	font-weight: bold;
}
	.design a {
		color: #982a05; font-size: 12px; text-decoration: none;
	}
	.design a:hover {
		text-decoration: underline;
	}
