body {
	background:#fff url(/images/design/bodybg.png) repeat-x;
	padding:0;
	margin:0;
}
body, td {
	font-family:Times;
	color:#000;
	font-size:16px;
	vertical-align:top;
    text-align:center;
}
a {
	color:#000;
	font-weight:bold;
}
a:hover {
	color:#ccc;
}
p {
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
}
h1 {
    font-size:22px;
}
h2 {
    font-size:20px;
}
h3 {
  font-size:19px;
}
h4 {
    font-size:14px;
}
h1, h2, h3, h4 {
  padding-top:5px;
  padding-bottom:5px;
  margin:0;
}
form {
	padding:0;
	margin:0;
}
input, select, textarea {
	background:#E4E8EB url(/images/design/input.png) repeat-x;
	border:#403F3F solid 1px;
    border-top:0px;
	color:#000;
	padding:1px;
	margin:0;
	font-size:12px;
}
hr {
	height:0;
	size:0;
	background:none;
	border:0;
	border-top:#E9693A solid 1px;
}

.w90 {
  width:90%;
}
.w100 {
  width:99%;
}

#home {
	position:absolute;
	left:0;
	top:0;
	width:895px;
	height:169px;
	/*border:#000000 solid 1px;*/
}
#page {
	background:url(/images/design/contentbg.png) repeat-y;
	width:895px;
    margin:0 auto;
    position:relative;
}
#header {
	background: url(/images/design/header.png) no-repeat;
	width:895px;
	height:169px;
}
#leftcol {
    width:140px;
    float:left;
	_height:360px;
	min-height:360px;
}
#contents{
    float:right;
    width:652px;
	padding:10px 18px 10px 12px;
	text-align:left;
}
#contents td {
	text-align:left;
    vertical-align:top;
}
#footer {
	background:url(/images/design/footer.png) no-repeat;
	width:895px;
	height:28px;
    clear:both;
}
#menu {
    height:25px;
    line-height:25px;
    padding-top:134px;
    padding-left:150px;
    text-align:left;
}
#menu a{
    color:#D8E6C9;
    font-size:11px;
    padding:0 5px 0 7px;
    border-left:#71AF4E 2px solid;
    font-weight:bold;
    text-decoration:none;
}
#menu a:hover{
    color:#F7EF21;
}
#leftmenu {
    padding-top:15px;
    padding-left:8px;
    line-height:25px;
    text-align:left;
}
#leftmenu a {
    background:url(/images/design/menu.png) no-repeat;
    width:183px;
    height:26px;
    display:block;
    color:#fff;
    font-size:15px;
    padding:0 0px 0 8px;
    font-family:Times;
    font-weight:normal;
    text-decoration:none;
}

#leftmenu a:hover, #leftmenu a#selected {
    background:url(/images/design/menu_hover.png) no-repeat;
    color:#fff;
}

.categorymenu li, 
.categorymenu ul {   
    padding:0;
	margin:0;
    list-style:none;
}
.categorymenu {
    line-height:25px;
}
.categorymenu a{
    background:#B4DD6B url(/images/design/categorybg.png) repeat-x;
    display:block;
    color:#297B3B;
    font-size:11px;
    padding:0 5px 0 15px;
    font-weight:normal;
    text-decoration:none;
    text-align:left;
}
.categorymenu .categorymenu a{
    background:#297B3B;
    line-height:17px;
    color:#fff;
}
.categorymenu .categorymenu a:hover, .categorymenu a:hover{
    color:#F7EF21;
}
.w100 {
    width:100%;
}
.error_message {
    background:#FFF;
    margin:10px;
}
.hiba, .error_message {
    font-weight:bold;
	color:#EA0000;
}

.lapozo {
	text-align:center;
	margin:10px;
}
.lapozo .selected {
	color:#737373;
	font-weight:bold;
}
.lapozo a {
	background:#F8B356;
	font-family:Arial;
	text-align:center;
	border:1px solid #F1EDE2;
    padding:2px;
	color:#FFF;
	outline:#737373 solid 1px;
}
.lapozo a:hover {
	background:#fff;
	font-style:normal;
	color:#2B2726;
}

.grid {
	border-collapse:collapse;
}
.grid td{
	border:solid 1px #999999;
}
.orderinfo {
	overflow:auto;
	width:69%;
	height:100px;
	padding:4px;
	border:#B4B4B4 1px solid;
	margin:0 auto;
	text-align:left;
}
#netlight {
    background: url(/images/design/netlight.png) no-repeat;
    display:block;
    width:189px;
    height:59px;
    margin:0 auto;
    margin-top:3px;
    margin-bottom:3px;
}
.productstable td{
    border-top:#84B385 5px solid;
	text-align:left;
}
#loginbox {
    width:199px;
    margin-left:4px;
    background:url(/images/design/login_box_bg.png) repeat-x;
}
#loginbox {
    color:#fff;
}
#loginbox a{
    color:#fff;
    text-decoration:none;
}
.loginform {
     display:block;
}