/*
	This file contains project-specific CSS rules
*/

html, body
{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#viewport
{
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	position: relative;
}

body
{
	background-color: #fafacf;
}

#main_block
{
	background-color: #ffffff;
	width: 888px;
	position: relative;
	margin: 0px auto 0 auto;
	padding: 0 4px 0 5px;
}

.site_columns_table
{
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
	table-layout: fixed;
}
.left_column_cell
{
	width: 343px;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}
.right_column_cell
{
	width: 517px;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}
#footer_block
{
	color: #999999;
	font-size: 11px;
	position: relative;
	margin: 15px 46px 0 46px;
	padding-bottom: 10px;
}
#nuattitude_link
{
	position: absolute;
	right: 0;
	top: 0;
}
/*
========================================================================
FORM FIELD
========================================================================
*/
.field
{
	padding-right: 10px;
	position: relative;
}
.field_top_left
{
	width: 5px;
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/images/field_top_left.png');
}
.field_top_right
{
	width: 5px;
	height: 8px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('/images/field_top_right.png');
}
.field_top_center
{
	height: 8px;
	position: absolute;
	top: 0;
	left: 5px;
	right: 5px;
	background-image: url('/images/field_top_center.png');
}
.field_center_left
{
	width: 5px;
	position: absolute;
	top: 8px;
	bottom: 3px;
	left: 0px;
	background-image: url('/images/field_center_left.png');
}
.field_center_right
{
	width: 5px;
	position: absolute;
	top: 8px;
	bottom: 3px;
	right: 0px;
	background-image: url('/images/field_center_right.png');
}
.field_bottom_left
{
	width: 5px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url('/images/field_bottom_left.png');
}
.field_bottom_right
{
	width: 5px;
	height: 3px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url('/images/field_bottom_right.png');
}
.field_bottom_center
{
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 5px;
	right: 5px;
	background-image: url('/images/field_bottom_center.png');
}
.field_center
{
	position: relative;
	height: 100%;
}
.inputfield
{
	height: 21px;
	width: 160px;
}
.textareafield
{
	height: 100px;
	width: 160px;
}
.inputfield input
{
	position: absolute;
	margin: 0;
	border: 0;
	background: transparent;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.textareafield textarea
{
	position: absolute;
	margin: 0;
	border: 0;
	background: transparent;
	top: 0;
	left: 0;
	width: 100%;
	height: 95%;
}
/*
========================================================================
HEADER BLOCK
========================================================================
*/
#header_block
{
	width: 876px;
	height: 112px;
	margin: 0 6px;
	background-image: url('/images/header.png');
	position: relative;
}
#languages
{
	padding: 2px;
}
#languages a
{
	font-family: Georgia;
	font-size: 14px;
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
	margin-right: 4px;
}
#languages a:hover
{
	font-family: Georgia;
	font-size: 14px;
	color: #FFFFFF;
	font-style: italic;
	text-decoration: underline;
	margin-right: 4px;
}
#logo_block_fake
{
	position: absolute;
	top: 23px;
	left: 38px;
	background-image: url('/images/logo.png');
	width: 288px;
	height: 73px;
}
#logo_block
{
	position: absolute;
	top: 23px;
	left: 39px;
	cursor: pointer;
	width: 288px;
	height: 73px;
}
/*
========================================================================
MAINMENU BLOCK
========================================================================
*/
#mainmenu_block a
{
	display: none;
}
#mainmenu_block
{
	position: relative;
	width: 662px;
	height: 52px;
	background-image: url('/images/mainmenu.png');
	background-repeat: no-repeat;
	padding-right: 214px;
	margin: 0 6px;
}
.mainmenu_element
{
	background-image: url('/images/mainmenu_delimiter.png');
	background-repeat: no-repeat;
	background-position: left top;
	border-collapse: collapse;
	border: 0;
	padding: 5px 12px 0 13px;
	margin: 0;
	height: 23px;
	color: #ffffff;
	font-style: italic;
	font-family: Georgia;
	font-size: 16px;
	vertical-align: top;
	white-space: nowrap;
}
.mainmenu_row
{
	height: 28px;
}
#mainmenu_table
{
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0 auto;
}
.mainmenu_element.mainmenu_first
{
	background-image: none;
}
.mainmenu_element.mainmenu_selected
{
	background-image: none;
	background-color: #002369;
	cursor: pointer;
}
/*
========================================================================
SECONDMENU BLOCK
========================================================================
*/
.secondmenu_element
{
	background-image: url('/images/secondmenu_delimiter.png');
	background-repeat: no-repeat;
	background-position: left 15px;
	border-collapse: collapse;
	border: 0;
	padding: 7px 12px 0 18px;
	margin: 0;
	color: #002369;
	font-style: italic;
	font-family: Georgia;
	font-size: 14px;
	vertical-align: top;
	white-space: nowrap;
	cursor: pointer;
}
.secondmenu_marker_container
{
	border: none;
	padding: 0;
	margin: 0;
}
.secondmenu_marker
{
	position: relative;
	height: 23px;
}
.secondmenu_container
{
	position: absolute;
	top: 23px;
	left: 3px;
}
#secondmenu_table
{
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0 auto;
}
.secondmenu_element.second_first
{
	background-image: none;
	padding-left: 9px;
}
.secondmenu_element.second_hovered
{
	text-decoration: underline;
}
.secondmenu_element.second_selected
{
	text-decoration: underline;
	font-weight: bold;
}
/*
========================================================================
SEARCH BLOCK
========================================================================
*/
#search_block
{
	position: absolute;
	top: 4px;
	right: 0;
	width: 214px;
}
#searchfield input
{
	position: absolute;
	margin: 0;
	border: 0;
	background: transparent;
	top: 0;
	left: 0;
	width: 132px;
	height: 19px;
}
#searchfield_fake
{
	background-image: url('/images/search.png');
}
#searchfield_fake,
#searchfield
{
	position: absolute;
	top: 0;
	left: 0;
	width: 132px;
	height: 19px;
}
#searchfield_submit
{
	position: absolute;
	top: 1px;
	left: 140px;
	color: #ffffff;
	font-style: italic;
	font-family: Georgia;
	font-size: 15px;
	cursor: pointer;
}

/*
========================================================================
LOGIN BLOCK
========================================================================
*/
.login_block
{
	padding-top: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 214px;
	color: #ffffff;
}
#login_form_reminder
{
	display: none;
}
.login_submit
{
	background-image: url('/images/login_submit.png');
	position: absolute;
	top: 40px;
	right: 0px;
	width: 41px;
	height: 40px;
	cursor: pointer;
}
.login_form_title
{
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 8px;
}
.login_form
{
	position: relative;
	height: 19px;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 5px;
}
.login_receipes,
.login_receipes a
{
	color: #b2bdd2;
	font-size: 11px;
}

.login_receipes
{
	margin-top: 5px;
}
.login_links,
.login_links a
{
	color: #b2bdd2;
	font-size: 11px;
}
.login_logout.logout_hover
{
	text-decoration: underline;
}
.login_logout
{
	cursor: pointer;
}
.login_logout,
.login_logout a
{
	color: #b2bdd2;
	font-size: 11px;
}
.login_userfield input,
.login_passwordfield input,
.login_reminder input
{
	position: absolute;
	margin: 0;
	border: 0;
	background: transparent;
	top: 0;
	left: 0;
	width: 160px;
	height: 15px;
}
.login_userfield_fake,
.login_passwordfield_fake
{
	background-image: url('/images/login.png');
}
.login_reminder_fake
{
	background-image: url('/images/reminder.png');
}
.login_userfield_fake,
.login_userfield
{
	position: absolute;
	top: 0;
	left: 0;
	width: 84px;
	height: 19px;
}
.login_passwordfield_fake,
.login_passwordfield
{
	position: absolute;
	top: 0;
	left: 90px;
	width: 84px;
	height: 19px;
}
.login_reminder_fake,
.login_reminder
{
	position: absolute;
	top: 0;
	left: 0;
	width: 174px;
	height: 19px;
}
/*
========================================================================
FIRSTPAGE
========================================================================
*/

.firstpage_illustration img,
.firstpage_illustration object,
.firstpage_illustration embed
{
	display: block;
}
.firstpage_illustration
{
	float: left;
	padding-top: 3px;
	padding-bottom: 11px;
	width: 663px;
	overflow: hidden;
}
#firstpage_news
{
	width: 195px;
	margin-left: 663px;
	padding: 0 9px 0 9px;
}
.firstpage_news_item
{
	margin-bottom: 36px;
}
.newsblock_title
{

}
.newsblock_header
{
	
}
.newsblock_text
{
	margin: 0 0 11px 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
}
.newsblock_link
{
	padding-left: 19px;
	background-image: url('/images/readmore_sign.png');
	background-repeat: no-repeat;
	background-position: 2px center;
	font-size: 11px;
}
.rightside_banner
{
  margin-bottom: 36px;
}

/*
========================================================================
FIRSTPAGE CATEGORIES
========================================================================
*/
#firstpage_categories
{
	padding: 0;
	margin: 0;
	border: none;
	border-collapse: collapse;
}
.firstpage_category_cell
{
	border: none;
	border-collapse: collapse;
	width: 213px;
	height: 140px;
	padding: 0 8px 0 0;
	margin: 0;
}
.firstpage_category_cell.firstpage_category_cell_last
{
	padding: 0;
}
.firstpage_category
{
	position: relative;
	cursor: pointer;
	width: 213px;
	height: 140px;
	color: #ffffff;
}
.firstpage_categories_title_fake
{
	position: absolute;
	top: 0;
	left: 0;
	width: 179px;
	height: 36px;
	background-color: #002369;
	opacity: 0.9;
	padding: 7px 17px;
}
.firstpage_categories_title
{
	position: absolute;
	top: 0;
	left: 0;
	width: 179px;
	height: 36px;
	font-size: 16px;
	font-style: italic;
	font-family: Georgia;
	padding: 7px 17px;
}
.firstpage_category_hovered
{
	text-decoration: underline;
}
/*
========================================================================
CONTENTBLOCK
========================================================================
*/
#contentblock_columned
{
	position: relative;
	margin-top: 5px;
	padding: 4px 14px 14px 8px;
	overflow: hidden;
}
#contentblock
{
	position: relative;
	margin-top: 5px;
	padding: 53px 13px 40px 45px;
	overflow: hidden;
}
#contentblock_firstpage
{
	position: relative;
	margin: 0 6px;
	padding: 0 0 30px 0;
	overflow: hidden;
}
.contentblock_top_left
{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/images/contentblock_top_left.png');
}
.contentblock_top_right
{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('/images/contentblock_top_right.png');
}
.contentblock_top_center
{
	height: 14px;
	position: absolute;
	top: 0;
	left: 14px;
	right: 14px;
	background-image: url('/images/contentblock_top_center.png');
}
.contentblock_center_left
{
	width: 14px;
	position: absolute;
	top: 14px;
	bottom: 14px;
	left: 0px;
	background-image: url('/images/contentblock_center_left.png');
}
.contentblock_center_right
{
	width: 14px;
	position: absolute;
	top: 14px;
	bottom: 14px;
	right: 0px;
	background-image: url('/images/contentblock_center_right.png');
}
.contentblock_bottom_left
{
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url('/images/contentblock_bottom_left.png');
}
.contentblock_bottom_right
{
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url('/images/contentblock_bottom_right.png');
}
.contentblock_bottom_center
{
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 14px;
	right: 14px;
	background-image: url('/images/contentblock_bottom_center.png');
}

.contentblock_image
{
	float: right;
	margin-left: 30px;
}

.content_text
{
	line-height: 18px;
	margin: 15px 0 55px 0;
}
/*
========================================================================
LEFT COLUMN
========================================================================
*/
#left_column
{
	position: relative;
	width: 335px;
	padding: 0 4px 9px 4px;
}
.column_center
{
	padding: 11px 16px 11px 11px;
	background-color: #ffffff;
}
.column_top_left
{
	width: 4px;
	height: 9px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/images/column_top_left.png');
}
.column_top_right
{
	width: 4px;
	height: 9px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('/images/column_top_right.png');
}
.column_center_left
{
	width: 4px;
	position: absolute;
	top: 9px;
	bottom: 13px;
	left: 0px;
	background-image: url('/images/column_center_left.png');
}
.column_center_right
{
	width: 4px;
	position: absolute;
	top: 9px;
	bottom: 13px;
	right: 0px;
	background-image: url('/images/column_center_right.png');
}
.column_bottom_left
{
	width: 13px;
	height: 13px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url('/images/column_bottom_left.png');
}
.column_bottom_right
{
	width: 13px;
	height: 13px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url('/images/column_bottom_right.png');
}
.column_bottom_center
{
	height: 9px;
	position: absolute;
	bottom: 0;
	left: 13px;
	right: 13px;
	background-image: url('/images/column_bottom_center.png');
}
/*
========================================================================
LEFT MENU
========================================================================
*/
.leftmenu_title
{
	padding-top: 17px;
	padding-left: 14px;
	padding-bottom: 9px;
	border-bottom: 1px solid #1d3e84;
	font-size: 16px;
	margin-bottom: 13px;
	margin-right: 6px;
}
.leftmenu_item
{
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
	padding-bottom: 7px;
	padding-left: 19px;
	margin-left: 5px;
	background-image: url('/images/readmore_sign_inactive.png');
	background-repeat: no-repeat;
	background-position: 2px 4px;
}
.leftmenu_item.leftmenu_item_selected
{
	background-image: url('/images/readmore_sign.png');
}
.leftmenu_item.leftmenu_item_selected a
{
	text-decoration: underline;
	font-weight: bold;
}
.leftmenu_item a:hover
{
	color: #002369;
}
/*
========================================================================
REGISTER
========================================================================
*/
.contactFormError
{
	color: #ff3f00;
	font-size: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.register
{
	font-style: italic;
	cursor: pointer;
	color: #002369;
}
.register_hovered
{
	text-decoration: underline;
}
.register_label
{
	vertical-align: bottom;
	font-size: 11px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 4px;
	text-align: right;
}
.register_controls
{
	text-align: right;
}
/*
========================================================================
PRODUCT FORM
========================================================================
*/
.productform_title
{
	font-size: 16px;
	font-family: Georgia, Arial;
	font-style: italic;
	color: #002369;
	margin-left: 114px;
	margin-bottom: 11px;
}
.product_form
{
	margin-left: 21px;
}
.product_form .field
{
	width: 232px;
}
.productform_lable
{
	vertical-align: top;
	font-size: 11px;
	padding-right: 14px;
	padding-top: 10px;
	padding-bottom: 6px;
	text-align: right;
}
.productform_field
{
	vertical-align: top;
}
.productFormMessage
{
	height: 100px;
}
.productform_send
{
	margin-left: 114px;
	width: 41px;
	height: 41px;
	cursor: pointer;
	background-image: url('/images/send.png');
}
.productform_send.hovered
{
	background-image: url('/images/send_hovered.png');
}
/*
========================================================================
PRODUCT INFO
========================================================================
*/
.product_info
{
	padding: 13px 7px 30px 24px;
	margin-bottom: 40px;
	overflow: hidden;
}
.product_info_zoom
{
	position: absolute;
	background-image: url('/images/zoom.png');
	background-repeat: no-repeat;
	top: 10px;
	right: 10px;
	width: 41px;
	height: 41px;
}
.product_info_image
{
	position: relative;
	float: right;
	margin-top: 3px;
	margin-left: 23px;
	margin-bottom: 23px;
	cursor: pointer;
}
.product_info .content_header,
.product_info .content_text
{
	padding-left: 3px;
}
.current_path
{
	margin-bottom: 21px;
}
.current_path a,
.current_path
{
	font-size: 11px;
	color: #999999;
}
.current_path_active
{
	color: #002369;
}
/*
========================================================================
PRODUCT TABLE
========================================================================
*/
.producttable_header
{
	padding-top: 17px;
	padding-left: 14px;
	padding-bottom: 9px;
	border-bottom: 1px solid #1d3e84;
	font-size: 16px;
	margin-bottom: 4px;
	margin-right: 6px;
}
.product_table
{
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
.producttable_cell
{
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	cursor: pointer;
	vertical-align: top;
}
.producttable_selected .producttable_image
{
	border: 1px solid #ff3f00;
}
.producttable_selected .producttable_title
{
	color: #ff3f00;
	text-decoration: underline;
}
.producttable_image
{
	border: 1px solid #ece7e1;
	display: block;
	margin: 3px 3px 6px 3px;
}
.producttable_title
{
	display: block;
	font-size: 11px;
	color: #002369;
	padding-bottom: 21px;
	padding-left: 5px;
}
.product_info .producttable_image
{
	cursor: pointer;
	margin-bottom: 0;
}
.product_info .producttable_cell
{
	cursor: auto;
}
.producttable_cell .productpicture_title
{
	padding-left: 4px;
	padding-bottom: 4px;
	font-size: 10px;
	color: #002369;
}
/*
========================================================================
ENLARGED IMAGE
========================================================================
*/
.enlargedImage
{
	position: absolute;
	visibility: hidden;
	cursor: pointer;
}
#scrollableArea_bar
{
	cursor: pointer;
}

.def_bar
{
	width: 10px;
	height: 10px;
	background-image: url('/images/scroller.png');
	position: relative;
	margin: auto;
}
.short_scroll_bar
{
	background-image: url('/images/scroll_area.png');
	width: 10px;
	height: 333px;
	position: absolute;
	bottom: 60px;
	right: 15px;
}
#scroll_bar
{
	display: none;
}
.full_scroll_bar
{
	background-image: url('/images/scroll_area.png');
	width: 10px;
	height: 521px;
	position: absolute;
	bottom: 60px;
	right: 15px;
}
.short_area
{
	position: relative;
	height: 376px;
	overflow: hidden;
}
.full_area
{
	position: relative;
	height: 564px;
	overflow: hidden;
}