html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #1d1c1b;
	font-family: Tahoma;
	font-size: 11px;
}

img {border: none;}

a {outline: none;}

form, input, ul, ul li {
	margin: 0;
	padding: 0;
}

table {border-collapse: collapse;}

/* ========================================================= */

.clear {clear: both;}

.inlined {
	display: inline-block;
	margin: 0;
	letter-spacing: -3;
}

.inlined li {
	display: -moz-inline-box;
	display: inline-block;
	list-style-type: none;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 11px;
}

#page_wrapper {
	background: #1d1c1b url(/images/back.gif);
	height: auto !important;
	min-height: 100%;
	height: 100%;
	min-width: 998px;
	overflow: hidden;
}

#page_container1 {
	width: 998px;
	display: table;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
}

#page_container2 {
	width: 1110px;
	min-height: 100%;
	height: 100%;
	margin: 0 -60px 0 -60px;
	background: #ddd9d1;
	border: 1px solid #000;
	border-width: 0 4px 0 4px;
	position: relative;
}


/* ========================================================= */

#logon {
	position: absolute;
	background: #000 url(/images/logon_back.jpg) repeat-x 0 54px;
	height: 226px;
	width: 492px;
	border: 3px solid #fff;
	z-index: 500;
	color: #fff;
}

#logon div {
	position: absolute;
	top: 4px;
	right: 10px;
	font-weight: bold;
	font-size: 14px;
}

#logon a:link, #logon a:visited {color: #fff; text-decoration: none;}
#logon a:hover, #logon a:active {color: #fe0000; text-decoration: none;}

#logon b {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	margin: 20px 0 36px 24px;
}

#logon ul {
	width: 360px;
	margin: 0 0 0 70px;
}

#logon li {
	margin: 0 0 6px 0;
	vertical-align: middle;
}

#logon li.logon_param {
	width: 110px;
	font-size: 12px;
}

.logon_input {
	width: 234px;
	height: 20px;
	border: 1px solid #969696;
	background: #6f6f6f;
	color: #fff;
	font-size: 12px;
}

a#logon_btn {
	display: block;
	width: 134px;
	height: 24px;
	line-height: 23px;
	background: url(/images/logon_btn.png) no-repeat;
	text-align: center;
	float: right;
	margin: 40px 0 0 210px;
}

a#logon_forgot {padding: 0 0 0 70px;}

#logon a#logon_forgot:link, #logon a#logon_forgot:visited {color: #8f8f8f; text-decoration: underline;}
#logon a#logon_forgot:hover, #logon a#logon_forgot:active {color: #fe0000; text-decoration: underline;}

#header {
	height: 228px;
	background: #000 url(/images/header_back.png) repeat-x bottom left;
	position: relative;
}

#header a:link, #header a:visited {color: #fff; text-decoration: underline;}
#header a:hover, #header a:active {color: #fe0000; text-decoration: underline;}

#header_left {
	position: absolute;
	top: 0;
	left: -4px;
}

#header_right {
	position: absolute;
	top: 0;
	right: -4px;
}

#header_centrum {
	position: absolute;
	top: 0;
	left: 56px;
}

#logo1 {
	position: absolute;
	top: 33px;
	left: 83px;
}

#logo2 {
	position: absolute;
	top: 55px;
	left: 197px;
}

#sign {
	position: absolute;
	top: 0;
	left: 85px;
	font-size: 10px;
	color: #fff;
	border-right: 1px solid #ddd9d1;
	padding: 9px 20px 2px 0;
	z-index: 5;
}

#lang {
	position: absolute;
	top: 4px;
	right: -78px;
	background: url(/images/header_lang_dots.gif) repeat-x bottom left;
	font-size: 11px;
	width: 60px;
}

#lang a {
	display: block;
	padding: 4px 10px 8px 2px;
	margin: 0 0 -6px 0;
	color: #a3a3a3 !important;
	text-decoration: none !important;
	background: url(/images/header_lang_arrow.gif) no-repeat bottom right;
}

#lang_select {
	position: absolute;
	top: 24px;
	left: 242px;
	white-space: nowrap;
	font-size: 11px;
	background: #000;
	padding: 5px 0 0 0;
}

#lang_select a {text-decoration: none !important;}

#top_basket {
	position: absolute;
	top: 0;
	left: 768px;
	border-left: 1px solid #ddd9d1;
	color: #fff;
	padding: 10px 0 4px 78px;
	background: url(/images/header_basket.gif) no-repeat 44px 10px;
	line-height: 24px;
}

#top_basket img {margin: 0 6px -3px 14px;}

#top_basket span {
	color: #fe0000;
	font-size: 13px;
}

#top_basket_open {
	position: absolute;
	z-index: 25;
	top: 0;
	left: 767px;
	width: 288px;
	background: #fff url(/images/header_basket2.gif) no-repeat 44px 10px;
	padding: 17px 0 6px 0;
}

#nano_list {
	height: 176px;
	overflow: auto;
	margin: 12px 0;
	padding: 0 10px 0 12px;
	clear: both;
}

#nano_list td {
	font-size: 11px;
	font-family: Arial;
	padding: 6px 0;
}

#nano_list td.nano2 {
	padding: 6px 10px 6px 17px;
	border-bottom: 1px solid #b7b7b7;
	width: 100%;
}

#nano_list td.nano3 {
	border-bottom: 1px solid #b7b7b7;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

#nano_sum {
	font-size: 12px;
	padding: 0 24px 16px 0;
	text-align: right;
}

#nano_sum b {font-size: 14px;}

a.tbo1 {
	float: right;
	padding: 0 24px 0 0;
}

#header a.tbo1:link, #header a.tbo1:visited {color: #040404; text-decoration: underline;}
#header a.tbo1:hover, #header a.tbo1:active {color: #fe0000; text-decoration: underline;}

#top_basket_open span {padding: 0 0 0 74px;}

#top_basket_open .inlined li {width: 144px;}

#top_basket_open .inlined li a {display: block;}

.inlined li.tbo2 {
	background: url(/images/basket_arrow_left.gif) no-repeat 4px 5px;
	width: 50%;
	height: 24px;
	line-height: 11px;
}

.tbo2 a {padding: 0 0 0 18px;}

#header .tbo2 a:link, #header .tbo2 a:visited {color: #5f5f5f; text-decoration: none;}
#header .tbo2 a:hover, #header .tbo2 a:active {color: #fe0000; text-decoration: none;}

.inlined li.tbo3 {
	background: #e5000b url(/images/basket_arrow_right.gif) no-repeat 4px 5px;
	width: 50%;
	height: 24px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

.tbo3 a {padding: 4px 0 0 0;}

#header .tbo3 a:link, #header .tbo3 a:visited {color: #fff; text-decoration: none;}
#header .tbo3 a:hover, #header .tbo3 a:active {color: #fff; text-decoration: none;}

#menu {
	position: absolute;
	top: 143px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}

#menu li {
	width: 143px;
	position: relative;
}

#menu li a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	background: url(/images/menu_btn.png) no-repeat;
	height: 39px;
	line-height: 30px;
}

#menu li a:link, #menu li a:visited {color: #fff; text-decoration: none; background-position: 0 0;}
#menu li a:hover, #menu li a:active, #menu li.open a:link, #menu li.open a:visited {color: #fff; text-decoration: none; background-position: 0 -39px;}

#menu li div {
	position: absolute;
	top: 30px;
	left: 4px;
	z-index: 100;
	background: #5c0e04;
	display: none;
	width: 279px;
	padding: 8px 0 10px 0;
}

#menu li.open div {display: block;}

#menu li.last div {left: -139px;}

#menu li div a {
	text-align: left;
	text-transform: none;
	background: url(/images/submenu_btn.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	padding: 0 0 2px 42px;
}

#menu li.open div a:link, #menu li.open div a:visited {color: #fff; text-decoration: none; font-size: 12px; background-position: -20px 0;}
#menu li.open div a:hover, #menu li.open div a:active  {color: #fff; text-decoration: none; font-size: 13px; font-weight: bold; background-position: 26px 7px; background-color: #76352c;}

#search {
	position: absolute;
	bottom: 6px;
	left: 87px;
}

#search_input {
	width: 212px;
	height: 16px;
	background: #fff;
	border: 1px solid #474747;
	font-size: 11px;
	margin: 0;
	padding-left: 2px;
}

#selector {
	position: absolute;
	bottom: 7px;
	right: 87px;
	z-index: 5;
}

#selector li {padding: 0 0 0 24px;}

#selector select {
	width: 212px;
	height: 16px;
	font-size: 11px;
}

.justselect
{	width: 212px;
	height: 20px;
	font-size: 11px;
}