html {
	height: 100%;
}
body {
	background-color: #F5F5F5;
	margin: 0 auto;
	background:  url(../images/top/bg.jpg) repeat-x left top;
	position: relative;
	color: #236315;
	width: 780px;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}
a ,a:visited {
	text-decoration: none;
	color: #236315;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
.error {
	color:#B92A24;
	font-weight: bold;
	text-align: center;
	}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
div#bar {
	text-align: right;
	width: 780px;
}
div#bar a img {
	padding: 0 3px 0;
}
/* Start Top */
div#top
{
	height: 141px;
	width: 780px;
}
div#top div.bg_top{
	height: 40px;
	background-image: url(../images/top/bg/top.jpg);
	background-repeat: repeat-x;
}
div a.toolbarlink img{ 
	margin-right:7px; 
}
div#top div.bg_top img {
	float: left;
}
div#top div.bg_top span {
	float: left;
	padding: 12px 0;
}
div#top div.bg_top div{
	float: right;
	margin: 4px 10px 0 0;
	text-align: right;
	height: 32px;
}

div#top div.bg_middle {
	clear: both;
	background-image: url(../images/top/bg/middle.jpg);
	background-repeat: repeat-x;
	height: 4px;
}
div#top div.bg_bottom {
	background-image: url(../images/top/bg/bottom.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 98px;
}

/* end Top */
/* start bottom */
div#bottom
{
	text-align: center;
	position: relative;
	bottom: 0px;
	width:780px;
	margin: 10px 0;
	padding: 4px 0 4px 0;
	border-top-color: #236315;
	border-top-style: solid;
	border-top-width: 2px;
	background-color: #F5F5DC;
}
div#bottom a {
	font-size: 11px;
}
/* end bottom */
/* start footer */
div#footer {
		color: #8987a3;
		width: 780px;
		padding: 0 0 0 10px;
		clear: both;
		height: 20px;
		font-size: 11px;
}
div#footer div.copy {
	float: left;
}
div#footer div.realizacja {
	position: relative;
	float: right;
}
div#footer div.realizacja a.lincom {
	height: 11px;
	width: 48px;
	background: url(../images/footer/footer_lincom.gif) no-repeat 0 0;
	position: absolute;
	right: 20px;
	top: 0;
}

/* end footer */
/* Colors */
.lightgreen
{
	color: #E1FDE1;
}
.green
{
	color: #7AB410;
}
.darkgreen
{
	color: #236315;
}
.red
{
	color: Red;
}
.darkred
{
	color: #B92A24;
}
.bglightyello
{
	background-color: #FFF8DC;
	
}
.bglightgreen
{
	background-color: #EBF3DB;
}
/*End Colors*/
div#bag tr.tableheader {
	background-color: #EBF3DB;
	font-size: 12px;
	font-weight: bold;
}
div#bag tr.tableheader td {
	padding: 2px;
	text-align: center;
}
div#bag * td a {
	font-size: 11px;
	font-weight: normal;
	padding: 0 2px 0 2px;
}
div.noresult {
	position: relative;
	background-color: #FFE4E1;
	margin: 10%;
	padding: 10%;
	border: 1px solid #DFE0E4;
	text-align: center;
	vertical-align: middle;
}
/* Start Align */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
/* End Align */
/* Start Login Page */
div#login {
	position: relative;
	background-color: #EBF3DB;
	margin: 10%;
	padding: 10%;
	border: 1px solid #DFE0E4;
	text-align: center;
	vertical-align: middle;
}
div#login h2 {
	border-bottom: 1px solid;
	font-size: 13px;
}

div#login form {
	text-align: center;
}
div#login * table {
	left: 100px;
}
div#login * td {
	text-align: right;
}
div#login * input {
	border: 1px solid #236315;
	width: 160px;
	height: 18px;
}
div#login * input.login {
	background-color: #7AB410;
	font-weight: bold;
	color: #E1FDE1;
}
/*End Login Page*/
/*start Register Page*/
div#register
{
	margin: 0 0 4px 0;
	padding: 5px 20px 10px 20px;
	/*background-color: #F5F5F5;*/
	color: #000000;
}
div#register h2 {
	border-bottom: 1px solid;
	font-size: 13px;
}
div#register table {
	margin: 4px 0;
	padding: 4px 0;
	width: 100%;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
div#register table * td.caption {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid;
	margin-bottom: 4px;
}
div#register * td{
	/*background-color: #E1FDE1;*/
	padding: 2px 4px 2px 4px;
}
div#register * input , div#register * textarea {
	border-color: Black;
	border-style: solid;
	border-width: 1px;
}
div#register * input.register {
	background-color: #7AB410;
	font-weight: bold;
	color: #E1FDE1;
	width: 80px;
	padding: 1px 0 1px 0;
}
div#register * input.agreement{
	width: 10px;
}
/*end Register Page*/
/* start Product List*/
div#belka_big
{
	background-color: #F0FFF0;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #DFE0E4;
	border-top: 1px solid #DFE0E4;
	height: 14px;
}
div#belka_big div.belkal
{
	position: relative;
	float: left;
	text-align: left;
}
div#belka_big div.promocje
{
	position: relative;
	float: left;
	text-align: left;
	color: Red;
	font-weight: bold;
}
div#belka_big div.belkal a {
	font-size: 11px;
}
div#belka_big div.belkal span {
	font-size: 11px;
}
div#belka_big div.belkar
{
	position: relative;
	float: right;
	font-size: 11px;
}
div#belka_big div.belkar span.slider
{
	float: left;
	position: relative;
}
div#belka_big div.belkar a img {
	padding: 0 2px;
}
div#belka_big div.belkal a {
	font-size: 11px;
}
ul#cat_list {
	list-style: none;
	margin: 3px 0 3px 0;
	background-color: #F5F5DC;
	border-bottom: 1px solid #DFE0E4;
	border-top: 1px solid #DFE0E4;
}
ul#cat_list li span{
	padding: 0 30px 0 30px;
}
ul#cat_list li span a{
	font-size: 11px;
}
div#product_list div.noresult {
	position: relative;
	background-color: #FFE4E1;
	margin: 10%;
	padding: 10%;
	border: 1px solid #DFE0E4;
	text-align: center;
	vertical-align: middle;
}
div#product_list * td {
	padding: 5px 7px 5px 7px;
	background-color: #FFFFFF;
	width: 50%;
}
div#product_list * td img {
	float: left;
	padding: 0 10px 5px 0px;
}
div#product_list * td div p {
	color: #000000;
	margin: 7px 0;
	font-size: 11px;
}
div#product_list * td div p.linktobag {
	text-align: right;
	vertical-align: bottom;
}
div#product_list * td div p.linktobag a {
	color: #B92A24;
}
div#product_list * td div span.strike{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
	text-decoration: line-through;
}
div#product_list * td div span.price{
	color: Green;
	font-weight: bold;
}
div#product_list * td div span.promotion {
	color: Red;
	font-weight: bold;
}
div#product_list * td p a {
	font-size: 11px;
}
/* end Produkt List */
/* start Product */
div#product{
	background-color: #FFFFFF;
	padding: 0 8px 5px 8px;
}
div#product * td {
	background-color: #FFFFFF;
	height: 100%;
}
div#product * td img {
	float: left;
	padding: 5px 5px 20px 0;
}
div#product * td h1 {
	font-size: 12px;
}
div#product * td span.linktobag {
	text-align: right;
	vertical-align: bottom;
}
div#product * td span.linktobag a {
	color: #B92A24;
}
div#product * td span.strike{
	font-size: 11px;
	text-decoration: line-through;
}
div#product * td span.price{
	color: Green;
	font-weight: bold;
}
div#product * td span.promotion {
	color: Red;
	font-weight: bold;
}
div#product p {
	background-color: #FFFFFF;
	color: #000000;
	margin: 7px 0;
	font-size: 12px;
}
div#product * li {
	color: #000000;
	margin: 0 20px;
}
/*div#product p.sm_description {
	font-weight: bold;
}
/* end Product */
/* start Static Pages */
div#static {
	padding: 10px 5px 10px 5px;
}
div#static p {
	font-size: 12px;
	color: #000000;
	margin: 0 0 0 7px;
}
div#static h3 {
	font-size: 12px;
	padding: 7px 0 7px 0;
}
div#static ul {
	font-size: 12px;
	color: #000000;
	margin:  0 20px;
	list-style: decimal;
}
div#static ul li {
	margin: 7px 0;
}

/* end Static Pages */
.formbutton
{
	border: 1px solid #236315;
	color: #E1FDE1;
	background-color: #7AB410;
	width: 80px;
	font-weight: bold;
}
.searchbutton
{
	border: 1px solid #236315;
	color: #E1FDE1;
	background-color: #7AB410;
	width: 80px;
	font-weight: bold;
	margin: 2px 0 0 0;
	padding: 1px 0 1px 0;
}
.newuser {
		border: 1px solid #236315;
	color: #E1FDE1;
	background-color: #7AB410;
	width: 80px;
	font-weight: bold;
	margin: 2px 0 0 0;
	padding: 1px 0 1px 0;
	}
div#content
{
	width: 780px;
}
/*  start Left Content */
div#leftcontent
{
	position: relative;
	float: left;
	width: 170px;
}
div#leftcontent div
{
	/*background-color: #e1fde1;*/
	background-color: #F0FFF0;
	padding: 5px 7px 5px 7px;
	margin: 4px 0 4px 0;
	border: 1px solid #DFE0E4;
	width: 170px;
}
div#leftcontent div.login * input.formelement
{
	margin: 2px 0 4px 0;
	width: 120px;
	height: 18px;
	border-top-color: #7AB410;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #7AB410;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #236315;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #236315;
	border-right-style: solid;
	border-right-width: 2px;
}
div#leftcontent div.login form span {
	text-align: right;
	font-size: 12px;
	padding: 0 5px 0 5px;
}
div#leftcontent div h3 {
	border-bottom: 1px solid;
	margin: 0 0 5px 0;
	font-size: 13px;
}
div#leftcontent div form {
		font-size: 11px;
}
div#leftcontent div.bag {
	font-size: 11px;
}
div#leftcontent div ul {
	list-style: none;
	padding: 0 4px;
}
div#leftcontent div ul a {
	font-weight: normal;
}
/*  end left Content */
.formelement
{
	margin: 2px 0 4px 0;
	width: 160px;
	height: 18px;
	border-top-color: #7AB410;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #7AB410;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #236315;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #236315;
	border-right-style: solid;
	border-right-width: 2px;
}
div#rightcontent
{
	position: relative;
	float: right;
	padding: 4px 4px 0 4px;
	width: 580px;
}


.sm_dis
{
	padding: 7px 0 7px 0;
	font-size: 11px;
}
span.sp_linkproduct a
{
	color: #519a40;
	font-weight: bolder;
	text-decoration: none;
}
span.sp_linkproduct a:hover
{
	color: #519a40;
	font-weight: bolder;
	text-decoration: underline;
}

/* select replace */

select 
{
	display: block;
}
select.replaced {
   display: none;
}
ul.selectReplacement {
  
   height: 20px;
   width: 160px;
	padding: 0 0 0 0;
	margin: 0 0 0 9px;
	background: #FFFFFF;

	border-top-color: #7AB410;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #7AB410;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #236315;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #236315;
	border-right-style: solid;
	border-right-width: 2px;
}
ul.selectReplacement li {
   background: #FFFFFF;
   color: #000000;
   cursor: pointer;
   display: none;
   font-size: 11px;
   line-height: 18px;
   list-style: none;
   margin: 0;
   padding: 1px 0px;
   width: 160px;
}
ul.selectOpen li {
   display: block;
}
ul.selectReplacement li.selected {
   color: #000000;
   display: block;
}
ul.selectOpen li.selected {
   background: #FFFFFF;
   display: block;
}
ul.selectOpen li:hover, ul.selectOpen li.hover, ul.selectOpen li.selected:hover {
   background: #7AB410;
   color: #000000;
}
.hi
{
	position: absolute;
	z-index:0;
	top: -2500px;
	visibility:	hidden;
	display: none;
	width: 4px;
	height: 4px;
	left: -500;
}
/* end select replace */