body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
a:link {
	color: #E22F2F;
}
a:visited {
	color: #E22F2F;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: black;
}
a img {
	border: 0;
}
.formSubmit {
	background-image: url(images/form_button.gif);
	width: 74px ! important ;
	height: 20px;
	color: #660000;
	font-size: 12px;
}
form {
	margin: 0; 
}
table#header {
	height: 120px;
}
table#header, table#middle {
	width: 100%; /* 770px */
	margin: 0 auto;
}

.waitCircle {
  display: none;
	background-image: url(images/circle4.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 45px;
}

/* HEADERIS */

#header .lang {
	background-color: #E22F2F;
	text-align: right;
	height: 30px;
	color: white;
	font-size: 12px;
	vertical-align: top;
}
#header .lang div {
	margin-right: 5px;
	width: 70px;
}
#header .lang a {
	color: white;
	text-decoration: none;
}
#header .lang a:hover {
	font-weight: bold;
}
#header #userButtons {
	background-color: #E22F2F; 
}
#header #userButtons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header #userButtons ul li {
	float: right;
}
#header #userButtons ul li a {
	display: block;
	width: 112px;
	height: 16px;
	padding-top: 1px;
	background-image: url(images/user_button.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #660000;
	font-size: 11px;
	text-decoration: none;
}
#header #userButtons ul li a:hover {
	font-weight: bold;
}


#header .title {
	background-color: #E22F2F;
	padding-left: 30px;
	height: 34px;
	color: white;
	font-size: 16px;	
	font-weight: bold;
	vertical-align: bottom;
}
#header .buttons {
	background-image: url(images/header_bck.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 56px;
	vertical-align: bottom;	
}
#header .buttons a img {
	margin-bottom: 6px;
}
/* --- */

/* MENU */

#menu {
	width: 130px;
	list-style-type: none;
	margin: 3px 0 0 0;
	padding: 0;	
}
#menu .submenu {
   border-top: 2px solid #B2B2B2;
	display: none;
}
#menu ul {
   list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu a {
	display: block;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#menu .level1 a {
	background-color: #E83A26;
	width: 123px;
	border-bottom: 1px solid #B2B2B2;
	padding: 7px 0 7px 7px;
}
#menu .level1 a:hover {
   background-color: #B32020;
}
#menu .level2 a {
	background-color: white ! important ;
	color: #A13835;
	padding: 2px 1px 2px 7px;
	width: 122px;
	font-weight: normal;
}
#menu .level2 a:hover {
	border-top: 1px solid gray;
/*	border-left: 1px solid gray;	*/
}

/* SATURS */
#middle #content {
	border: 1px solid #e89d9d;
	margin: 3px 1px 0 3px;;
	padding: 10px 10px;
	width: auto;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	position: relative;
}
#middle #content .contentName {
	border-bottom: 1px solid gray;
	width: 100%;
	margin-bottom: 20px;
/*	background-image: url(images/title_bk.gif);
	background-position: bottom;
	background-repeat: repeat-x; */
}
#middle #content .contentName h2 {
	margin: 0;
	font-size: 18px;
}
#middle #content .articleHeader {
	font-size: 14px;
	margin-top: 2px;
/*	background-image: url(images/title_bk.gif);
	background-position: bottom;
	background-repeat: repeat-x; */
	background-color: #F9F8F9;
	font-weight: bold;
}

#middle #content .article {
	margin-bottom: 20px;
  width: 660px;
}
#middle #content .articleHeader .date {
	font-size: 10px;
	font-weight: normal;
	color: gray;
	margin-top: 2px;
	margin-bottom: 0;
}
#middle #content .articleHeader .title {
	color: #B32020;
}
#middle #content .articleHeader .title a {
	text-decoration: none;
	color: #B32020;
}
#middle #content .articleBody {
	margin-bottom: 5px;
	margin-left: 2px;
}
/* ------ */
#middle #content #requestForm {
	margin-top: 20px;
	margin-bottom: 20px;
}
#middle #content #requestForm table {
	margin-top: 20px;
}
.formElement {
	border: 1px solid red;
	padding: 2px 5px;
	width: 150px;
}
#middle #content .formTitle {
	background-color: #E83A26;
	padding-left: 2px;
	font-size: 12px;
	color: white;
	font-weight: bold;
}
#middle #content #requestForm .formSubmitTd {
	padding-top: 20px;
	text-align: center;
}
/* Shop */
#middle #content #eshopSearchForm {
/*	background-color: #D6D5D9; */
	background-image: url(images/eshop_table_bk.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #bdbdbd;
	font-weight: bold;
}
#middle #content #eshopList .head {
	font-weight: bold;
	font-size: 13px;	
	color: white;
	background-color: #B32020;
}
#middle #content #eshopList {
	border-collapse: collapse;
	margin-top: 10px;
}
#middle #content #eshopList td {
	border: 1px solid gray; 
	padding: 1px 3px;
}
#middle #content #eshopSearchForm .example {
  color: gray;
  font-size: 11px;
  font-weight: normal;
}
#middle #content #eshopMenu {
	float: right;
	height: 20px;
	background-image: url(images/eshop_menu.gif);
	background-repeat: repeat-x;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding: 6px 8px 0 8px;
	color: #A42525;
}
#middle #content #eshopMenu a {
	margin-left: 6px;
	margin-right: 6px;
	text-decoration: none;
}
#middle #content #eshopMenu a:hover {
	color: #BB3232;
}

/* ---- */
#middle #auth {
	margin: 3px 0 3px 3px;
	width: 235px;
	height: 100px;
	background-color: #b32020;
	text-align: right;
	border: 1px solid #b32020;
	color: white;
}
#middle #auth #greeting {
	text-align: center;
	margin-top: 10px;
}
#middle #auth form {
	margin: 0;
}
#middle #auth table {
	color: white;
	margin: 8px 9px 0 auto;
}
#middle #auth input {
	border: 0;
	background-color: white;
	font-size: 10px;
	width: 110px;
}
#middle #auth a {
	color: white;
}
#middle #sitemap {
	background-color: #e22f2f;
	color: white;
	padding: 10px 20px;
	margin-left: 3px;
}
#middle #sitemap h2 {
	font-size: 16px;
	margin-top: 10px;
}
#middle #sitemap ul {
	margin-left: 16px;
	padding-left: 0;
}
#middle #sitemap ul ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#middle #sitemap a {
	color: white;
	text-decoration: none;
}
#middle #sitemap a:hover {
	color: white;
	text-decoration: underline;
}

/* ----  FOOOOOOOOOOOTER ----*/
#footer {
	width: 100%;
	margin: 4px auto;	
	text-align: center;
}
#footer #footer1 {
	width: 90%;
	height: 22px;
	background-image: url(images/footer2.gif);
	color: white;
}
#footer #footer2 {
	height: 22px;
	background-image: url(images/footer1.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#footer #footer3 {
	height: 18px;
	background-image: url(images/footer3.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#footer a {
	color: white;
}

/* REGISTRACIJA */
.regForm {
  margin-top: 40px;
}
.regForm table {
	margin-bottom: 40px;
}
.regForm td {
	padding: 2px 0;
}
.redBoltList {
	list-style-image: url(images/red_bolt.gif);
	list-style-position: outside;
}
.redBoltList li {
  padding-top: 0;
	margin-bottom: 10px;
}

/* konf */

.clearFloat {
	clear: both;
	height: 1px;
}

.options {
	background-color: #EAE9ED;
	margin: 20px 0;
	border: 1px solid gray
}
.thx {
  text-align: center;
	margin-top: 30px;
}
.adminPanel {
	border-bottom: 1px solid orange;
	margin-top: 3px;
}

.adminPanel a {
	text-decoration: none;
	display: block;
	background-color: #FDCF6B;
	padding: 1px 3px;
	border-top: 1px solid orange;
	margin: 0;
}
.reqField {
  color: red;
}
.adobeReader {
  text-align: center;
	border: 1px solid #EFEEF0;
	margin-top: 5px;
	padding: 2px 0;
	width: 98%;
}
.adobeReader a {
	color: gray;
	font-size: 10px;
	text-decoration: none;
}
.adobeReader a:visited {
	color: gray;
}
.adobeReader a strong {
	font-size: 11px;
	font-weight: bold;
}
.dinBk {
	background-image: url(images/produkcija_bk_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 2px 0 0 0;
	border-top: 1px solid #CCCCCE;
	border-bottom: 1px solid #CCCCCE;
	margin-bottom: 20px;
}
.dinBk .body {
	background-image: url(images/produkcija_bk_bot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.dinBk .head {
  font-size: 26px;
	color: #A6A6A6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 0 2px 5px;
}
.openPdfHelp {
	display: none;
	color: red;
	border: 1px solid red;
	padding: 3px 4px;
	text-align: center;
	font-weight: bold;
	width: 70%;
	background-color: white;
	margin-right: 1px;
}
.dinSearch {
	width: 100%;
}
.dinSearch .buttons td a {
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #EAEAED;
	color: black;
	font-weight: bold;
	padding: 2px 0;
}
.dinSearch .body {
	border: 2px solid #D6D5D9;
	padding: 10px 0;
	background-color: #EAEAED;
}
#changeUserInfoForm input {
	width: 300px;
}

div#clocks {
	margin: 0 0 0 3px;
	height: 72px;
	border-bottom: 1px solid white;
}
div#clocks .clock_body {
	width: 117px;
	height: 65px;
	float: left;
	text-align: center;
	color: white;
	background-image: url(images/clock_bg.gif);
	padding-top: 5px;
}
div#clocks .clock_body .clock_numbers{
	margin: auto;
	width: 90%;
	border-bottom: 1px solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
}
div#clocks .clock_body .clock_descr {
	padding: 5px 0;
}

div#eshop_banner {
   margin: 0 0 3px 3px;
}

noscript.no_js_found {
  text-align: center;
	margin: 1.5em 0;
	display: block;
	font-weight: bold;
}


