html {
    background: #fff url("/img/catalogbg.gif");
	background-repeat: no-repeat;
	background-position: 0px 147px;
}
fieldset {
    border: 1px solid #999;
    padding: 5px;
}
h1 {
     font-size:130%;
     color: #668844;
     margin-bottom:10px;
}
h2 {
     font-size:100%;
     margin-bottom:10px;
}
p {
	margin-bottom:10px;
}
b, strong {
    font-weight: bold;
}
table td {
    padding: 2px;
}

a:link {
    color:#000
}
a:hover {
    color:#000
}
a:visited {
    color:#000
}
a:visited:hover {
    color:#000
}

a.ipage:link {
    color:#573;
    text-decoration: none;
    font-weight: bold;
}
a.ipage:hover {
    color:#573;
    text-decoration: none;
    font-weight: bold;
}
a.ipage:visited {
    color:#573;
    text-decoration: none;
    font-weight: bold;
}
a.ipage:visited:hover {
    color:#573;
    text-decoration: none;
    font-weight: bold;
}
legend {
    color: #777;
}

h2.footer {
    color: #777;
    font-size: 85%;
    font-weight: bold;
    text-align: center
}

#header {
    background: #809F4E url("/img/headerbgindex.gif");
	background-repeat: no-repeat;
    padding: 10px;
    overflow: auto;
    min-width: 950px;
    width: expression(document.body.clientWidth < 950 ? "950px" : "100%" );
}
#header_tbl {
    width: 100%;
}
#header_tbl td {
    padding: 0;
}
#header_spacer {
    width: 950px;
    height: 0px;
    font-size: 0;
}
#lang {
    /*border-left: 1px solid #000;*/
    padding-left: 8px;
    width: 40px;
    float: right;
    height: 100px;
}
#lang a {
    display: block;
    color: #000;
    text-decoration: none;
    margin-top: 17px;
    margin-bottom: 17px;
}
#operator {
    float: right;
    width: 320px;
    /*border-left: 1px solid #000;*/
    padding-left: 8px;
    height: 130px;
    font-size: 115%;
}
#payments {
    float: right;
    width: 70px;
    height: 100px;
}
#payments div {
    margin-top: 7px;
    margin-bottom: 7px;
}

#top_menu {
    border-top: 1px solid #A1B788;
    background: #809F4E url("/img/menuright.gif");
	background-repeat: no-repeat;
	background-position: right;
    padding: 5px;
    padding-left: 37px;
    margin-bottom: 15px;
	padding-bottom: 4px;
}
#top_menu a {
    color: #fff;
    font-size: 110%;
    text-decoration: none;
    padding: 4px;
    padding-right: 15px;
}
#top_menu a:hover {
    color: #fff;
}

#container {
    margin: 0 20px 0 40px;
}

#workers {
    text-align:center
}
.worker {
    text-align: center;
    font-size:80%;
}







#left {
    float:left;
    width:130px;
    padding-right:10px;
    margin-right:10px;
    border-right:1px solid #000;
}
.item {
    font-weight: bold;
    margin-bottom: 3px;
}
.item a:link {
    text-decoration: none;
    color: #000;
}
.item a:hover {
    text-decoration: none;
    color: #573;
}
.item a:visited  {
    text-decoration: none;
    color: #000;
}
.item a:visited:hover {
    text-decoration: none;
    color: #573;
}
.level_0 {
    font-size: 110%;
    margin-top:10px;
}
.level_1 {
    padding-left: 15px;
    font-size: 90%;
}
.selected a {
    color: #009;
}

.product {
    width: 180px;
    padding: 5px;
    float: left;
    margin: 5px;
    text-align: center;
}
.product img {
    border: 0;
}



#signin, #forgot {
    position: absolute;
    z-index: 100;
    top: 155px;
    right: 10px;
    border: 1px solid black;
    background: #fff;
    width: 200px;
    padding: 15px;
}
.close {
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 7px;
}
.searcher {
	height:80px;
	overflow:auto;
	border:solid black 1px;
}