/* ------------------------------------------------------------------ */
/* --- CSS Document [-------.lt] ------------------------------------ */
/* ------------------------------------------------------------------ */
/* --- Includes: ---------------------------------------------------- */
/* ------- ie.css [IE stuff] ---------------------------------------- */
/* ------- layout.css [layout] -------------------------------------- */
/* ------- behaviors.css [IE stuff] --------------------------------- */
/* ------------------------------------------------------------------ */
/* --- Author: [mp] ------------------------------------------------- */
/* ------------------------------------------------------------------ */
* {
	margin:0;
	padding:0;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000;
}
img {
	border: none;
}

/* ------------------------------------------------------------------ */
/* --- Links -------------------------------------------------------- */
/* ------------------------------------------------------------------ */
a:link, a:visited, a:active {	
	color: #00923f;
	text-decoration: underline; 
}
a:hover {
	color: #00923f;
	text-decoration: none;
}

/* --- [For imges] -------------------------------------------------- */
a:link img, a:visited img, a:active img {
	border: none;
}
a:hover img {}

/* --- [more link] -------------------------------------------------- */
a.more:link, a.more:visited, a.more:active {
	background-image: url(images/icons/link_more.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
a.more:hover {}

/* --- [navi link] -------------------------------------------------- */
a.totop {
	background-image: url(/images/icons/icon_2top.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
}
a.toback {
	background-image: url(/images/icons/icon_2back.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
}
a.tohome {
	background-image: url(/images/icons/icon_2home.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
}
a.toprint {
	background-image: url(/images/icons/icon_print.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
}
a.get {
	background-image: url(/images/icons/icon_get.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
}
a.cart {
	background-image: url(/images/icons/icon_cart.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
}
span.date, .date {
	background-image: url(/images/icons/icon_date.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 14px;
	margin-bottom: 5px;
}

#pagecontrol {
	clear: both;
	border-top: 1px solid #FF9900;
	padding-top: 15px;
	margin: 25px 0px 25px 0px;
}
#copyright {
	color: #999999;
	text-align: center;
	padding-bottom: 10px;
}
.good-msg {
	background-color: #006600;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	font-size: 11px;
	margin-bottom: 5px;
}
.error-msg {
	background-color: #990000;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	font-size: 11px;
	margin-bottom: 5px;
}

/* ------------------------------------------------------------------ */
/* --- Defaults ----------------------------------------------------- */
/* ------------------------------------------------------------------ */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 30px 0;
	padding: 0 0 0 25px;
	font-weight: bold;
	letter-spacing: normal;
	color: #333;
	background-image: url(/images/h1.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
}
h1 span { 
	border-bottom: 4px solid #333;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	margin: 0 0 1em 0;
	padding: 0 0 0 20px;;
	letter-spacing: normal;
	color: #333;
}
h2 span {
	border-bottom: 4px solid #000;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 26px;
	margin-right: 0pt;
	margin-bottom: 8px;
	margin-left: 0pt;
}

p {
	font-size: 1em;
	line-height: 1.4em;
	color: #333333;
	margin: 0 0 7px 0;
}
#m-content p {
	margin-left: 12px;
}
.news {
	margin-left: 6px;
}
#m-content .news p {
	margin-left: 0px;
}
/* FCK crap blogai deda font face="xxx" ikeliant */
p font {
	font-family: Arial, Helvetica, sans-serif;
}
.note {
	background-color: #F3F3F3;
	font-weight: normal;
	border-top: 2px solid #00923F;
	padding: 5px;
	border-bottom: 1px solid #00923F;
}

blockquote, .pastaba {
	color: #333333;
	border-left: 4px solid #00923F;
	line-height: 1.4em;
	padding-left: 1em;
	margin: .5em 0 .5em 0;
}
.hr {
	background-color: transparent;
	background-image: url(/images/hr.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: none;
	margin: 14px 0; padding: 0;
	display: block;
	height: 3px;
	font-size: 3px;
	line-height: 3px;
}
fieldset {
	border: 1px solid #00923F;
	padding: 1em;
	margin: .5em 0;

}
legend {
	border: 1px solid #00923F;
	font-weight: bold;
	padding: 0 15px;
	margin: 0;
}

pre {
	font-family: "Courier New", Courier, monospace;
	border: 1px dashed #000000;
	overflow: auto;
	width: 400px;
	height: 80px;
}
strong, b {}

.image, a img.image {
	padding: 3px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

/* --- floats ------------------------------------------------------- */
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background-color: transparent;
	color: #FFFFFF;
	margin: 0; padding: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/* --- Lists -------------------------------------------------------- */
ul {
	list-style-image: none;
	list-style-type: none;
	margin: 1em;
	padding: 0;
}

dl {
	list-style-image: none;
	list-style-type: none;
	margin: 1em;
	padding: 0;
}

ol {
	list-style-position: inside;
	margin: 1em;
	padding: 0;
}

ul li {
	background-image: url(/images/dot.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	margin-left: 1em;
	padding-left: 1em;
	white-space: normal;
	line-height: 1.4em;
}

ul ul {
	margin: 0;
}
ul li li {
	background-image: url(/images/dot2.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	margin-left: 1em;
	padding-left: 1em;
}
dl dt {
	font-weight: bold;
	text-decoration: none;
	margin-top: 1em;
}

dl dd {
	background-image: url(/images/dot.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	margin-left: 1em;
	padding-left: 1em;
	line-height: 1.4em;
}
ol ul, ol ol {
	margin: 0;
}
ol li {
	margin-left: 1em;
	line-height: 1.4em;
}
ol li li {
	margin-left: 2em;
}
label {
	display: block;
	cursor: pointer;
}
.svarbu {
	color: #FF0000;
	font-weight: bold;
}
/* ------------------------------------------------------------------ */
/* --- Meniu [] ----------------------------------------------------- */
/* ------------------------------------------------------------------ */
#mainmenu {
	margin: 22px 0 12px 0;
}
#mainmenu ul {
	width: 90%;
	margin:0; padding:0;
	border-top: 1px solid #b3b3b3;
}
#mainmenu li {
	background-image: none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #b3b3b3;
	margin: 0;
	padding: 3px 0 3px 25px;
}
#mainmenu li a:link, #mainmenu li a:visited, #mainmenu li a:active {
	background-color: transparent;
	background-image: url(/images/meniu_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 12px;
	color: #007e3b;
	text-decoration: none;
	font-weight: bold;
}
#mainmenu li a:hover, #mainmenu a#mactive, #mainmenu a#mactive2  {
	background-color: transparent;
	background-image: url(/images/meniu_link_o.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000000;
	text-decoration: none;
}
/* --- SubMeniu [] -------------------------------------------------- */
#mainmenu li ul.submenu {
	width: 100%;
	border-top: none;
	margin:0; padding:0;
}
#mainmenu li ul.submenu li {
	background-image: none;
	background-color: #FFFFFF;
	border-top: 1px solid #E9E9E9;
	border-bottom: none;
	margin: 3px 0 0 0;
	padding: 3px 0 1px 25px;
}
#mainmenu li ul.submenu li a {
	font-size: 11px;
}



/* ------------------------------------------------------------------ */
/* --- Pager  ------------------------------------------------------- */
/* ------------------------------------------------------------------ */
.navigation_pages {
	clear: both;
	text-align: center;
	padding-top: 10px;
	margin-top: 5px;
}
.navigation_pages a {
	margin: 0 3px;
}
a.p-prev {
	border: none;
	background-image: url(/images/icons/icon_prev.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin: 0 0 0 8px;
}
a.p-next {
	background-image: url(/images/icons/icon_next.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin: 0 0 0 12px;
}
/* ------------------------------------------------------------------ */
/* --- [table style] ------------------------------------------------ */
/* ------------------------------------------------------------------ */
.lentele {
	width: 100%;
	border-collapse: collapse;
	margin: .5em 0;
}
.lentele th, .lenta_header {
	color: #000;
	background-color: #EBEBEB;
	text-align: center;
	font-weight: bold;
	border-top: 4px solid #00923F;
	border-bottom: 1px solid #00923F;
	padding: 7px 0;
}
.lentele td {
	text-align: left;
	padding: 4px 0 4px 10px;
	border-bottom: 1px solid #00923F;
}
/* ------------------------------------------------------------------ */
/* --- [Form style] ------------------------------------------------- */
/* ------------------------------------------------------------------ */
.forma {
	padding: 1em;
	margin: 1em 0;
	width: 260px;
	border: 1px solid #999999;
}
.forma .idiv {
	margin: 6px 0;
	padding-bottom: 6px;
}
.forma label {
	text-transform: none;
	font-size: 1em;
	color: #333333;
	display: block;
	cursor: pointer;
}
.forma input {
	border: 1px solid #000;
	background-color: #ccc;
	width: 255px;
	padding: 3px;
	font-size: 11px;
}
.forma input.button, input.button {
	width: auto;
	color: #000;
	background-color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 10px;
	cursor: pointer;
}
.forma textarea {
	border: 1px solid #000;
	background-color: #ccc;
	font-size: 11px;
	width: 255px;
	overflow: auto;
	padding: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
/* 
 * foto prie naujienos
 */
.grow {
	margin-top: 3px;
}
.grow img, .grow a img {
	padding: 3px;
	background-color: #FFFFFF;
	border:1px solid #999999;
}
.grow a:hover img {
	border:1px solid #FFCC00;
}

/* naujienos prenumerata */
.order-news {
	color:#333333;
}
.order-news input.button2 {
	border:1px solid #FFCC00;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 3px;
	margin: 0;
}
.order-news td {
	padding: 3px 0;
}
.order-news input.int {
	border:1px solid #FFCC00;
	padding: 3px;
	font-size: 11px;
	width: 96%;
	background-color: #FFFFFF;
}



