html {
	/* background: url(bg.png) repeat-x top; */
	padding: 0px;
	margin: 0;
}

html, body {
      margin:0;
      padding:0;
      height:100%;
      border:none;
      background: #e4e4e6;
}

body {
	font-size: 90%;
	font-family:sans-serif;
    color: #555555;

}

form {
	padding: 0;
	margin: 0;
}

a {
	background: transparent;
	color: #003000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
	padding: 0;
	margin: 0;
}

tr, td, th {
	vertical-align: top;
	text-align: left;
}


h1 {
	padding: 0px;
	margin: 0px 0px 8px 0px;
	font-size: 150%;
	color: #1d8001;

}

h2 {
	padding: 0px;
	margin: 15px 0px 8px 0px;
	font-size: 120%;
	color: #1d8001;
}

/***********************************************/

.p {
	margin-top: 5px;
}

.txtMini {
	font-size: 0.9em;
}

.pMini {
	padding-top: 5px;
	font-size: 0.9em;
}

/***********************************************/

table.contentBox {
	width: 980px;
	min-height: 100px;
}

.contentBox td.columnLeft, .contentBox td.columnRight {
	width: 200px;
}

.contentBox td.columnLeft {
}

.contentBox td.columnCenter {
	width: 568px;
    padding-right: 8px;
    padding-left: 5px;


}

/***********************************************/

td.menuMain {
	padding: 3px 0 3px 0;
}

td.menuMain div.menuMain {
	padding: 4px 0 4px 0;
	background: url(bg_row.jpg) bottom right;
}

td.menuMain div.menuMain2 {
	padding: 6px 10px 6px 10px;
	border: 3px solid #ffffff;
	background-color: transparent;
	color: #FFFFFF;
	font-weight: bold;
	border-left: none;
	border-right: none;
	
	text-align: center;
}

td.menuMain div.menuMain2 input {
	color: #000000;
}

td.footer {
	padding-top: 5px;
	padding-bottom: 5px;
	
}


td.footer div.footer {
	background: url(bg_row.jpg) bottom;
	padding: 3px 0 3px 0;
}



td.footer div.footer2 {
	padding: 6px;
	border: 3px solid #FFFFFF;
	border-left: none;
	border-right: none;
}


div.footer2, div.footer2 a {
	color: #FFFFFF;
}

.columnLeft, .columnCenter, .columnRight {
	padding-top: 1px;
}

.columnCenter {
	padding-left: 5px;
	padding-right: 5px;
}


/***********************************************/

div.box1Title, .remelisJuosta, .remelisJuostaPad {
	background: #1d8001;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
}

div.box1Content {
	padding: 10px 3px 3px 3px;
}

ul.shoppingBagBoxList,  ul.shoppingBagBoxList li {
	margin: 0;
	padding: 0;
}

ul.shoppingBagBoxList li {
	margin-left: 20px;
}





/***********************************************/

.categoriesList ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
	list-style-image: inherit;
	list-style-image: url(li.gif);
}


.categoriesList li.level0 {
	font-weight: normal;
    line-height: 160%;
	margin-left: 20px;
}

.categoriesList li.level1 {
	font-weight: normal;
    line-height: 140%;
	margin-left: 20px;
}

.categoriesList li.level2 {
	font-weight: normal;
	font-size: 90%;
	margin-left: 20px;
}

.categoriesList a {
    /* color: #006000; */
}

.categoriesList .selected a {
    font-weight: bold;
}

.categoriesList .selected ul a {
    font-weight: normal;
}


.centrineTextarea {
	width: 546px;
}





/********************************/

.sortBlock {
	background: #DADADA;
	padding: 4px;
	margin: 12px 2px 2px 2px;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; /* CSS3: Opera */
}

.pageList {
	background: #DADADA;
	padding: 4px;
	margin: 4px 2px 2px 2px;
}

.pageList a {
	background-color: transparent;
}

.pageList a:hover {
	background-color: #F5F5F5;
	text-decoration: none;
}
/********************************/

table.marketplaceProducts {
	width: 100%;
}

table.marketplaceProducts th, table.marketplaceProducts td {
	padding: 1px;
	vertical-align: middle;
}

table.marketplaceProducts tr th {
	text-align: center;
	background: #1d8001;
	color: #FFFFFF;
	padding: 4px;
}

table.marketplaceProducts tr.odd td {
	background: #F5F5F5;
	padding: 4px;
}

table.marketplaceProducts tr.even td {
	background: #EAEAEA;
	padding: 4px;
}

table.marketplaceProducts tr:hover td {
	background: #DADADA;
}

table.marketplaceProducts td div.photo {
	width:100px;
    height: 100px;
    text-align: center;
    vertical-align: middle !important;
    background: white;
    float:left;
	font-size: 8px;
}

table.marketplaceProducts td div.name, table.marketplaceProducts td div.type, table.marketplaceProducts td div.description {
	margin-left:109px;
}

div.name a {
	color:#000000;
}

table.marketplaceProducts td div.description, table.marketplaceProducts td div.type {
	margin-top: 5px;
}

table.marketplaceProducts td div.description {
	font-size: 80%;
}

table.marketplaceProducts .measureUnit {
	text-align: center;
}

table.marketplaceProducts .price, table.marketplaceProducts .price input {
	text-align: right;
}

table.marketplaceProducts div.photo {
	width: 200px;
	text-align: center;
	vertical-align: middle;
}

div.type .is_promotion {
	font-weight: bold;
	color: red;
}

div.type .is_new {
	font-weight: bold;
	color: green;
}

div.type .is_delisting {
	font-weight: bold;
	color: green;
}

div.addToShoppingBag {
	text-align: right;
}

div.addToShoppingBag a {
}

/**************************************/

.klaidaRem {	/* Remelis su visu klaidos pranesimu */
	color : red;
	border: 1px solid red;
	padding: 3px;
	text-align: center;
}

.klaida {		/* Klaidos pranesimo tekstas */
	color: Red;
	font-weight: bold;
}

/***************************************/

table.orderListItem {
	background-color: transparent;
	margin-bottom: 10px;
	border: 1px solid #C5C5C5;
	width: 100%;
}
.orderListItem td {
	background-color: #EAEAEA;
	vertical-align: middle;
}

.orderListItem td.center {
	text-align: center;
}


/*  */

.photo {
}

/*******************************************/

.itContainer {
    border: 1px solid #1d8001;
    padding: 1px 5px 5px 5px;
}

.itContainer .title, .itContainer .title a {
    font-weight: bold;
    color: #1d8001;
}

.itContainer .it {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;

}

.box1Title a {
    color: #FFFFFF;
    font-size: 13px;
}


/*************************************/

.containerTable {
    width:100%;
    background: #e4e4e6;
    height:100%;
}

.leftMargin {
    background-image: url(leftMargin.png);
    background-repeat: repeat-y;
    background-position: right;
}

.rightMargin {
    background-image: url(rightMargin.png);
    background-repeat: repeat-y;
    background-position: left;
}

.container {
    width:980px;
    padding:10px 10px 5px 10px;
    background-color:#FFFFFF;
    background-image: url(bg.png);
    background-repeat: repeat-x;
    background-position: top;
}

/**************************************/

.facebookShare {
    text-align: right;
    font-size: 90%;
}


.marketplaceItem .addToShoppingBag {
    padding: 5px;
    font-weight: bold;
}

.marketplaceItem .addToShoppingBag a {
    display: inline-block;
    border: 1px solid #C5C5C5;
    padding: 5px 10px 5px 10px;
    background: #F5F5F5;
}

/********** N18 products **********/

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
#n18Dialog {
    display: none;
    width: 600px; color: red; background:black;    
    position: fixed;
    top: 1%;
    left: 50%;
    bottom: 1%;
    margin-left: -300px; /* -300px; */
    
    background-color: #000000;
    color: #303030;
    border: none; /* 1px solid #303030*/;
    padding: 0;
}

.jqmOverlay { background-color: #000000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.n18Content {
    height: 100px;
    padding: 20px;
    color: white;
    text-align: center;
}


.n18Content a.no,
.n18Content a.yes {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    padding: 5px;
}

.n18Content a.no {
    background: #00F000;
    float: left;
}

.n18Content a.yes {
    background: #800000;
    float: right;
}
