* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

#contacts {
	position: absolute;
	top: 20px;
	right: 20%;
}

table, image, img {
	border: 0px;
}

body {
	background-color: #047;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	text-align: left;
	height: 100%;
}
a {
	color: #393939;
}
.clear {
	clear: both;
}

#header {
	width: 100%;
	height: 67px;
}
#top_image {
	width: 100%;
	height: 180px;
	margin-bottom: 1px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#logo {
	width: 160px;
}
.allsize {
	width: 100%;
	height: 100%;
}
#container {
	width: 1155px;
}
#main {
	width: 100%;
}
#left_panel {
	display: block;
	float: left;
	width: 160px;
}
#page_content {
	position: relative;
	display: block;
	float: left;
	width: 800px;
}
#banners-left {
	float: left;
	width: 145px;
	margin-left: 20px;
}
#banners-left .banner {
	margin-bottom: 20px;
}
#content {
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 770px; /*800px - padding*/
}
.pricelist {
	width: 800px; /*800px - padding*/
	background-color: #e3e3e2;
}
#shopping_chart {
	width: 790px; /*800px - padding*/
	padding: 5px;
	background-color: #e7e7e7;
}

#search-panel {
	width: 100%;
	width: 800px; /*800px - padding*/
	background-color: #e3e3e2;
}
#search-panel-bgr {
	width: 100%;
	background-position: top right;
	background-repeat: no-repeat;
}
#search-panel-bgl {
	width: 100%;
	background-position: top left;
	background-repeat: no-repeat;
}
#search-panel-inner {
	padding: 5px;
	width: 790px; /*800px - padding*/
}
#content_table {
	width: 100%;
	background-color: #ffffff;
}
#left_td {
	width: 170px;
	background-color: #e7e7e7;
}
.divisor_td1 {
	width: 1px;
	background-color: #a5a5a5;
}
.divisor_td2 {
	height: 1px;
	background-color: #e7e7e7;
}
.divisor_td3 {
	height: 1px;
	background-color: #a5a5a5;
}
#right_td {
}


#left {
	width: 160px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
}

.left_panel {
	width: 162px;
	padding-top: 30px;
}
ul.left_panel_content {
        list-style: none;
}
li.left_panel_content, li.left_panel_content_active {
	background-repeat: no-repeat;
	padding-left: 20px;
}
.left_panel_header {
	background-repeat: no-repeat;
	width: 162px;
	height: 24px;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 40px;
	color: #393939;
}
.left_panel_content a, .left_panel_content_active a {
	font-weight: bold;
}
.left_panel_content_active a {
	color: #000000;
}
.left_panel_content a, .left_panel_content_active a, .left_panel_content_active a {
	text-decoration: none;
}
.left_panel_content a:hover, .left_panel_content_active a:hover, .left_panel_content_active a:hover {
	text-decoration: underline;
}

#footer, #login, #counters, #copyrights {
	margin-top: 10px;
	width:100%;
	text-align:center;
}
.menu_level
{
	width: 100%;
	padding-top: 10px;
	text-align: center;
}
a.login{
	text-decoration: none;
	color: #e7e7e7;
	position: absolute;
	top: 0px;
	left: 0px;
}
#counters{
	margin-top: 20px;
}

/* Pagination
---------------------------------------- */
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	margin-top: 5px;
	font-size: 1em;
	padding-bottom: 2px;
}

.pagination strong,
.pagination b {
	font-weight: normal;
}

.pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	background: #007FEE;
	border: 1px solid #069;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #069;
	margin: 0 2px;
	padding: 0 2px;
	background: #BFD6FF;
	border: 1px solid #069;
}

.pagination span a:hover {
	border-color: #069;
	background: #007FEE;
	color: #FFF;
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}




#navigation
{
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 140px;
}

#navigation ul {
	list-style: none;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 5px;
	color: #ffffff;
	width: 100%;
}
#navigation ul li {
	border-bottom: #67859f solid 1px;
}

#navigation ul li ul{
	color: #b3d2ed;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navigation ul li ul li{
	border-bottom: none 0px;
}

#navigation ul a {
	color: #ffffff;
	text-decoration: none;
}
#navigation ul li ul a {
	color: #b3d2ed;
	text-decoration: none;
}
#navigation ul a:hover {
	text-decoration: underline;
}

#navigation ul li ul li ul a  {
	color: #ffffff;
}

#top_menu {
	display: block;
	float: right;
}

#inner_menu_top {
	padding-bottom: 20px;
}
#inner_menu_bottom {
	padding-top: 20px;
}
#inner_menu_top ul, #inner_menu_bottom ul {
	list-style: none;
	display: inline;
}
#inner_menu_top li, #inner_menu_bottom li {
	display: inline;
	padding: 3px;
}

#top_menu a {
	color: #f6f9fa;
}

#logo-text, #logo-text a {
	font-size: 15px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#top_menu ul {
	list-style: none;
}

#top_menu ul li {
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

#header-wrapper {
	padding: 10px;
	height: 100%;
	width: 940px;
}

#login-panel {
	margin-top: 50px;
	padding: 5px;
	padding-left: 15px;
}

#login-panel a {
	color: #000000;
}

a.nodec, a.nodec :hover {
	text-decoration: none;
}








ul.sitemap_cat {
	padding-left: 20px;
}

	#pricecontent {
		width: auto;
		padding: 5px;
		text-align: left;
		background-color: #e7e7e7;
	}

	.pricelist_pagination {
		padding-left: 5px;
		padding-right: 5px;
	}
	#pricelist_total_count {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.pricelist_navigate
	{
	}

	.pricelist_filter
	{
		width: 150px;
	}

	select {
		font-size: 1em;
	}

	#search_producer, #search_for_what {
		width: 150px;
	}

	#pricelist_header {
		width: auto;
		margin: 1px;
		margin-bottom: 5px;
	}
	#pricelist_search {
		width: 160px;
		height: 75px;
		padding: 5px;
		margin-right: 5px;
		float: right;
		background-color: #dddddd;
	}
	#pricelist_limit {
		clear: both;
		width: auto;
		padding: 5px;
		background-color: #dddddd;
		border-top: 1px solid #004477;
		border-bottom: 1px solid #004477;
	}

	#pricelist_download {
		float: right;
	}

	#pricelist_shopping_chart_count {
		width: 210px;
		height: 85px;
		margin-right: 5px;
		background-repeat: no-repeat;
		background-position: bottom;
		float: right;
	}

	#pricelist_shopping_chart_count_header {
		background-repeat: no-repeat;
		width: 100%;
		height: 21px;
		text-align: center;
		font-weight: bold;
	}
	#pricelist_shopping_chart_count_actions {
		float: right;
		padding: 5px;
		padding-top: 40px;
	}

	#pricelist_shopping_chart_add {
		padding-top: 10px;
		float: right;
	}

	.pricelist_navigation_block
	{
		padding: 5px;
		position: block;
		float: left;
	}
	#pricelist_table .row1 {
		background-color: #E4E0E0;
	}

	#pricelist_table .row2 {
		background-color: #ffffff;
	}





	#pricelist_table .rowprice1 {
		background-color: #FFFFFF;
	}

	#pricelist_table .rowprice2 {
		background-color: #ffffff;
	}





	#pricelist_table .rowx1 {
		background-color: #e4e0e0;
		text-align: center;
		height: 30px;
		font-weight: bold;
	}
	#pricelist_table .rowx2 {
		background-color: #ffffff;
		text-align: center;
		height: 30px;
		font-weight: bold;
	}

	.pricelist th, td {
		padding-left: 10px;
		padding-right: 10px;
	}

	.pricelist th {
		height: 40px;
		background-color: #ADC3EA;
		font-weight : bold;
		text-align: center;
	}


	#shopping_chart_header {
		width: auto;
		margin: 1px;
		margin-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		font-weight: bold;
		font-size: 2em;
	}

	#shopping_chart_order_content
	{
		width: 100%;
		text-align: center;
	}

	#shopping_chart_order
	{
		text-align: left;
		border: 0px;
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		background-color: #e4e0e0;
	}

	#shopping_chart_actions {
		padding-top: 5px;
		float: right;
	}

	#shopping_chart .textinput
	{
		width: 100%;
	}

	#shopping_chart .row1 {
		background-color: #e4e0e0;
	}

	#shopping_chart .row2 {
		background-color: #ffffff;
	}

	#shopping_chart .rowx1 {
		background-color: #e4e0e0;
		text-align: center;
		height: 30px;
		font-weight: bold;
	}
	#shopping_chart .rowx2 {
		background-color: #ffffff;
		text-align: center;
		height: 30px;
		font-weight: bold;
	}

	#shopping_chart th, td {
		padding-left: 10px;
		padding-right: 10px;
	}

	#shopping_chart th {
		height: 40px;
		background-color: #ADC3EA;
		font-weight : bold;
		text-align: center;
	}

#shopping_chart-panel {
	padding: 5px;
	font-size: 16px;
	border-bottom: 1px dotted #999;
	text-align: right;
	line-height: 30px;
}
#shopping_chart-image {
	margin-left: 30px;
	float: right;
}
#shopping_chart-link {
	margin-left: 10px;
	float: right;
	font-weight: bold;
}
#shopping_chart-link a {
	text-decoration: none;
	color: #1f3d6a;
}
#shopping_chart_delivery, #shopping_chart_price_alt {
	display: none;
}
