@import "users.css";
@import "basket.css";
@import "thickbox.css";
@import "tree.css";
@import "lightbox.css";
html {
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-image: url(../img/bg-content-all.gif);
	height: 100%;
}
body {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 11px;
	font-family: "Arial", "Verdana" , "Geneva CE" , lucida, sans-serif;
	color: black;
	height: 100%;
}
h1 {
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 3px 0;
}
a {
	color: #96D200;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
.clear {
	clear: both;
}
img {
	border: none;	
}
fieldset {
	border: none;
}
#top {
	position: relative;
	min-height: 100%;
	_height: 100%;
}
#culture {
	width: 501px;
	margin:  2px auto 0 auto;
	text-align: right;
	color: #96D200;
}
#body-container {
	width: 980px;
	text-align: left;
	padding-bottom: 26px;
	margin: 0;
}

#bottom {
	width: 980px;
	height: 16px;
	margin: 0;
	position: relative;
	margin-top: -16px;
	clear: both;
	text-align: left;
	color: black;
	font-weight: bold;
}
#bottom-left {
	width: 820px;
	float: left;
	padding-left: 15px;
}
#bottom-right {
	color: #EFEFEF;
	width: 150px;
	margin-right: 60px;
	text-align: right;
	padding-right: 15px;
	float: right;
}
#header {
	height: 100px;
	width: 980px;
	background-position: -20px 0px;
	background-image: url(../img/bg-all.gif);
	overflow: hidden;
}
#header-container {
	height: 100px;
	width: 920px;
	clear: both;
}
#banner-container {
	height: 200px;
	width: 980px;
	clear: both;
	overflow: hidden;
}
#banner {
	width: 920px;
	height: 200px;
	float: left;
	background-color: White;
	background-image: url(../img/banner.jpg);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
#banner .bannerImg {
	border: 10px solid white;
}
#eshop {
	width: 60px;
	height: 200px;
	float: right;
}
#tabs-container {
	height: 60px;
	width: 650px;
	padding-left: 330px;
	clear: both;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../img/bg-tabs.gif);
	overflow: hidden;
}
#culture {
	text-align: right;
	padding-right: 60px;
	padding-top: 2px;
	color: #96D200;
}
.tab {
	margin-top: 13px;
	float: left;
	margin-right: 6px;
	background-color: #c8c8c8;
	color: black;
	font-weight: bold;
	font-size: 12px;
}
.tab a {
	display: block;
	padding: 3px 10px;
	color: black;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background-color: #c8c8c8;
}
.tab a:hover {
	display: block;
	color: black;
	text-decoration: none;
	background-color: #96D200;
}

#content-container {
	width: 980px;
	clear: both;
	overflow: hidden;
}
#left {
	width: 280px;
	margin-right: 20px;
	padding: 0 10px;
	float: left;
	overflow: hidden;
}
#middle {
	width: 580px;
	margin-right: 60px;
	padding: 5px 10px;
	float: right;
	overflow: hidden;
}

#logo {
	width: 175px;
	height: 100px;
	padding-top: 45px;
	padding-left: 2px;
	float: left;
}
#login-box {
	width: 720px;
	height: 70px;
	padding-top: 4px;
	text-align: right;
	float: right;
	overflow: hidden;
}
#login-box span {
	color: black;
}
#site-menu {
	width: 720px;
	padding-top: 5px;
	height: 30px;
	text-align: right;
	font-weight: bold;
	color: white;
	font-size: 12px;
	float: right;
}
#site-menu a {
	font-weight: bold;
	color: white;
	font-size: 12px;
}
.login-table {
	margin-top: 4px;
}
.login-table td {
	text-align: left;
	color: #96D200;
	font-size: 9px;
}
.login-table td.links {
	padding-top: 5px;
}
.login-input {
	background-color: #474747;
	color: white;
	border: solid 1px white;
	padding: 1px 2px;
	width: 110px;
	font-size: 10px;
}
.login-submit {
	background-color: #96D200;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 8px 0 8px;
	width: 80px;
	border: none;
}
.login-table td a {
	text-align: left;
	color: #96D200;
	font-size: 9px;
}
.login-table td a:hover {
	color: white;
	text-decoration: none;
}
#search-form {
	margin: 10px 0 10px 8px;
}
.search-input {
	background-color: #b0dd40;
	color: black;
	border: solid 1px white;
	padding: 1px 2px;
	width: 170px;
	margin-right: 4px;
}
.search-submit {
	background-color: #96D200;
	color: white;
	border: solid 1px white;
	font-weight: bold;
	padding: 1px 2px 1px 2px;
	width: 80px;
	font-size: 11px;
}
#catalog-menu {
	border-top: solid 1px white;
}
/*
#catalog-menu div {
	border-bottom: solid 1px white;
}
#catalog-menu a {
	display: block;
	color: black;
	text-decoration: none;
}
#catalog-menu a:hover {
	color: #96D200;
	background-color: white;
	text-decoration: none;
}
#catalog-menu .level-1 a {
	padding: 4px 8px;
	font-size: 13px;
	font-weight: bold;
}
#catalog-menu .level-2 a {
	font-size: 11px;
	font-weight: bold;
	padding: 4px 8px 4px 16px;
}
#catalog-menu .level-3 a {
	font-size: 11px;
	padding: 4px 8px 4px 24px;
}
#catalog-menu .level-4 a {
	font-size: 11px;
	padding: 4px 8px 4px 32px;
}
#catalog-menu .level-5 a {
	font-size: 11px;
	padding: 4px 8px 4px 40px;
}
#catalog-menu .level-1-on a {
	color: #96D200;
	background-color: white;
	display: block;
	padding: 4px 8px;
	font-size: 13px;
	font-weight: bold;
}
#catalog-menu .level-2-on a {
	color: #96D200;
	background-color: white;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 8px 4px 16px;
}
#catalog-menu .level-3-on a {
	color: #96D200;
	background-color: white;
	display: block;
	font-size: 11px;
	padding: 4px 8px 4px 24px;
}
#catalog-menu .level-4-on a {
	color: #96D200;
	background-color: white;
	display: block;
	font-size: 11px;
	padding: 4px 8px 4px 32px;
}
#catalog-menu .level-5-on a {
	color: #96D200;
	background-color: white;
	display: block;
	font-size: 11px;
	padding: 4px 8px 4px 40px;
}
*/
#catalog-path {
	/*border-bottom: solid 1px white;*/
	color: black;
	font-weight: bold;
	/*padding: 0 10px 4px 10px;*/
}
#catalog-path a {
	color: #474747;
}
#catalog-path a:hover {
	color: black;
}
#content {
	padding: 5px 10px;
}
.product-img {
	border: solid 1px white;
}
.actionreductionPanel {
	border-bottom: solid 2px white;
	color: black;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}
.product {
	width: 180px;
	height: 235px;
	float: left;
	overflow: hidden;
	margin: 0 3px;
}
.product .ico img {
	border: 2px solid white;
}
.title h2 {
	font-size: 12px;
	color: Black;
	margin: 2px 0;	
}
.title h2 a {
	color: Black;
}
.price {
	color: Black;
	text-align: right;
}
.filter {
	float: left;
}
.filter .t-skladem input {
	position: relative;
	top: 9px;
}
.filter .t-skladem label {
	position: relative;
	top: 6px;
}
.filter .t-btn input {
	position: relative;
	top: 3px;
}
.paging {
	text-align: right;
	margin: 12px 0 2px 0;
	float: right;
}
.paging div {
	margin-top: 1px;
	margin-bottom: 4px;
	float: right;
}
.paging div span {
	text-align: center;
	border-left: solid 1px #C8C8C8;
	background-color: #85C226;
	color: black;
	font-weight: bold;
	display: block;
	width: 20px;
	height: 16px;
	float: left;
	font-size: 13px;
}
.paging div div.page {
	text-align: right;
	padding-right: 4px;
	color: black;
	font-weight: bold;
	float: left;
}
.paging div a {
	text-align: center;
	border-left: solid 1px #C8C8C8;
	background-color: #9F9F9F;
	color: black;
	font-weight: bold;
	display: block;
	width: 20px;
	height: 16px;
	text-decoration: none;
	float: left;
	font-size: 13px;
}
.paging div a:hover {
	background-color: #007CC3;
}
.paging div a.first {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	background-image : url(../img/first.gif);
	background-repeat : no-repeat;
}
.paging div a.first:hover {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	background-image : url(../img/first-on.gif);
	background-repeat : no-repeat;
}
.paging div a.prev {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	background-image : url(../img/prev.gif);
	background-repeat : no-repeat;
}
.paging div a.prev:hover {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	background-image : url(../img/prev-on.gif);
	background-repeat : no-repeat;
}
.paging div a.next {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	background-image : url(../img/next.gif);
	background-repeat : no-repeat;
}
.paging div a.next:hover {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	background-image : url(../img/next-on.gif);
	background-repeat : no-repeat;
}
.paging div a.last {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	background-image : url(../img/last.gif);
	background-repeat : no-repeat;
}
.paging div a.last:hover {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	background-image : url(../img/last-on.gif);
	background-repeat : no-repeat;
}
.productTitle {
	font-weight: bold;
	font-size: 14px;
}
.productTblTitle {
	color: black;
	font-weight: bold;
	background-color: #96D200;	
}
.productSubmit {
	background-color: #96D200;
	color: black;
	font-weight: bold;
}
.productInput {
	text-align: right;	
}
.userslogin-title, .userslogin-title span {
	color: White;	
}
.userslogin-title a {
	color: #7DBA00;
}
.userslogin-title a:hover {
	color: #7DBA00;
}
.login-link {
	color: #7DBA00;
}
.login-link:hover {
	color: #7DBA00;
	text-decoration: underline;
}
.userslogin-status {
	color: Red;	
}
.gallery-container {
	float: left;
	height: 135px;
	width: 135px;
	margin: 2px;
}
