a {
  color: #0000ff;
}

a:visited {
  color: #0000ff;
}

a:hover {
  color: #DD127B;
}

a.link_active  {
  color: red;
  font-weight: bold;
}

#logo {
  height: 150px; 
}

#logo h1 {
  width: 870px;
  height: 150px;
  margin: 0px;
  padding: 0px;
}

#logo h1 a {
  height: 150px;
  display: block;
  background: url(theme_kokanie/logo.jpg) no-repeat center top;
  font-size: 133.33%;
  color: #DA0000;  
  text-decoration: none;  
}

#left .inside {
  /* margin: 0 5px 10px 20px; */

}

#main .inside {
  
}

#main .cart_add a {
  display: block;
  background: url(theme_kokanie/do_koszyka.png) no-repeat center top;
  width: 80px;
  height: 100px;
}
#main .cart_add a:hover {
  background: url(theme_kokanie/do_koszyka_over.png) no-repeat center top;
}

#main input.order_recount {
  width: 123px;
  height: 16px;
  margin: 0px;
  padding: 0px;
  border: 0;
  background: transparent url(theme_kokanie/przelicz_zamowienie.png) no-repeat center top;
  cursor: pointer; 
  cursor: hand;
  padding-top: 25px;
}

#main a.shopping_continue {
  display: block;
  background: url(theme_kokanie/kontynuuj_zakupy.png) no-repeat center top;  
  width: 123px;
  height: 16px;
}

#main a.ordering {
  display: block;
  background: url(theme_kokanie/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(theme_kokanie/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 a, h2.header.category a:visited, h2.header.category a:hover {
  text-decoration: none;
  color: black;
}

table.item_short
{
	border-bottom: 2px solid #A3D011;
	width: 100%;
}
table.item_short th
{
	font-size: 130%;
	padding: 3px;
}
table.item_short td.details
{
	padding-left: 4px;
}
table.item_short td.cart_add
{
	text-align: center;
	vertical-align: middle;
	width: 80px;
}
table.item_short td.describe_short
{
	text-align: justify;
}
div.search_form
{
	font-size: 15px;
	font-weight: bold;
	margin: 4px;
	color: #DD127B;
}
div#szukajka input[type=text]
{
	border: 1px solid #DD127B;
	font-size: 16px;
	color: #DD127B;
}
div#szukajka input[type=submit]
{
	border: 2px solid #39A702;
	font-size: 16px;
	color: #DD127B;
	background-color: #8FE465;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

table.cart_list
{
	width: 100%;
}
table.cart_list th
{
	text-align: center;
	font-weight: bold;
	background-color: #C1DC01;
}
table.cart_list td, table.cart_list th
{
	border: 1px solid #000;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}
table.cart_list td.cart_add
{
	width: 80px;
	vertical-align: middle;
	text-align: center;
}

div.cart_short
{
	padding: 5px;
	text-align: center;
}
div.cart_short ul.cart_list
{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

table.cart_action
{
	margin: 0px auto;	
}

div.describe_long_header
{
	text-align: center;
	font-size: 150%; /* 28px */
	background-color: #A3D011;
	border: 1px solid #000;
	padding: 2px;
	margin: 0px;
	margin-top: 10px;
	color: #DD127B;
}
div.describe_long
{
	text-align: justify;
	font-size: 120%;
	margin-top: 1px;
	padding: 4px;
	color: #000;
}

div.cart_summary
{
	margin: 8px;
}
div.cart_summary strong
{
	font-size: 14px;
}
