#main_block
{
	position: relative;
	margin: 5px auto 5px auto;
	width: 940px;
}
.darkgray_button_left
{
	background-color: #666666;
}
.gray_button_left
{
	background-color: #999999;
}
.darkorange_button_left
{
	background-color: #ff6600;
}
.orange_button_left
{
	background-color: #ff9900;
}
.lightorange_button_left
{
	background-color: #ff9933;
}
.darkgray_button_left,
.gray_button_left,
.darkorange_button_left,
.orange_button_left,
.lightorange_button_left
{
	background-image: url('../images/white_left_corners.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.darkgray_button_right,
.gray_button_right,
.darkorange_button_right,
.orange_button_right,
.lightorange_button_right
{
	padding: 3px 15px 3px 15px;
	background-image: url('../images/white_right_corners.gif');
	background-position: top right;
	background-repeat: no-repeat;
	height: 14px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
.darkgray_button_right a,
.darkorange_button_right a,
.orange_button_right a,
.lightorange_button_right a,

.darkgray_button_right a:visited,
.darkorange_button_right a:visited,
.orange_button_right a:visited,
.lightorange_button_right a:visited,

.darkgray_button_right a:active,
.darkorange_button_right a:active,
.orange_button_right a:active,
.lightorange_button_right a:active
{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.white_topleft_corner
{
	background-image: url('../images/white_topleft_corner.gif');
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	width: 4px;
	overflow: hidden;
	font-size: 1px;
}
.white_topright_corner
{
	background-image: url('../images/white_topright_corner.gif');
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	height: 4px;
	width: 4px;
	overflow: hidden;
	font-size: 1px;
}
.white_bottomleft_corner
{
	background-image: url('../images/white_bottomleft_corner.gif');
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 4px;
	overflow: hidden;
	font-size: 1px;
}
.white_bottomright_corner
{
	background-image: url('../images/white_bottomright_corner.gif');
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 4px;
	width: 4px;
	overflow: hidden;
	font-size: 1px;
}
.orange_text
{
	font-weight: bold;
	font-size: 14px;
	color: #ff9933;
}
.red_text
{
	font-weight: bold;
	font-size: 14px;
	color: #ff3300;
}
.lightgray_text
{
	font-size: 12px;
	color: #888888;
}
/*
========================================================================
MAIN BLOCK
========================================================================
*/
#top_block
{
	position: relative;
	height: 20px;
	margin-top: 5px;
	overflow: visible;
}
#header_block
{
	position: relative;
	height: 70px;
	background-color: #666666;
	margin-top: 3px;
}
#service_block
{
	position: relative;
	height: 20px;
	margin-top: 3px;
	overflow: visible;
}
#middle_block
{
	position: relative;
}
#footer_block
{
	position: relative;
	height: 20px;
	margin-top: 3px;
}
/* 
======================================================================== 
TOP BLOCK
========================================================================
*/
#top_left_block
{
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
}
#languages_block
{
	top: 0px;
	left: 700px;
	right: 0px;
	height: 20px;
	float: right;
	margin: 0;
	padding: 0;
}
.languages_item
{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	list-style: none;
}
/* 
======================================================================== 
HEADER BLOCK
========================================================================
*/
#logo_block
{
	position: absolute;
	left: 24px;
	top: 10px;
	width: 420px;
	height: 52px;
	background-image: url('../images/logo2.gif');
	background-repeat: no-repeat;
}

/*
======================================================================== 
SERVICE BLOCK
========================================================================
*/
#search_block
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	z-index: 2;
}

#service_right_block
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 20px;
	margin: 0;
	padding: 0;
}
.service_menu_item
{
	list-style: none;
	margin-left: 3px;
	float: left;
}
/*
======================================================================== 
SEARCH BLOCK
========================================================================
*/
.search_field
{
	width: 122px;
	height: 12px;
	background-color: #ffb871;
	display: block;
	margin: 0 16px 0 16px;
	color: #ffffff;
	float: left;
	position: relative;
	border: 1px solid #fff1e2;
}
.search_field input
{
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	border: 0;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 122px;
	height: 11px;
	line-height: 11px;
	padding: 0px;
	margin: 0px;
}
.search_text
{
	cursor: pointer;
	float: left;
}
/*
======================================================================== 
MIDDLE BLOCK
========================================================================
*/
#left_block
{
	position: relative;
	width: 205px;
	float: left;
	margin: 0px;
	padding: 30px 0 0 0;
}
#right_block
{
	padding-top: 10px;
	position: relative;
	margin-left: 23px;
}
/* 
======================================================================== 
LEFT BLOCK
========================================================================
*/
.left_menu_item,
.left_menu_item a,
.left_menu_item a:hover,
.left_menu_item a:visited,
.left_menu_item a:active
{	
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-left: 12px;
	background-image: url('../images/gray_menu_arrow.gif');
	background-position: 2px center;
	background-repeat: no-repeat;
}
.left_menu_item
{
	list-style: none;
	height: 15px;
	padding: 4px 4px 4px 0px;
	background-image: url('../images/gray_dotted_line.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	white-space: nowrap;
}
#left_menu_item_selected
{
	background-image: url('../images/orange_dotted_line.gif');
	color: #ff9933;
}

#left_menu_item_selected a,
#left_menu_item_selected a:hover,
#left_menu_item_selected a:active,
#left_menu_item_selected a:visited
{
	color: #ff9933;
	background-image: url('../images/orange_menu_arrow.gif');
}
/* 
======================================================================== 
RIGHT BLOCK
========================================================================
*/
#path_block
{
	height: 17px;
	border-top: 1px solid #999999; 
	border-bottom: 1px solid #999999; 
	color: #ff9933;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 2px 2px 0;
	margin-bottom: 8px;
}
#content_block
{
	margin:0 0 45px 0;
	overflow: hidden;
	position: relative;
}


/* 
======================================================================== 
CONTENT BLOCK
========================================================================
*/
.orange_dotted_block
{
	background-image: url('../images/orange_dots_bg.gif');
	position: relative;
	padding: 5px;
}
.gray_dotted_block
{
	background-image: url('../images/gray_dots_bg.gif');
	position: relative;
	padding: 5px;
}
.product_details.orange_dotted_block
{
	width: 96%;
}
.product_image
{
	display: block;
	margin: 0px auto;
}
.product_text
{
	width: 480px;
	margin: 0px auto;
}
.print_button
{
	cursor: pointer;
	background-image: url('../images/print_button.gif');
	position: absolute;
	width: 57px;
	height: 20px;
	right: 25px;
	top: 7px;
}
.order_button
{
	float: left;
	cursor: pointer;
}
.order_table
{
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #ff9900;
	margin-bottom: 10px;
}
.order_table,
.order_table td,
.order_table th
{
	border-collapse: collapse;
}
.order_table th
{
	padding: 0px 0px 0px 30px;
	text-align: left;
	background-color: #ff9900;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
}
.order_table td
{
	padding: 20px 0px 15px 30px;
	vertical-align: top;
}
.order_table_left
{
	background-image: url('../images/white_left_corners.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
.order_table_right
{
	background-image: url('../images/white_right_corners.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
.order_texts
{
	height: 30px;
}
.order_bold_text
{
	font-weight: bold;
	float: left;
	font-size: 13px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.order_total_text
{
	font-weight: bold;
	float: right;
	font-size: 13px;
	margin-right: 70px;
	margin-bottom: 10px;
}
.order_complete_button
{
	float: right;
}
.product_item
{
	position: relative;
	height: 100px;
	width: 165px;
}
.product_item .orange_dotted_block,
.product_item .gray_dotted_block
{
	width: 148px;
	height: 148px;
	position: relative;
	padding: 9px;
}
.product_item_image
{
	display: block;
	margin: 0 auto;
}
.product_item_text
{
	margin-top: 7px;
	font-size: 11px;
	color: #888888;
	white-space: nowrap;
	text-align: center;
}
.price_button
{
	margin: 4px 0 0px 3px;
	width: 78px;
	float: left;
}
.price_button_centered
{
	margin: 4px auto 0px auto;
	width: 78px;
}
/* 
======================================================================== 
'FIRMAST' CONTENT STYLES
========================================================================
*/
#firmast_left
{
	width: 490px;
	line-height: 200%;
	color: #666666;
}
#firmast_left .gray_dotted_block
{
	padding: 9px;
	width: 472px;
	height: 148px;
}
#firmast_right p
{
	clear: both;
}
#firmast_right
{
	width: 175px;
	position: absolute;
	right: 0;
	top: 0;
	color: #666666;
	line-height: 200%;
}
#firmast_right a,
#firmast_right a:hover,
#firmast_right a:active,
#firmast_right a:visited
{
	color: #666666;
	text-decoration: none;
}
.firmast_button
{
	float: left;
	margin-bottom: 10px;
	line-height: 130%;
}
#firmast_right .gray_dotted_block
{
	padding: 9px;
	width: 148px;
	height: 148px;
}
.map_label
{
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

/* 
======================================================================== 
'ORDERHELP' CONTENT STYLES
========================================================================
*/
#orderhelp_left
{
	width: 490px;
	line-height: 200%;
	color: #666666;
}
#orderhelp_left p
{
	text-indent: 2em;
}
#orderhelp_right
{
	width: 175px;
	position: absolute;
	right: 0;
	top: 0;
	color: #666666;
	line-height: 200%;
}
#orderhelp_right a,
#orderhelp_right a:hover,
#orderhelp_right a:active,
#orderhelp_right a:visited
{
	color: #666666;
	text-decoration: none;
}

#orderhelp_right .gray_dotted_block
{
	padding: 9px;
	width: 148px;
	height: 148px;
	margin-bottom: 20px;
}
/* 
======================================================================== 
'SEND ORDER' CONTENT STYLES
========================================================================
*/

.sendorder_table .text
{
	width: 400px;
}
.sendorder_table .checkbox
{
	border: 0;
}
.sendorder_table_label
{
	width: 75px;
	color: #666666;
	font-weight: bold;
}
.sendorder_table_bottomlabel
{
	color: #666666;
	font-weight: bold;
}
.sendorder_text
{
	color: #ff6600;
	font-weight: bold;
}
.sendorder_complete_button
{
	margin-top: 10px;
	float: left;
}
/* 
======================================================================== 
FOOTER BLOCK
========================================================================
*/
#footer_block #footer_left
{
	float: left;
}
#footer_block #footer_right
{
	float: right;
}
#footer_block .gray_button_right
{
	float: none;
}



.nodec:link
{
  text-decoration: none;
  color:white;
}
.nodec:visited
{
  text-decoration: none;
  color:white;
}
.nodec:active
{
  text-decoration: none;
  color:white;
}
.nodec:hover
{
  text-decoration: none;
  color:red;
}


.nodec2:link
{
  text-decoration: none;
	color: #888888;
}
.nodec2:visited
{
  text-decoration: none;
	color: #888888;
}
.nodec2:active
{
  text-decoration: none;
	color: #888888;
}
.nodec2:hover
{
  text-decoration: none;
  color:red;
}

.kategooria:link
{
  text-decoration: none;
  color:#FF9933;
}

