a {
  color: #141C2C;
}

a:visited {
  color: #737373;
}

a:hover {
  color: #6B6812;
}

a.link_active  {
  color: red;
  font-weight: bold;
}

#logo {
  height: 196px; 
}

#logo h1 {
  margin: 0;
  padding: 0;
}

#logo h1 {
  width: 800px;
  height: 196px;
}

#logo h1 a {
  height: 49px;
  display: block;
  background: url(img/logo.jpg) no-repeat center top;
  font-size: 133.33%;
  color: white;  
  text-decoration: none;  
  padding: 150px 0 0 60px;
}
#top_bar
{
	background: url(img/menu_bar_back.gif) 0 0 repeat-x;
	height: 26px;
	width: 790px;
	/* wyrownanie zgodnie z div id=inside */
	margin-left: 10px;
}
#top_bar div.menu_bar_right
{
	background: url(img/menu_bar_right.gif) top right no-repeat;
	height: 26px;

}
#top_bar div.menu_bar_right ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top_bar div.menu_bar_right ul li
{
	float: left;
	width: 125px;
	height: 26px;
}
#top_bar div.menu_bar_right ul li a
{
	background: url(img/menu_bar_button.gif) top right no-repeat;
	display: block;
	width: 125px;
	height: 26px;
	text-align: center;
	line-height: 23px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#top_bar div.menu_bar_right ul li a:hover
{
	background: url(img/menu_bar_button_over.gif) top right no-repeat;
}
#top_bar div.menu_bar_right ul li.menu_bar_left
{
	background: url(img/menu_bar_left.gif) top right no-repeat;
	width: 23px;
	height: 26px;
}
#main .cart_add span {
  display: none;
}
ul.cart_list
{
	margin: 0px;
	padding: 0px;	
	padding-left: 14px;
	margin-bottom: 8px;
}
.header
{
	background: url(img/header.jpg) 0 0 no-repeat;
	height: 20px;
	color: #fff;
	padding-left: 10px;
	line-height: 20px;
	font-size: 12px;
}

#main .cart_add a {
  display: block;
  background: url(img/do_koszyka.png) no-repeat center top;
  width: 84px;
  height: 16px;
  float: right;
}

#main input.order_recount {
  width: 123px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(img/przelicz_zamowienie.png) no-repeat center top;
  cursor: pointer; 
  cursor: hand;
  padding-top: 25px;
}

#main a.shopping_continue {
  display: block;
  background: url(img/kontynuuj_zakupy.png) no-repeat center top;  
  width: 123px;
  height: 16px;
}

#main a.ordering {
  display: block;
  background: url(img/zamawiam.png) no-repeat center top;  
  width: 80px;
  height: 16px;
}

#main a.shopping_continue span, #main a.ordering span {
  display: none;
}

#main input.order_add {
  width: 105px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(img/zloz_zamowienie.png) no-repeat center top;
  cursor: pointer; 
  cursor: hand;
  padding-top: 25px;  
}

div.cart_ordering a {
  color: red;
  font-weight: bold;
  font-size: 133.33%;  
}

h2.header.category
{
  	margin: 0px;
  	padding-left: 10px;
  	padding-right: 10px;
  	
}
div.table_content
{
	border-left: 3px double #0099A1;
	border-bottom: 3px double #0099A1;
	border-right: 3px double #0099A1;
	margin-left: 6px;
	width: 182px;
	padding: 5px;
	width: 172px;
}
h2.product_category
{
	border-top: 1px solid #0099A1;
	margin: 0px;
	font-size: 11px;
}
h2.product_category a
{
	text-decoration: none;
	background-color: #88CCCF;
	color: #000;
	display: block;
	width: 163px;
	height: 17px;
	padding: 3px;
	padding-left: 6px;
	line-height: 17px;
	border-left: 5px solid #88CCCF;
	border-right: 5px solid #88CCCF;
}
h2.product_category a:hover
{
	background-color: #0099A1;
	border-left: 5px solid #FFC900;
	border-right: 5px solid #FFC900;
	color: #fff;
}

div.table_header
{
	background: transparent url(img/table_header.gif) no-repeat center top;
	height: 32px;
	width: 200px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	font-size: 13px;
	padding-top: 3px;
	margin-top: 10px;
}

h2.header.category a, h2.header.category a:visited {
	text-decoration: none;
	color: black;
	dislpay: block;
	width: 180px;
	height: 20px;
	line-height: 18px;
	border-bottom: 1px solid #000;
}
h2.header.category a:hover {
	background-color: #fff;
}

h2.content_header
{
	text-align: center;
	border-top: 1px solid #0099A1;
	border-bottom: 1px solid #0099A1;
	padding: 3px;
	margin-left: 10px;
}
