/*
	This file contains project-specific CSS rules
*/


html
{
	padding: 0px;
	margin: 0px;
	height: 100%;
}
body
{
	position: relative;
	background: url("/images/body_bg.jpg");
	padding: 0px;
	margin: 0px;
	min-height: 100%;
}
/*
#background_glow
{
	width: 100%;
	top: 0;
	left: 0px;
	bottom: 0;
	background: url("/images/bright_bg_glow_new.png") center top no-repeat;
	z-index: 2;
	opacity: 1;
	overflow: hidden;
}
*/
#shadow_top_left
{
	position: absolute;
	width: 493px;
	height: 335px;
	left: 0px;
	top: 0px;
	background: url("/images/shadow_top_left.png") no-repeat;
	z-index: 1;
}
#shadow_top_right
{
	position: absolute;
	width: 491px;
	height: 334px;
	right: 0px;
	top: 0px;
	background: url("/images/shadow_top_right.png") no-repeat;
	z-index: 1;
}
#shadow_bottom_right
{
	position: absolute;
	width: 491px;
	height: 334px;
	right: 0px;
	bottom: 0px;
	background: url("/images/shadow_bottom_right.png") no-repeat;
	z-index: 1;
}
#shadow_bottom_left
{
	position: absolute;
	width: 493px;
	height: 335px;
	left: 0px;
	bottom: 0px;
	background: url("/images/shadow_bottom_left.png") no-repeat;
	z-index: 1;
}
#main_block
{
	position: relative;
	width: 828px;
	margin: 0px auto 0px auto;
	z-index: 3;
}
#header_block
{
	position: relative;
	height: 57px;
	padding-left: 249px;
	width: 569px; 
	margin-bottom: 32px;
}
.clearer
{
	clear: both;
}
.right_side_text
{
	float: right;
}
/*
================================
HEADER
================================
*/
#logo_block
{
	position: absolute;
	width: 197px;
	height: 46px;
	left: 9px;
	top: 11px;
	cursor: pointer;
}
#img_logo
{
	width: 197px;
	height: 46px;
}
#search_block
{
	position: absolute;
	height: 18px;
	right: 5px;
	top: 11px;
}

#search_block form
{
	padding: 0;
	margin: 0;
}

#search_box
{
	position: absolute;
	top: 0;
	left: 0;
	width: 102px;
	height: 18px;
	padding: 0px 5px;
}
#search_box_bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 102px;
	height: 18px;
	padding: 0px 5px;
	background: url("/images/search_box.png") no-repeat;
}
#search_box_input
{
	background: transparent;
	border: 0px;
	width: 102px;
	height: 15px;
	line-height: 16px;
	font-size: 12px;
	color: #333;
}
#search_submit
{
	position: relative;

	height: 16px;
	padding-top: 2px;
	padding-left: 118px;
}
#search_submit_input 
{
	display:block;
	background: transparent;
	border: 0px;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	height: 14px;
	cursor: pointer;
}
#topmenu
{
	position: absolute;
	width: 566px;
	height: 20px;
	height: 19px; 
	bottom: 0px;
	right: 0px;
	border-collapse: collapse;
	border: 0px;
}
.topmenu_item
{
	height: 17px;
	text-align: center;
	border-top: 2px #c00 solid;
	padding: 0px;
	border-bottom: 0px;
	vertical-align: bottom;
}
.topmenu_item a
{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.topmenu_item a:hover
{
	color: #c00;
}
.topmenu_empty
{
	height: 18px;
	border-top: 2px #c00 solid;
	border-bottom: 0px;
	min-width: 24px;
	padding: 0px;
}
#active_topmenu_item
{
	border-top: 2px #fff solid;
}
.topmenu_placeholder
{
	width: 24px;
	height: 1px;
}

/*
========================================================================
MAIN BLOCK
========================================================================
*/
#content_and_leftmenu_container
{
	position: relative;
	margin:0;
	margin-top: 32px;
}
#content_and_leftmenu_table
{
	border-collapse: collapse;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
	table-layout: fixed;
	border: 0px;
}
#leftmenu_td
{
	padding: 0px;
	width: 187px;
	vertical-align: top;
}
#leftmenu_block
{
	position: relative; 
	width: 100%;
	padding: 0px;
}
#content_block_td
{
	width: 622px;
	padding: 0px;
	vertical-align: top;
}
#content_block_td #content_block
{
	position: relative;
	width: 603px;
	padding: 10px 9px 10px 10px;
	background: #fff;
}
#content_block
{
	position: relative;
	width: 624px;
	padding: 0px 5px 11px 6px;
}
#content_block_wide
{
	position: relative;
	width: 809px; 
	padding: 4px 10px 14px 9px;
}
#content_block_narrow
{
	position: relative;
	width: 623px;
	z-index: 4;
}
#content_block_content
{
	position: relative;
	padding: 10px 9px 10px 10px;
	background: #fff;
}
#content_block_narrow #content_block_content
{
	position: relative;
	padding: 11px 9px 9px 10px;
	background: #fff;
}
.content_block_wide_left_column
{
	width: 177px;
	padding: 0px 10px 0px 0px;

	/* left: 10px;
	top: 3px; */
	vertical-align: top;
	margin-right: 10px;
}
.left_column_image_bg
{
	background: url("/images/left_column_tall_chair.jpg");
	height: 100%;
}
#content_block_wide_left_column_colored_bg
{
	background: #f5ede7 url("/images/white_10x10_square.gif") right repeat-y;
}


.titled_image_narrow
{
	position: relative;
	width: 177px;
	height: 136px;
	margin-bottom: 7px;
	cursor: pointer;
}

.titled_image_narrow_smiler
{
	background: url("/images/titled_image_narrow_smiler.jpg") no-repeat;
}
.titled_image_narrow_bed
{
	background: url("/images/titled_image_narrow_bed.jpg") no-repeat;
}
.titled_image_narrow_chair
{
	background: url("/images/titled_image_narrow_chair.jpg") no-repeat;
}
.titled_image_narrow_flora
{
	background: url("/images/titled_image_narrow_flora.jpg") no-repeat;
}
.titled_image_narrow_title
{
	position: absolute;
	width: 177px;
	height: 21px;
	left: 0px;
	top: 102px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	line-height: 15px;
	text-align: center;
	background: url("/images/titled_image_narrow_title.png") no-repeat;
}	
.titled_image_narrow_title_active
{
	position: absolute;
	width: 177px;
	height: 21px;
	left: 0px;
	top: 102px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	line-height: 15px;
	text-align: center;
	background: url("/images/titled_image_narrow_title_active.png") no-repeat;
}
.titled_image_narrow_title_inactive
{
	position: absolute;
	width: 177px;
	height: 21px;
	left: 0px;
	top: 102px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	line-height: 15px;
	text-align: center;
	background: url("/images/titled_image_narrow_title.png") no-repeat;
	opacity: 0.5;
}
.large_image
{
	width: 603px;
	max-height: 421px;
	text-align: center;
}
#top_image, #bottom_image
{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 421px;
}
#images_wrapper
{
	position: relative;
	width: 603px;
	height: 421px;
}
.large_product_image
{
	display: block;
	margin: 0 auto 9px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.large_image_walls_talk
{
	background: url("/images/large_image_walls_talk.jpg") no-repeat;
}
#large_image_walls_talk_message
{
	position: absolute;
	left: 202px;
	top: 80px;
	width: 300px;
	height: 83px;
	color: #fff;
	font-size: 24px;
}
#large_image_walls_talk_message_bottom_right
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#large_image_walls_talk_logo
{
	position: absolute;
	bottom: 7px;
	right: 13px;
	width: 68px;
	height: 12px;
}
#walls_talk_message
{
	margin-left: 248px;
	margin-top: 14px;
	width: 521px;
	color: #d14335;
	font-size: 24px;
}
/* Toode1 stiilid */

.product_desc_container
{
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 8px;
}
.product_desc_header_container
{
	width: 248px;
	padding: 4px 0px;
	vertical-align: top;
	text-align: center;
}
.product_desc_header
{
	margin: 25px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
}
.narrow_banner_container
{
	width: 177px;
	height: 136px;
	padding: 0px;
}
.wide_banner
{
	position: relative;
	width: 602px;
	height: 136px;
	margin-top: 2px;
	cursor: pointer;
}
#banners_places
{
	position: relative;
}
#banners_fake
{
	visibility: hidden;
}
#banners_layer1
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
	
#banners_layer2
{
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#banners_collection
{
	visibility: hidden;
	height: 1px;
	overflow: hidden;
	position: absolute;
}
/*
=================================
Toode2 stiilid
=================================
*/
#product_gallery
{
	table-layout: fixed;
	border-collapse: collapse;
}
.product_gallery_item
{
	width: 99px;
	height: 100px;
	padding: 1px;
	border: 0px;
	cursor: pointer;
}
.product_gallery_item img
{
	display: block;
}
#product_desc_container
{
	width: 284px;
	padding: 0px 12px 0px 5px;
	vertical-align: top;
}
#product_gallery_container
{
	padding: 0px;
	vertical-align: top;
}
#product_gallery_desc_container
{
	table-layout: fixed;
	border-collapse: collapse;
}
#product_desc_back_and_logo
{
	position: relative;
	width: 100%;
	height: 43px;
}
#product_desc_back_button
{
	position: relative;
	left: -4px;
	background: url("/images/back_button.gif") no-repeat;
	padding: 2px 6px;
	line-height: 12px;
	font-size: 11px;
	color: #fff;
	opacity: 0.5;
	cursor: pointer;
}
#product_desc_logo
{
	float: right;
}
#product_desc_header
{
	margin: 0px 0px 8px 0px;
	font-size: 14px;
}
.product_desc_paragraph
{
	margin-bottom: 15px;
	font-size: 9px;
	line-height: 12px;
}
.product_desc_pdf
{
	height: 52px;
	cursor: pointer;	
}
.product_desc_pdf a
{
	display: block;
	float: left;
	text-decoration: none;
	font-size: 11px;
	color: #666;
}
.product_desc_pdf a.seeprodline
{
	margin-top: 12px;
	margin-left: 6px;
}
.product_desc_pdf img
{
	border: 0px;
}


#content_table
{
	table-layout: fixed;
	border-collapse: collapse;
	zoom: 1;
}
.content_container
{
	margin-left: 10px;
	width: 603px;
	background: #f5ede7;
	padding: 0px;
}
#content_container_fixed_height
{
	height: 421px;
}
.content_item
{
	padding: 0px 19px 30px 19px;
	font-size: 12px;
}
.content_text
{
	font-size: 12px;
	line-height: 130%;
}
.content_item strong
{
	font-weight: bold;
}
.content_block_wide_left_column .content_item
{
	line-height: 15px;
}
.content_header
{
	margin: 0px 0px 16px 0px;
	padding: 20px 20px 4px 20px;
	color: #d14335;
	font-size: 14px;
	line-height: 15px;
	border-bottom: 2px #c00 solid;
}
.news_item
{
	padding: 0px 180px 0px 20px;
	color: #333;
	font-size: 12px;
}
.news_picture
{
	float: right;
}
.news_date
{
	padding-left: 20px;
	font-size: 12px;
	padding-bottom: 15px;
}
/*
=======================================
Content bloki varjud
=======================================
*/

#content_block_top_left_shadow
{
	position: absolute;
	width: 6px;
	height: 20px;
	left: 0px;
	top: 0px;
	background: url("/images/content_block_top_left_shadow.png") no-repeat;
}
#content_block_top_right_shadow
{
	position: absolute;
	width: 10px;
	height: 14px;
	right: 0px;
	top: 0px;
	background: url("/images/content_block_top_right_shadow.png") no-repeat;
}
#content_block_top_shadow
{
	position: absolute;
	height: 4px;
	left: 9px;
	right: 10px;
	top: 0px;
	background: url("/images/content_block_top_shadow.png") repeat-x;
}
#content_block_right_shadow
{
	position: absolute;
	width: 10px;
	top: 14px;
	bottom: 14px;
	right: 0px;
	background: url("/images/content_block_right_shadow.png") repeat-y;
}
#content_block_left_shadow
{
	position: absolute;
	width: 9px;
	top: 14px;
	left: 0px;
	bottom: 14px;
	background: url("/images/content_block_left_shadow.png") repeat-y;
}
#content_block_top_left_shadow
{
	position: absolute;
	width: 9px;
	height: 14px;
	top: 0px;
	left: 0px;
	background: url("/images/content_block_top_left_shadow.png") repeat-y;
}
#content_block_bottom_left_shadow
{
	position: absolute;
	width: 19px;
	height: 14px;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	background: url("/images/content_block_bottom_left_shadow.png") no-repeat;
}
#content_block_bottom_right_shadow
{
	position: absolute;
	width: 20px;
	height: 14px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	background: url("/images/content_block_bottom_right_shadow.png") no-repeat;
}
#content_block_bottom_shadow
{
	position: absolute;
	height: 14px;
	left: 19px;
	right: 20px;
	bottom: 0px;
	background: url("/images/content_block_bottom_shadow_long.png");
}

#content_block_top_right_shadow_new
{
	position: absolute;
	width: 10px;
	height: 14px;
	right: -8px;
	top: -4px;
	background: url("/images/content_block_top_right_shadow.png") no-repeat;
}
#content_block_top_shadow_new
{
	position: absolute;
	height: 4px;
	left: 0px;
	right: 0px;
	top: -4px;
	background: url("/images/content_block_top_shadow.png") repeat-x;
}
#content_block_right_shadow_new
{
	position: absolute;
	width: 10px;
	top: 10px;
	bottom: 0px;
	right: -9px;
	background: url("/images/content_block_right_shadow.png") repeat-y;
}
#content_block_left_shadow_new
{
	position: absolute;
	width: 9px;
	top: 10px;
	left: -9px;
	bottom: 0px;
	background: url("/images/content_block_left_shadow.png") repeat-y;
}
#content_block_top_left_shadow_new
{
	position: absolute;
	width: 9px;
	height: 14px;
	top: -4px;
	left: -9px;
	background: url("/images/content_block_top_left_shadow.png") repeat-y;
}
#content_block_bottom_left_shadow_new
{
	position: absolute;
	width: 19px;
	height: 14px;
	left: -9px;
	bottom: -14px;
	overflow: hidden;
	background: url("/images/content_block_bottom_left_shadow.png") no-repeat;
}
#content_block_bottom_right_shadow_new
{
	position: absolute;
	width: 20px;
	height: 14px;
	right: -10px;
	bottom: -14px;
	overflow: hidden;
	background: url("/images/content_block_bottom_right_shadow.png") no-repeat;
}
#content_block_bottom_shadow_new
{
	position: absolute;
	height: 14px;
	left: 10px;
	right: 10px;
	bottom: -14px;
	background: url("/images/content_block_bottom_shadow_long.png");
}



/* Content_block_wide ja _narrow on erinevad varjud :-/  */




#content_block_narrow #content_block_top_left_shadow
{
	position: absolute;
	width: 6px;
	height: 11px;
	left: -6px;
	top: -1px;
	background: url("/images/content_block_narrow_top_left_shadow.png") no-repeat;
}
#content_block_narrow #content_block_top_right_shadow
{
	position: absolute;
	width: 6px;
	height: 11px;
	right: 0px;
	top: 0px;
	background: url("/images/content_block_narrow_top_right_shadow.png") no-repeat;
}
#content_block_narrow #content_block_top_shadow
{
	position: absolute;
	height: 1px;
	left: 6px;
	right: 6px;
	top: 0px;
	background: url("/images/content_block_narrow_top_shadow.png") repeat-x;
}
#content_block_narrow #content_block_right_shadow
{
	position: absolute;
	width: 6px;
	top: 11px;
	bottom: 11px;
	right: 0px;
	background: url("/images/content_block_narrow_right_shadow.png") repeat-y;
}
#content_block_narrow #content_block_left_shadow
{
	position: absolute;
	width: 9px;
	top: 11px;
	left: 0px;
	bottom: 11px;
	background: url("/images/content_block_left_shadow.png") repeat-y;
}
#content_block_narrow #content_block_top_left_shadow
{
	position: absolute;
	width: 6px;
	height: 11px;
	top: 0px;
	left: 0px;
	background: url("/images/content_block_narrow_top_left_shadow.png") repeat-y;
}
#content_block_narrow #content_block_bottom_left_shadow
{
	position: absolute;
	width: 16px;
	height: 11px;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	background: url("/images/content_block_narrow_bottom_left_shadow.png") no-repeat;
}
#content_block_narrow #content_block_bottom_right_shadow
{
	position: absolute;
	width: 16px;
	height: 11px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	background: url("/images/content_block_narrow_bottom_right_shadow.png") no-repeat;
}
#content_block_narrow #content_block_bottom_shadow
{
	height: 11px;
	left: 16px;
	right: 16px;
	bottom: 0px;
	background: url("/images/content_block_narrow_bottom_shadow.png");
}







/* 
=========================
Left menu
=========================
*/
#leftmenu_block
{
}
#leftmenu_content
{
	width: 176px;
	padding: 10px 0px 11px 10px;
	background-color: #fff;
	font-size: 11px;
	line-height: 14px;
}
#leftmenu_content.bannermenu
{
	padding-bottom: 1px;
}
.leftmenu_item
{
	font-size: 10px;
	color: #444;
	padding: 5px 10px 5px 14px;
	line-height: 14px;
	cursor: pointer;
}
.leftmenu_item:hover
{	
	color: #600;
	text-decoration: underline;
}
.leftmenu_second_level_item
{
	font-size: 11px;
	color: #666;
	padding: 5px 14px;
	background-color: #fff;
	cursor: pointer;
}
.leftmenu_second_level_item:hover
{
	color: #600;
	text-decoration: underline;
}
.leftmenu_item_active
{
	padding: 8px 14px 11px 14px;
	width: 149px;
	height: 12px;
	color: #fff;
	font-size: 10px;
	background: url("/images/leftmenu_item_red.png");
	cursor: pointer;
}
.leftmenu_second_level_item_active
{
	padding: 5px 14px;
	width: 149px;
	color: #600;
	text-decoration: underline;
	font-size: 11px;
	line-height: 14px;
	cursor: pointer;
}
.leftmenu_second_level_item_active:hover
{
	color: #600;
	text-decoration: underline;
}
.leftmenu_submenu
{
	padding: 5px 0px 7px 0px;
}
#leftmenu_menu
{
	background-color: #F5EDE7;
	min-height: 321px;
	padding-bottom: 20px;
}
#leftmenu_wallpaper_guide
{
	background: #ede2d8;
	margin-top: 1px;
}
#leftmenu_wallpaper_guide_header
{
	font-size: 11px;
	color: #333;
	padding: 14px 10px 0px 13px;
}
#leftmenu_wallpaper_guide_logos_container
{
	width: 177px;
}
.leftmenu_wallpaper_guide_logo
{
	float: left;
	width: 88px;
	height: 52px;
	background: transparent;
	background-position: center center;
	cursor: pointer;
}
#leftmenu_wallpaper_guide_logo_boras
{
	background: url("/images/logo_boras.gif") center center no-repeat;
}
#leftmenu_wallpaper_guide_logo_eco
{
	background: url("/images/logo_eco.png") center center no-repeat;
}


/* Vasaku menüü varjud */
#leftmenu_top_left_shadow
{
	position: absolute;
	width: 9px;
	height: 14px;
	left: -9px;
	top: -8px;
	background: url("/images/content_block_top_left_shadow.png") no-repeat;
	overflow: hidden;
}
#leftmenu_top_right_shadow
{
	position: absolute;
	width: 18px;
	height: 28px;
	right: -18px;
	top: -8px;
	background: url("/images/leftmenu_top_right_shadow.png") no-repeat;
	overflow: hidden;
	z-index: -1;
}
#leftmenu_top_shadow
{
	position: absolute;
	width: 187px;
	height: 8px;
	left: 0px;
	right: 18px;
	top: -8px;
	background: url("/images/leftmenu_top_shadow.png") no-repeat;
	overflow: hidden;
}
#leftmenu_body_shadow
{
	position: absolute;
	width: 222px;
	top: 20px;
	bottom: 0px;
	left: -17px;
	background: url("/images/leftmenu_body_shadow_new.png") repeat-y;
	z-index: -1;
}
#leftmenu_body_shadow_left
{
	position: absolute;
	width: 9px;
	top: 6px;
	bottom: 0px;
	left: -9px;
	bottom: 0px;
	background: url("/images/content_block_left_shadow.png") repeat-y;
}
#leftmenu_body_shadow_right
{
	position: absolute;
	width: 10px;
	top: 6px;
	bottom: 0px;
	right: -10px;
	background: url("/images/content_block_right_shadow.png") repeat-y;
}
#leftmenu_bottom_left_shadow
{
	position: absolute;
	width: 9px;
	height: 14px;
	left: -9px;
	bottom: -14px;
	background: url("/images/content_block_bottom_left_shadow.png") no-repeat;
}
#leftmenu_bottom_right_shadow
{
	position: absolute;
	width: 27px;
	height: 14px;
	right: -18px;
	bottom: -14px;
	background: url("/images/content_block_bottom_right_shadow.png") no-repeat;
}
#leftmenu_bottom_shadow
{
	position: absolute;
	width: 178px;
	height: 14px;
	left: 0px;
	right: -9px;
	bottom: -14px;
	background: url("/images/content_block_bottom_shadow_long.png") repeat-x;
}

/*
=========================
Footer block
=========================
*/
#footer_banner_block img
{
	display: block;
	margin: 0 auto;
}
#footer_banner_block
{
	margin-top: 20px;
}
#footer_block,
#footer_block a
{
	color: #030303;
}
#footer_block
{
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 9px;
	line-height: 13px;
	z-index: 4;	
}