/* Aloyzo triukai */
img { border: 0 } 

.autocomplete-result-container {
  aposition: relative; width: 100%;
}
.dropdown-mac-style {
  position: absolute;
  top: 0; left: 0;
  background: #fff;
  color: #000;
  border: solid 1px #b2b2b2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  font: 12px/1.2 Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 3px 0;
  cursor: default;
  max-height: 20em;
  overflow: auto;
  white-space: nowrap;
  z-index: 10000;
}
.dropdown-mac-style .dropdown-item {
  padding: 3px 30px 3px 20px;
  color: #000;
}
.dropdown-mac-style .dropdown-selected {
  color: #fff;
  background: #626a73;
}
.dropdown-mac-style .dropdown-separator { margin: 5px 1px; border-top: solid 1px #e3e3e3; }
.dropdown-mac-style .dropdown-separator hr { display: none; }


/* endof Aloyzo triukai */

#body
{
	margin: 0;
	padding: 0;
	background: white;
	font-family: Verdana, Tahoma, Helvetica, sans-serif, Arial;
	
}

.image
{
	border: 0;
}

a {
	color: #00539A;
	text-decoration: none;
}

a:hover {
  color : #ff0000;
}

.clear
{
	clear: both;
}

#content
{
	margin: 10px 50px;
	padding-top: 25px;
	padding-right: 25px;
	z-index: 1;
	min-height: 150px;
	background: url('../../other/logo_normal_blended.jpg') no-repeat top right;

}

.menu
{
	margin-top: 5px;
	padding: 7px 5px 7px 5px;
	background: #C1C1C1;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 18px;
	
}

.menu_cell
{
	width: 140px;
	font-size: 15px;
	font-weight: bold;
	border-left: 1px solid #7b9f53;
	padding: 0px 25px;
	cursor: pointer;

}

.menu_cell_first
{
	border-left: 0;
}

.menu_cell a
{
	width: 100%;
	height: 100%;
	display: block;
	color: black;
	text-decoration: none;
	cursor: pointer;
}


.menu_item
{
	width: 100%;
	height: 100%;
}

.submenu
{
	padding-top: 0px;
	z-index: 3;
	float: left;
}

.submenu_top_item
{
	top: 39px;
	width: 180px;
	padding: 0px 0px 0 0;
	position: absolute;
	visibility: hidden;
	vertical-align: bottom !important;
	z-index: 3;
	background-color: white;
	cursor: pointer;

}

.submenu_top_item0
{
	left: 15px;

}

.submenu_top_item1
{
	left: 205px;

}

.submenu_top_item2
{
	left: 395px;

}

.submenu_top_item3
{
	left: 585px;

}

.submenu_top_item4
{
	left: 775px;

}

.submenu_top_item5
{
	left: 965px;

}

.submenu_top_item6
{
	left: 1155px;

}

.submenu_top_item a
{
	color: black;
	display: block;
	height: 25px;
	text-decoration: none;
	z-index: 66;
	background-color: #f0f0f5;
	border: 1px solid white;
	cursor: pointer;
}

.submenu_top_item a:hover
{
	color: white;
	background-color: #f1eaea;
	cursor: pointer;
	
}

.submenu_item
{
	display: block;
	padding: 3px 0px 0px 15px;
	height: 100%;
	width: 170px;
	color: black;
	text-decoration: none;
	cursor: pointer;

}



/* Module */

.help_menu, .help_menu b
{
	font-size: 13px;
	vertical-align: middle;
}

.help_menu a
{
	color: #C3C3C3;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}

.help_menu a:hover
{
	text-decoration: none;
}

.module_submenu
{
	clear: both;
	display: block;
	vertical-align: middle; 
}

.module_title
{
	color: #C3C3C3;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-right: 150px;
	display: block;
	float: left;
	width: 250px;
	
}

.module_submenu ul
{
	list-style-type: circle;
	list-style-image: url('../images/icons/list.gif'); /* neacimenu koks diras, nenaudojam */
	list-style-position: inside;
	marker-offset: auto;
}

.module_submenu ul li
{
	display: inline;
	padding: 0 15px;
}




a.submenu_list_item
{
	background-color: green;
}

a.submenu_create_item
{
	background-color: blue;
}

a.submenu_edit_item
{
	background-color: #C4C5C6;
}

a.submenu_list_item, a.submenu_create_item, a.submenu_edit_item
{
	display: block;
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 1px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	width: 140px;
	color: white;
	text-decoration: none;


}
a.submenu_list_item:hover, a.submenu_create_item:hover
{
	color: #C0C0C0;

}

.show_row, .edit_row
{
	width: 250px;
}

.show_row a
{
	color: black;
}


.input_text {
	width: 180px;
}

.input_field_item {
	width: 280px;
}

.save_button {
	border: 2px solid black;
	font-weight: bold;
	background: #f1eaea url('../images/icons/save.gif') no-repeat center left;
	width: 180px;
	height: 56px;
}


/* eof Module */






/* Tips */

.tool-tip {
	color: black;
	width: 180px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: black;
	padding: 2px 4px 2px;
	background-color: #C4C4C4;
}
 
.tool-text {
	font-size: 11px;
	padding: 2px 4px 2px;
	background-color: #f4f4f4;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

/* eof Tips */


/* login */

#login {
	margin: 0 auto;
	width: 260px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}

#login #login_block {
	width: 260px;
	height: 200px;
	border: 1px solid #bea77f;
	margin: 0 auto;
	text-align: left;
	background: #f5f2cc;
}

#login #login_logo {
	background: #FFFFFF;
	height: 66px;
	padding: 0 17px;
	vertical-align: middle;
}

#login #login_form {
	height: 134px;
}

#login #login_form form {
	padding: 10px 22px;
}

#login .input_text {
	width: 200px;
	border: 1px solid #d4bd96;
}

#login .input_text.ov {
	background: #fbfaef;
	border: 1px solid #bea77f;
}

#login .label {
	font-weight: bold;
	margin: 10px 0 4px 0;
	color: #bea77f;
}

#login .submit {
	border: 1px solid #bea77f;
	color: #6e5c3d;
	background: #d4bd96;
	margin: 10px 0 0 0;
	padding: 1px 8px;
	width: auto !important;
}

#login .submit.ov {
	background: #c1a97f;
}

/* login */

/* table-styles */

table.header {
	border: 0px;
	font-size : 11px;	
}

table.list {
	padding: 0px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size : 13px;
}

table.list th {
	font-weight: bold;
	text-align: center;
	background: #eee;
	padding: 5px;
	border: 1px solid #ccc;
}

table.list td {
	text-align: left;
	padding: 5px;
	border: 1px solid #ccc;
}

table.form {
	padding: 0px;
	font-size : 11px;
}

table.form td {
	padding: 5px;
	border: 1px solid #ccc;
}

table.editor td {
	border: none;
	padding: 0 0 0 3;
}

td.error{
	padding: 5px;
	font-family:Verdana;
	font-size: 11px;
	font-weight:bold;
	color:white;
	background:red;		
}

table.borders {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}



/* paging */

.paging a {
	color: #999;
	font-size: 14px; 
	text-decoration: none;
}
.paging a:hover {
	text-decoration: underline;
}

/* eof paging */

/* product edit */


#product_userside
{
	border: 1px solid black;
	font-size: 12px;
	position: fixed;
	width: 250px !important;
	top: 100px;
	right: 150px;
	margin: 0 0 0 auto;
	align: right;
	display: block;
	z-index: 991;
	background-color: white;
	width: 40px;
}


#product_comments
{
	border: 1px solid black;
	font-size: 12px;
	position: fixed;
	width: 250px !important;
	top: 250px;
	right: 150px;
	margin: 0 0 0 auto;
	align: right;
	display: block;
	z-index: 990;
	background-color: white;
	width: 250px;
}



#guarantee_serial_number
{
	font-size: 12px;
	position: relative;
	margin: 0 0 0 0;
	align: right;
	display: block;
	z-index: 990;
	background-color: white;
	width: 250px;
}

.order_table
{
	background-color: #C0C0C0;
}

.order_table tr, .order_table td
{
	background-color: white;
}


/* invoice stuff */
@media screen {
	.invoice_content
	{
		margin: 0 auto;		
		width: 800px;
		font-size: 12px;
	}
}

@media print {
	.invoice_content
	{
		margin: 0 auto;		
		width: 100%;
		font-size: 12px;
	}
}

.invoice_logo
{
	width: 200px;
	float: left;
	display: inline;
}

.invoice_logo img
{
	border: 0;
}

.invoice_contacts
{
	width: 200px;
	float: right;
	display: inline;
	text-align: right;
}

.invoice_header
{
	text-align: center;
	
}

@media screen {
	.invoice_seller
	{
		width: 400;
	}
	.invoice_buyer
	{
		width: 300;
	}
}
@media print {
	.invoice_seller
	{
		width: 60%;
	}
	.invoice_buyer
	{
		width: 40%;
	}
}
.invoice_seller
{

	float: left;
	display: inline;
	text-align: left;

}

.invoice_buyer
{

	float: right;
	display: inline;
	text-align: left;

}

.invoice_list
{
	float: right;
	/*background-color: black;*/
}

.invoice_sum
{
	float: right;
	margin: 0px 0 0 auto;
	/*background-color: black;*/
	
}
.invoice_list th, .invoice_sum th
{
	text-align: center;
	background-color: white;
	padding: 3px;
	/*border: 1px solid black;*/
}

.invoice_list tr, .invoice_sum tr
{
	text-align: left;
	background-color: white;
}

.invoice_list td
{
	text-align: left;
	font-size: 11px;
	background-color: white;
	padding: 3px;
	/*border: 1px solid black;*/
}

.invoice_sum td
{
	font-size: 11px;
	background-color: white;
	padding: 3px;
	/*border: 1px solid black;*/
}

/* eof invoice stuff */

#beta_title hr
{
	width: 700px;
	color: #C0C0C0;
background-color: #C0C0C0;
height: 1px;
border: 0;
}

#beta_title .surname
{
	width: 150px;
	color: #00aae4;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;

}

#beta_title .uni
{
	width: 150px;
	height: 75px;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

#beta_title .mail
{
	width: 150px;
	font-weight: bold;
	font-size: 13px;
}

#beta_title .footer
{
	font-weight: bold;
	font-size: 13px;
}

#beta_title .footer a
{
	font-weight: bold;
	font-size: 13px;
}

#beta_title .mail a, #beta_title .footer a
{
	color: #00aae4;
	font-weight: bold;
	font-size: 13px;

}

#beta_title .mail a:hover, #beta_title .footer a:hover
{
	color: black;

}