body {
    background: #FFFFFF;
	font-family: sans-serif, Verdana, Tahoma, Arial,;
	font-size: 12pt;
	width: 1000px;
	padding: 3px;
	border: 1px solid #228B22;
	}
	
a {
	text-decoration: none;
    color: #228B22;
   }
a:hover {
    color: #56218B;
	 
	}    
   
.c {
	float: left;
}
.cr {
	clear: left;
}

td {
	vertical-align: top;
	padding: 5px;
}

h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h3 {
	color: #000;
	font-size: 8pt;
	align: center;
	border-bottom: 1px solid #228B22;
}

#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

table.formPage {
	border: 1px solid #000;
}
td.err {
	padding: 3px;
	color: #8B2156;
	background: #fff;
	border: 1px solid #000;
	text-align: left;
}
td.msg {
	padding: 3px;
	color: #0000FF;
	background: #FFF;
	border: 1px solid #228B22;
	text-align: left;
}
.label {
	text-align: right;
}
.buttons {
	border-top: 1px solid #228B22;
	text-align: center;
}
.count {
	color: #000;
	font-size: 8pt;
	font-weight: normal;
}
#links a {
	font-size: 12pt;
}
#links p {
	margin: 0 0 7px 0;
}
.url {
	color: #031003;
	font-size: 8pt;
}
#path {
	margin: 2px;
	padding: 3px;
	background: #fff;
	line-height: 19px;
	border-top: 3px solid #228B22;
	border-bottom: 3px solid #228B22;
}

#path a {
     font-size: 9pt;
	 color: #8B2156;
	 }


.submit {
	float: right;
	vertical-align: bottom;
}
#user-bar {
   clear:both;
   width:20%;
   margin:0 0 0 auto;
   padding:3px;
   background:#fff;
   line-height:19px;
   text-align:right;
   
}

.text, .btn {
	font-size: 8pt;
	font-family: sans-serif, Verdana, Tahoma, Arial;
}
input.text {
	color: #56218B;
	border: 1px solid #228B22;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #228B22;
}
select {
	font-size: 8pt;
	border: 1px solid #228B22;
}

.captcha {
	border: 1px solid #228B22;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #228B22;
	background-color: #FFF;/*#FFF;*/
	cursor: pointer;
	height: 17px;
}
span.req {
	margin-left: 3px;
	color: #8B2156;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #8B2156;
	background: #FFFFFF;
	border: 1px solid #8B2156;
	text-align: left;
	clear: right;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #8B2156;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #565656;
}
p.subcats {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #228B22;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #FFF;
	height: 3px;
	font-size: 1px;
}

div.footer {
   bottom:0;
   clear:both;
	text-align: center;
	border-top: 3px solid #228B22;
	padding: 3px 0 0 0;
	margin-top: 5px;
}
div.footer a {
	color: #000;
}

div.footer a:hover {
    color: #228B22;

}
.price {
	border: 1px solid #228B22;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}

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

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

.limit_field {
   border: 0 solid transparent;
   border-width:0;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#8B2156;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px solid #228B22;
   border-width:0 1px 1px;
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#565656;
   background:#fff;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px solid #228B22;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;
}

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

#categtree .odd {
   background:#fff;
}

#categtree .even {
   background:#fff;
}

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