body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

body, td, th, input, textarea, select {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #d6cba0;
}

body {
	background: #001926;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

body.page {
	background: #001926 url(../images/bg-left-page.jpg) no-repeat center top;
}

* > body {
		min-height: 100%;
		height: auto;
	}

/* === Links === */

a {
	/*color: #cd3b1f;*/
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

	a.print {
		display: block;
		background: transparent url(../images/icon-print.gif) no-repeat right top;
		color: #626e6b;
		text-align: right;
		text-decoration: none;
		padding-top: 3px;
	}

	a.print:hover {
		color: #626e6b;
		text-decoration: underline;
	}

/* === Main === */

/* Lang */



/* Menu */

ul.nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#nav-wrapper-top .nav li {
		float: left;
	}

	.nav div {
		/*+*/
	}

		.nav a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-size: 11px;
			color: #f4edd3;
			text-decoration: none;
			padding: 0px 6px 5px 19px;
		}

		.nav a:hover {
			color: #f4edd3;
			text-decoration: underline;
		}

		.nav a.selected {
			background: transparent url(../images/nav-bullet-o.gif) no-repeat;
			color: #626e6b;
			text-decoration: none;
		}

		.nav a.selected:hover {
			color: #626e6b;
			text-decoration: underline;
		}

/* Sub menu */
#sub-nav-wrapper2 {
	margin-bottom: 25px;
	padding-bottom: 5px;
}

.dots {
	background: transparent url(../images/dot.gif) left bottom repeat-x;
}

.sep {
	height: 20px;
	margin-bottom: 20px;
}

ul.sub-nav2 {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.sub-nav2 li {
		float: left;
		width: 33%;
	}

		.sub-nav2 a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-size: 11px;
			color: #f4edd3;
			text-decoration: none;
			padding: 0px 16px 3px 20px;
		}

		.sub-nav2 a:hover {
			color: #f4edd3;
			text-decoration: underline;
		}

		.sub-nav2 a.selected {
			background: transparent url(../images/nav-bullet-o.gif) no-repeat;
			color: #626e6b;
			text-decoration: none;
		}

		.sub-nav2 a.selected:hover {
			color: #626e6b;
			text-decoration: underline;
		}


/* Icons */

ul.icons {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.icons li {
		padding-bottom: 12px;
	}

		.icons li a {
			display: block;
			width: 16px;
			height: 19px;
		}

			.icons a span {
				display: none;
			}

/* --- */

#layout {
	position: absolute;
	overflow: hidden;
	width: expression((document.body.clientWidth > 990 ? document.body.clientWidth : 990) + "px");
	height: expression((document.body.clientHeight > 590 ? document.body.clientHeight : 590) + "px");
	top: 0px;
	left: 0px;
}

* > #layout {
		min-width: 990px;
		min-height: 590px;
		width: 100%;
		height: 100%;
	}

	.index #container {
		position: relative;
		background: transparent url(../images/bg-index.jpg) no-repeat;
		text-align: left;
		width: 990px;
		height: 590px;
		top: 50%;
		margin-top: -295px;
		margin-right: auto;
		margin-left: auto;
	}

	.page #container {
		background: transparent url(../images/bg-page.jpg) no-repeat right top;
		text-align: left;
		width: 990px;
		margin-right: auto;
		margin-left: auto;
	}

		div#container div.container-top {
			position: absolute;
			background: transparent url(../images/bg-top.jpg) no-repeat left bottom;
			left: 0px;
			top: -1000px;
			width: 990px;
			height: 1000px;
		}

		div#container div.container-right {
			position: absolute;
			background: transparent url(../images/bg-right.jpg) no-repeat;
			right: -1000px;
			top: 0px;
			width: 1000px;
			height: 590px;
		}

		#container div.container-bottom {
			position: absolute;
			background: transparent url(../images/bg-bottom.jpg) no-repeat;
			left: 0px;
			bottom: -1000px;
			width: 990px;
			height: 1000px;
		}

		div#container div.container-left {
			position: absolute;
			background: transparent url(../images/bg-left.jpg) no-repeat right top;
			left: -1000px;
			top: 0px;
			width: 1000px;
			height: 590px;
		}

		div#container div.container-top-right {
			position: absolute;
			background: transparent url(../images/bg-top-right.jpg) no-repeat left bottom;
			right: -1000px;
			top: -1000px;
			width: 1000px;
			height: 1000px;
		}

		div#container div.container-bottom-right {
			position: absolute;
			background: transparent url(../images/bg-bottom-right.jpg) no-repeat;
			right: -1000px;
			bottom: -1000px;
			width: 1000px;
			height: 1000px;
		}

		div#container div.container-bottom-left {
			position: absolute;
			background: transparent url(../images/bg-bottom-left.jpg) no-repeat right top;
			left: -1000px;
			bottom: -1000px;
			width: 1000px;
			height: 1000px;
		}

		div#container div.container-top-left {
			position: absolute;
			background: transparent url(../images/bg-top-left.jpg) no-repeat right bottom;
			left: -1000px;
			top: -1000px;
			width: 1000px;
			height: 1000px;
		}

		.index #header {
			/*height: 219px;*/
			position: relative;
		}

		.page #header {
			height: 249px;
			position: relative;
		}

			.index h1.logo {
				float: left;
				padding: 34px 27px 0px 20px;
			}

				.index h1.logo a,
				.index h1.logo b {
					display: block;
					background: transparent url(../images/logo-index.gif) no-repeat;
					width: 207px;
					height: 36px;
				}

			.page h1.logo {
				padding: 39px 21px 38px 20px;
			}

				.page h1.logo a,
				.page h1.logo b {
					display: block;
					background: transparent url(../images/logo-page.gif) no-repeat;
					width: 207px;
					height: 36px;
				}

					h1.logo a span,
					h1.logo b span {
						display: none;
					}

			.index #nav-wrapper-top {
				float: left;
				margin-top: 43px;
			}

			.page #nav-wrapper-top {
				float: left;
				padding: 48px 0px 0px 6px;
			}

			#icons-wrapper {
				float: right;
				padding-top: 45px;
			}

		.index #info {
			height: 483px;
		}

		.page #info {
			/*+*/
		}

			.index .left-col {
				float: left;
				width: 180px;
				padding-top: 149px;
			}

				.index #nav-wrapper-left {
					padding: 27px 39px 0px 21px;
				}
			
			.index #flash-wrapper {
				float: left;
				width: 630px;
			}
			
				#carts {
					width: 630px;
					height: 482px;
				}

			.index .right-col {
				float: right;
				width: 180px;
				padding-top: 149px;
				position: relative;
			}

				#nav-wrapper-right {
					padding: 27px 37px 0px 43px;
				}

			.page .left-col {
				float: left;
				width: 248px;
			}

				h3#track {
					padding: 0px 56px 0px 53px;
				}

					h3#track a,
					h3#logo b {
						display: block;
						background: transparent url(../images/track.gif) no-repeat;
						width: 139px;
						height: 113px;
					}

						h3#track a span,
						h3#track b span {
							display: none;
						}

				.page #nav-wrapper-left {
					padding: 27px 75px 14px 61px;
				}

				#banners-wrapper {
					padding: 33px 56px 0px 52px;
				}

					.banner {
						padding-bottom: 10px;
					}

			.page .right-col {
				float: left;
				width: 692px;
			}

				#title-wrapper {
					padding: 61px 0px 2px 0px;
				}

					#print-wrapper {
						float: right;
						padding: 9px 0px 0px 20px;
					}

				#content-wrapper {
					background: transparent url(../images/dot.gif) repeat-x;
					padding: 45px 0px;
				}

					#content {
						line-height: 15px;
					}

						dl.news {
							padding-bottom: 30px;
						}

							dl.news dt.title {
								background: transparent url(../images/news-title-bullet.gif) no-repeat;
								font-size: 11px;
								font-weight: bold;
								color: #d6cba0;
								text-transform: uppercase;
								padding-left: 10px;
							}

							dl.news dd {
								padding-left: 10px;
							}

							dl.news dd.date {
								color: #626e6b;
							}

							dl.news dd.info {
								/*++*/
							}

			.index #created {
				float: right;
				padding: 2px 68px 2px 68px;
			}

			.page #created {
				background: transparent url(../images/dot.gif) repeat-x;
				padding: 19px 0px 12px 0px;
				margin: 0px 50px 0px 248px;
			}

				#created p {
					padding-bottom: 4px;
				}

					.index #created a.created-by {
						background: transparent url(../images/sys/artogama.gif) no-repeat right top;
						text-decoration: none;
						padding: 3px 70px 5px 0px;
					}

					.page #created a.created-by {
						background: transparent url(../images/sys/artogama-page.gif) no-repeat right top;
						text-decoration: none;
						padding: 3px 70px 5px 0px;
					}

						#created a.created-by span.hide {
							display: none;
						}

/* Content images */

.img-container {
	/*+*/
}

	.img-container table tr.image td {
	}

	.img-container table tr.title {
		/*+*/
	}

		.img-container table tr.title td {
			text-align: center;
		}

/* === Txt === */

h2.title {
	float: left;
	background: transparent url(../images/title-bullet.gif) no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #f4edd3;
	width: 200px;
	padding: 10px 24px 5px 12px;
}

.index h3.entertainment {
	background: transparent url(../images/lt/title-entertainment-index.gif) no-repeat;
	height: 44px;
}

	.index h3.entertainment span {
		display: none;
	}

.page h3.entertainment {
	background: transparent url(../images/lt/title-entertainment-page-a.gif) no-repeat;
	height: 44px;
}

	.page h3.entertainment span {
		display: none;
	}

.page h3.entertainment-link a {
	display: block;
	background: transparent url(../images/lt/title-entertainment-page.gif) no-repeat;
	height: 44px;
}

.page h3.entertainment-link a:hover {
	background: transparent url(../images/lt/title-entertainment-page-o.gif) no-repeat;
}

	.page h3.entertainment-link a span {
		display: none;
	}

.index h3.sport {
	background: transparent url(../images/lt/title-sport-index.gif) no-repeat;
	height: 44px;
}

	.index h3.sport span {
		display: none;
	}

.index h3.shop {
	background: transparent url(../images/lt/title-shop-index.gif) no-repeat;
	height: 44px;
	width: 180px;
	position: absolute;
	left: 0px;
	top: 354px;
	cursor: pointer;
}

	.index h3.shop span {
		display: none;
	}

.page h3.sport {
	background: transparent url(../images/lt/title-sport-page-a.gif) no-repeat;
	height: 44px;
}

	.page h3.sport span {
		display: none;
	}

.page h3.sport-link a {
	display: block;
	background: transparent url(../images/lt/title-sport-page.gif) no-repeat;
	height: 44px;
}

.page h3.sport-link a:hover {
	background: transparent url(../images/lt/title-sport-page-o.gif) no-repeat;
}

	.page h3.sport-link a span {
		display: none;
	}



.page h3.shop {
	background: transparent url(../images/lt/title-shop-page-a.gif) no-repeat;
	height: 44px;
}

	.page h3.shop span {
		display: none;
	}

.page h3.shop-link a {
	display: block;
	background: transparent url(../images/lt/title-shop-page.gif) no-repeat;
	height: 44px;
}

.page h3.shop-link a:hover {
	background: transparent url(../images/lt/title-shop-page-o.gif) no-repeat;
}

	.page h3.shop-link a span {
		display: none;
	}


.index span.copyright {
	font-size: 10px;
	color: #968b9e;
	padding-top: 1px;
}

.page span.copyright {
	font-size: 10px;
	color: #626e6b;
	padding-top: 1px;
}

/* === Forms === */



/* === Other === */

.w25 {
	width: 25%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}

			h3.title {
				background: transparent url(../images/dot.gif) left bottom repeat-x;
				padding: 0px 0px 5px 0px;
				margin: 0px 0px 25px 0px;
				color: #F4EDD3;
				font-size: 13px;
			}

			h3.title span {
				display: block;
				padding-top: 10px;
				height: 21px;
				padding-left: 12px;
				background: transparent url(../images/bg-title.gif) left top no-repeat;
			}

			
			
.prodtitle {
	font-size: 18px;
	font-weight: normal;
	color: #dacaa9;
	margin-bottom: 10px;
}
			
.prodprice {
	padding: 5px 5px 7px 5px;
	float: left;
	background: #b03013;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 10px;
}

