a {
  color: #0000ff;
  text-decoration: none;
}

a:visited {
  color: #0000ff;
}

a:hover {
  color: #000;
}

a.link_active  {
  color: red;
  font-weight: bold;
}

a.navi,
a.navi:visited
{
	color: #0000ff;
	background-color: #fff;	
}
a.navi:hover
{
	color: #fff;
	background-color: #067ADC;	
}

#logo {
  height: 150px; 
}

#logo {
  width: 822px;
  height: 150px;
  margin: 0px;
  padding: 0px;
}

#logo a {
  height: 150px;
  display: block;
  background: url(theme_komputerowiec/logo.jpg) no-repeat center top;
  font-size: 133.33%;
  color: white;  
  text-decoration: none;  
  padding: 0px;
}

#left .inside {
 /* margin: 0 5px 10px 20px; */

}

#main .inside {
  margin-left: 0px;
}

#main .cart_add {
  
}

#main .cart_add span {
  display: none;
}

#main .cart_add a {
  display: block;
  background: url(theme_komputerowiec/do_koszyka.png) no-repeat center top;
  width: 77px;
  height: 40px;
  
}
#main .cart_add a:hover {
  background: url(theme_komputerowiec/do_koszyka_over.png) no-repeat center top;
}

#main input.order_recount {
  width: 180px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  border: 0;
  background: transparent url(theme_komputerowiec/button.png) no-repeat center top;
  cursor: hand;
  color: #0000ff;
  line-height: 40px;
  font-size: 140%;
  text-align: center;
}

#main a.shopping_continue, #main a.ordering
{
	display: block;
	background: url(theme_komputerowiec/button.png) no-repeat center top;  
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 140%;
}
#main a.shopping_continue:hover, #main a.ordering:hover
{
	background: url(theme_komputerowiec/button_over.png) no-repeat center top;  
}

#main a.shopping_continue {
  
}

#main a.ordering {
  
}

#main a.shopping_continue span, #main a.ordering span {
  
  
}

#main input.order_add {
  width: 105px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(theme_komputerowiec/button.png) no-repeat center top;
  cursor: hand;
  padding-top: 25px;  
}

div.cart_ordering
{
	text-align: center;
	
}
div.cart_ordering a {
  color: red;
  font-weight: bold;
  width: 120px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 133.33%;
  margin: 0px auto;
  background: transparent url(theme_komputerowiec/button_small.png) no-repeat center top;
}
div.cart_ordering a:hover {
  background: transparent url(theme_komputerowiec/button_small_over.png) no-repeat center top;
}

h2.header.category a, h2.header.category a:visited, h2.header.category a:hover {
  text-decoration: none;
  color: black;
  margin-left: 10px;
}

table.item_short
{
	border-bottom: 2px solid #2B5EB6;
	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: 77px;
}
table.item_short td.describe_short
{
	text-align: justify;
}

table.cart_list
{
	
}
table.cart_list th
{
	text-align: center;
	font-weight: bold;
	background-color: #A7D7FF;
}
table.cart_list td, table.cart_list th
{
	border: 1px solid #067ADC;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}
table.cart_list td.cart_add
{
	width: 80px;
	vertical-align: middle;
	text-align: center;
}

div.describe_long_header
{
	text-align: center;
	font-size: 150%; /* 28px */
	background-color: #2B5EB6;
	border: 1px solid #000;
	padding: 2px;
	margin: 0px;
	margin-top: 10px;
	color: #fff;
}
table.item_long
{
	margin-top: 15px;
}
table.item_long td.cart_add
{
	text-align: center;
	vertical-align: middle;
	width: 77px;
}
table.propertiesDetails
{
	width: 100%;
	padding: 0px;
	
}
table.propertiesDetails th
{
	background-color: #629BFE;
}
table.propertiesDetails td
{
	vertical-align: middle;
	border: 1px solid #629BFE;
	padding: 2px;
}
div.price
{
	font-size: 120%;
}
table.cart_action
{
	margin: 0px auto;
}
