/* 2009 (c) UAB "Dizaino kryptis" */
/* 2009 (c) Simonas Falkauskas */

body {
	padding: 0 20px; margin: 0;
	position: relative;
	text-align: center;
	font-size: 1em;
	font: 76% Arial, Arial, Helvetica, sans-serif;
	background: #fff;
}

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, h6, form, dl, dd, ul, img {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset {border: 0;}
/* --- End Standart Tag's --- */
/* --- Hacks --- */
* html #id {}
*:first-child+html #id {}
/* --- End Hacks --- */

#wrapper {
	position: relative;
	width: 100%;
	text-align: left;
}

#header {
	width: 100%;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
}

/* --- Index Flash --- */
#index-flash {
	display: block;
	width: 768px; height: 400px;
}
/* --- End Index Flash --- */
/* --- Headers --- */
h1 {
	font: 100% Arial, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #70696a;
	padding-bottom: 8px;
	border-bottom: 1px solid #c7c7c7;
	margin: 0 0 15px 0;
}

h1 a {
	font-size: .7em;
	display: block;
	float: left;
	padding: 2px 25px 2px 0;
	color: #9e9e9e;
	text-decoration: none;
	background: url('../images/bg-path-a.gif') no-repeat 100% 50%;
}
h1 a:hover {
	color: #000;
	text-decoration: underline;
}
/* --- End Headers --- */
/* --- Text --- */
.text {
	width: 748px;
	color: #333333;
	line-height: 20px;
}

.text h1 {
	font: 100% Arial, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #333333;
	padding-bottom: 15px;
	border: 0; margin: 0;
}
.text h2 {
	font: 100% Arial, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #666666;
	padding-bottom: 15px;
}
.text h3 {
	font: 100% Arial, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
}

.text p {margin: 0 0 1.5em 0;}
.text a {color: #888888;}
.text a:hover {color: #000000;}

.text hr {
	border: 0;
	color: #e9e9e7;
	background-color: #e9e9e7;
	height: 1px;
}

.text ul {
	padding: 0;
	list-style: none;
	margin-bottom: 1.5em;
}

.text ul li {
	display: block;
	padding: 0 0 0 30px;
	background: url('../images/bg-text-bullet.gif') no-repeat 13px 7px;
}

* html .text ul li {vertical-align: top; height: 1%;}
.text ul ul {margin: 0;}
.text ul ul li {
	padding-left: 20px;
	background: url('../images/bg-text-bullet.gif') no-repeat 0 7px;
}

.text ul ul ul {margin: 0;}
.text ul ul ul li {
	background: url('../images/bg-text-bullet.gif') no-repeat 0 7px;
}

.text ol {
	padding: 0 0 0 40px;
	margin-bottom: 1.5em;
}
* html .text ol {padding: 0;}
*:first-child+html .text ol {padding: 0;}

.text ol ol {list-style-type: lower-alpha;}
.text ol li {padding: 0}

.text table {
	border-collapse: collapse;
	border: 1px solid;
	border-color: #eeeeee;
	width: 100%;
	margin-bottom: 1.5em;
}
* html .text table {font-size: 1em; width: auto; width/* */:/**/100%;}
.text table[border="0"] {border: 0;}
.text table.noborder { border: 0; }
.text td {
	padding: 4px 5px;
	font-size: 1em;
	border-color: #eeeeee;
	vertical-align: top;
}

.text th {
	padding: 4px 5px;
	text-align: left;
	border-color: #eeeeee;
	font-weight: bold;
}

.text td p, .text th p {margin: 0;}
/* --- End Text --- */
/* --- Modules --- */
/* - Priducts List - */
.text #products-list {
	width: 748px;
	line-height: 17px;
	text-align: left;
	padding-bottom: 4px;
}
.text #products-list .item {
	float: left;
	display: block;
	width: 249px;
	margin-bottom: -4px;
}
.text #products-list .item a {
	display: block;
	width: 245px;
	padding: 1px 2px 3px 2px;
	text-decoration: none;
}
* html .text #products-list .item a {
	width: 249px;
	width/* */:/**/245px;
}

.text #products-list .item a:hover {
	border-top: 1px solid #dedede;
	padding-top: 0;
	background: #fff url('../images/bg-products-list-a.gif') no-repeat 50% 100%;
}


.text #products-list .item a span.image {
	display: block;
	width: 230px; height: 35px;
	cursor: pointer;
	padding: 170px 0 0 15px;
}
* html .text #products-list .item a span.image {
	width: 245px; height: 195px;
	width/* */:/**/230px;
	height/* */:/**/35px;
}

@media screen {
.text #products-list .item a span.image img {display: none;}
}
@media print {
.text #products-list .item a span.image {
	padding: 0 0 0 15px;
	height: 205px;
	position: relative;
}
.text #products-list .item a span.image img {border: 0;}
}

.text #products-list .item a span.image-actions {
	display: block;
	padding: 0;
	cursor: pointer;
	height: 174px;
}

@media screen {
.text #products-list .item a span.image-actions img {display: none;}
}
@media print {
.text #products-list .item a span.image-actions img {border: 0;}
}


.text #products-list .item a span.image strong {
	font: 100% Arial, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
	padding: 2px 8px;
	background: #b54483;
}

@media print {
.text #products-list .item a span.image strong {
	position: absolute;
	top: 170px;
}
}

.text #products-list .item a strong.title {
	display: block;
	color: #333333;
	padding: 0 15px;
}
.text #products-list .item a strong.tactions {
	padding-bottom: 15px;
}

.text #products-list .item a span {
	display: block;
	padding: 0 15px 15px 15px;
	color: #888888;
	font-weight: bold;
}
.text #products-list .item a span.discount {color: #a83374;}
.text #products-list .item a span.discount small {
	display: inline;
	font-size: 1em;
	color: #888888;
	text-decoration: line-through;
	font-weight: normal;
}
/* - End Products List - */
/* - Catalog Categories - */
.text #catalog-categories {
	width: 748px;
	padding: 13px 0 4px 0;
	line-height: 17px;
}
.text #catalog-categories .item {
	float: left;
	display: block;
	width: 149px;
	margin-bottom: -4px;
}

.text #catalog-categories .item a {
	display: block;
	padding: 1px 2px 4px 2px;
	width: 145px;
	color: #333333;
	text-decoration: none;
}
* html .text #catalog-categories .item a {
	width: 149px;
	width/* */:/**/145px;
}

.text #catalog-categories .item a:hover {
	border-top: 1px solid #eeeeee;
	padding-top: 0;
	background: #fff url('../images/bg-catalog-categories-a.gif') no-repeat 50% 100%;
}
.text #catalog-categories .item a span.image {
	display: block;
	width: 145px; height: 145px;
	cursor: pointer; padding-top: 5px;
}

.text #catalog-categories .item a img {
	border: 0;
	padding: 0; margin: 0;
}
.text #catalog-categories .item a strong.title {
	display: block;
	padding: 0 15px 10px 15px;
}
.text #catalog-categories .item a:hover strong.title {text-decoration: underline;}
/* - Catalog Categories - */
/* - Filters Top & Bottom - */
.text .filters-top {
	width: 748px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}

.text .filters-bottom {
	width: 748px;
	padding: 11px 0 15px 0;
}

.text .filters-top .button,
.text .filters-bottom .button,
.text .filters-bottom .data
{float: left;}
.text .filters-top #elements-count,
.text .filters-top #sort-by 
{float: right;}

* html .text .filters-top #elements-count {width: 120px;}
* html .text .filters-top #sort-by {width: 260px;}

.text .filters-top .button, .text .filters-bottom .button {width: 80px;}
.text .filters-top .button a, .text .filters-bottom .button a {
	display: block;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
	padding: 0 25px 0 10px;
	border: 1px solid #888888;
	background: url('../images/ico-filter.gif') no-repeat 100% 50%;
}
.text .filters-top .button a:hover, .text .filters-bottom .button a:hover {border: 1px solid #e5e5e5;}

.text .filters-top #elements-count fieldset,
.text .filters-top #sort-by fieldset {
	padding: 2px 0 0 0;
	margin: 0;
}
* html .text .filters-top #elements-count fieldset,
* html .text .filters-top #sort-by fieldset {padding-top: 0;}
*:first-child+html .text .filters-top #elements-count fieldset,
*:first-child+html .text .filters-top #sort-by fieldset {padding-top: 0;}

.text .filters-top #elements-count label,
.text .filters-top #sort-by label {
	display: block;
	float: left;
	vertical-align: middle;
	padding: 0 5px;
	color: #888888;
}

.text .filters-top #elements-count select,
.text .filters-top #sort-by select {
	font-size: .9em;
	color: #9d9d9d;
	vertical-align: middle;
}
.text .filters-top #elements-count select.short {width: 50px;}
.text .filters-top #sort-by select.long {width: 160px;}

.text .filters-bottom ul.data {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 668px;
}
.text .filters-bottom ul.data li {
	padding: 0;
	background: none;
	color: #888888;
}
.text .filters-bottom ul.data li strong {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 15px;
	color: #333333;
}

/* - End Filter Top & Bottom - */
/* - Products View Navigation - */
.text .products-view-navigation {
	width: 748px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
}
.text .products-view-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.text .products-view-navigation ul li {
	display: block;
	padding: 0;
	background: none;
}
.text .products-view-navigation ul li.send {float: left;}
.text .products-view-navigation ul li.print {float: right;}

.text .products-view-navigation ul li a {
	display: block;
	text-decoration: none;
}

.text .products-view-navigation ul li.send a {
	font-weight: bold;
	padding-left: 25px;
	background: url('../images/ico-mail.gif') no-repeat 5px 50%;
}

.text .products-view-navigation ul li.print a {
	padding-left: 20px;
	background: url('../images/ico-print-p.gif') no-repeat 0 50%;
}
/* - End Products View Navigation - */
/* - Product View - */
.text #products-view {width: 748px;}

.text #products-view .block-left, .text #products-view .block-right {float: left; padding-bottom: 17px;}
.text #products-view .block-left {
	width: 410px;
	margin-right: 20px;
}
.text #products-view .block-right {
	width: 318px;
	padding-top: 25px;
}

/* images */
.text #products-view .block-left .galleria_wrapper {
	display: block;
	width: 410px; height: 360px;
	border-bottom: 1px solid #eeeeee;
}

.text #products-view .block-left span.caption {display: none;}

.text #products-view ul.product-images {
	list-style: none;
	padding: 0; margin: 0;
	width: 410px;
}
.text #products-view ul.product-images li {
	display: block;
	float: left;
	width: 70px;
	padding: 0 2px 3px 2px;
	background: none;
	cursor: pointer;
}
* html .text #products-view ul.product-images li {
	width: 74px;
	width/* */:/**/70px;
}

.text #products-view ul.product-images li.hover {background: url('../images/bg-galleria-list.gif') no-repeat 50% 100%;}

#resize {
	display: block;
	width: 1px; height: 1px;
	position: relative;
}
#resize a {
	position: absolute;
	top: -115px; left: 0;
	display: block;
	width: 75px; height: 21px;
}

*:first-child+html #resize a {top: -132px;}
* html #resize a {top: -132px;}

#resize a span {display: none;}

#resize a.zoom-lt {background: url('../images/ico-zoom-lt.gif') no-repeat 50% 50%;}
#resize a.zoom-en {background: url('../images/ico-zoom-en.gif') no-repeat 50% 50%;}
#resize a.zoom-ru {background: url('../images/ico-zoom-ru.gif') no-repeat 50% 50%;}
/* end images */
/* information */
.text #products-view .block-right h1 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
.text #products-view .block-right h1 small {
	font-size: 1em;
	color: #888888;
	font-weight: normal;
}

.text #products-view .block-right .description li {background: url('../images/bg-text-bullet2.gif') no-repeat 13px 7px;}

.text #products-view .block-right table.price {
	width: auto;
	line-height: 14px;
}
.text #products-view .block-right table.price td.discount {
	vertical-align: middle;
}
.text #products-view .block-right table.price td.discount span {
	display: block;
	padding: 7px 0;
	background: #b54483;
	color: #ffffff;
	font-size: 1.5em;
	width: 60px;
	text-align: center;
}

.text #products-view .block-right table.price td.count {vertical-align: middle;}
.text #products-view .block-right table.price td.count span {
	display: block;
	font-size: 1.5em;
	color: #a83374;
}

.text #products-view .block-right table.price td.old-price {
	vertical-align: bottom;
	padding-bottom: 2px;
	font-weight: bold;
	color: #888888;
	text-decoration: line-through;
}

.text #products-view .block-right #cart {
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}
.text #products-view .block-right #cart fieldset {
	padding: 0 4px;
	margin: 0;
}
.text #products-view .block-right #cart fieldset label {display: none;}
.text #products-view .block-right #cart fieldset .txtfld {
	text-align: center;
	padding: 6px 5px;
	width: 30px;
	border: 1px solid #951e60;
	color: #888888;
	font-weight: bold;
	background: url('../images/bg-catalog-view-input.gif') no-repeat 0 0;
	vertical-align: middle;
}

* html .text #products-view .block-right #cart fieldset .txtfld {
	width: 40px;
	width/* */:/**/30px;
}
.text #products-view .block-right #cart fieldset .bt {
	vertical-align: middle;
	margin-left: 5px;
}


.text #products-view .block-right ul#where-to-buy {
	padding: 10px 0 0 0;
	list-style: none;
	font-size: .9em;
	line-height: 15px;
}

.text #products-view .block-right ul#where-to-buy li.yes {background: url('../images/ico-yes.gif') no-repeat 13px 6px;}
.text #products-view .block-right ul#where-to-buy li.no {background: url('../images/bg-text-bullet2.gif') no-repeat 13px 6px;}

.text #products-view .block-right ul#where-to-buy li.title {
	padding: 0 0 10px 0;
	background: none;
	font-size: 1.1em;
	font-weight: bold;
}
/* end information */
/* additional goods */


.text #products-view #products-meniu {
	width: 743px;
	background: #ececec url('../images/bg-products-meniu.gif') no-repeat 0 0;
	list-style: none;
	padding: 3px 2px 0 3px; margin: 0 0 15px 0;	
	font-weight: bold;
	overflow: hidden;
}
* html .text #products-view #products-meniu {
	width: 748px;
	width/* */:/**/743px;
}

.text #products-view #products-meniu li {
	display: block;
	float: left;
	padding: 0;
	background: none;
}
.text #products-view #products-meniu li a {
	display: block;
	padding: 8px 14px 8px 15px;
	border-right: 1px solid #dcdcdc;
	color: #888888;
	text-decoration: none;
	white-space: nowrap;
}

.text #products-view #products-meniu li a:hover, .text #products-view #products-meniu li a.active, .text #products-view #products-meniu li.ui-tabs-selected a {
	color: #000000;
	background: #ffffff;
}




.text .small-products-list {
	width: 748px;
	line-height: 14px;
	font-size: .9em;
	text-align: left;
	padding-bottom: 4px;
}

.text .small-products-list .item {
	float: left;
	display: block;
	width: 149px;
	margin-bottom: -4px;
}
.text .small-products-list .item a {
	display: block;
	width: 145px;
	padding: 1px 2px 3px 2px;
	text-decoration: none;
}
* html .text .small-products-list .item a {
	width: 149px;
	width/* */:/**/145px;
}

.text .small-products-list .item a:hover {
	border-top: 1px solid #dedede;
	padding-top: 0;
	background: #fff url('../images/bg-small-products-list-a.gif') no-repeat 50% 100%;
}


.text .small-products-list .item a span.image {
	display: block;
	width: 130px; height: 26px;
	cursor: pointer;
	padding: 90px 0 0 15px;
}
* html .text .small-products-list .item a span.image {
	width: 145px; height: 116px;
	width/* */:/**/130px;
	height/* */:/**/26px;
}

@media screen {
.text .small-products-list .item a span.image img {display: none;}
}
@media print {
.text .small-products-list .item a span.image {
	padding: 0 0 0 15px;
	height: 116px;
	position: relative;
}

.text .small-products-list .item a span.image img {
	border: 0;
}
}

.text .small-products-list .item a span.image strong {
	font: 100% Arial, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	padding: 2px 8px;
	background: #b54483;
}

@media print {
.text .small-products-list .item a span.image strong {
	position: absolute;
	top: 90px;
}
}

.text .small-products-list .item a strong.title {
	display: block;
	color: #333333;
	padding: 5px 15px 0 15px;
}
.text .small-products-list .item a strong.tactions {
	padding-bottom: 15px;
}

.text .small-products-list .item a span {
	display: block;
	padding: 0 15px 15px 15px;
	color: #888888;
	font-weight: bold;
}
.text .small-products-list .item a span.discount {color: #a83374;}
.text .small-products-list .item a span.discount small {
	display: inline;
	font-size: 1em;
	color: #888888;
	text-decoration: line-through;
	font-weight: normal;
}




/* end additional goods */
/* - End Product View - */
/* - News - */
.text #news-listing {
	width: 748px;
	padding-bottom: 4px;
}
.text #news-listing .item {
	width: 374px;
	float: left;
	display: block;
	margin-bottom: -4px;
}

.text #news-listing .item a {
	display: block;
	width: 330px;
	padding: 25px 22px 0 22px;
	text-decoration: none;
}
* html .text #news-listing .item a {
	width: 374px;
	width/* */:/**/330px;
}

.text #news-listing .item a:hover {
	border-top: 1px solid #dedede;
	padding-top: 24px;
	background: #fff url('../images/bg-news-list-a.gif') no-repeat 50% 100%;
}

.text #news-listing .item a small {
	display: block;
	width: 330px;
	font-size: .9em;
	color: #888888;
	line-height: 10px;
	cursor: pointer;
}
.text #news-listing .item a strong {
	display: block;
	width: 330px;
	color: #333333;
	padding-bottom: 10px;
	cursor: pointer;
}
.text #news-listing .item a:hover strong {text-decoration: underline;}

.text #news-listing .item a span {
	display: block;
	color: #333333;
	width: 330px;
	cursor: pointer;

}
.text #news-listing .item a.wimage span {
	padding-left: 100px;
	width: 230px;
}
* html .text #news-listing .item a.wimage span {
	width: 330px;
	width/* */:/**/230px;
}

@media screen {
.text #news-listing .item a.wimage span img {display: none;}
}
@media print {
.text #news-listing .item a.wimage span {
	width: 330px;
	padding: 0;
}
.text #news-listing .item a.wimage span img {
	border: 0;
	float: left;
	margin-right: 10px;
}
}
/* - End News - */
/* - News View - */


/* - End News View - */
/* - Articles - */
.text div.archive {
	width: 748px;
	padding: 9px 0 15px 0;
}
.text div.archive a {
	display: block;
	padding-left: 20px;
	background: url('../images/ico-more.gif') no-repeat 0 50%;
}

.text #articles-listing {width: 748px;}
.text #articles-listing .block-left, .text #articles-listing .block-right {float: left;}
.text #articles-listing .block-left {width: 499px;}
.text #articles-listing .block-right {width: 249px;}


.text #related-articles {
	width: 748px;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 20px;
}
.text #related-articles .articles-list-item {
	width: 748px;
	padding-bottom: 25px;
}
.text #related-articles .articles-list-item .image, .text #related-articles .articles-list-item dl {float: left;}
.text #related-articles .articles-list-item .image {
	width: 160px;
	padding: 5px 0 0 10px;
}
* html .text #related-articles .articles-list-item .image {
	width: 170px;
	width/* */:/**/160px;
}

.text #related-articles .articles-list-item .image img {border: 0;}

.text #related-articles .articles-list-item dl {width: 748px;}
.text #related-articles .articles-list-item dl.short {width: 578px;}

.text #related-articles .articles-list-item dt {
	font-weight: bold;
	padding-bottom: 5px;
}


.text #articles-listing .articles-list-item {
	width: 499px;
	padding-bottom: 25px;
}
.text #articles-listing .articles-list-item .image, .text #articles-listing .articles-list-item dl {float: left;}
.text #articles-listing .articles-list-item .image {
	width: 160px;
	padding: 5px 0 0 10px;
}
* html .text #articles-listing .articles-list-item .image {
	width: 170px;
	width/* */:/**/160px;
}

.text #articles-listing .articles-list-item .image img {border: 0;}

.text #articles-listing .articles-list-item dl {width: 499px;}
.text #articles-listing .articles-list-item dl.short {width: 329px;}

.text #articles-listing .articles-list-item dt {
	font-weight: bold;
	padding-bottom: 5px;
}

.text #articles-listing #articles-categories {
	margin: 0 9px 0 10px;
	width: 230px;
}
.text #articles-listing #articles-categories ul {
	list-style: none;
	padding: 3px 0 0 0;
	font-weight: bold;
	width: 230px;
	background: url('../images/bg-articles-meniu-top.gif') no-repeat 50% 0;
}
.text #articles-listing #articles-categories ul li {
	display: block;
	padding: 0;
	background: none;
}
* html .text #articles-listing #articles-categories ul li {
	vertical-align: top;
	height: 1%;
}
.text #articles-listing #articles-categories ul li a {
	display: block;
	padding: 8px 10px 9px 5px;
	text-decoration: none;
	background: url('../images/bg-articles-meniu-a.gif') no-repeat 50% 100%;
}
.text #articles-listing #articles-categories ul li a span {
	display: block;
	padding-left: 15px;
}

.text #articles-listing #articles-categories ul li a:hover span {background: url('../images/bg-articles-meniu-span.gif') no-repeat 0 45%;}

.text #articles-listing #articles-categories ul li a.active {
	background: url('../images/bg-articles-meniu-aa.gif') no-repeat 50% 100%;
	padding-bottom: 11px;
}
.text #articles-listing #articles-categories ul li.last a.active {
	background: url('../images/bg-articles-meniu-aa.gif') no-repeat;
	background-position: 50% -3px;
}

.text #articles-listing #articles-categories ul li a.active span {background: url('../images/bg-articles-meniu-span.gif') no-repeat 0 45%;}
/* - End Articles - */
/* - Articles View - */
.text .articles-view {width: 748px;}

.text .articles-view h1 small {
	display: block;
	font-size: .55em;
	color: #888888;
}

.text .articles-view .image {
	float: left;
	margin-right: 10px;
	padding-top: 5px;
}

.text .articles-view .image a {
	display: block;
	width: 172px; height: 130px;
	padding: 5px;
}

.text .articles-view img {
	margin: 0 10px;
	padding: 5px;
}
* html .text .articles-view img {margin: 0;}
*:first-child+html .text .articles-view img {margin: 0;}

.text .articles-view .image a img {
	border: 0;
	padding: 0; margin: 0;
	border: 0;
}

/* - End Articles View - */
/* - Basket - */
.text #basket {width: 748px;}
.text #basket table {
	border-collapse: collapse;
	border: 0;
	width: 748px;
	line-height: 16px;
}
.text #basket table td {
	vertical-align: middle;
	border-bottom: 1px solid #eeeeee;
	padding: 0;
}
.text #basket table .first td {padding-top: 0;}

/* image */
.text #basket table td.image {width: 115px;}
.text #basket table td.image a img {
	border: 0; margin: 0;
	vertical-align: middle;
}

/* end image */
/* title */
.text #basket table td.title {width: 203px}
.text #basket table td.title a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.text #basket table td.title a span {
	display: block;
	font-weight: normal;
	color: #888888;
}

.text #basket table td.title a:hover {text-decoration: underline;}
.text #basket table td.title a:hover span {text-decoration: none;}s
/* end title */
/* price */
.text #basket table td.price {
	width: 115px;
	text-align: center;
	color: #888888;
}
.text #basket table td.price strong {
	text-align: center;
	display: block;
}
.text #basket table td.price strong.red {
	color: #a83374; 
}

.text #basket table td.price span {
	display: block;
	text-decoration: line-through;
	text-align: center;
}
/* end price */
/* count */
.text #basket table td.count {width: 105px;}
.text #basket table td.count span {color: #333333;}
.text #basket table td.count input {vertical-align: middle;}
/* end count */
/* count-long */
.text #basket table td.count-long {width: 195px;}
/* end count-long */
/* delete */
.text #basket table td.delete {
	width: 90px;
	text-align: center;
}
.text #basket table td.delete a {
	padding: 0 0 0 15px;
	color: #888888;
	background: url('../images/ico-delete.gif') no-repeat 0 50%;
}
.text #basket table td.delete a:hover {color: #000000;}
/* end delete */
/* total */
.text #basket table td.total {
	width: 100px;
	text-align: right;
	padding-right: 20px;
	color: #888888;
}
* html .text #basket table td.total {
	width: 120px;
	width/* */:/**/100px;
}

.text #basket table td.total strong {color: #333333;}
/* end total */

/* final sum */
.text #basket table td.final-sum {
	text-align: right;
	font-size: 1.5em;
	padding: 15px 20px;
	color: #888888;
}
.text #basket table td.final-sum strong {
	color: #333333;
	font-weight: normal;
}
/* end final sum */
/* navigation */
.text #basket table td.navigation {
	text-align: right;
	border: 0;
	padding: 15px 20px;
}
.text #basket table td.navigation a {float: right; margin-left: 2px;}

.text #basket table td.navigation a.back-lt, .text #basket table td.navigation a.back-en, .text #basket table td.navigation a.back-ru {
	display: block;
	height: 22px;
}
.text #basket table td.navigation a.back-lt {width: 140px; background: url('../images/btn-back-top-goods-lt.gif') no-repeat 50% 50%;}
.text #basket table td.navigation a.back-en {width: 144px; background: url('../images/btn-back-top-goods-en.gif') no-repeat 50% 50%;}
.text #basket table td.navigation a.back-ru {width: 174px; background: url('../images/btn-back-top-goods-ru.gif') no-repeat 50% 50%;}
.text #basket table td.navigation a.back-lt span, .text #basket table td.navigation a.back-en span, .text #basket table td.navigation a.back-ru span {
	display: none;
}

.text #basket table td.navigation a.send-lt, .text #basket table td.navigation a.send-en, .text #basket table td.navigation a.send-ru {
	display: block;
	height: 22px;
}
.text #basket table td.navigation a.send-lt {width: 93px; background: url('../images/btn-send-friend-lt.gif') no-repeat 50% 50%;}
.text #basket table td.navigation a.send-en {width: 93px; background: url('../images/btn-send-friend-en.gif') no-repeat 50% 50%;}
.text #basket table td.navigation a.send-ru {width: 108px; background: url('../images/btn-send-friend-ru.gif') no-repeat 50% 50%;}
.text #basket table td.navigation a.send-lt span, .text #basket table td.navigation a.send-en span, .text #basket table td.navigation a.send-ru span {
	display: none;
}

.text #basket table td.navigation a.print-lt, .text #basket table td.navigation a.print-en, .text #basket table td.navigation a.print-ru {
	display: block;
	height: 22px;
}
.text #basket table td.navigation a.print-lt {width: 78px; background: url('../images/btn-print-lt.gif') no-repeat 50% 50%;}
.text #basket table td.navigation a.print-en {width: 44px; background: url('../images/btn-print-en.gif') no-repeat 50% 50%;}
.text #basket table td.navigation a.print-ru {width: 58px; background: url('../images/btn-print-ru.gif') no-repeat 50% 50%;}
.text #basket table td.navigation a.print-lt span, .text #basket table td.navigation a.print-en span, .text #basket table td.navigation a.print-ru span {
	display: none;
}
/* end navigation */

/* - End Basket - */



/* - Search - */
.text a.path {
	padding-right: 30px;
	background: url('../images/bg-path-a.gif') no-repeat 100% 50%;
}
/* - End Search - */
/* - Pager - */
.text .pager {
	width: 748px;
	border-top: 1px solid #eeeeee;
	padding: 10px 0;
}
.text .pager ul {
	list-style: none;
	margin: 0; padding: 0;
	width: 748px;
	overflow: hidden;
}
.text .pager ul li {
	padding: 0;
	background: none;
	display: block;
	float: left;
	margin-right: 5px;
}
.text .pager ul li a {
	display: block;
	color: #9d9d9d;
	text-decoration: none;
	padding: 0 7px;
	border: 1px solid #eeeeee;
}
.text .pager ul li a:hover, .text .pager ul li a.active {
	color: #000000;
	border: 1px solid #888888;
}
/* - End Pager - */
/* - Forms - */
.text #notification {
	list-style: none;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid #e0e0e0;
	color: #333333;
	line-height: 18px;
}
.text #notification li {
	display: block;
	padding: 2px 0 2px 30px;
	background: url('../images/ico-ok.gif') no-repeat 0 0;
}
.text #notification li.results {
	background: url('../images/bg-search-results.gif') no-repeat 30px 10px;
	padding-top: 20px;
}
.text #notification li.results {color: #888888;}
.text #notification li.results strong {color: #333333;}

.text #form {padding: 20px 125px 20px 90px;}
.text #form ul {
	list-style: none;
	margin: 0 0 1em 0;
	color: #878787;
}
.text #form ul li {
	padding-left: 20px;
	background: url('../images/ico-error.gif') no-repeat 0 50%;
}

.text #form fieldset {
	margin: 0;
	padding: 8px 0;
}
.text #form fieldset.right {
	padding-left: 130px;
}
* html .text #form fieldset.right {padding-right: 0;}
.text #form fieldset label {
	color: #333333;
	display: block;
	float: left;
	width: 130px;
}
.text .txtfld {
	border: 1px solid;
	border-color: #bebebe #f3f3f3 #f3f3f3 #bebebe;
	background: #fafafa;
	color: #333;
	padding: 2px 5px;
}
.text .long {width: 155px;}
* html .text .long {
	width: 165px;
	width/* */:/**/155px;
}
.text .short {width: 35px;}
* html .text .short {
	width: 45px;
	width/* */:/**/35px;
}
.text .select {width: 165px;}
* html .text .select {
	width: 175px;
	width/* */:/**/165px;
}

.text textarea {
	font: 100% Arial, Arial, Helvetica, sans-serif;
	border: 1px solid;
	border-color: #bebebe #f3f3f3 #f3f3f3 #bebebe;
	background: #fafafa;
	color: #333;
	padding: 2px 5px;
	width: 390px;
	height: 150px;
	overflow: auto;
}
* html .text textarea {
	width: 400px;
	width/* */:/**/390px;
}
/* - End Forms - */
/* - Contacts - */
#contacts {width: 748px;}

#contacts .block-left, #contacts .block-right {float: left;}
#contacts .block-left {
	width: 368px;
	margin-right: 35px;
}
#contacts .block-right {
	width: 345px;
}

.text #contacts #contacts-form form {
	margin: 0;
	padding: 15px 0;
	width: 365px;
}

.text #contacts #contacts-form .error {
	list-style: none;
	margin: 0 0 1em 0;
	color: #878787;
}
.text #contacts #contacts-form .error li {
	padding-left: 20px;
	background: url('../images/ico-error.gif') no-repeat 0 50%;
}
.text #contacts #contacts-form fieldset {
	margin: 0; padding: 3px 0;
}

.text #contacts #contacts-form label {
	display: block;
	color: #333333;
}
.text #contacts #contacts-form .txtfld {width: 240px;}
* html .text #contacts #contacts-form .txtfld {
	width: 250px;
	width/* */:/**/240px;
}

.text #contacts #contacts-form select {
	border: 1px solid;
	border-color: #bebebe #f3f3f3 #f3f3f3 #bebebe;
	background: #fafafa;
	color: #333;
	padding: 2px 5px;
	width: 251px;
}
.text #contacts #contacts-form textarea {
	width: 350px;
	height: 150px;
}
* html .text #contacts #contacts-form textarea {
	width: 360px;
	width/* */:/**/350px;
}

.text #contacts .address-list {
	width: 345px;
	padding-bottom: 30px;
	line-height: 16px;
}
.text #contacts .address-list dl {
	float: left;
	width: 160px;
	padding: 0 12px 25px 0;
}
* html .text #contacts .address-list dl {
	width: 172px;
	width/* */:/**/160px;
}

.text #contacts dl dt {
	font-weight: bold;
	color: #333333;
	font-size: 1.1em;
}
.text #contacts dl dd {color: #333333;}
.text #contacts dl dd.work-time {
	font-size: .9em;
	color: #808080;
}
.text #contacts dl dd.map a {
	display: block;
	padding-left: 15px;
	background: url('../images/ico-contacts.gif') no-repeat 0 50%;
}
/* - End Contacts - */
/* - Sitemap - */
.text #sitemap {width: 748px;}
.text #sitemap .block-left, .text #sitemap .block-right {
	float: left;
	width: 374px;
}
.text #sitemap ul {font-weight: bold;}
.text #sitemap ul ul {
	font-weight: normal;
	font-size: .9em;
}
.text #sitemap ul ul li {
	background: none;
	padding-left: 25px;
}
/* - End Sitemap - */
/* - Career List - */
.text ul.career-list {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}
.text .career {padding: 0 0 15px 30px;}
/* - End Career List - */
/* - FAQ - */
.text #faq {width: 748px;}
.text #faq ul {
	list-style: none;
	padding: 0;
	font-weight: bold;
}
.text #faq ul li {
	display: block;
	padding: 0;
	background: #fff;
}

.text #faq ul li.faq-question-open {
	background: #fafafa;
}


.text #faq ul li a {
	display: block;
	padding: 15px 20px 14px 22px;
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
}
.text #faq ul li.first a {padding-top: 16px;}
.text #faq ul li.faq-question-open a {border-bottom: 0;}

.text #faq ul li a span {
	display: block;
	padding-left: 20px;
	background: url('../images/ico-faq-a.gif') no-repeat 0 5px;
}
.text #faq ul li.faq-question-open a span {background: url('../images/ico-faq-aa.gif') no-repeat 0 5px;}

.text #faq ul li a:hover {
	text-decoration: underline;
	padding-bottom: 15px;
	border-bottom: 0;
	background: url('../images/bg-faq-list.gif') no-repeat 50% 100%;
}
.text #faq ul li.first a:hover {
	border-top: 1px solid #eeeeee;
	padding-top: 15px;
}
.text #faq ul li.faq-question-open a:hover {
	background-image: none;
	padding-bottom: 14px;
}

.text #faq ul li ul {
	font-weight: normal;
	padding: 0 20px 0 40px;
	color: #333333;
	margin: 0;
	border-bottom: 1px solid #eeeeee;
}

.text #faq ul li ul li {
	border: 0;
	background: #fafafa;
}
/* - End Faq - */
/* - Supper Price - */

/* List */
/* Header */
.text #supper-price-header {
	width: 298px;
	padding: 30px 30px 30px 420px;
	min-height: 115px;
	margin: 0 0 30px 0;
}
* html .text #supper-price-header {
	height: 175px;
	width: 748px;
	width/* */:/**/310px;
	height/* */:/**/115px;
}

.text #supper-price-header h1 {display: none;}

.text .lt-title {background: #ff7214 url('../images/bg-supper-price-lt.gif') no-repeat 0 50%;}
.text .en-title {background: #ff7214 url('../images/bg-supper-price-en.gif') no-repeat 0 50%;}
.text .ru-title {background: #ff7214 url('../images/bg-supper-price-en.gif') no-repeat 0 50%;}

.text #supper-price-header .list {
	width: 310px;
	padding-bottom: 20px;
	background: #fff url('../images/bg-supper-price-bottom.gif') no-repeat 50% 100%;
}
.text #supper-price-header .list ul {
	padding-top: 20px;
	margin: 0;
	width: 310px;
	background: url('../images/bg-supper-price-top.gif') no-repeat 50% 0;
	font-size: 1.5em;
	line-height: 26px;
}
.text #supper-price-header .list ul li {
	padding: 0 10px 0 20px;
	background: none;
}
/* End Header */
/* Content */
.text #supper-price table {
	width: auto;
}
.text #supper-price table th {
	background: #f58220;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 15px;
	padding-right: 15px;
}
.text #supper-price table td {
	padding-left: 30px;
	color: #666666;
}
/* End Content */
/* Meniu */
.text ul#supper-price-meniu {
	padding: 0 0 25px 0;
	overflow: hidden;
}
.text ul#supper-price-meniu li {
	padding: 0;
	float: left;
	background: none;
	margin-right: 75px;
}
.text ul#supper-price-meniu li a {
	display: block;
	width: 85px;
	text-align: center;
	font-weight: bold;
	color: #6ac029;
	padding-top: 85px;
}

@media screen {
.text ul#supper-price-meniu li a img {display: none;}
}
@media print {
.text ul#supper-price-meniu li a img {border: 0;}
}

.text #supper-price-footer {
	height: 5px;
	background: #ff7214;
	width: 748px;
	margin-bottom: -20px;
}
/* End Meniu */
/* End List */
/* View */
/* Header */
.text #supper-price-header-inside {
	display: block;
	width: 748px; height: 55px;
	margin: 0 0 30px 0;
}

.text .lt-title-inside {background: #ff7214 url('../images/bg-supper-price-inside-lt.gif') no-repeat 0 50%;}
.text .en-title-inside {background: #ff7214 url('../images/bg-supper-price-inside-en.gif') no-repeat 0 50%;}
.text .ru-title-inside {background: #ff7214 url('../images/bg-supper-price-inside-en.gif') no-repeat 0 50%;}

.text #supper-price-header-inside h1 {display: none;}
/* End Header */
/* Meniu */
.text ul#supper-price-meniu-inside {
	padding: 0; margin: 0;
	overflow: hidden;
	width: 748px;
	border-bottom: 5px solid #ff7214;
	font-weight: bold;
}
.text ul#supper-price-meniu-inside li {
	display: block;
	float: left;
	padding: 0;
	background: none;
}
.text ul#supper-price-meniu-inside li a {
	display: block;
	padding: 20px 10px 20px 55px;
	color: #52a613;
}
.text ul#supper-price-meniu-inside li a.active {
	color: #4d311e;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: normal;
}
/* End Meniu - */
/* List */
.text #piles-list {
	width: 748px;
}
.text #piles-list .piles-list-item {
	width: 249px;
	float: left;
	display: block;
	padding: 0 0 20px 0;
}
.text #piles-list .piles-list-item .image {
	width: 249px;
	padding: 20px 0;
	text-align: center;
	position: relative;
}

.text #piles-list .piles-list-item .image .discount {
	position: absolute;
	top: 5px; right: 45px;
	display: block;
	width: 46px; height: 46px;
	line-height: 46px;
	text-align: center;
	vertical-align: middle;
	z-index: 10;
	font-weight: bold;
	color: #fff;
	background: url('../images/ico-discount.png') no-repeat 50% 50%;
}
* html .text #piles-list .piles-list-item .image .discount {
	background: url('../images/ico-discount.gif') no-repeat 50% 50%;
	_bac\kground: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/ico-discount.png');
}

.text #piles-list .piles-list-item .image img {border: 0;}

.text #piles-list .piles-list-item .features-list {
	padding: 0 20px;
	width: 208px;
}
* html .text #piles-list .piles-list-item .features-list {
	width: 248px;
	width/* */:/**/208px;
}

.text #piles-list .piles-list-item .features-list .checkbox,
.text #piles-list .piles-list-item .features-list .title,
.text #piles-list .piles-list-item .features-list .points {
	float: left;
}

.text #piles-list .piles-list-item .features-list .checkbox {
	width: 30px;
	text-align: center;
}
.text #piles-list .piles-list-item .features-list .title {
	width: 128px;
	margin-right: 3px;
	line-height: 16px;
}
.text #piles-list .piles-list-item .features-list .title a {color: #52a613;}

.text #piles-list .piles-list-item .features-list .title dd.dimensions {
	color: #999999;
	padding: 0;
	font-weight: normal;
}
.text #piles-list .piles-list-item .features-list .title dd {
	padding-top: 3px;
	font-weight: bold;
	color: #333333;
	font-size: 1.1em;
}

.text #piles-list .piles-list-item .features-list .title dd span {
	font-size: 1.05em;
	color: #e60f0f;
}
.text #piles-list .piles-list-item .features-list .title dd small {
	display: inline;
	font-size: .8em;
	font-weight: normal;
	color: #999999;
	text-decoration: line-through;
	padding-left: 5px;
}


.text #piles-list .piles-list-item .features-list .points {
	display: block;
	width: 47px;
	height: 47px;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	background: url('../images/bg-points.gif') no-repeat 50% 50%;
}
.text #piles-list .piles-list-item .features-list .points span {
	font-size: 2.4em;
	display: block;
	padding-top: 8px;
	line-height: 14px;
}
/* End List */
/* Results */
.text #pile-results {
	width: 748px;
}
.text #pile-results #total-points {
	width: 718px;
	padding: 12px 15px;
	border-bottom: 5px solid #ff7214;
	margin-bottom: 15px;
}
* html .text #pile-results #total-points {
	width: 748px;
	width/* */:/**/718px;
}
.text #pile-results #total-points .title, .text #pile-results #total-points .sum {float: left;}
.text #pile-results #total-points .title {
	width: 646px;
	margin-right: 15px;
	text-align: right;
	font-size: 1.6em;
	color: #333333;
	padding: 15px 0;
}

.text #pile-results #total-points .sum {
	display: block;
	width: 57px; height: 57px;
	background: url('../images/bg-points-total.gif') no-repeat 50% 50%;
	font-weight: bold;
	text-align: center;
}
.text #pile-results #total-points .sum span {
	display: block;
	font-size: 2.6em;
	padding-top: 10px;
}

.text table.calculator {
	border: 0;
	width: 748px;
	margin: 0;
}
.text table.calculator td {
	padding: 0;
	width: 374px;
}

.text table.calculator td.message table {}
.text table.calculator td.message table th {
	background: #f58220;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 15px;
	padding-right: 15px;
}
.text table.calculator td.message table td {
	color: #666666;
	padding: 4px 5px 4px 30px;
}

.text table.calculator td.auto table {}
.text table.calculator td.auto table th {
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 15px;
	padding-right: 15px;
	color: #943368;
}
.text table.calculator td.auto table td {
	padding: 15px;
	color: #666666;
	line-height: 18px;
}
.text table.calculator td.auto table td .price b {white-space: nowrap;}

.text table.calculator td.auto table td .points-gathered {
	font-size: 1.6em;
	padding-top: 5px;
}
.text table.calculator td.auto table td .points-gathered b {color: #da5801;}

.text table.calculator td.auto table td .discount-percent {
	font-size: 1.6em;
	padding-bottom: 5px;
}
.text table.calculator td.auto table td .discount-percent b {
	font-weight: normal;
	color: #c93232;
	display: block;
	white-space: nowrap;
}
.text table.calculator td.auto table td .discount-points {padding-bottom: 8px;}
.text table.calculator td.auto table td .discount-points span {font-weight: bold;}
/* End Results */
/* End View */

/* - End Supper Price - */
/* - Back Top - */
.text .back-top {
	width: 748px;
	padding: 12px 0;
	border-top: 1px solid #eeeeee;
	font-weight: bold;
}
.text .bt-top {
	padding-top: 0;
	margin-bottom: 20px;
	border-top: 0;
	border-bottom: 1px solid #eeeeee;
}
.text .bt-top2 {
	padding-top: 0;
	border-top: 0;
	border-bottom: 1px solid #eeeeee;
}
.text .bt-bottom {
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 20px;
}
* html .text .bt-bottom {padding-bottom: 0;}

.text .back-top ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.text .back-top ul li {
	display: block;
	background: none;
	padding: 0;
}

.text .back-top ul li.top,
.text .back-top ul li.back,
.text .back-top ul li.archive,
.text .back-top ul li.faq,
.text .back-top ul li.related {float: left;}
.text .back-top ul li.related {
	padding-left: 18px;
	background: url('../images/ico-related.gif') no-repeat 10px 50%;
}

.text .back-top ul li.print {float: right;}

.text .back-top ul li a {
	display: block;
	text-decoration: none;
}

.text .back-top ul li.top a {
	padding: 0 0 0 10px;
	background: url('../images/ico-top.gif') no-repeat 0 50%;
}
.text .back-top ul li.back a {
	padding: 0 0 0 10px;
	background: url('../images/ico-back.gif') no-repeat 0 50%;
}
.text .back-top ul li.archive a {
	padding: 0 0 0 15px;
	background: url('../images/ico-news.gif') no-repeat 0 50%;
}
.text .back-top ul li.faq a {
	padding: 0 0 0 15px;
	background: url('../images/ico-faq.gif') no-repeat 0 50%;
}
.text .back-top ul li.related a {
	font-weight: normal;
	padding: 0 0 0 20px;
	color: #000;
	text-decoration: underline;
	background: url('../images/ico-more.gif') no-repeat 5px 50%;
}
.text .back-top ul li.related a:hover {text-decoration: none;}

.text .back-top ul li.print a {
	font-weight: normal;
	padding-left: 20px;
	background: url('../images/ico-print-p.gif') no-repeat 0 50%;
}
/* - End Back Top - */
/* --- End Modules --- */



/* --- Contacts --- */
#contacts {
	width: 100%;
	border-top: 1px solid #000000;
}
#contacts h2 {
	font: 100% Arial, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #666666;
	padding: 15px 0;
}
#contacts .address-list {width: 100%;}

#contacts .address-list dl {
	width: 33%;
	float: left;
	padding-bottom: 20px;
}
#contacts .address-list dl dt {font-weight: bold}
#contacts .address-list dl a {color: #000000;}
/* --- End Contacts --- */

.clear {
	width: 100%;
	clear: both;
}
.line {
	border-top: 1px solid #eee;
	background: transparent;
}


.text table {
	behavior: expression(function(o){
		if (o.border == "0")
			o.className += " noborder"
		o.runtimeStyle.behavior = "none";
	}(this))
}

#TB_ajaxContent form.sf-form div.expanded-parameters-list
{
    width: 100%;
}

#TB_ajaxContent form.sf-form div.element, #TB_ajaxContent form.sf-form div.more 
{
    width: 250px;
    float: left;
}
