/* 2007 (c) UAB "Dizaino kryptis" */
/* 2007 (c) Simonas Falkauskas */
body {
	padding: 0 0 15px 0; margin: 0;
	position: relative;
	font-size: 1em;
	font: 76% Arial, Tahoma, Helvetica, sans-serif;
	background: #faf7ed url('../images/bg.gif');
}
* html body {text-align: center;} 

#wrapper {
	
	width: 100%;
	position: relative;
	background: url('../images/bg-wrapper.gif') repeat-x;
	min-height: 320px;
}
* html #wrapper {height: 320px;} 

#wrapper-search {
	width: 100%;
	height: 249px ;
	background: url('../images/bg-wrapper-search.gif') no-repeat 49% 0;
}


#holder-header, #holder-search, #holder-content {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
* html #holder-header, #holder-search, #holder-content {text-align: left;}


#holder-header {
	height: 165px;
	background: url('../images/bg-holder-header.gif') no-repeat 50% 100%;
}

#holder-search {
	min-height: 249px ;
	background: url('../images/bg-holder-search.jpg') no-repeat 50% 0;
}
* html #holder-search {height: 249px;}

#holder-content {background: url('../images/bg-content.gif') no-repeat 50% 0; }
	

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, h6, form, dl, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
fieldset {border: 0;}
h1 {display: none;}
/* --- End Standart Tag's --- */

/* --- Logos --- */
.logo {
	position: absolute; /*absolute*/
	top: 15px; left: 0;
	display: block;
	width: 180px; height: 105px;
	background: url('../images/logo-small.gif') no-repeat 50% 50%;
}
.logo span {display: none;}
#logo-print {display: none;}
/* --- End Logos --- */

/* --- Search --- */
#search {
	position: absolute;
	top: 45px; right: 0;
	width: 190px;
}
#search fieldset {padding: 0;}
#search label {
	display: block;
	color: #817b68;
	font-weight: bold;
	padding-bottom: 5px;
}
#search .txtfld {
	font-size: .9em;
	width: 150px;
	color: #999;
	padding: 4px 0 3px 0;
	border: 1px solid;
	border-color: #e4d06c #e4d06c #fdef9d #fdef9d;
	text-indent: 5px;
}
#search .submit {
	vertical-align: middle;
	padding-bottom: 3px;
}
* html #search .submit {padding-bottom: 10px;}
*:first-child+html #search .submit {padding-bottom: 10px;}
/* --- End Search --- */

/* --- Site & Main Navigation --- */
/* Top Navigation */
#top-navigation {
	padding: 0;
	list-style: none;
	position: absolute;
	left: 817px; bottom: 0;
}
#top-navigation li {
	float: left;
	display: block;
}
#top-navigation a {
	display: block;
	width: 32px; height: 35px;
}
#top-navigation a span {display: none;}

#top-navigation .lt a {background: url('../images/ico-lt.gif') no-repeat 50% 100%;}
#top-navigation .lv a {background: url('../images/ico-lv.gif') no-repeat 50% 100%;}
#top-navigation .sitemap a {background: url('../images/ico-sitemap.gif') no-repeat 50% 100%;}
#top-navigation .mail a {background: url('../images/ico-mail.gif') no-repeat 50% 100%;}
#top-navigation .print a {background: url('../images/ico-print.gif') no-repeat 50% 100%;}

#top-navigation .lt a:hover {background: url('../images/ico-lt-a.gif') no-repeat 50% 100%;}
#top-navigation .lv a:hover {background: url('../images/ico-lv-a.gif') no-repeat 50% 100%;}
#top-navigation .sitemap a:hover {background: url('../images/ico-sitemap-a.gif') no-repeat 50% 100%;}
#top-navigation .mail a:hover {background: url('../images/ico-mail-a.gif') no-repeat 50% 100%;}
#top-navigation .print a:hover {background: url('../images/ico-print-a.gif') no-repeat 50% 100%;}

#top-navigation .lt a.active, #top-navigation .lt a.active:hover {background: url('../images/ico-lt-aa.gif') no-repeat 50% 100%;}
#top-navigation .lv a.active, #top-navigation .lv a.active:hover {background: url('../images/ico-lv-aa.gif') no-repeat 50% 100%;}
#top-navigation .sitemap a.active, #top-navigation .sitemap a.active:hover {background: url('../images/ico-sitemap-aa.gif') no-repeat 50% 100%;}
#top-navigation .mail a.active, #top-navigation .mail a.active:hover {background: url('../images/ico-mail-aa.gif') no-repeat 50% 100%;}
#top-navigation .print a.active, #top-navigation .print a.active:hover {background: url('../images/ico-print-aa.gif') no-repeat 50% 100%;}
/* End Top Navigation */
/* Meniu */
#meniu {
	padding: 0;
	list-style: none;
	width: 800px;
	font-weight: bold;
	/*overflow: hidden;*/
	 position: absolute; top: -35px; left: 0;
	 z-index: 3;
}
#meniu li {
	float: left;
	display: block;
	position: relative;
}
#meniu a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: url('../images/bg-meniu-r.gif') no-repeat 100% 100%;
}
#meniu a span {
	display: block;
	padding: 13px 10px 8px 10px;
	background: url('../images/bg-meniu-l.gif') no-repeat 0 100%;
}

#meniu a:hover {background: url('../images/bg-meniu-r-a.gif') no-repeat 100% 100%;}
#meniu a:hover span {background: url('../images/bg-meniu-l-a.gif') no-repeat 0 100%;}

#meniu a.active, #meniu a.active:hover {
	color: #554806;
	background: url('../images/bg-meniu-r-aa.gif') no-repeat 100% 100%;
}
#meniu a.active span, #meniu a.active:hover span {
	padding: 11px 10px 10px 10px;
	background: url('../images/bg-meniu-l-aa.gif') no-repeat 0 100%;
}

/**/

#meniu ul {
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 35px; left: 0; /*top: 35px; left: 0;*/
	width: 150px;
	z-index: 12;
	background: #5a523d url('../images/bg-submeniu.gif');
	font-size: .9em;
	font-weight: bold;
	
	
}
#meniu .active ul {background: #ffd502;}


#meniu ul li {
	position: relative;
	background: none;
	padding: 0;
	cursor: pointer;
}

#meniu ul a {
	display: block; 
	padding: 5px 14px;
	width: 122px;
	color: #d3cd9b;
	background: url('../images/bg-submeniu-li.gif') no-repeat 50% 100%;
}
#meniu .active ul a {
	color: #7d6a0e;
	background: url('../images/bg-submeniu-ali.gif') no-repeat 50% 100%;
}

#meniu ul .last a {background: none;}


#meniu ul a:hover, #meniu ul a.active {
	color: #feffff;
	background: url('../images/bg-submeniu-li-a.gif') no-repeat 50% 100%;
}
#meniu .active ul a:hover, #meniu .active ul a.active {
	color: #564807;
	background: url('../images/bg-submeniu-ali-a.gif') no-repeat 50% 100%;
}

#meniu ul .last a:hover, #meniu ul .last a.active {background: url('../images/bg-submeniu-li-a-last.gif') no-repeat 50% 100%;}
#meniu .active ul .last a:hover, #meniu .active ul .last a.active {background: url('../images/bg-submeniu-ali-a-last.gif') no-repeat 50% 100%;}

* html #meniu ul li {float: left;}
* html #meniu ul li a {
	height: 1%;
	width: 140px;
	/*width*/ /* *//*:*//**//*122px;*/
}

#meniu li:hover ul, #meniu li.over ul {display: block;}
#meniu li:hover ul ul, #meniu li.over ul ul {display: none;}

/**/
/**/

#meniu ul ul {
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 0; left: 150px;
	width: 150px;
	z-index: 9;
	background: #5a523d url('../images/bg-submeniu.gif');
	font-size: 1em;
}

#meniu ul ul li a {color: #9b936f;}
#meniu .active ul ul li a {color: #7b6a12;}

#meniu ul ul li a:hover, #meniu ul ul a.active {background: url('../images/bg-submeniu-li.gif') no-repeat 50% 100%;}
#meniu .active ul ul li a:hover, #meniu .active ul ul a.active {background: url('../images/bg-submeniu-ali.gif') no-repeat 50% 100%;}

#meniu ul ul .last a:hover, #meniu ul ul .last a.active, #meniu .active ul ul .last a:hover, #meniu .active ul ul .last a.active {background: none;}

* html #meniu ul ul li {float: left;}
* html #meniu ul ul li a {height: 1%;}

#meniu ul li:hover ul, #meniu ul li.over ul { 
	display: block;
}

/**/

/* End Meniu */
/* --- End Site & Main Navigation --- */

/* --- Main Search --- */
/* Structure */
#search-left, #search-center, #search-right {
	float: left;
	position: relative;
}
#search-left {width: 323px;}
#search-center {width: 334px;}
#search-right {width: 333px;}

#search-left h2, #search-center h2, #search-right h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #635e44;
}
#search-left h2 {padding: 20px 0 20px 10px;}
#search-center h2 {padding: 20px 0 20px 20px;}
#search-right h2 {padding: 20px 0 20px 20px;}


#search-left .banner-holder, #search-left form {float: left;}
#search-left .banner-holder {
	position: relative;
	width: 176px; height: 175px; /*buvo 225X 175 */
	background: url('../images/bg-banner-left.gif') no-repeat 10px 0;
}
#search-left form {width: 147px;}


#search-center .banner-holder, #search-center form {float: left;}
#search-center .banner-holder {
	position: relative;
	width: 186px; height: 175px;
	background: url('../images/bg-banner-center.gif') no-repeat 20px 0;
}
#search-center form {width: 147px;}


#search-right .banner-holder, #search-right form {float: left;}
#search-right .banner-holder {
	position: relative;
	width: 186px; height: 175px;
	background: url('../images/bg-banner-right.gif') no-repeat 20px 0;
}
#search-right form {width: 147px;}
/* End Structure */
/* Banner */
.banner-search {
	position: absolute;
	top: 5px; /*top: 29px; right: 10px;*/
	display: block;
	width: 136px; height: 161px;
	z-index: 1; 
}

#search-left .banner-search {left: 15px;}
#search-center .banner-search, #search-right .banner-search {left: 25px;}


.banner-search img, .banner-search object {
	padding: 0; margin: 0; border: 0;
}

.banner-img {
	position: absolute;
	top: 148px; right: 143px;
	display: block;
	width: 19px; height: 19px;
	background: url('../images/bg-icon.gif') no-repeat 50% 50%;
	z-index: 100;
}
/* End Banner */
/* Graphics */

#graphics-left, #graphics-right {display: none;}

/*
#graphics-left {
	position: absolute;
	top: -10px; left: 170px;
	display: block;
	width: 40px; height: 60px;
	background: url('../images/bg-left-graphics.png') no-repeat 50% 0;
	z-index: 999;
}
* html #graphics-left {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/bg-left-graphics.png');
}

#graphics-right {
	position: absolute;
	top: -10px; left: 170px;
	display: block;
	width: 30px; height: 60px;
	background: url('../images/bg-right-graphics.png') no-repeat 50% 0;
	z-index: 999;
}
* html #graphics-right {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/bg-right-graphics.png');
}
*/


/* End Graphics */
/* Forms */
#search-left form, #search-center form,  #search-right form {
	padding: 0;
	margin: 0;
}
#search-left fieldset, #search-center fieldset,  #search-right fieldset {
	padding: 0 0 6px 0;
	margin: 0;
}
#search-left fieldset.radio, #search-center fieldset.radio, #search-right fieldset.radio {
	font-size: .9em;
	/*font-weight: bold;*/
	color: #504f55;
	/*padding-left: 20px;*/
}

#search-left label, #search-center label, #search-right label {display: none;}

#search-left .txtfld, #search-center .txtfld, #search-right .txtfld {
	width: 125px;
	font-size: .9em;
	color: #666;
	border: 1px solid;
	border-color: #e4d06c #e4d06c #fdef9d #fdef9d;
	padding: 2px 0;
}
#search-left .txtfld2, #search-center .txtfld2, #search-right .txtfld2 {
	width: 123px;
	font-size: .9em;
	color: #666;
	border: 1px solid;
	border-color: #e4d06c #e4d06c #fdef9d #fdef9d;
	padding: 2px 0;
}

/* End Forms */
/* --- End Main Search --- */

/* --- Banners --- */
/* Top Banner */
#banner-top {
	position: absolute;
	top: 15px; left: 180px;
	display: block;
	width: 600px; height: 105px;
}
/* End Top Banner */
/* --- End Banners --- */

/* --- Content --- */
/* Structure */
#block-left, #block-right {float: left;}
#block-left {
	width: 735px;
}
#block-right {
	width: 238px;
	margin-left: 5px;
}
/* End Structure */
/* Information */
#information {
	background: #fff;
	border-left: 1px solid #efece2;
	border-bottom: 1px solid #efece2;
	
}

#information h3 {
	font-size: 1.1em;
	color: #5d5008;
	padding: 13px 20px 18px 38px;
	background: url('../images/bg-h3.gif') no-repeat 50% 0;
}
/* End Information */
/* Text */
#text {
	font-size: .9em;
	color: #554806;
	line-height: 18px;
	padding: 20px 45px 0 35px;
}
#text h4 {
	padding-bottom: 20px;
	font-size: 1.2em;
}
#text h5 {
	font-size: 1.1em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url('../images/bg-back-top.gif') repeat-x 0 100%;
}
#text h5 span {font-weight: normal;}
#text h5 a {
	padding-right: 12px;
	margin-right: 8px;
	background: url('../images/bg-path.gif') no-repeat 100% 50%;
}
#text h6 {
	font-size: 1.1em;
	padding: 10px 0 20px 0;
}
#text h6 span {color: #e46112;}

#text p {margin: 0 0 1.5em 0;}
#text a {color: #2d759f; text-decoration: none;}
#text a:hover {text-decoration: underline;}

#text hr {
	border: 0;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
}

#text a:hover {text-decoration: underline;}

#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 17px 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;
}

* 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: #d9d9d9;
	/*width: 100%;*/
	margin-bottom: 1.2em;
}

* html #text table {font-size: 1em; width: auto; }
#text table[border="0"] {border: 0;}
#text table.noborder { border: 0; }
#text td {
	padding: 4px 5px;
	font-size: 1em;
	border-color: #d9d9d9;
	vertical-align: top;
}

#text th {
	padding: 4px 5px;
	background: #f6f5f0;
	text-align: left;
	border-color: #d9d9d9;
	font-weight: bold;
}
#text td p, #text th p {margin: 0;}
/* End Text */
/* Back Top */
#back-top {
	padding: 0 0 10px 0;
	list-style: none;
	margin: 0 20px;
	width: 695px;
	font-weight: bold;
	overflow: hidden;
	background: url('../images/bg-back-top.gif') repeat-x;
}
#back-top li {display: block;}

* html #back-top li {
	height: 1%;
	vertical-align: top;
}

#back-top li.back {float: left;}
#back-top li.totop {float: right;}

#back-top a {
	display: block;
	padding: 12px 0 7px 0;
	color: #2d759f;
	text-decoration: none;
}

#back-top a:hover {text-decoration: underline;}
#back-top .back a {padding-left: 25px; background: url('../images/ico-back.gif') no-repeat 0 60%;}
#back-top .totop a {padding-right: 25px; background: url('../images/ico-top.gif') no-repeat 100% 60%;}

#back-top span {
	display: inline;
	float: left;
	padding: 12px 10px 7px 0;
	font-weight: normal;
}
#back-top ul {
	list-style: none;
	padding: 0; width: 500px;
}
#back-top ul li {
	display: inline;
	float: left;
	padding: 11px 0 6px 0;
}
#back-top .back ul li a {
	display: block;
	padding: 1px 5px;
	background: none;
}
#back-top .back ul li a:hover, #back-top .back ul li a.active {
	background: #ffd600;
	color: #554806;
	text-decoration: none;
}
/* End Back Top */
/* --- End Content --- */

/* --- Text Info --- */
#block-info {
	width: 100%;
	margin-top: 8px;
}
#block-info h3 {
	font-size: 1.1em;
	color: #fff;
	padding: 11px 15px 16px 45px;
	background: url('../images/h3-block-info.jpg') no-repeat 50% 100%;
}
#block-info .bottom {
	background: url('../images/bg-block-info.jpg') no-repeat 50% 100%;
	min-height: 30px;
	padding: 5px 35px 25px 30px;
}
* html #block-info .bottom {
	height: 60px;
	height/* */:/**/30px;
}
#block-info a {
	display: block;
	width: 166px; height: 30px;
}
#block-info a span {display: none;}

#block-info a.download-lt {background: url('../images/bg-download-lt.gif') no-repeat 50% 50%;}
#block-info a.download-en {}
/* --- End Text Info --- */

/* --- Users Zone --- */
#block-users {
	width: 100%;
	margin-top: 8px;
	background: url('../images/bg-block-all.jpg') no-repeat 50% 42px;
}
#block-users h3 {
	font-size: 1.1em;
	color: #554806;
	padding: 11px 15px 16px 45px;
	background: url('../images/h3-block-yall.jpg') no-repeat 50% 100%;
}
#block-users .bottom {
	background: url('../images/bg-block-all-bottom.jpg') no-repeat 50% 100%;
	min-height: 70px;
	padding: 5px 20px 25px 20px;
	color: #554806;
}
* html #block-users .bottom {
	height: 100px;
	height/* */:/**/70px;
}
/* Loged In */
#block-users .bottom ul {
	padding: 10px 0 0 0;
	list-style: none;
	font-size: .9em;
	font-weight: bold;
}
#block-users .bottom ul li {
	margin-bottom: 1px;
	display: block;
}
* html #block-users .bottom ul li {
	vertical-align: top;
	height: 1%;
}
#block-users .bottom ul li a {
	display: block;
	padding: 5px 12px;
	background: #fff7cb;
	color: #2d759f;
	text-decoration: none;
}
#block-users .bottom ul li a:hover, #block-users .bottom ul li a.active {
	text-decoration: underline;
}
/* End Loged In */
/* Login */
#block-users .bottom form {}
#block-users .bottom fieldset {padding: 2px 5px;}
#block-users .bottom label {display: none;}
#block-users .bottom .txtfld {
	font-size: .9em;
	width: 100%;
	color: #999;
	padding: 4px 0 3px 0;
	border: 1px solid;
	border-color: #e4d06c #e4d06c #fdef9d #fdef9d;
	text-indent: 5px;
}
#block-users .bottom form ul {
	overflow: hidden;
}
#block-users .bottom form ul li {
	display: block;
	float: left;
	margin: 0; padding-left: 5px;
}
#block-users .bottom form ul li.bg {
	padding-left: 15px;
	background: url('../images/bg-footer.gif') no-repeat 6px 50%;
}
* html #block-users .bottom form ul li {
	vertical-align: top;
	height: 1%;
}
#block-users .bottom form ul li a {
	color: #2d759f;
	text-decoration: none;
	display: static;
	padding: 0; background: none;
	white-space: nowrap;
}
#block-users .bottom form ul li a:hover, #block-users .bottom form ul li a.active {
	text-decoration: underline;
}
/* End Login */
/* --- End Users Zone ---*/

/* --- Basket --- */
#block-basket {
	width: 100%;
	
	margin-top: 12px;
	background: url('../images/bg-block-all.jpg') no-repeat 50% 42px;
}
#block-basket h3 {
	font-size: 1.1em;
	color: #554806;
	padding: 11px 15px 16px 45px;
	background: url('../images/h3-block-yall.jpg') no-repeat 50% 100%;
}
#block-basket .bottom {
	background: url('../images/bg-block-all-bottom.jpg') no-repeat 50% 100%;
	min-height: 70px;
	padding: 5px 20px 25px 20px;
	color: #554806;
}
* html #block-basket .bottom {
	height: 100px;
	height/* */:/**/70px;
}
#block-basket .bottom div {
	padding: 5px 12px;
	background: #fff7cb;
	font-size: .9em;
	line-height: 18px;
}
#block-basket .bottom div p {margin: 0;}
#block-basket .bottom ul {
	padding: 10px 0 0 0;
	list-style: none;
	font-size: .9em;
	font-weight: bold;
}
#block-basket .bottom ul li {
	display: block;
	float: left;
	padding-left: 15px;
}
#block-basket .bottom ul li.bg {background: url('../images/bg-footer.gif') no-repeat 6px 50%;}
* html #block-basket .bottom ul li {
	vertical-align: top;
	height: 1%;
}
#block-basket .bottom ul li a {
	color: #2d759f;
	text-decoration: none;
}
#block-basket .bottom ul li a:hover, #block-basket .bottom ul li a.active {
	text-decoration: underline;
}
/* --- End Basket --- */

/* --- Map --- */
#block-sellpoints {
	width: 100%;
	margin-top: 11px;
}
#block-sellpoints h3 {
	font-size: 1.1em;
	color: #554806;
	padding: 11px 15px 16px 45px;
	background: url('../images/h3-block-sellpoints.jpg') no-repeat 50% 100%;
}
#block-sellpoints .bottom {
	font-size: .9em;
	text-align: center;
	display: block;
	width: 238px; height: 177px;
	/*background: url('../images/bg-block-map.jpg') no-repeat 50% 0;*/
}
/* --- End Map --- */

/* --- Newsletters --- */
#block-newsletters {
	width: 100%;
	margin-top: 12px;
	background: url('../images/bg-block-all.jpg') no-repeat 50% 42px;
}
#block-newsletters h3 {
	font-size: 1.1em;
	color: #554806;
	padding: 11px 15px 16px 45px;
	background: url('../images/h3-block-yall.jpg') no-repeat 50% 100%;
}
#block-newsletters .bottom {
	background: url('../images/bg-block-all-bottom.jpg') no-repeat 50% 100%;
	min-height: 70px;
	padding: 5px 25px 25px 25px;
}
* html #block-newsletters .bottom {
	height: 100px;
	height/* */:/**/70px;
}
#block-newsletters .bottom form {}
#block-newsletters .bottom fieldset {padding: 2px 0;}
#block-newsletters .bottom label {display: none;}
#block-newsletters .bottom .txtfld {
	font-size: .9em;
	width: 100%;
	color: #999;
	padding: 4px 0 3px 0;
	border: 1px solid;
	border-color: #e4d06c #e4d06c #fdef9d #fdef9d;
	text-indent: 5px;
}
/* --- End Newsletters --- */

/* --- Modules --- */
/* Index & News */
#text .news-list {
	/*width: auto;*/
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url('../images/bg-back-top.gif') repeat-x 0 100%;
}
#text .last {
	margin-bottom: 0;
	background: none;
}

#text .news-list .image, #text .news-list dl {float: left;}
#text .news-list .image {
	text-align: center;
	width: 150px;
	padding-top: 3px;
	overflow: hidden;
}
#text .news-list dl {
	margin-left: 5px;
	width: 480px;
	overflow: hidden;
	
}
#text .news-list dl dt {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 15px;
	//word-wrap: break-word;
	
}
#text .news-list dl dt span {
	display: block;
	font-size: .9em;
	font-weight: normal;
	color: #99926f;
	
}
#text .news-list dl dd {margin: 0;}
#text .news-list dl dd p {margin: 0;}
#text .news-list dl dd.more {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 15px;
	
}
/* End Index & News */
/* Catalog */
#text .catalog-list {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url('../images/bg-back-top.gif') repeat-x 0 100%;
}
#text .last {
	margin-bottom: 0;
	background: none;
}
#text .catalog-list .image, #text .catalog-list dl {float: left;}
#text .catalog-list .image {
	text-align: center;
	width: 150px;	
	padding-top: 3px;
	overflow: hidden;
}
#text .catalog-list dl {
	margin-left: 5px;
	width: 480px;
}
#text .catalog-list dl dt {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 15px;
	line-height: 16px;
	overflow: hidden;
	/*border-style: solid ; */
}
#text .catalog-list dl dt span {
	display: block;
	font-size: .9em;
	font-weight: normal;
	color: #99926f;
}
#text .catalog-list dl dt small {
	display: block;
	font-size: .85em;
	color: #847e5f;
	font-weight: bold;
}
#text .catalog-list dl dd {margin: 0; }
#text .catalog-list dl dd p {margin: 0;}

#text .catalog-list dl dd.add-info {padding-bottom: 10px;}
#text .catalog-list dl dd.pricebook-info {
	/*background: #f6f5f0;*/
	margin-bottom: 10px;
}
#text .catalog-list form {margin: 0; padding: 0;}
#text .catalog-list dl dd table {
	background: #f6f5f0;
	
	width: 100%;
	border-collapse: collapse;
	margin: 0; border: 0;
}
#text .catalog-list dl dd table td {
	padding: 4px 5px;
	vertical-align: middle;
}


#text .catalog-list dl dd table td.price {
	
	background: #edece6;
	font-weight: bold;
	color: #554806;
	text-align: center;
	/*width: 115px;*/
	width: 150px;
}
#text .catalog-list dl dd table td.price span {color: #e46112;}

#text .catalog-list dl dd table td.title {
	
	font-weight: bold;
	text-align: right;
	width: 80px;
	color: #554806;
}

#text .catalog-list dl dd table td.input {
	width: 40px;
	text-align: center;
}

#text .catalog-list dl dd table td.vnt {
	font-size: .9em;
	width: 20px;
	text-align: center;
}

#text .catalog-list dl dd table td.sb {
	width: auto;
	text-align: left;
}

#text .catalog-list dl dd table .txtfld {
	width: 40px;
	font-size: .9em;
}
/* End Catalog */
/* Forms */
#text form {
	padding-bottom: 20px;
	width: 100%;
	font-size: 1.1em;
}
#text form fieldset {padding: 2px 0;}
#text form fieldset.padding {padding-left: 205px;}
#text form label {
	display: block;
	float: left;
	width: 195px;
	text-align: right;
	padding: 2px 10px 0 0;
}
* html #text form label {
	width: 205px;
	width/* */:/**/195px;
}
#text form label span {color: #e25e11;}
#text form .txtfld {
	width: 260px;
	border: 1px solid;
	border-color: #c2bfb4 #c2bfb4 #eae7dd #eae7dd;
	padding: 2px 0;
	text-indent: 5px;
	color: #666;
}
#text form textarea {
	font: 100% Arial, Tahoma, Helvetica, sans-serif;
	width: 420px; height: 130px;
	text-indent: 5px;
	color: #666;
	border: 1px solid;
	border-color: #c2bfb4 #c2bfb4 #eae7dd #eae7dd;
	overflow: auto;
}
/* End Forms */
/* Basket */
#text .basket-view {
	border-collapse: collapse;
	width: 100%;
	padding: 0 0 2px 0;
	border: 0;
}
 #text .basket-view {
	width: auto;	
	
}
#text .basket-view th {
	padding: 0 5px 7px 5px;
	background: url('../images/bg-back-top.gif') repeat-x 0 100%);
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}
#text .basket-view td {
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
	
}
#text .basket-view .bg td {background: #f6f5f0;}

#text .basket-view td.name {
	text-align: left;
	font-weight: bold;
	width: 220px;
	/*white-space: normal;*/
	word-wrap: break-word;
	white-space: normal;
}

#text .basket-view td.price {background: #f6f5f0; white-space: nowrap;}
#text .basket-view .bg td.price {background: #edece6;}

#text .basket-view td.sum {
	font-weight: bold;
	color: #e46112;
	background: #f0efea;
	border-left: 1px solid #fff;
	white-space: nowrap;
}
#text .basket-view .bg td.sum {
	background: #e6e5dd;
	border-left: 1px solid #f6f5f0;
}

#text .basket-view form {margin: 0; padding: 0;}
#text .basket-view .txtfld {
	width: 40px;
	font-size: .9em;
}
#text .basket-view .form form {
	border-top: 1px solid #e5e3da;
}
#text .basket-view .form form fieldset {
	white-space: nowrap;
	font-size: .9em;
	padding: 5px 0;
}
#text .basket-view .form form .txtfld {
	width: 125px;
	font-size: 1em;
}

#text .basket-view .txtfld2 {
	font-size: .9em;
	width: 85px;
	border: 1px solid;
	border-color: #c2bfb4 #c2bfb4 #eae7dd #eae7dd;
	padding: 2px 0;
	color: #666;
	margin: 0;
}

#text .basket-view .sb {vertical-align: middle;}

#text .basket-view .delete {
	display: block;
	width: 20px; height: 20px;
	margin: 0 auto;
	background: url('../images/ico-delete.gif') no-repeat 50% 50%;
}
#text .basket-view .delete span {display: none;}

#text .basket-view td.info {
	text-align: left;
	vertical-align: top;
	white-space: normal;
	background: url('../images/bg-back-top.gif') repeat-x;
	padding: 4px 15px;
}
#text .basket-view td.form {
	text-align: left;
	vertical-align: top;
	width: 245px;
	white-space: normal;
	background: #f6f5f0 url('../images/bg-back-top.gif') repeat-x;
	padding: 4px 15px;
}





#text .basket-view th.left, #text .basket-view td.left {text-align: left;}
#text .basket-view th.center, #text .basket-view td.center {text-align: center;}
#text .basket-view th.right, #text .basket-view td.right {text-align: right;}

/* End Basket */
/* --- End Modules --- */

/* --- Footer --- */
#footer ul {
	padding: 12px 0;
	list-style: none;
	font-size: .9em;
	overflow: hidden;
	color: #817b68;
}
#footer ul li {display: block;}
* html #footer ul li {
	vertical-align: top;
	height: 1%;
}
#footer ul li.left {float: left; padding-left: 10px;}
#footer ul li.right {float: right; padding-right: 10px;}
#footer a {
	color: #2d759f;
	text-decoration: none;
}
#footer a:hover {text-decoration: underline;}
#footer .left a {
	margin-left: 20px;
	padding-left: 20px;
	background: url('../images/bg-footer.gif') no-repeat 0 50%;
}
/* --- End Footer --- */

.clear {
	clear: both;
	/*width: 100%;*/
}

#text table {
	behavior: expression(function(o){
		if (o.border == "0")
			o.className += " noborder"
		o.runtimeStyle.behavior = "none";
	}(this))
}
