@CHARSET "UTF-8";

h1 {
	font-size: 20px;
	font-weight: normal;
}

a {
	color: black;
}
a:link, a:visited {
		text-decoration: none;
}
a:hover {
	text-decoration: underline;
	}

ul {
	margin:0;
	margin-left: 15px;
	padding:0;
	}
body {
	margin:0;
	padding:0;
	border:0;
	font-family: verdana,arial;
	font-size:13px;
	line-height: 1.5;
}
p {
	margin:0;
	padding:0;
}
img {
	border: 0
	}
table { 
	border:0;
}
.link1:hover { 
	text-decoration: underline;
	color: #db7703;
	font-weight:bold;
}
.link1:link {
	text-decoration: none;
	}
.link1:visited {
	text-decoration: none;
	color: black;
}

#container {
	width: 100%;
	text-align: center;
	background: url(../img/back_site.gif) repeat-x;
}

#site {
	width: 990px;
	padding:0;
	margin: 0 auto;
	border: 0;
	text-align: left;

}

#logo {
	background-image: url(../img/logo.gif);
	width: 990px;
	height: 80px;
	position:relative;
}

#label_top {
	width: 990px;
	height: 20px;
	margin:0;
	position:relative;
}	

#label_second {
	width: 990px;
	height: 40px;
	margin:0;
	position:relative;
}
.label_menu {
	font-weight:bold;
	}
.label_menu:hover { 
	text-decoration: underline;
	color: #db7703;
}
.label_menu:link {
	text-decoration: none;
	}
.label_menu:visited {
	text-decoration: none;
}
#site_table_left {
	width: 200px;
	vertical-align:top;
}

#site_table_right { 
	vertical-align:top;
	width: 200px;
}

#site_table_center {
	vertical-align:top;
	width: 590px;
	text-align:center;
}

.categories_menu li, .lista li {
		list-style-image: url(../img/list.gif);
		margin:5px;
		padding:0;
}
.categories_menu li:hover, .lista li:hover {
	background-color:#fee79b;
	text-decoration:none;
}

.categories_menu a {
	color: #1a1a1a;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0;
}
.categories_menu { 
	padding-top:2px;
	margin-bottom:30px;
}
.categories, .contact, .producents, .sales, .other_producent, .all_items, .search, .ref {
	margin-top:5px;
	padding-top:40px;
	padding-bottom:20px;
	width:200px;
	background: url(../img/back_categories.gif) no-repeat;
}
.ref {
	background: url(../img/back_ref.gif) no-repeat;
}
.search {
	padding-top:20px;
	padding-bottom:15px;
	margin-top:0;
	background: url(../img/back_search.gif) no-repeat;
}
.contact {
	background: url(../img/back_contact.gif) no-repeat;
}
.producents {
	background: url(../img/back_producents.gif) no-repeat;
}
.sales {
	background: url(../img/back_sales.gif) no-repeat;
}
.other_producent {
	background: url(../img/back_otherproducent.gif) no-repeat;
}
.all_items {
	background: url(../img/back_all_items.gif) no-repeat;
}
.producents div, .sales div, .other_producent div, .all_items div { 
	padding-top:2px;
	margin-bottom:30px;
	background-color:#fbfbfb;
}
.title {
	font-size:15px;
	color:black;
	display:block;
	margin-left:5px;
	margin-bottom:5px;
}
.item_td_title{
	background: url(../img/back_item2.jpeg) no-repeat;
	background-color: #FFF6DD;//#FFEEC1
}
.item {
	float:left;
	padding:0;
	width:290px;
	margin: 0 auto 0 auto;
	padding-top:5px;
	margin-bottom: 5px;
}
.item_td_img {
	width:114px;
	text-align:center;
}
.item_td_img img {
	margin:7px;
}

.item_description {
	width:176px;
	vertical-align:middle;
	display:block;
	text-align:left;
	font-size:13px;
	color: #636363;
}
.item_description p{
	font-size: 11px;
	margin: 1px 0 0 0;
	padding: 0;
}
.item_extra {	
	vertical-align:middle;
}
.item_title {
	padding:10px;
	font-weight:bold;
	font-size:13px;
}
.item_title:link {
	text-decoration:none;
	color: #db7703;
}
.item_title:hover{
	text-decoration: underline;
}
.item_title:visited {
	text-decoration:none;
	color: #db7703;
}

.items td{
	vertical-align:top;
}
.item_extra_price {
	display:block;
	font-size:17px;
	color:#272727;
	vertical-align:top;
	margin:0 auto 10px auto;
	padding:0;
	font-weight:bold
}
.item_extra_basket {
}
.item_extra_more {
}
.item_extra_check {

}

.basket {
	margin-top:40px;
	border: 2px dotted #f7a900;	
	width:200px;
	padding-bottom:10px;
}
.basket p {
	margin-bottom:10px;
}
.basket .title {
	color: #4d9c00;
	font-weight:bold;
}
.basket_link:link {
	color:#152b00;
	text-decoration: none
	}
.basket_link:visited {
	color:#152b00;
	text-decoration: none
}
.basket_link:hover {
	color:red
	}
.basket {
	margin-top:20px;
	background: url(../img/back_basket.gif) no-repeat;
	padding-top:30px;

}
.basket a {
	display:block;
}
.pager {
	margin: 0 auto;
	text-align:center;
	margin-bottom:30px;
	font-size: 17px;
}
.selected {
	font-weight:bold;
}
.site_border_left {
	background: url(../img/border_left.gif) repeat-y;
	width:5px;
}
.white_hr {
	height:3px;
	background-color:white;
}
.normal_link {
	color: black;
}
.normal_link:link, .normal_link:visited {
		text-decoration: none;
}
.normal_link:hover {
	text-decoration: underline;
	}

.params {
	margin-top:30px;
}
.params td {
	height: 25px;
}
p .pogrub{
	font-weight: bold;
}

.lista_white td {
	background-color: white;
	border: 1px solid orange;
}

.lista_grey td {
	border: 1px solid #c9c6be;
}
.basket_table, .order_table {
	margin-left: 20px;

	width: 95%;
}
.order_table thead td {
	border-bottom:1px solid black
}
.order_table tbody td {
	border-bottom:1px solid silver
}
.order_info {
	font-size:12px;
	border:0px;
}
.order_info .value {
	font-size:14px;
	color: #687f24;
	padding-left:15px;
}
.order_info .value2 {
	font-size:14px;
	color: #244a7f;
	padding-left:15px;
}
.basket_table input {
	margin: 0;
}
.basket_table form {
	margin:5px;
}
.basket_table td{
	height:50px;
	font-size: 13px;
	vertical-align: middle;
}
.basket_link {
	font-size: 20px;
	margin: 5px;
	padding:5px;

}

.order_table td {
	border: 0px;
	height:30px;
}
.order_table thead td {
	padding-bottom:20px
}
.order_table .lista_grey {
	background-color: #f5f5f5;
}
.on_value, .on_send {
	display:inline;
	font-size:14px;
	color: #687f24;
}
.on_send {
	color: #244a7f;
}

#reklama {
	background-color: #fff4de;
	width: 700px;
	margin: 20px auto 10px;
	text-align:left;
}
#reklama div {
	margin: 0 auto;
	text-align:center;
}

#footer {
	margin: 100px auto 0;
	text-align: center;
}

#map{
	margin-top:15px;
}
#recommendShow a {
	color: #df7900;
	font-weight:bold;
	font-size: 13px;
}
.idea{
	background-color:#FFFFC0;
	border: 2px solid #F6FF3E;
	width:420px;
	margin: 10px auto;
	padding:5px;
	text-align: left;
}
.idea img{
	float:left;
	margin: 0 10px 0 5px;
}