

/* cool tables */
.odd00, .odd11, .odd01, .odd10 {
	border-collapse: collapse;
	border: 1px solid #000;
}

.odd00 th, .odd11 th, .odd01 th, .odd10 th {
 	padding: 3px 5px 2px 5px;
	text-align: left;
	font-weight: bold;
	background: #000;
	color: #ffffff;
	border: 1px solid #000;
}

.odd00 td, .odd11 td, .odd01 td, .odd10 td {
 	padding: 2px 5px 1px 5px;
	vertical-align: top;
	border: 1px solid #000;
}

.odd00 td.t10, .odd00 td.t11, .odd00 td.t00,
.odd00 td.t01, .odd10 td.t10, .odd10 td.t11,
.odd01 td.t10, .odd01 td.t00, .odd11 td.t10 {
	background: #f9f9f9;
}

.odd10 td.t00, .odd10 td.t01, .odd01 td.t11,
.odd01 td.t01, .odd11 td.t00 {
	background: #f1f1f1;
}

.odd11 td.t11 {
	background: #e8e7e7;
}

.odd11 td.t01 {
	background: #e2e2e2;
}



/* forms */
.formcontainer {
	margin:0px;
	padding:0px;
}

	.formcontainer p input,
	.formcontainer p textarea,
	.formcontainer p select option {
		color: #000000;
	}

	.formcontainer p.resizeable,
	.formcontainer p.unresizeable {
		padding-bottom: 10px;
	}

	.formcontainer p.title {
		margin-bottom: 2px;
	}
		.formcontainer p.title span {
			font-weight: bold;
			color: #7f7f7f;
		}

		.formcontainer p.title span.error {
			color: red;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		border-top: 1px solid #d6d6d6;
		border-left: 1px solid #d6d6d6;
		border-bottom: 1px solid #d6d6d6;
		border-right: 1px solid #d6d6d6;
		background: #FFFFFF;
		width: 99%;
	}

	.formcontainer p.resizeable textarea {
		border-top: 1px solid #d6d6d6;
		border-left: 1px solid #d6d6d6;
		border-bottom: 1px solid #d6d6d6;
		border-right: 1px solid #d6d6d6;
		background: #FFFFFF;
		overflow:auto;
		width: 99%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			border: 1px solid #06601a;
			background: #06601a;
			color: #ffffff;
			font-weight: bold;
			font-size: 100%;
			width: 90px;
		}

#content h2 {
	font-size: 110%;
	margin-bottom: 5px;
}

#content .formcontainer h2 {
	border-bottom: 1px solid #d6d6d6;
	color: #019934;
	margin-bottom: 10px;
	margin-top: 10px;
}



/* === Items === */

.item-more {
	
}

	.item-more .photos {
		float: left;
		width: 360px;
	}
	
		.item-more .photos .big {
			height: 360px;
		}
		
			.item-more .photos .small {
				float: left;
				padding: 15px 15px 0 0;
			}
			
			.item-more .photos .small-last {
				float: left;
				padding: 15px 0 0 0;
			}
	
	.item-more .info {
		float: right;
		width: 224px;
	}

		.buy {
			display: block;
			background: url(../images/icon-cart.gif) no-repeat right 0px;
			float: left;
			padding-right: 20px;
		}

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: 12px;
	font-weight: normal;
	color: #000;
}

body {
	background: #c6cac2;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0;
}

* > body {
		min-height: 100%;
	}

/* === Main === */

#container {
	background: #00371b url(../images/bg.gif);
	text-align: left;
	width: 950px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

* > #container {
		min-height: 100%;
		height: auto;
	}
	
	#header {
		position: relative;
		background: #cdd333 url(../images/header.jpg) no-repeat;
		height: 262px;
	}
	
		h1.logo {
			float: left;
			padding: 71px 0 0 70px;
		}
		
			h1.logo a,
			h1.logo b {
				display: block;
				background: transparent url(../images/logo.gif) no-repeat;
				width: 191px;
				height: 89px;
			}
			
				h1.logo a span,
				h1.logo b span {
					display: none;
				}
		
		#lang {
			position: absolute;
			top: 40px;
			left: 61px;
		}
		
		#nav-wrapper {
			float: right;
			width: 217px;
		}
		
			#nav {
				padding: 72px 50px 0 35px;
			}
	
	#info {
		background: #fffff7 url(../images/info-bg.jpg) repeat-y;
	}
		
		#info-top {
			background: transparent url(../images/info-top.gif) no-repeat;
		}
		
			#info-bottom {
				background: transparent url(../images/info-bottom.gif) no-repeat right bottom;
				padding: 0 23px 40px 23px;
			}
			
				#left-col {
					float: left;
					width: 193px;
					padding-top: 28px;
				}
				
					.left-nav {
						padding: 0 35px 10px 35px;
					}
				
				#right-col {
					float: right;
					width: 702px;
				}
				
					#content-wrapper {
						padding: 33px 34px 0 34px;
					}
					
						#sub-nav-wrapper {
							padding: 16px 0 8px 4px;
							border-top: 1px solid #019934;
							border-bottom: 1px solid #019934;
							margin-bottom: 20px;
						}
						
						#content {
							line-height: 15px;
							width: 634px;
							height: 240px;
						}
						
						* > #content {
								min-height: 240px;
								height: auto;
							}
	
	#footer {
		background: transparent url(../images/footer.gif) no-repeat;
		height: 80px;
	}
	
		#created {
			padding: 14px 57px 0 259px;
		}
		
			#copyright {
				float: left;
				width: 400px;
				padding-top: 1px;
			}
			
			#created .logo {
				float: right;
			}
			
				#created .logo a {
					display: block;
					background: transparent url(../images/sys/puslapis.gif) no-repeat right top;
					width: 53px;
					height: 14px;
				}
				
					#created .logo a span {
						display: none;
					}
	
	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;
			}

/* === 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;
}


/* === NAVIGATION === */

/* Lang */

#lang ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#lang li {
		float: left;
	}
	
	#lang li span {
		/*+*/
	}
	
		#lang li a {
			display: block;
			background: transparent url(../images/lang-bullet.gif) no-repeat;
			font-size: 10px;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0 13px 0 15px;
		}
		
			#lang li.first a {
				background: none;
			}
			
			#lang li.last a {
				
			}
		
		#lang li a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		#lang li.selected a {
			color: #bef577;
			text-decoration: none;
		}
		
		#lang li.selected a:hover {
			color: #bef577;
			text-decoration: underline;
		}

/* Menu */

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#nav li {
		/*+*/
	}
	
	#nav li span {
		/*+*/
	}
	
		#nav li a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-size: 11px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			padding: 0 0 16px 24px;
		}
		
			#nav li.last a {
				
			}
		
		#nav li a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		#nav li.selected a {
			background: transparent url(../images/nav-bullet-o.gif) no-repeat;
			color: #bef577;
			text-decoration: none;
		}
		
		#nav li.selected a:hover {
			color: #bef577;
			text-decoration: underline;
		}

/* Left menu */

.left-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.left-nav li {
		/*+*/
	}
	
	.left-nav li span {
		/*+*/
	}
	
		.left-nav li a {
			display: block;
			background: transparent url(../images/left-nav-bullet.gif) no-repeat;
			font-size: 11px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			padding: 0 0 16px 12px;
		}
		
			.left-nav li.last a {
				
			}
		
		.left-nav li a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		.left-nav li.selected a {
			color: #bef577;
			text-decoration: none;
		}
		
		.left-nav li.selected a:hover {
			color: #bef577;
			text-decoration: underline;
		}

/* Sub menu */

ul.sub-nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.sub-nav li {
		float: left;
		width: 33%;
	}

		.sub-nav a {
			display: block;
			background: transparent url(../images/sub-nav-bullet.gif) no-repeat;
			font-size: 11px;
			font-weight: bold;
			color: #999;
			text-decoration: none;
			padding: 0px 16px 12px 12px;
		}
		
		.sub-nav a:hover {
			color: #999;
			text-decoration: underline;
		}
		
		.sub-nav li.selected a {
			background: transparent url(../images/sub-nav-bullet-o.gif) no-repeat;
			font-weight: bold;
			color: #019934;
			text-decoration: none;
		}
		
		.sub-nav li.selected a:hover {
			color: #019934;
			text-decoration: underline;
		}

/* Icons */



/* --- */


/* === Links === */

a {
	color: #47aa1e;
	text-decoration: none;
}

a:hover {
	color: #47aa1e;
	text-decoration: underline;
}

/* === Txt === */

h2.title {
	font-size: 18px;
	font-weight: normal;
	color: #019934;
	padding-bottom: 16px;
}

h3.title {
	font-size: 15px;
	font-weight: bold;
	color: #019934;
	padding-bottom: 16px;
}

#left-col h3 {
	font-size: 16px;
	font-weight: bold;
	color: #bef577;
	padding: 0 35px 16px 35px;
}

#copyright span {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #d6d3bf;
}

