body
{
    background-color: #ffffff;
    font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #666666;
}

.error
{
    font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    border-color:red;
    border-style:solid;
    border-width:3px;
    padding :4px;
    color: #FF0000;
}


.onstock {
    color:#E6A800;
    font-weight: bold;
    /*background-color:#E6A800;*/
}
.active {
    color:#86B212;
    font-weight: bold;
   /* background-color:#86B212;*/
}
.reserved {
    color:#ff0000;
    font-weight: bold;
   /* background-color:#ff0000;*/
}
.sold {
    color:#86B212;
    font-weight: bold;
    /*background-color:#86B212; */
}
.recycled {
    color:#007A8F;
    font-weight: bold;
    /*background-color:#007A8F;*/
}

p
{
    margin-top: 0px;
    margin-bottom: 16px;
}

a
{
    color: #0066ff;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

input
{
    font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

select
{
    font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.tableback
{
    background-color:#e8e8e8
}

tr.line
{
    background-color: #000000;
}

td
{
    font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;

    color: #666666;
}

td.odd
{
    background-color: #ffffff;
    line-height: 24px;
}

td.even
{
    background-color: #ffffff;
    line-height: 24px;
}

td.invalid
{
    background-color: #ff9999;
}

td.header
{
    background-color: #E6A800;
    color:#ffffff;
    line-height: 18px;
}

.spacer {
	font-size: 1px;
	line-height: 1px;
}

textarea
{
    font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    overflow: auto;
    width: 200px;
}

.title
{
    font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #666666;
}

#category_path {
	font-weight:normal;
    font-size: 14px;
}

.t1
{
    font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #666666;
    margin-top: 0px;
    margin-bottom: 0px;
}

.t2
{
    font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #666666;
    margin-top: 0px;
    margin-bottom: 0px;
}

.sub_title
{
    font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    color: #666666;
}

.section
{
    font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    color: #666666;
}

.text
{
    font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #666666;
}

.text2
{
    font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #666666;
}

a.nav:link {
	font-family: Arial , Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:visited {
	font-family: Arial , Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:active {
	font-family: Arial , Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a.nav:hover {
	font-family: Arial , Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

table.itemlist {
    border:none;
    margin:0px;
}

/*
.shades {
    background:url(/images/shades_bg.png);
}
*/
.right {
    text-align:right;
}

tr.itemlist {
    background:url(/images/shades_bg.png);
    background-repeat: repeat-x;
    padding:0px;
    height:70px;
    margin:0px;
}

tr.itemlist-hover {
    background:url(/images/shades_bg_hover.png);
    background-repeat: repeat-x;
    padding:0px;
    height:70px;
    margin:0px;
}

td.itemlist {
    padding:5px;
    margin:0px;
    vertical-align:top;
}

tr.itemlist {

}

tr.itemlist-hover {
    background:url(/images/shades_bg_hover.png);
    background-repeat: repeat-x;
}
td.itemlist a{
    font-weight:bold;
}

th.itemlist {
    font-size:12px;
}

#helptext {
    position:absolute;
    left:200px;
    top:200px;
    background:#fff;
    border:1px solid #E6A800;
    width:400px;
    padding:1em;
}

#toolbar {
    width:100%;
    margin-top:10px;
    border-top:none;
    background:url(/images/shades_bg.png);
    background-repeat: repeat-x;
    margin:auto
}

#tools {
}

#search_string {
    margin:0px;
    margin-left:10px;
    height:20px;
}

.search_button {
    border:1px solid #ccc;
    margin:0px;
    padding:0px;
    width:60px;
}

/* Pagebrowser */
div.listpager {
    padding:3px 0 0 10px;
    text-align:left;
}

div.listpager p {
    margin:0;
    padding:0;
}

.listpager table {
    border:0;
}

.listpager td {
    padding:0 5px;
    border:1px solid #efefef
}

.actual_page {
	background-color:#efefef;
}
