@charset "iso-8859-2";
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:1000;
border-right: 2px solid black;
border-bottom: 2px solid black;
visibility: hidden;
color: #000000;
background-color: #fff;
}
#hintbox span {
	display: table-row;
}
#hintbox h2 {
    border: 1px outset #fff;
    margin: 0 0 0 0;
    font-size: 9px;
    background-color: #F6F5F5;
    color:#3478B5;
}
li span.openclose {
    font-weight: bold;
}
body {
	padding: 0 0 5px 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #4b4b4b;
	background: #989898;
}

#header {
	width: 935px;
	height: 133px;
	background: url('images/header.jpg');
}

#menu {
	margin: 12px 0 0 0;
	list-style: none;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	padding: 4px 8px 4px 8px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
	background: #568ec1;
}

#menu li.separator {
	width: 1px;
	margin: 4px 8px 0 8px;
	background: url('images/menuseparator.gif');
	overflow: hidden;
}

#login {
	width: 935px;
	height: 37px;
	background: url('images/login.jpg');
	font-weight: bold;
}

#login p {
	position: relative;
	left: -1px;
	float: left;
	margin: 0;
	padding: 11px 12px 11px 12px;
	background: url('images/loginseparator.jpg') no-repeat left;
}

#login span {
	float: right;
	padding: 11px;
}

#login span a {
	color: #266eb0;
	text-decoration: none;
}

#content {
	clear: both;
	width: 935px;
	min-height: 350px;
	background: url('images/content.jpg');
}

#left {
	float: left;
	width: 255px;
	min-height: 355px;
	padding: 0 0 40px 0;
}

#right {
	float: left;
	width: 620px;
	overflow: auto;
	padding: 0 40px 40px 20px;
}
#webtown {
    display: none;
}
.products {
	margin: 0 0 0px 12px;
	list-style: none;
}
.products li.opened span {
	padding: 0 0 0 15px;
	background: url('images/productsminus.jpg') no-repeat left top;
	background-position: 0 3px;
}

.products li.closed span{
	padding: 0 0 0 15px;
	background: url('../images/productsplus.jpg') no-repeat left top;
	background-position: 0 3px;
}
.products li {
    color: #333;
}
.products li span {
    font-weight: bold;
}
.products li span.hovered {
    background-color: #cacaca;
    cursor: pointer;
}
.products li li {
    color: #555;
}
.products li li li {
    color: #777;
}
.products li li li li a {
    color: #2D72B1;
}
.products li li li li a:hover {
    color: #033a6c;
}
.products li ul {
	list-style: none;
}

.products li ul li {
	padding: 0 0 0 15px;
	background: url('images/productssub.jpg') no-repeat left top;
	background-position: 0 3px;
}
.products li ul li.opened {
	padding: 0 0 0 15px;
	background: none;
}
.products li ul li.closed {
	padding: 0 0 0 15px;
	background: none;
}
.products li {
    margin: 6px 0 0 0 ;
}
.products li .products {
    margin: 6px 0 0 6px ;
}
.products li.closed .submenu {
    display: none;
}
.products li.closed .products {
    display: none;
}

.products a {
	text-decoration: none;
}

#offer {
	width: 225px;
	margin: 0 0 0 20px;
	font-size: 7.5pt;
}

#offer p {
	margin: 4px 0 4px 0;
}
#offer p.prod {
    margin: 0 0 0 0;
    height: 18px;
}

#offer img {
	position: relative;
	float: right;
	margin: -11px 2px 0 0;
}
#offer img.offer_make {
    clear: both;
	position: inline;
	float: none;
	margin: 4px 0 8px 0;
}

#offer a {
	text-decoration: none;
}

#footer {
	width: 935px;
	height: 38px;
	background: url('images/footer.jpg');
}

#webtown {
	float: right;
}

.line {
	display: block;
	width: 255px;
	height: 2px;
	background: #fff;
	overflow: hidden;
}

.line2 {
	display: block;
	width: 225px;
	height: 0;
	border-bottom: 1px dashed #bcbaba;
}

.bigtable {
	width: 610px;
	font-size: 7.5pt;
	background: #ececec;
	text-align: left;
}

.bigtable th {
	padding: 3px;
	background: #f6f5f5;
 	color: #ff6600;
	font-weight: bold;
}

.bigtable td {
	padding: 3px;
	background: #fff;
}
.bigtable td a {
    text-decoration: none;
    color: #4597E3;
    font-weight: bold;
}
.bigtable td a:hover {
    text-decoration: none;
    color: #276EB0;
}
.bigtable td.price {
    text-align: right;
}
.closed div{display: none}

div.error {
	position: relative;
	top: 2px;
	left: 261px;
	width: 673px;
	height: 96px;
	background: url('images/error.jpg');
}

.info {
	position: relative;
	top: 2px;
	left: 261px;
	width: 673px;
	height: 96px;
	background: url('images/info.jpg');
}

div.error p, .info p {
	position: absolute;
	width: 600px;
	margin: 52px 0 0 22px;
	color: #636363;
	font-weight: bold;
	text-align: left;
}

/* login oldal */

#start_html, #start_body {
	height: 100%;
}

#start_body {
	background: #fff;
	padding: 0;
	color: #fff;
	font-size: 8pt;
}

#start_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 101px;
	background: url('images/start_top.jpg') repeat-x;
}

.start_left {
	float: left;
}

.start_right {
	float: right;
}
/*
#start_center {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -130px;
}*/
#start_center {
    position: absolute;
    top: 101px;
    width: 100%;
    bottom: 38px;
    overflow: auto;
}
#start_center #register_form {
    margin: 0 auto;
    width: 400px;
    height: 200px;
}
#start_center #register_form h2 {
    color: #EE6C0E;
    font-weight:900;
    font-family:Helvetica;
}
#start_center #register_form #register_demand {
    background-color: #276EB0;
    border: 2px outset #aaa;
    padding: 20px 24px 20px 24px;
}
#start_center #register_form #register_demand input {
    background-color: #fff;
    border:1px inset #FEFFF7;
}
#start_center #register_form #register_demand input.btn {
    color: #2670B1;
    background-color: #fff;
    border:1px outset #FEFFF7;
    width: 52px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin: 20px 12px 0 300px;
}
#start_center #forgot_email_form {
    margin: 0 auto;
    width: 400px;
    height: 200px;
}
#start_center #forgot_email_form h2 {
    color: #EE6C0E;
    font-weight:900;
    font-family:Helvetica;
}
#start_center #forgot_email_form #forgot_password {
    background-color: #276EB0;
    border: 2px outset #aaa;
    padding: 20px 24px 20px 24px;
}
#start_center #forgot_email_form #forgot_password input {
    background-color: #fff;
    border:1px inset #FEFFF7;
}
#start_center #forgot_email_form #forgot_password input.submit {
    color: #2670B1;
    background-color: #fff;
    border:1px outset #FEFFF7;
    width: 52px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin: 20px 12px 0 300px;
}

#start_center div.error {
    clear: both;
    background: url('images/error_start.jpg');
    left: 0;
    margin: auto;
}
#start_center div.error p {
    margin: 64px 0px 0px 12px;
}
#start_center div.info p {
    margin: 64px 0px 0px 12px;
}
a.print {
    display: block;
    margin-top: 12px;
    padding-left: 24px;
    background: url('images/nyom.gif') no-repeat left;
}
#start_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38px;
	background: url('images/start_bottom.jpg') repeat-x;
}

#start_login {
	width: 418px;
	height: 227px;
	margin: 0 auto;
	padding: 70px 0 0 52px;
	background: url('images/start_login.jpg');
}

/*#forgot_password {
	width: 418px;
	height: 227px;
	margin: 0 auto;
	padding: 70px 0 0 52px;
	background: url('images/start_login.jpg');
}*/


#start_body p {
	clear: both;
	margin: 0;
}

#start_body input {
	width: 351px;
	height: 20px;
	margin-bottom: 13px;
	padding: 3px 5px 0 5px;
	background: transparent;
	border: 0;
	color: #000;
	font-size: 12pt;
}

#start_body label {
	display: block;
	margin-bottom: 9px;
}

#start_body #start_login_remember {
	float: left;
	width: 14px;
	height: 14px;
	margin: 10px 10px 0 0;
	background: #fff;
}

#start_body #start_label_remember {
	float: left;
	margin-top: 10px;
}

#start_body #start_login_submit {
	float: right;
	width: 71px;
	height: 22px;
	margin: 8px 58px 0 0;
	cursor: pointer;
}

#start_others {
	padding-top: 20px;
	font-size: 7.5pt;
}

#start_others a {
	color: #d4e6f8;
	text-decoration: none;
}

#start_others a:hover {
	text-decoration: underline;
}

#system_chooser {
    z-index: 200;
    background-color: #fff;
    border: 1px solid #999;
    width: 160px;
    height: auto;
    min-height: 160px;
    position: absolute;
    display: none;
}

#system_chooser h6 {
   border: 1px outset #ccc;
   background-color: #aaa;
   font-size: 9px;
}
#system_chooser span.undo {
    float: right;
    margin: 0 6px 0 0;
    color: #f00;
    font-weight: bold;
}
#system_chooser p {
    padding-left: 6px;
    padding-right: 6px;
}
#product_amount {
    z-index: 200;
    background-color: #fff;
    border: 1px solid #999;
    width: 100px;
    height: 80px;
    position: absolute;
    display: none;
}

#product_amount h6 {
   border: 1px outset #ccc;
   background-color: #aaa;
   font-size: 9px;
}
#product_amount input {
    width: 24px;
    display: block;
    margin: auto;
    margin-top: 6px;
}
#product_amount span.undo {
    float: right;
    margin: 0 6px 0 0;
    color: #f00;
    font-weight: bold;
}
#product_amount p {
    padding-left: 6px;
    padding-right: 6px;
}

div#order_mod table.customer {
    width: 600px;
}
div#order_mod .hoverclass123 {
    border:1px solid red;
}
div#order_mod td#customer_data {
    width: 360px;
}
div#order_mod td#customer_data #form_div {
}
div#order_mod td#customer_data #wait_div {
    margin-left: 160px;
    width: 46px;
}

div#order_mod td.old_list {
    vertical-align: top;
    text-align: right;
    width: auto;
}
div#order_mod div#get_old_customer {
    border: 1px solid #ccc;
    margin-left: 46px;
    height: 125px;
    overflow: auto;

}
div#order_mod div#get_old_customer h6 {
    background-color: #aaa;
    font-size: 9px;
    border: 1px outset #fff;
}
div#order_mod div#wait_div {
    float: left;
    display: none;
}
div#order_mod textarea {
    width: 524px;
    height: 32px;
    margin-bottom: 6px;
}
div#order_mod textarea.frame {
    background-color:#efefef;
    border: 1px solid #000;
    height: 96px;
}
div#order_mod table.order_items {
    margin: 24px 0 24px 0px;
    width: 524px;
    background-color: #efefef;
}
div#order_mod table.order_items td {
    background-color: #fff;
}
div#order_mod table.order_items input {
    width: 24px;
    text-align: center;
}
div#order_mod table.order_items td.price, td.tax{
    text-align: center;
}
div#order_mod table.order_items td.price {
    width: 80px;
}
div#order_mod table.order_items td.price input.input_price{
    width: 60px;
}
div#order_mod table.order_items td.allowance {
    width: 42px;
}
div#order_mod table.order_items td.row_hr {
    height: 12px;
}
div#order_mod table.order_items th {
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    background-color: #f6f5f5;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-x-position: 0%;
    background-y-position: 0%;
    color: #ff6600;
}
div#order_mod p {
    margin: auto;
    text-align: center;
}
/******************* Systems list ******************/
.bigtable tr.product td.amount {
    text-align: right;
    width: 24px;
}
.bigtable tr.product td.name {
    font-style: italic;
}
.bigtable tr.summarize td {
    font-weight: bold;
    text-align:center;
    padding-bottom: 24px;
}
.system_amount {
    width: 32px;
    border: 1px solid #2872B3;
}
div.trees {
    height: 540px;
    overflow-y: auto;
    overflow-x: hidden;
}
