body {
    background: #EEEEEE;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	color: #505050;
}
#logo {
	position: relative;
	margin: 10px 0 15px 15px;
	
}
.logo-text {
	font-size: 24pt;
	font-family: arial;
	font-weight: bold;
	color: #e0691a;
	letter-spacing: -2px;
	text-decoration: none;
}


#path {
	margin: 0px;
	padding: 4px 0px 3px 0;
	background: #ff9148;
	height: 21px;
	border: 0px solid #5e74b3;
}
.submit {
	float: right;
	vertical-align: bottom;
}
.search-box {
	margin-top: 3px;
	height: 26px;
	padding: 8px 0 8px 140px;
	border: 0px;
	background: url('../images/searchbg.gif') repeat-x top left;
	color: #808080;
	font-weight: bold;
}
.menu {
	color: #FFFFFE;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding: 0 8px 0 8px;
}
.menu:hover {
	color: #FFFFFE;
	font-size: 10pt;
	font-weight: bold;
	padding: 0 8px 0 8px;
	text-decoration: underline;
}

.search-text {
	background: url('../images/input.gif');
	width: 294px;
	height: 21px;
	border: 0px;
	padding: 3px 2px 0 4px;
	color: #e0691a;
	font-weight: bold;
}
.text {
	background: url('../images/input.gif');
	width: 294px;
	height: 21px;
	border: 0px;
	padding: 3px 2px 0 4px;
	color: #909090;
	font-weight: normal;
}
.textarea {
	background: url('../images/textarea.gif');
	width: 294px;
	height: 69px;
	border: 0px;
	padding: 3px 2px 0 4px;
	color: #808080;
	font-weight: normal;
}
.code {
	background: url('../images/code.gif');
	width: 74px;
	height: 21px;
	border: 0px;
	padding: 3px 2px 0 4px;
	color: #e0691a;
	font-weight: bold;
	text-align: center;
}

.btn {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFEFF;
	border: 0px solid #5e74b3;
	background: url('../images/submit.gif');
	cursor: pointer;
	height: 24px;
	width: 65px;
}

#user-bar {
   position: relative;
   width: 250px;
   margin: 0px;
   padding: 3px;
   text-align: right;
   float: right;
   border: 0px;
   color: #CCCCCC;
   font-weight: bold;
}

.main {
	border: 0px solid;
	margin-top: 14px;
}

.cat {
	background: url('../images/bullet.gif') no-repeat;
	width: 20px;
	height: 16px;
	padding-left: 20px;
	color: #e0691a;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.cat:hover {
	color: #e0691a;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
.subcat {
	color: #808080;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
.subcat:hover {
	color: #808080;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}
p.subcats {
	margin: -8px 0px 11px 25px;
	padding: 0px;
}

#page-nav {
	background: #6c757a;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	margin: 0px;
	padding: 3px 0 0 20px;
	height: 21px;
	border: 0px solid #5e74b3;
}
.path-links {
	color: #F1F1F1;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.path-links:hover {
	color: #EFA777;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}
.f_name {
	color: #EFA777;
	font-size: 12pt;
	font-family: arial;
	font-weight: bold;
	padding: 2px;
	margin: 6px 8px 2px 15px;
	border-bottom: 2px dotted #EFA777;
}
.name {
	color: #909090;
	font-size: 12pt;
	font-family: arial;
	font-weight: bold;
	padding: 2px;
	margin: 6px 8px 2px 15px;
	border-bottom: 2px dotted #505050;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 9pt;
	text-decoration: none;
}
.sort {
	color: #000000;
}
.feature {
	color: #e46d1f;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.feature:hover {
	color: #ff9147;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}


.regular {
	color: #808080;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.regular:hover {
	color: #a0a0a0;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

div.pr {
	font-size: 8pt;
	color: #707070;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 50px;
	border: 1px solid #999999;
	height: 5px;
	font-size: 1px;
}
div.prb {
	background: #ff9148;
	height: 5px;
	font-size: 1px;
}

.captcha {
	margin-top: 10px;
}

td.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	border: 1px solid #A0A0A0;
	text-align: left;
}
td.msg {
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	border: 1px solid #A0A0A0;
	text-align: left;
}

.count {
	color: #6f6f6f;
	font-size: 8pt;
	font-weight: normal;
}

.price {
	border: 0px solid #A0A0A0;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}
.limit_field {
   border: 0 solid transparent;
   border-width:0;
}
.footer {
   	bottom:0;
   	clear:both;
	text-align: center;
	border-top: 1px solid #E0E0E0;
	padding: 3px 0 0 0;
	margin-top: 50px;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: right;
}

.paging-links,
.paging-info {
   text-align:right;
}

.paging-info {
   font-style: italic;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   color:#6A8AD4;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle { background:#fff; } 

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#5e74b3;
   background:#DDE5F3;
   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;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}

