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

body {
	position: relative;
	margin: 5px; padding: 0;
	font-size: 1em;
	font: 76% Arial, Helvetica, Tahoma, sans-serif;
	background: #232323;
}

#body {
	position: relative;
	width: 100%;
	background: #FFF;
}

#wrapper {
	position: relative;
	width: 980px;
	padding-top: 215px;
	background: url('../images/bg-wrapper.jpg') no-repeat 271px 0;
}

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, form, dl, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset {border: 0;}
h1 {display: none;}
/* --- End Standart Tag's --- */

.logo {
	position: absolute;
	top: 29px; left: 17px;
	display: block;
	width: 233px; height: 157px;
	background: url('../images/logo.gif') no-repeat;
	text-indent: -999em;
	text-decoration: none;
}
.border {
	position: absolute;
	top: 30px; left: 802px;
	width: 173px; height: 170px;
	border: 1px solid #D0D0D0;
}

#top-navigation {
	list-style: none;
	padding: 0 37px 0 38px;
	position: absolute;
	top: 0; left: 802px;
	height: 30px;
	background: #232323;
}
#top-navigation li {
	float: left;
}
#top-navigation a {
	display: block;
	width: 25px; height: 25px;
	text-indent: -999em;
	text-decoration: none;
}
#top-navigation .sitemap {background: url('../images/ico-sitemap.gif') no-repeat 50% 50%;}
#top-navigation .home {background: url('../images/ico-home.gif') no-repeat 50% 50%;}
#top-navigation .mail {background: url('../images/ico-mail.gif') no-repeat 50% 50%;}
#top-navigation .print {background: url('../images/ico-print.gif') no-repeat 50% 50%;}

#contacts {
	position: absolute;
	top: 85px; left: 802px;
	font-size: .9em;
	color: #2D2D2D;
	line-height: 16px;
	padding-left: 25px;
}
#contacts p {margin: 0;}
#contacts a {color: #2D2D2D;}

/* Structure */
#container {
	width: 100%;
	position: relative;
}

#block-left, #block-center, #block-right {float: left;}

#block-left {width: 257px; margin-right: 15px;}

#block-center {width: 515px; margin: 20px 15px 0 0;}

#block-right {width: 175px;}

/* End Structure */
/* Meniu */
#meniu {
	background: #232323;
	font-size: .9em;
	padding: 15px 0 55px 0;
}
#meniu ul {
	list-style: none;
	font-weight: bold;
}
#meniu ul li {
	display: block;
}
* html #meniu ul li {
	vertical-align: top;
	height: 1%;
}

#meniu ul.simple {
	padding: 0;
}
#meniu ul.simple a {
	display: block;
	padding: 5px 25px 5px 45px;
	color: #FFF;
	text-decoration: none;
}
#meniu ul.simple ul {padding: 0;}
#meniu ul.simple ul li {
	display: block;
	margin: 8px 22px 8px 78px;
}
#meniu ul.simple ul a {
	display: inline;
	padding: 2px;
	font-weight: normal;
}
#meniu ul.simple ul a:hover, #meniu ul.simple ul a.active {
	background: #C60000;
}

#meniu ul.catalog {
	padding: 10px 0;
	margin: 10px 0;
	background: #C60000 url('../images/bg-meniu-catalog.gif') no-repeat 0 100%;
}
#meniu ul.catalog a {
	display: block;
	padding: 5px 25px 5px 45px;
	color: #FFF;
	text-decoration: none;
}

#meniu ul.catalog ul {padding: 0;}
#meniu ul.catalog ul li {
	display: block;
	margin: 8px 22px 8px 78px;
}
#meniu ul.catalog ul a {
	display: inline;
	padding: 2px;
	font-weight: normal;
}
#meniu ul.catalog ul a:hover, #meniu ul.catalog ul a.active {
	background: #232323;
}

#meniu ul.catalog ul ul {padding: 5px 0 0 0;}
#meniu ul.catalog ul ul li {
	display: block;
	margin: 0;
}
#meniu ul.catalog ul ul a {
	display: block;
	padding: 5px 25px 5px 25px;
	background: url('../images/bg-meniu-strike.gif') no-repeat 15px 9px;
}
#meniu ul.catalog ul ul a:hover, #meniu ul.catalog ul ul a.active {
	color: #020001;
	background: url('../images/bg-meniu-bstrike.gif') no-repeat 15px 9px;
}

#meniu ul.catalog ul ul ul {padding: 0;}
#meniu ul.catalog ul ul ul li {
	display: block;
	margin: 0;
}
#meniu ul.catalog ul ul ul a {
	display: block;
	padding: 5px 25px 5px 25px;
	background: url('../images/bg-meniu-strike.gif') no-repeat 15px 9px;
}
#meniu ul.catalog ul ul ul a:hover, #meniu ul.catalog ul ul ul a.active {
	color: #020001;
	background: url('../images/bg-meniu-bstrike.gif') no-repeat 15px 9px;
}


/* End Meniu */
/* Search */
#search {
	padding: 25px 20px;
	font-size: .9em;
}
#search label {font-weight: bold;}
#search fieldset {padding: 0;}
#search .txtfld {
	border: 1px solid #B4B4B4;
	background: #EBEBEB;
	width: 100px;
	font-size: .9em;
	padding: 2px 0;
}
* html #search .txtfld {font-size: 1em;}
#search .sumbit {
	font-size: .9em;
	border: 1px solid #B4B4B4;
	background: #C6C6C6;
	width: 50px;
	padding: 1px 0;
}
* html #search .sumbit {font-size: 1em; padding: 0;}
/* End Search */
/* Text */
#text {color: #232323;}
.text {padding: 20px; text-align: justify;}
#text h2 {
	color: #C60000;
	font-size: 1.6em;
	font-weight: normal;
	position: relative;
}
#text h2 span {
	font-weight: normal;
	font-size: .9em;
	color: #232323;
}

#text h2 a {
	color: #232323;
	text-decoration: none;
}
#text h3 {font-size: 1em;}
#text h3 span {color: #B4B4B4;}
#text small {font-size: .9em; color: #B4B4B4;}
#text p {margin: 0 0 1em 0;}
#text a {color: #C60000; text-decoration: none;}
#text a:hover {text-decoration: underline;}
#text ul {
	padding: 0 0 1.5em 25px;
	list-style: circle;
}
#text ul ul {padding-bottom: 0;}
#text li {padding: 2px 10px;}
#text table {
	border-collapse: collapse;
	border: 1px solid;
	border-color: #E9E9E9;
	width: 100%;
}
* html #text table {font-size: 1em;}
#text table[border="0"] {border: 0;}
#text table.noborder { border: 0; }
#text td {
	padding: 5px;
	font-size: 1em;
	border-color: #E9E9E9;
}
/* End Text */
/* News */
#text .news {
	padding: 15px 0;
	border-bottom: 1px solid #D0D0D0;
}
#text a.archyve, #text .back {
	display: block;
	padding-top: 10px;
}
/* End News */
/* Forms */
#text fieldset {padding: 9px 0;}
#text label {
	float: left;
	display: block;
	width: 100px;
}
#text form span {
	font-size: 1.6em;
	font-weight: bold;
	color: #CE2222;
	margin-left: 10px;
}

#text .txtfld {
	border: 1px solid #B4B4B4;
	background: #EBEBEB;
	width: 165px;
}
#text textarea {
	font: 100% Arial, Helvetica, Tahoma, sans-serif;
	border: 1px solid #B4B4B4;
	background: #EBEBEB;
	width: 300px; height: 100px;
	overflow: auto;
}
#text .submit {
	border: 1px solid #232323;
	background: #232323;
	color: #FFF;
}
#text .error {
	font-size: .9em;
	color: #C60000;
}

/* End Forms */
/* Detail Search */
#detail-search {
	font-size: .9em;
	background: #232323;
}

#detail-search h4 {
	font-size: 1em;
	color: #FFF;
	padding: 10px;
}
#detail-search fieldset {
	background: #C60000;
	padding: 0 15px;
	margin: 0;
}
#detail-search label {
	display: block;
	padding: 12px 0 2px 0;
	color: #FFF;
}
#detail-search span {
	color: #FFF;
	padding: 0 5px;
}
#detail-search .txtfld {
	width: 30px;
	border: 1px solid #B1A4A4;
	background: #EBEBEB;
	font-size: .9em;
}
* html #detail-search .txtfld {font-size: 1em;}
#detail-search .select {
	font-size: .9em;
	width: 145px;
	background: #EBEBEB;
	border: 1px solid #B1A4A4;
	padding: 1px 0;
}
* html #detail-search .select {font-size: 1em;}

#detail-search .sumbit {
	font-size: .9em;
	border: 1px solid #B4B4B4;
	background: #C6C6C6;
	width: 50px;
	padding: 1px 0; float: right;
	margin: 15px 0;
}
* html #detail-search .sumbit {font-size: 1em; padding: 0;}
/* End Detail Search */
/* Specialist */
.specialist {
	display: block;
	width: 257px; height: 95px;
	margin: 15px 0;
	background: url('../images/bg-specialist.gif') no-repeat 50% 50%;
	text-indent: -999em;
	text-decoration: none;
}
/* End Specialist */
/* Index Products */
#index-products, #products {
	padding: 0 20px 10px 20px;
}
#products {
	margin-top: 20px;
}
#index #index-products .products div, #products .products div {margin: 0 0 0 135px;}

#index-products img, #products img {
	float: left;
	border: 1px solid #CCC;
}
#index-products div.products, #products div.products {
	margin-bottom: 20px;
	font-size: .9em;
	position: relative;
	width: 100%;
}
#index-products h5, #products h5 {
	font-size: 1.2em;
	color: #232323;
	padding-bottom: 2px;
}
#index-products h5 span, #products h5 span {
	font-size: .8em;
	font-weight: normal;
	padding-right: 15px;
}
#index-products div.price, #products div.price {
	position: absolute;
	bottom: 0; left: 75px;
	display: block;
	padding: 8px 0;
	width: 63px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	background: url('../images/bg-index-more.gif') no-repeat 50% 50%;
}
#index-products a.more, #products a.more {
	position: absolute;
	bottom: 4px; left: 135px;
	display: block;
	padding: 5px 0;
	width: 53px;
	color: #FFF;
	text-align: center;
	background: #232323;
}
/* End Index Products */
/* Catalog View */
#text .catalog-view {
	width: 100%;
	border: 0;
}
.catalog-view td {
	vertical-align: top;
}
.catalog-view img {
	border: 1px solid #CCC;
	
}
#text .catalog-view h3 {padding-bottom: 10px;}
#text .catalog-view h3 span {color: #C60000;}
#text .catalog-view h3 i {font-style: normal; color: #878787; font-weight: normal;}

#text .catalog-view .order {
	display: block;
	float: right;
	padding: 5px 10px;
	background: #232323;
	color: #FFF;
	font-size: .9em;
}
/* End Catalog View */
/* Burning Offers */
#burning-offers {
	margin-top: 15px;
	background: #F2F2F2;
	font-size: 1em;
}
#burning-offers h4 {
	font-size: .9em;
	color: #FFF;
	padding: 10px;
	background: #C60000;
}
#burning-offers #index-products {padding: 0; color: #232323;}
#burning-offers #index-products h5 {
	font-size: 1em;
}
#burning-offers #index-products div.products {
	padding: 15px; margin: 0;
	width: auto;
	position: relative;
}
#burning-offers #index-products div.color {background: #E9E9E9;}
#burning-offers #index-products a {color: #C60000; text-decoration: none;}
#burning-offers #index-products a:hover {text-decoration: underline;}
/* End Burning Offers */
/* Offers */
#offers {
	font-size: .9em;
	background: #C60000;
	margin-top: 15px;
}
#offers h4 {
	font-size: 1em;
	color: #FFF;
	padding: 6px 10px;
}
#offers h5 {
	font-size: 1em;
	color: #232323;
}
#offers small {
	font-size: 1em;
	display: block;
	padding-bottom: 15px;
}
#offers table {
	border: 0;
	border-collapse: collapse;
	background: #F2F2F2;
}
#offers td {
	width: 33%;
	vertical-align: top;
	padding: 15px;
}
#offers td.color {background: #E9E9E9;}
#offers td.nopad {padding: 0;}
#offers td.sto {width: 100%;}

#offers a.more {
	display: block;
	float: right;
	padding: 5px 0;
	width: 55px;
	text-align: center;
	color: #FFF;
	background: #9B9B9B;
}
/* End Offers */
/* Partners */
#partners {
	border: 1px solid #D0D0D0;
	text-align: left;
	vertical-align: middle;
	margin: 35px 0 0 270px;
}
#partners img {border: 0;}
#partners a {display: inline; margin: 0 10px;}

#index #partners {
	margin: 0;
	text-align: center;
}
#index #partners a {display: block; margin: 10px 0;}

#index-partners {margin: 15px 0;}
#index-partners h4 {
	font-size: 1em;
	color: #FFF;
	padding: 10px;
	background: #232323;
}
/* End Partners */
/* Footer */
#footer {
	font-size: .9em;
	padding: 20px 25px;
	position: relative;
	height: 1%;
}
#footer p {margin: 0;}
#footer a {
	position: absolute;
	top: 15px; right: 20px;
	display: block;
	width: 115px; height: 25px;
	background: url('../images/dk.gif') no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

/* End Footer */

.clear {
	clear: both;
}

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