/**
 * CSS file
 */
body,
table
{
    font-size:13px;
    font-family: Arial, Sans-Serif, Tahoma, Verdana; 
    color:#333333;
    background-color:#FFFFFF;
}

body {
    height:100%;
}

table
{
    border:0px;
    border-collapse:collapse;
}

img
{
    border:0px;
    vertical-align:middle;
}

body,
td,
th,
form,
p,
div,
ul,
li,
h1,
input,
textarea,
select,
button
{
    padding:0px;
    margin:0px;
}

input, textarea, select
{
    font-size:12px;
    font-family:Arial, Verdana, Sans-Serif;
}


a,
a:link,
a:visited,
a:active,
a:hover
{
    color:#000;
	text-decoration:none;
	font-family: Georgia, Verdana, Sans-Serif, Tahoma, Arial;
    font-size:12px;
}


/* body */

div#body
{
    /*
	margin-left:auto;
    margin-right:auto;
	*/
    width:1000px;
}

div#top
{
    height:135px;
    width:100%;
	background-color:#0A50A1;
	background-repeat:no-repeat;
	background-position: 235px 45px;
}

div.top_lt {background-image:url(../design/top_text_lt.gif);}
div.top_en {background-image:url(../design/top_text_en.gif);}
div.top_ru {background-image:url(../design/top_text_ru.gif);}
div.top_pl {background-image:url(../design/top_text_pl.gif);}

div#top div.bg {
	width:1000px;
	height:135px;
}

div#footer
{
    margin-top:40px;
	height:85px;
    width:100%;
	background-image:url(../design/footer_line.gif);
	background-repeat:repeat-x;
	background-position: 0px 6px;
}

div.footer {width:1000px;}

div#footer_img {
	width:63px;
	height:13px;
	background-image:url(../design/footer_img.gif);
	background-repeat:no-repeat;
	background-position: top right;
}

div#middle
{
    margin-top:1px;
	padding:20px 0px 20px 0px;
	background-image:url(../design/content_top.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}

div#content,
div#content_inner
{
    position:relative;
    width:790px;
    float:left;
    color:#3D494E;
    font-family: Verdana, Sans-Serif, Tahoma, Arial;
    font-size:12px;
    text-align:justify;
	float:left;
}

div#content_inner a
{
	color:#013584;
	text-decoration:underline;
}
div#content_inner a:hover
{
	text-decoration:none;
}

div#content_inner {width:560px;}

div#right{
	padding-left:40px;
	width:170px;
	float:left;
}

div#left{
	width:230px;
	float:left;
}

div.button-left {
	float:left;
	background:url(../design/button_bg.gif) right top no-repeat;
}

div.button-spacer {
	width:10px;
	height:10px;
	float:left;
}

button.button {
	height:25px;
	width:101px;
	text-align:center;
	cursor:pointer;
	border:0px none;
	color:#fff;
	font-family: Arial, Verdana, Sans-Serif, Tahoma;
	font-weight:bold;
	font-size:12px;
	line-height:24px;
	background:url(../design/button_left.gif) left top no-repeat;
}

div.logo {
	width:210px;
	height:135px;
	background-image:url(../design/logo.gif);
	background-repeat:no-repeat;
	background-position: 30px 30px;
	float:left;
}

div.logo div img {
	width:180px;
	height:70px;
}

div.logo div {
	padding-top:20px;
	padding-left:30px;
	width:180px;
	height:70px;
}

/* virsutinis meniu */
div.menu_top
{
	width:590px;
	height:31px;
    float:left;
	padding-left:100px;
	padding-top:104px;
}

div.menu_top div.item {
	background-color:#fff; float:left;
	height:21px;
	padding:8px 30px 2px 30px ;
	background-image:url(../design/top_menu_bg.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
}

div.menu_top div.border_l,
div.menu_top div.border_r,
div.menu_top div.border_c {
	width:2px;
	height:31px;
	float:left;
	background-image:url(../design/top_menu.gif);
	background-repeat:no-repeat;
	background-position: top right;
}

div.menu_top div.border_r { background-position: top left;}
div.menu_top div.border_c { width:3px;}

div.menu_top a,
div.menu_top a:link,
div.menu_top a:visited,
div.menu_top a:active,
div.menu_top a:hover
{
    color:#000;
	text-decoration:none;
	font-family: Georgia, Verdana, Sans-Serif, Tahoma, Arial;
    font-size:12px;
}

/* meniu kaireje (produktai) */

div.menu_prod {
	padding-left:40px;
	padding-right:10px;
}

div.menu_prod div {
	width:120px;
	padding:13px 20px 0px 20px;
	background-image:url(../design/menu_ico.gif);
	background-repeat:no-repeat;
	background-position: 0px 20px;
}

div.menu_prod a,
div.menu_prod a:link,
div.menu_prod a:visited,
div.menu_prod a:active,
div.menu_prod a:hover
{
    color:#013584;
	font-family: Georgia, Verdana, Sans-Serif, Tahoma, Arial;
    font-size:14px;
	text-decoration:underline;
}

div.menu_prod a:hover {text-decoration:none;}

/* meniu desineje - navigacija ir kalbos, info blokai */

div.menu_lang {
	padding-bottom:15px;
}

div.menu_lang div.ico_home {
	width:11px;
	height:9px;
	padding:0px 10px 3px 2px;
	border-right:1px solid #B2B2B2;
	float:left;
}

div.menu_lang div.ico_tree {
	width:17px;
	height:11px;
	padding:0px 0px 3px 10px;
	float:left;
}

div.menu_lang div.lang{
	padding-top:20px;
}

div.menu_lang select {
	width:170px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
    font-size:10px;
	color:#777777;
	border:1px solid #B2B2B2;
	background-color:#F4F4F4;
	padding:3px;
}

div.right_info {
	width:170px;
	padding-top:40px;
}

div.right_info div.nr{
	width:20px;
	height:25px;
	padding:5px;
	margin-right:5px;
	background-color:#E57800;
	color:#fff;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	background-image:url(../design/ico_shadow.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	float:left;
}

div.right_info div.title{
	padding-top:10px;
	padding-bottom:5px;
	color:#777777;
	font-family: Georgia, Verdana, Sans-Serif, Tahoma, Arial;
    font-size:12px;
	font-weight:bold;
	letter-spacing: -1px;
}

div.right_info div.info{
	color:#000000;
	font-family: Verdana, Sans-Serif, Tahoma, Arial, Georgia;
    font-size:16px;
	letter-spacing: -1px;
}

div.right_info a,
div.right_info a:link,
div.right_info a:visited,
div.right_info a:active,
div.right_info a:hover
{
    color:#013584;
	font-family: Georgia, Verdana, Sans-Serif, Tahoma, Arial;
    font-size:12px;
	text-decoration:underline;
}

/* apacios kontakai */

div.contacts,
div.solution {
	color:#777777;
	font-family: Tahoma, Georgia, Verdana, Sans-Serif, Arial;
    font-size:10px;
	
}

div.contacts a,
div.contacts a:link,
div.contacts a:visited,
div.contacts a:active,
div.contacts a:hover,
div.solution a,
div.solution a:link,
div.solution a:visited,
div.solution a:active,
div.solution a:hover
{
    color:#013584;
	font-family: Tahoma, Georgia, Verdana, Sans-Serif, Arial;
    font-size:10px;
	text-decoration:underline;
}

div.contacts {
	padding-left:15px;
	margin-right:50px;
	background-image:url(../design/footer_ico.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;
	float:left;
}

div.solution { float:right; padding:15px 10px 0px 0px}

div#footer div.spacer {float:left; width:70px;height:10px;}

/* vidurys */

h1,
div.title {
	padding-top:5px;
	padding-bottom:20px;
	color:#00A0C6;
	font-family: Georgia, Verdana, Sans-Serif, Tahoma, Arial;
    font-size:21px;
	letter-spacing:-1px;
	font-weight:normal;
}

/* galerija */

div.prod {
	padding-bottom:25px;
}

div.prod div.img {
	float:left;
	width:143px;
	height:134px;
	margin-right:45px;
	background-repeat:no-repeat;
	background-position: center center;
}

div.prod div.img div.bg {
	width:143px;
	height:134px;
}

div.prod div.img div.bg img {
	width:143px;
	height:134px;
}

div.prod div.title {
	padding-top:5px;
	padding-bottom:5px;
	letter-spacing:-1px;
	color:#000;
	font-family: Georgia, Verdana, Sans-Serif, Tahoma, Arial;
    font-size:16px;
	font-weight:bold;
	float:left;
	width:370px;
}

div.prod div.info {
	width:300px;
	padding-top:5px;
	color:#333;
	font-family: Arial, Georgia, Verdana, Sans-Serif, Tahoma;
    font-size:13px;
}

div.prod div.cart {
	height:24px;
	margin-top:10px;
	padding:5px 0px 5px 0px;
	border-top:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	font-family: Tahoma, Arial, Georgia, Verdana, Sans-Serif;
    font-size:11px;
	color:#000;
}

input.count {
	width:30px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
    font-size:11px;
	color:#777777;
	text-align:center;
	border:1px solid #B2B2B2;
	background-color:#fff;
	padding:2px;
}

div.prod div.cart span {padding-right:10px;}

a.count,
a.count:link,
a.count:visited,
a.count:active,
a.count:hover
{
    color:#E57800;
	font-family: Tahoma, Georgia, Verdana, Sans-Serif, Arial;
    font-size:11px;
	text-decoration:none;
	/*vertical-align:middle;*/
}

/* produktai titulinis */

div.prod_main {
	
}

div.prod_main div {
	height:10px;
	width:162px;
	margin:0px 5px 15px 20px;
	padding-top:152px;
	float:left;
	background-repeat:no-repeat;
	cursor:pointer;
}

div.prod_main a,
div.prod_main a:link,
div.prod_main a:visited,
div.prod_main a:active,
div.prod_main a:hover {
	text-decoration:underline;
	font-size:13px;
}

/* krepselio blokas */

div.cart_block {
	margin-top:30px;
	margin-bottom:20px;
	border:1px solid #CFCFCF;
	background-color:#F5F2F1;
	padding:10px 0px 30px 10px;
	font-family: Georgia, Tahoma, Verdana, Sans-Serif, Arial;
	font-size:12px;
}

div.cart_block div {
	padding:0px 0px 5px 20px;
}

div.cart_block div.title {
	width:100%;
	font-family: Georgia, Tahoma, Verdana, Sans-Serif, Arial;
    font-size:12px;
	color:#000;
	padding:0px;
	padding-bottom:10px;
}
div.cart_block div.title span {color:#FF0000;}

div.cart_block div a,
div.cart_block div a:link,
div.cart_block div a:visited,
div.cart_block div a:active,
div.cart_block div a:hover {
	color:#013584;
	text-decoration:underline;
}

div.cart_block div.title span a,
div.cart_block div.title span a:link,
div.cart_block div.title span a:visited,
div.cart_block div.title span a:active,
div.cart_block div.title span a:hover {
	color:#FF0000;
}

/* krepselio sarasas */

div.cart_list {}

div.cart_list table {
	width:100%;
}

div.cart_list div.buttons {
	padding-top:20px;
	float:right;
}

div.cart_list table td,
div.cart_list table th {
	padding:10px 0px 10px 5px;
	text-align:left;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-size:13px;
}

div.cart_list table th {
	background-color:#F5F2F1;
	font-weight:bold;
}

div.cart_list table td {
	border-bottom:1px solid #E0E0E0;
	color:#333333;
}

div.cart_list table th.c1,
div.cart_list table td.c1 {
	width:160px;
}

div.cart_list table th.c2,
div.cart_list table td.c2 {
	width:260px;
}

div.cart_list table th.c3,
div.cart_list table td.c3 {
	width:90px;
}

div.cart_list table th.c3 {text-align:center;}

div.cart_list table td.c3 span {
	padding-left:20px;
}

div.order div.info {
	padding-bottom:20px;
}

/* uzsakymo forma */

table.main {
	font-family: Georgia, Tahoma, Verdana, Sans-Serif, Arial;
    font-size:12px;
}

table.main td,
table.main th {
	padding-top:10px;
}

table.main th {
	width:150px;
	font-weight:normal;
}

table.main td.button {text-align:right;}
table.main td.button2 {padding-left:205px;}

input.main, textarea.main {
	width:300px;
	border:1px solid #BBBBBB;
	padding:2px;
	font-family: Georgia, Tahoma, Verdana, Sans-Serif, Arial;
    font-size:12px;
}

textarea.main { height:100px;}

span.star {color:#FF0000;}


/* puslapiavimas */

div.pages {
	height:20px;
	padding:4px 0px 0px 0px;
	margin:0px;
}

a.pages, 
a.pages:link,
a.pages:visited,
a.pages:active,
a.pages:hover {
    color:#612113;
    text-decoration:none;
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
    font-size:11px;
}

div.pages span.pg {
    margin-left:4px;
    margin-right:4px;
}

div.pages span.pg_selected {
    background-color:#00A0C6;
    color:#fff;
    margin:0px 2px 0px 2px;
	padding:4px 5px 4px 5px;
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
    font-size:11px;
}

/* tekstas */

div.text {
	font-family: Arial, Georgia, Tahoma, Verdana, Sans-Serif;
    font-size:12px;
	color:#000;
	line-height:18px;
}

div.text a,
div.text a:link,
div.text a:visited,
div.text a:active,
div.text a:hover {
	color:#013584;
	text-decoration:underline;
	font-family: Arial, Georgia, Tahoma, Verdana, Sans-Serif;
}

div.text p {padding-bottom:10px;}

div.fl {float:left;}
div.fr {float:right;}

div.clear { clear:both; }
div.clear_r { clear:right; }
div.clear_l { clear:left; }

/* ligtbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/design/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/design/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* laikinai */
.debug
{
    border-color:#990000;
    border-style:solid;
    border-width:1px;
}

.debug2
{
    border-color:#009900;
    border-style:solid;
    border-width:1px;
}
