/* 2006 (c) UAB "Dizaino kryptis" */
/* 2006 (c) Simonas Falkauskas */
html {height: 100%; min-width: 900px;}
body {
	position: relative;
	margin: 0; padding: 0;
	font-size: 1em;
	font: 76% Tahoma, Arial, Helvetica, sans-serif;
	background: #2A2A2A url('../images/bg.jpg') repeat-y 50% 0;
	min-width: 900px;
	height: 100%;
}
* html body {text-align: center;}


#holder {
	width: 100%; height: 100%;
	border-collapse: collapse;
	border: 0;
}
#holder td {
	text-align: center;
	font-size: 1em;
}
* html #holder td {
	font-size: .75em;
	font-size/* */:/**/1em;
}
#holder td.top {vertical-align: top;}
#holder td.bottom {vertical-align: bottom;}
#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding-top: 560px;
	text-align: left;
}

#inside #wrapper {padding-top: 144px;}

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, form, dl, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset {border: 0;}
h1 {display: none;}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #A3B902;
	padding-bottom: 10px;
}


/* --- Standart Tag's --- */

.logo-print {display: none;}

.logo {
	position: absolute;
	top: 0; left: 33px;
	display: block;
	width: 170px; height: 60px;
	background: url('../images/logo.jpg') no-repeat;
}
.logo span {display: none;}

/* Top Navigation */
#top-navigation {
	list-style: none;
	padding: 0;
	position: absolute;
	top: 0; right: 0;
	width: 105px; height: 32px;

	background: url('../images/bg-languages.gif') repeat-x;
}

#top-navigation li {
	float: left;
	margin: 12px 3px 0 0;
}
#top-navigation li.print {margin-right: 0;}

#top-navigation a {
	display: block;
	width: 24px; height: 20px;
}

#top-navigation .home a {background: url('../images/ico-home.gif') no-repeat 50% 50%;}
#top-navigation .mail a {background: url('../images/ico-mail.gif') no-repeat 50% 50%;}
#top-navigation .sitemap a {background: url('../images/ico-sitemap.gif') no-repeat 50% 50%;}
#top-navigation .print a {background: url('../images/ico-print.gif') no-repeat 50% 50%;}

#top-navigation a span {display: none;}
/* End Top Navigation */

/* Meniu */
#meniu {
	position: absolute;
	top: 60px; left: 0;
	width: 575px; height: 430px;	
}
#inside #meniu {
	position: absolute;
	top: 60px; left: 0;
	width: 796px; height: 84px;
}

#meniu-graphics {
	position: absolute;
	top: 490px; left: 0;
	width: 575px; height: 70px;
	background: url('../images/bg-meniu.jpg') no-repeat 0 100%;
}
#inside #meniu-graphics {
	position: absolute;
	top: 40px; left: 445px;
	width: 340px; height: 20px;
	background: url('../images/bg-meniu-inside.jpg') no-repeat 100% 100%;
}

#meniu-graphics .lt {
	/*
	position: absolute;
	top: 48px; left: 463px;
	display: block;
	width: 20px; height: 20px;
	*/
	display: none;
}
#meniu-graphics .en, #meniu-graphics .ru {display: none;}

#meniu-graphics span {display: none;}
/* End Meniu */
/* Submeniu */
#submeniu {
	list-style: none;
	padding: 5px 0;
	position: absolute;
	top: 145px; left: 655px;
	width: 135px;
}
* html #submeniu {
	left: 640px;
	left/* */:/**/655px;
}
#submeniu ul {
	list-style: none;
	padding: 0;
}

* html #submeniu li {
	vertical-align: top;
	height: 1%;
}

#submeniu a {
	display: block;
	padding: 1px 10px;
	color: #000;
	text-decoration: none;
}
#submeniu a:hover, #submeniu a.active {
	color: #849A00;
	background: url('../images/bg-submeniu.gif') no-repeat 2px 6px;
}

#submeniu ul a {
	font-size: .9em;
	color: #849A00;
	padding-left: 20px;
}
#submeniu ul a:hover, #submeniu ul a.active {background: url('../images/bg-submeniu.gif') no-repeat 12px 5px;}

#submeniu ul ul li {margin: 2px 0;}
#submeniu ul ul a {
	margin: 0 10px 0 25px;
	padding: 1px 3px;
	display: inline;
}
#submeniu ul ul a:hover, #submeniu ul ul a.active {
	color: #FFF;
	background: #849A00;
	font-weight: normal;
}

/* End Submeniu */
/* Title Graphics */
#title-graphics {
	position: absolute;
	top: 10px; left: 540px;
	width: 255px; height: 345px;
	z-index: 10;
}

/* End Title Graphics */
/* Login Form */
#login {
	padding-bottom: 10px;
}

#login fieldset {padding: 0;}

#login .txtfld {
	font-size: .9em;
	color: #FFF;
	border: 2px solid #000;
	background: #282B23;
	width: 65px;
	padding: 1px 5px;
}
* html #login .txtfld {
	border: 1px solid #000;
	width: 75px;
	width/* */:/**/65px;
}
*:first-child+html #login .txtfld {border: 1px solid #000;}

#login .submit {
	color: #000;
	font-weight: bold;
	background: #829705;
	border: 0;
	margin: 2px 0 0 4px;
	width: 20px; height: 17px;
	cursor: pointer;
}

* html #login .submit {margin-left: 1px;}
*:first-child+html #login .submit {margin-left: 1px;}

#users-screen #login a {
	font-size: .8em;
	color: #829705;
	white-space: nowrap;
}

#users-screen #login .error {
	font-size: .8em;
	color: #FFF;
	padding-top: 5px;
}
/* End Login Form */
/* Users screen */
#users-screen {
	position: absolute;
	top: 225px; left: 795px;
	width: 100px;
}
#inside #users-screen {top: 60px;}

#users-screen p {
	margin: 0;
	color: #FFF;
	font-size: .9em;
}
#users-screen a {
	font-size: .9em;
	color: #829705;
}

/* End Users Screen */
/* Catalog Basket */
#catalog-basket {
	font-size: .9em;
	color: #FFF;
}
#users-screen #catalog-basket p {
	font-size: 1em;
}
#users-screen #catalog-basket span {	
	font-size: .9em;
	color: #54574E;
}
#users-screen #catalog-basket .item {
	position: relative;
	padding-bottom: 10px;
	background: url('../images/bg-news.gif') repeat-x 0 100%;
}
#users-screen #catalog-basket .item p {
	margin-right: 12px;
}

#users-screen #catalog-basket i {
	font-style: normal;
	color: #FF0000;
}

#users-screen #catalog-basket .delete {
	position: absolute;
	top: 0; right: 0;
	width: 12px; height: 12px;
	border: 0;
	background: url('../images/ico-delete.gif') no-repeat 50% 50%;
	cursor: pointer;
}
/* End Catalog Basket */
/* Product View */
#text .product {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
#text .product td {
	vertical-align: top;
	width: 50%;
	text-align: left;
}
#text .product h5 {
	font-size: 1em;
	color: #829705;
	padding-bottom: 5px;
}
#text .product h5 span, #text .product h5 a {
	font-weight: normal;
	color: #FFF;
}


#text .product table {
	width: auto;
	border-collapse: collapse;
	border: 0;
}
#text .product table td {
	vertical-align: middle;
	width: auto;
	text-align: center;
}

#text .product img {
	border: 2px solid #545454;
	margin-top: 2px;
}
* html #text .product img {margin-top: 0;}
*:first-child+html #text .product img {margin-top: 0;}

#text .product span {color: #FF0000;}

/* End Product View */
/* News */
#news {
	position: absolute;
	top: 355px; left: 590px;
	width: 195px;
}
#inside #news {
	position: relative;
	width: 100%;
	top: 0; left: 0;
}

#news dl h3 {
	color: #829705;
	font-size: 1em;
}
#news dl h3 a {
	color: #829705;
	text-decoration: none;
}
#news dl h3 a:hover {
	color: #FFF;
}

#inside #news dl h3 {font-size: 1.1em;}
#news dt {
	font-size: .8em;
	color: #54574E;
}

#inside #news dt {font-size: .9em;}
#news dd {
	font-size: .9em;
	margin: 0;
	color: #FFF;
	padding-bottom: 15px;
	background: url('../images/bg-news.gif') repeat-x 0 100%;
}
#inside #news dd {font-size: 1em;}
#news p {margin: 0;}
#news a {color: #829705;}


#pager {
	list-style: none;
	padding: 0;
	font-size: .8em;
}
#pager li {float: left;}
#text #pager li {padding: 0; background: none;}
#pager a {
	display: block;
	padding: 2px 5px;
	color: #54574E;
	text-decoration: none;
	background: url('../images/bg-news-pager.gif') no-repeat 100% 50%;
}
#text #pager a {color: #54574E;}
#pager a:hover, #pager a.active, #text #pager a:hover, #text #pager a.active {color: #FFF;}

#text .archive {padding-bottom: 10px;}
/* End News */
/* Offers */
#news .offers {
	padding-bottom: 15px;
	background: url('../images/bg-news.gif') repeat-x 0 100%;
}

#news .offers dl {
	margin-left: 70px;
	min-height: 70px;
}
* html #news .offers dl {height: 70px;}

#news .offers dd {
	background: none;
	padding-bottom: 0;
}

#news .offers img {float: left;}

/* End Offers */
#container {width: 901px;}
#inside #container {
	background: url('../images/bg-container.jpg') no-repeat;
	padding-top: 25px;
	margin-bottom: 40px;
}

/* Text */
#text {
	padding: 0 35px;
	font-size: .9em;
	color: #FFF;
}
#inside #text {
	margin: 0 253px 0 54px;
	background: #0E0E0E;
	padding: 0 35px 25px 35px;
	min-height: 380px;
}
* html #inside #text {
	height: 405px;
	height/* */:/**/380px;
}

#text h2 {
	font-size: 1.6em;
}
#text h2 a {
	color: #A3B902;
	text-decoration: none;
}
#text h2 a:hover {
	text-decoration: underline;
}
#text h3 {
	font-size: 1.2em;
}
#text h4 {
	font-size: 1.1em;
}

#text p {margin: 0 0 1em 0;}
#text a {color: #829705;}
#text span {color: #747474;}
#text ul {
	padding: 0 0 1.5em 0;
	list-style: none;
}
#text ul ul {padding: 0;}
#text li {
	padding: 2px 15px;
	background: url('../images/bg-submeniu.gif') no-repeat 0 6px;
}
* html #text li {vertical-align: top; height: 1%;}
#text table {
	border-collapse: collapse;
	border: 1px solid;
	border-color: #3E3F3C;
	width: 100%;
}
* html #text table {font-size: 1em;}
#text table[border="0"] {border: 0;}
#text table.noborder { border: 0; }
#text td {
	padding: 5px;
	font-size: 1em;
	border-color: #3E3F3C;
}

/* End Text */
/* Index Offers */
#text .index-offers {
	width: 190px;
	float: left;
	background: url('../images/bg-index-offers.gif') repeat-y;
}
#text .index-offers img {
	margin: 0 6px;
	float: left;
}
#text .index-offers dl {
	width: 110px;
	margin: 0 5px 0 75px;
}
#text .index-offers dt {
	font-size: .8em;
	color: #54574E;
}
#text .index-offers dl h3 {
	color: #829705;
	font-size: 1em;
}
#text .index-offers dl h3 a {
	color: #829705;
	text-decoration: none;
}
#text .index-offers dl h3 a:hover {color: #FFF;}
#text .index-offers dd {margin: 0;}
/* End Index Offers */
/* Forms */
#text #register fieldset {
	padding: 3px;
}
#text #register label {
	display: block;
	color: #FFF;
	padding: 0 0 5px 2px;
}
#text #register .txtfld {
	font-size: .9em;
	color: #FFF;
	background: #363930;
	border: 1px solid #000;
	width: 150px;
	padding: 1px 3px;
}
#text #register .submit {
	border: 1px solid #000;
	background: #829705;
	font-size: .9em;
	color: #000;
	margin-left: 5px;
}
* html #text #register .submit {font-size: 1em;}
*:first-child+html #text #register .submit {font-size: 1em;}

#text #register .error {color: #90A800;}

#text #register textarea {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #363930;
	border: 1px solid #000;
	padding: 1px 3px;
	width: 300px; height: 100px;
	overflow: auto;
}
	
/* End Forms */
/* Catalog */
#text .list {
	width: 100%;
	border: 0;
	border-collapse: none;
}

#text .list th {
	padding: 5px 3px;
	background: #242424;
}

#text .list td.left, #text .list th.left  {text-align: left;}
#text .list td.center, #text .list th.center {text-align: center;}
#text .list td.right, #text .list th.right {text-align: right;}

#text .list .txtfld {
	font-size: .9em;
	color: #FFF;
	background: #363930;
	border: 1px solid #000;
	width: 25px;
	padding: 1px 3px;
}
* html #text .list .txtfld {font-size: 1em;}
*:first-child+html #text .list .txtfld {font-size: 1em;}

#text .list .addbasket {
	vertical-align: middle;
	width: 20px; height: 12px;
	border: 0;
	background: url('../images/ico-basket.gif') no-repeat 50% 50%;
	cursor: pointer;
}

#text .delete {
	vertical-align: middle;
	width: 12px; height: 12px;
	border: 0;
	background: url('../images/ico-delete.gif') no-repeat 50% 50%;
	cursor: pointer;
}

/* End Catalog */
/* Footer */
#footer {
	margin: 0 auto;
	width: 855px;
	text-align: left;
	font-size: .8em;
	color: #FFF;
	padding: 10px 5px;
	background: url('../images/bg-footer.gif') repeat-x 0 100%;
}
* html #footer {
	width: 865px;
	width/* */:/**/855px;
}
#footer p, #footer span {
	margin: 0;
}
#footer span {color: #829705;}
#footer a {color: #FFF; text-decoration: none;}

#footer .left {float: left;}
#footer .right {float: right;}

#footer .left, #fooer .right {overflow: auto;}
/* End Footer */

.clear {	
	clear: both;
	width: 100%;
}

#text table {
	behavior: expression(function(o){
		if (o.border == "0")
			o.className += " noborder"
		o.runtimeStyle.behavior = "none";
	}(this))
}