body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}

a {
	border: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #808080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

.active {
	text-decoration: underline;
}

input { 
	padding: 0px;
	margin: 0px;
}

div { padding: 0px; }

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img {
	border: 0px;
}

#top {
	float: left;
	width: 100%;
	height: 14px;
	background-color: #efefef;
}

#main {
	width: 1000px;
	height: auto;
	margin: 0px auto 0px auto;
}

#header {
	float: left;
	width: 1000px;
	height: 86px;
}

a#logo {
	float: left;
	display: block;
	width: 265px;
	height: 60px;
	padding-top: 12px;
	background-image: url("../../images/public/logo.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

#right {
	float: right;
	width: auto;
	height: auto;
	padding-right: 10px;
}

#cart {
	float: left;
	width: auto;
	height: auto;
	color: #f63181;
	padding: 8px 0px 15px 20px;
}

#cart img {
	float: left;
	padding: 0px 10px 0px 0px;
}

#cartImg {
	float: left;
	margin: 0px;
	padding: 0px
}

#cartLink {
	font-size: 10px;
	color: #f63181;
}

.cart_msg {
	clear: left;
	float: left;
	margin-left: 28px;
	margin-top: 5px;
	font-size: 10px;
	font-size: 10px;
	color: #f63181;
}

#search {
	clear: left;
	float: left;
	width: auto;
	height: auto;
}

#search input {
	float: left;
	width: 268px;
	height: 18px;
	padding: 2px 0px 0px 2px;
	border: 1px solid #c6c6c6;
}

#search a {
	float: left;
	width: 66px;
	height: 20px;
	margin-left: 4px;
	line-height: 20px;
	text-align: center;
	background-color: #57d2dc;
	border: 1px solid #c6c6c6;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

#menuLine {
	float: left;
	width: 1000px;
	height: 65px;
}

#menuLeft {
	float: left;
	width: 18px;
	height: 65px;
	background-image: url(../../images/public/menu_left.jpg);
}

#menuBody {
	float: left;
	width: 964px;
	height: 65px;
	line-height: 65px;
	background-image: url(../../images/public/menu_spc.jpg);
	background-repeat: repeat-x;
}

#menuRight {
	float: left;
	width: 18px;
	height: 65px;
	background-image: url(../../images/public/menu_right.jpg);
}

#menuBody a {
	width: 105px;
	height: 65px;
	line-height: 65px;
	float: left;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial;
	display: block;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	background: url(../../images/public/spacer1.jpg) right top no-repeat;
}

#left {
	clear: both;
	float: left;
	width: 220px;
	height: auto;
	padding-top: 30px;
	padding-bottom: 220px;
	background: url(../../images/public/leftbg.jpg) left bottom no-repeat;
}

.left_menu {
	clear: left;
	float: left;
	width: 205px;
	height: 28px;
	line-height: 28px;
	margin-left: 15px;
	background: url(../../images/public/spacer.jpg) left bottom no-repeat;
}

.left_menu img {
	float: left;
	margin-right: 10px;
}

.left_menu a {
	float: left;
	display: block;
	color: #808080;
	font-size: 10pt;
}

#page_filter {
	float: left;
	width: 740px;
	height: 22px;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 0px 0px 20px;
	color: #3f89c3;
	overflow: hidden;
}

select.srch {
	float: left;
	width: auto;
	height: 20px;
	border: 1px solid #808080;
	font-family: Verdana;
	font-size: 12px;
	color: #3f89c3;
}

.filter_button {
	float: left;
	width: 66px;
	height: 20px;
	padding-bottom: 4px;
	text-align: center;
	background-color: #57d2dc;
	border: 1px solid #c6c6c6;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

#page_name {
	float: left;
	width: 500px;
	height: 20px;
	margin: 8px 0px 0px 20px;
	font-weight: bold;
	font-size: 14px;
	color: #3f89c3;
}

#content {
	float: left;
	width: 740px;
	height: auto;
	padding: 8px 0px 0px 20px;
	line-height: 150%;
	overflow: hidden;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	height: 67px;
	margin-top: 22px;
	background-color: #efefef;
	font-size: 10px;
	color: #565656;
	text-align: center;
	padding-top: 30px;
}

#footer a {
	color: #8a8a8a;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


.productBox {
	clear: left;
	float: left;
	width: 720px;
	height: 110px;
}

.offerBox {
	clear: left;
	float: left;
	width: 345px;
	height: 110px;
	padding-bottom: 50px; 
	padding-top: 10px;
	overflow: hidden;
}

.productImg {
	float: left;
	width: 140px;
	height: 110px;
}	

.productImg img {
	width: 140px;
	height: 110px;
}

a.list_img {
	display: block;
	width: 140px;
	height: 110px;
	margin: 0 auto;
}

.productText {
	float: left;
	width: 170px;
	height: auto;
	padding-left: 10px;
	overflow: hidden;
}

.productDesc {
	float: left;
	width: 300px;
	height: 110px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #d6d6d6;
	color: #808080;
	font-size: 11px;
	line-height: 150%;
}

.list_name {
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #3f89c3;
	overflow: hidden;
	margin-bottom: 15px;
}

.list_price {
	width: 200px;
	clear: left;
	float: left;
	color: #808080;
	font-size: 10px;
}

.list_oldprice {
	width: 200px;
	clear: left;
	float: left;
	color: #808080;
	font-size: 10px;
}

.list_save {
	width: 200px;
	clear: left;
	float: left;
	color: #808080;
	font-size: 10px;
}

.list_price span {
	font-size: 12px;
	font-weight: bold;
}


.list_buy {
	float: left; 
	padding-left: 50px;
	padding-top: 10px;
	width: 150px;
	height: 20px;
	overflow: hidden;
}

.list_buy img {
	float: left;
	margin-top: 5px;
	margin-right: 2px;
}

.list_buy a {
	float: left;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #3f89c3;
	text-decoration: underline;
	font-weight: bold;
}

#productImages {
	clear: both;
}

.thumb1 {
	float: left;
	display: block;
	width: 70px;
	margin: 2px;
	height: 100px;
}

.product_buy {
	float: left;
	width: auto;
	height: 20px;
}

.product_buy a {
	width: 100px;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	margin-left: 65px;
	font-size: 10px;
	color: #3f89c3;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	display: block;
	background: url(../../images/public/buy.jpg) top left no-repeat;
}

.phoneleft { 
	float: left;
	height: 20px;
	line-height: 20px;
	width: 230px; 
	border: 1px solid #FFFFFF; 
	font-family: Verdana; 
	font-size: 12px; color: #000000;
	padding-right: 5px;
	background-color: #CCC;
	text-align: right;
	overflow: hidden;
	font-weight: normal;
}
.phoneright { 
	float: left;
	height: 20px;
	line-height: 20px;
	width: 190px;
	padding-left: 5px;
	border: 1px solid #FFFFFF; 
	font-family: Verdana; 
	font-size: 11px; color: #000000;
	background-color: #999;
	text-align: left;
	overflow: hidden;
	font-weight: normal;
} 


#paginationBlock {
	clear: both;
	text-align: center;	
}

a.icon_link {
	margin-right: 4px;
	display: block;
	padding: 4px;	
	width: 16px;
	height: 16px;
}

a.icon_link:hover .ui-icon {
	background-image: url(../jquery/cupertino/images/ui-icons_2694e8_256x240.png);
}

#diag1_wrap2 {
}

#diag1_tb {
	width: 100%;
	height: 100%;
	border: 3px solid #447092;
}

#diag1_tb th {
	vertical-align: middle;
	text-align: left;
	color: #fff;
	background-color: #447092;
}

#diag1_tb td {
	vertical-align: top;
	text-align: left;
	font-size: 11px;
}

#diag1_tb td.b {
	font-weight: bold;
}

table#diag1_bot_tb {
	width: 100%;
	clear: both;
	margin-top: 10px;
	font-size: 11px;
}

.shoping_bag {
	display: block;
	height: 49px;
	width: 33px;
	line-height: 49px;
	margin-bottom: 0px;
	background-image: url(../../images/public/bag2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	clear: both;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
}


.ui-effects-transfer {
	border: 1px solid #666;
}

select.asmSelect {
	width: 206px;
}

.ui-dialog .loading1 {
	background: #fff url(../../images/public/loading2.gif) no-repeat center
		center;
	color: #fff;
}

.pic_box {
	float: left;
	margin: 0px 30px 20px 30px;
	padding: 15px 12px 15px 12px;
	background-color: #f0f4f7;
	border: 1px solid #b4b4b4;
	background-repeat: no-repeat;
	overflow: hidden
}

h2 {
	text-align: center;
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
}

a.galery_link {
	display: block;
	margin: 0px;
	padding: 0px;
}

.galery_thumb_name {
	text-align: center;
	color: #333;
	height: 25px;
	line-height: 12px;
	margin-top: 5px;
	overflow: hidden;
}

.paging {
	clear: both;
	padding: 5px 0 10px 0;
	overflow: auto;
}

.pageing {
	width: auto;
	text-align: center;
	margin-bottom: 10px;
}

.pageing a {
	padding: 1px 2px 1px 2px;
	text-decoration: none;
	color: #000;
}

.current {
	background-color: #476455;
	color: #fff;
	padding: 1px 4px 1px 4px;
}

.paging_step {
	display: block;
	float: left;
	padding: 2px;
	text-align: center;
	color: #195eb4;
	margin: 0 2px 0 2px;
}

table.form th {
	text-align: left;
	vertical-align: top;
}

td.button_td {
	text-align: center;
}

table.form_tb td.button_td {
	text-align: center;
}

label.required {
	padding-right: 10px;
	background: url(../../images/public/global/required1.gif) no-repeat top
		right;
}

a.button {
	display: block;
	text-align: center;
	text-decoration: none;
	float: right;
	margin-right: 5px;
	padding: .2em .6em .2em .6em;
	line-height: 1.4em;
}

a.button, input.button, button.button {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	background: #ededed;
	font-size: 12px;
	cursor: pointer;
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	border: 1px solid #767676;
	color: #004276;
	font-weight: bold;
}

a.button:hover, input.button:hover,button.button:hover {
	color: #212121;
	background: #dadada;
	border: 1px solid #999999;
}

a.button:active, input.button:active,button.button:active {
	color: #212121;
	background: #ffffff;
	border: 1px solid #aaaaaa;
}

p.hint {
	padding: 7px;
	-moz-border-radius: 6px;
	border: 1px solid #fcd3a1;
	background: #fbf8ee
		url(../../images/admin/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50%
		repeat-x;
	color: #444444;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

p.error {
	width: 96%;
	padding: 7px;
	border: 1px solid #d8dfea;
	background-color: #ebf3ff;
	font-weight: bold;
	color: red;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

ul.errors {
	list-style-type: none;
	margin: 5px 0px 2px 1px;
	padding: 0;
}

ul.errors li {
	width: 176px;
	margin: 1px auto;
	padding: 2px 5px 2px 25px;
	-moz-border-radius: 6px;
	border: 1px solid #cd0a0a;
	background: #fef8f6 url(../../images/admin/alert.png) no-repeat 5px 50%;
	color: #cd0a0a;
	font-weight: normal;
	text-align: left;
	font-size: 10px;
}

#mail_form ul.errors li,#guestbook_form ul.errors li {
	width: 276px;
}

table#atsiliepimai_tb th {
	width: 100px;
	vertical-align: top;
}

.comment_box {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #dddddd;
	background: #f2f5f7 url(../jquery/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% 50% repeat-x;
}

table.form_tb {
	width: 100%;
}

table.form_tb2 {
	width: 90%;
	font-size: 11px;
	font-family: Verdana;
}

table.form_tb2 td {
	text-align: right;
	width: 140px;
}
table.form_tb2 th {
	text-align: left;
}

table.form_tb2 td, table.form_tb2 th {
	vertical-align: top;
}

table.form_tb td, table.form_tb th {
	padding-top: 10px;
}

table.form_tb th {
	text-align: right;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
}

table.form_tb td {
	text-align: left;
	vertical-align: top;
	padding-left: 7px;
}

input.text,textarea.text {
	font-size: 11px;
	font-family: Verdana;
	padding: 1px 3px 1px 3px;
	width: 200px;
}

input.text2,textarea.text2 {
	font-size: 11px;
	font-family: Verdana;
	padding: 1px 3px 1px 3px;
	width: 300px;
}

.pform {
	padding: 20px 10px 20px 10px;
	background-color: #f4fafe;
	border: 1px solid #ebebeb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.pform2 {
	padding: 10px 10px 10px 10px;
	background-color: #f8f8f8;
	border: 1px solid #ebebeb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: auto;
}

#login_form,#register_form,#remind_form,#mail_form,#guestbook_form {
	width: 500px;
	margin: 0 auto;
}

#order_form, .oform1 {
	width: 600px;
	margin: 10px auto;
}

a.button2, input.button2 {
	border: 0;
	width: 82px;
	height: 31px;
	line-height: 31px;
	background: url(../../images/public/global/button2.png) no-repeat;
	text-align: center;
	color: #fff;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

a.button2 {
	display: block;
	text-decoration: none;
}

input.button2:hover, a.button2:hover {
	text-decoration: none;
	color: #d9f8f9;
}

a.button3, input.button3 {
	border: 1px solid #000;
	width: 82px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	background: #000;
}

a.button3 {
	display: block;
	text-decoration: none;
}

input.button3:hover, a.button3:hover {
	text-decoration: none;
	color: #000;
	background: #fff;
}

a.form_link {
	font-family: Verdana;
	font-size: 11px;
	float: right;
	text-decoration: underline !important;
}

table.cart_tb {
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #aed0ea;
}

table.cart_tb2 {
	margin: 0px;
	width: 100%;
	empty-cells: show;
	border: 1px solid #000;
	font-size: 11px;
	font-family: Verdana;
	border-collapse: collapse;
}

table.cart_tb2 td, table.cart_tb2 th {
	border: 1px solid #000;
}

table.cart_tb td {
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	font-size: 11px;
}

table.cart_tb td.name {
	text-align: left;
	padding-left: 15px;
	padding-right: 10px;
	width: 220px;
}

table.cart_tb2 td.name {
	text-align: left;
	width: 200px;
}

table.cart_tb td.name2 {
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	font-weight: bold;
	width: 30%;
}

table.cart_tb td.price {
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
}

table.cart_tb td.sum1 {
	text-align: right;
	font-weight: bold;
}

table.cart_tb td.price1, table.cart_tb2 td.price1 {
	text-align: right;
	padding-right: 6px;
	width: 70px;
}

table.cart_tb td.price2 {
	text-align: right;
	padding-right: 1px;
	font-weight: normal;
}

table.cart_tb input.qty1 {
	text-align: center;
	width: 35px;
	font-size: 11px;
}

table.cart_tb td.img_td, table.cart_tb th.img_td {
	width: 90px;
	display: none;
	text-align: center;
	vertical-align: middle
}

table.cart_tb td.img_td {
	height: 71px;
}

table.cart_tb tr th {
	background: #e3f1fa;
	font-weight: bold; 
	color: #000; 
	outline: none;
	line-height: 18px;
	font-size: 11px;
	font-family: Verdana;
}

table.cart_tb2 tr th {
	background: #e3f1fa;
	font-weight: bold; 
	color: #000; 
	outline: none;
	line-height: 18px;
	font-size: 11px;
	font-family: Verdana;
}

table.cart_tb tr td {
	
}

table.cart_tb tr.c1 td {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #f2f5f7 url(../jquery/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% 50% repeat-x;
}

table.cart_tb tr.c2 td {
	background-color: #e3b1b1;
}

table.cart_tb input.text {
	width: 200px;
	text-align: left;
}

table.cart_tb input.text2 {
	width: 200px;
	text-align: left;
}


table.cart_tb tr td.action {
	width: 60px;
	text-align: left;
	padding-left: 20px;
}

table.cart_tb tr.c1 td.cart_img_td {
	border-left: 1px solid #dddddd;
}

table.cart_tb tr.c1 td.action {
	border-right: 1px solid #dddddd;
}

table.u_steps {
	width: 785px;
	empty-cells: show;
}

table.u_steps td {
	text-align: center;
	vertical-align: middle;
	color: #fff;
	-moz-border-radius: 4px;
}

table.u_steps td.step_separator {
	width: 20px;
	background: url(../../images/public/global/next_arrow1.jpg) no-repeat center center;
}

table.u_steps td.step_item {
	padding: 5px;
	color: #000;
	font-weight: bold;
	border: 1px solid #9dbbd9;
	background-color: #e0f2fc;
}

table.u_steps td.step_item_selected {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border: 1px solid #9dbbd9;
	padding: 5px;
}

table.u_steps td.step_action1 {
	background-color: #763333;
	border: 1px solid #ccc;
	padding: 4px;
}

table.u_steps td.step_action2 {
	background-color: #333376;
	border: 1px solid #ccc;
	padding: 4px;
}

table.u_steps td.step_action1 a, table.u_steps td.step_action2 a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.checkout_tb {
	width: 500px;
	margin: 30px auto;
	padding: 20px 10px 20px 10px;
	background-color: #f4fafe;
	border: 1px solid #9087a6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.checkout_tb th {
	text-align: left;
	padding-left: 15px;
}

.checkout_tb td {
	vertical-align: top;
	text-align: left;
}

.checkout_tb input, .checkout_tb select {
	font-size: 12px; 
}

.qty_error {
	color: red;
	font-weight: bold;
	padding: 3px;
	padding-left: 30px;
	margin: 0px 4px 0px 4px;
	border: 1px solid #d8dfea;
	background-color: #ececec;
	overflow: auto;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}

ul.dropdown li {
	float: left;
	vertical-align: middle;
	zoom: 1;
	border-right:1px solid #FFFFFF;
}

ul.dropdown li.sale_li {
	border-right: 0;
}

ul.dropdown li a {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	padding: 2px 13px 2px 13px;
	text-transform: uppercase;
	color: #fff;
	background: #000;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown li:hover a {
	text-decoration: none;
	background: #ffffff;
	color: #000;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 598;
	
	width: 165px;
	background-color: #fff;
	border: 1px solid #000;
	border-top: 0;
	/*
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	KhtmlOpacity: .9;
	opacity: .9;
	*/
}

ul.dropdown ul li {
	float: none;
}

ul.dropdown ul a {
	background-color: #fff;
	width: 135px;
	color: #000;
}

ul.dropdown ul a:hover {
	background-color: #000;
	color: #fff;
}

ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

ul.dropdown li.rtl ul {
	top: 100%;
	right: 0;
	left: auto;
}

ul.dropdown li.rtl ul ul {
	top: 1px;
	right: 99%;
	left: auto;
}

a.qty_up {
	display: block;
	width: 13px;
	height: 10px;
	background: url(../../images/public/global/up_arr.png) no-repeat center bottom;
}

a.qty_down {
	display: block;
	width: 13px;
	height: 10px;
	background: url(../../images/public/global/down_arr.png) no-repeat center top;
}

.lebel_more {
	text-align: right;
	font-size: 10px;
	color: #666;
	margin: 3px 12px 10px 2px; 
}

.find {
	padding-left: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../../images/public/global/find.png) no-repeat left center;
}