/*
	This file contains project-specific CSS rules
*/

html, body
{
	height: 100%;
	background-color: #000000;
	overflow: hidden;
}

#fake_body
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-y: scroll;
}
#main_block
{
	margin: 0px auto 0 auto;
	position: relative;
	background-image: url('/images/background.jpg');
	width: 998px;
	min-height: 786px;
}

#main_block_fake
{
	margin: 0px auto 0 auto;
	position: relative;
	width: 998px;
}
/*
========================================================================
MAIN BLOCK
========================================================================
*/

#left_block_shadow
{
	position: absolute;
	top: 0;
	left: 50%;
	width: 279px;
	margin-left: -508px;
	padding-right: 7px;
	background-image: url('/images/shadow.png');
	background-position: right top;
	background-repeat: repeat-y;
	z-index: 100;
}

#left_block
{
	position: relative;
	background-color: #9ea900;
	/* hack for making banners and footer vertical align right after menu
	padding-bottom: 306px;
	*/
	min-height: 480px;
}
#right_block
{
	padding: 27px 0 0 0px;
	margin-left: 279px;
	position: relative;
	width: 720px;
}
/*
========================================================================
LEFT BLOCK
========================================================================
*/
#logo_block
{
	width: 184px;
	height: 135px;
	background-image: url('/images/logo.gif');
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto 3px auto;
	cursor: pointer;
}
#languages_block
{
	text-align: center;
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 12px;
	height: 17px;
}
.languages_item,
.languages_item a
{
	color: #1a171b;
	text-decoration: none;
	font-weight: normal;
}
.languages_item a:hover
{
	text-decoration: underline;
}
.languages_item.selected_language a
{
	font-weight: bold;
}
.languages_item
{
	display: inline;
	list-style-type: none;	
}

#mainmenu_block
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
}
.menu_item
{
	padding: 1px 0 2px 47px;
	display: block;

}
.submenu_item
{
	display: block;
	padding: 1px 0 2px 27px;
}
#mainmenu_block,
#mainmenu_block a
{
	color: #171615;
	text-decoration: none;
}
#mainmenu_block a:hover
{
	text-decoration: underline;
}
.menu_item.selected,
.submenu_item.selected
{
	background-image: url('/images/menu_line.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	font-weight: bold;
}
.menu_item.selected.no_line
{
	background: none;
}
.submenu_block
{
	font-weight: normal;
	list-style-type: none;
}

#banners_block
{
	width: 100%;
	/* hack for making banners and footer vertical align right after menu
	position: absolute;
	bottom: 120px;
	*/ 
}
.banners_item
{
	margin: 5px auto 5px;
	display: block;
}

#footer_block a
{
	color: #0f0f0e;
}
#footer_block
{
	/* hack for making banners and footer vertical align right after menu
	position: absolute;
	bottom: 15px;
	*/
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	color: #0f0f0e;
	padding: 0;
}
/*
========================================================================
RIGHT BLOCK
========================================================================
*/
#firstpage_block
{
	width: 606px;
	height: 747px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/images/firstpage.jpg');
	margin: 0 auto;
}
#content_block
{
	position: relative;
	/*padding: 107px 35px 35px 39px;*/
	padding: 39px 35px 35px 39px;
	background-color: #eeeae1;
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url('/images/content.png');
	font-size: 12px;
	line-height: 16px;
	min-height: 605px;
	width: 536px;
	margin: 0 auto;
}
#content_block_picture
{
	width: 278px;
	height: 186px;
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
#content_block_text
{
	position: relative;
	z-index: 1;
}
/*
========================================================================
CATEGORY CONTENT
========================================================================
*/
.category_content
{
	width: 192px;
	height: 300px;
}
.category_table
{
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
.category_table td
{
	margin: 0;
	padding: 0 16px;
	border: 0;
	border-collapse: collapse;
}
.category_white_line
{
	width: 163px;
	height: 3px;
	margin: 10px auto 6px auto;
	background-image: url('/images/white_line.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.category_image
{
	cursor: pointer;
	border: 1px solid #000000;
}
.category_title a
{
	color: #d8d9b4;
	text-decoration: none;
}
.category_title a:hover
{
	text-decoration: underline;
}
.category_title
{
	color: #d8d9b4;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
/*
========================================================================
PRODUCT CONTENT
========================================================================
*/
#products_list
{
	position: absolute;
	height: 693px;
	width: 103px;
	left: 37px;
	top: 13px;
	padding-top: 27px;
	padding-bottom: 43px;
	visibility: hidden;
}
#products_list .products_container
{
	overflow: hidden;
	height: 100%;
}
#products_list .product_image
{
	cursor: pointer;
	display: block;
}
#products_list .product_image_block
{
	padding: 3px;
	background-color: transparent;
	margin-bottom: 18px;
}
#products_list .product_image_block.product_selected
{
	background-color: #9ea900;
}
#products_list_up_fake,
#products_list_up
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	cursor: pointer;
	display: none;
}
#products_list_up_fake
{
	background-repeat: no-repeat;
	background-image: url('/images/arrow_up.png');
	background-position: center center;
}

#products_list_down_fake,
#products_list_down
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
	cursor: pointer;
	display: none;
}
#products_list_down_fake
{
	background-repeat: no-repeat;
	background-image: url('/images/arrow_down.png');
	background-position: center center;
}
#product_details
{
	margin: 0 auto 0 207px;
	width: 396px;
	min-height: 747px;
	background-color: #eeeae1;
	background-position: right 488px;
	background-repeat: no-repeat;
	background-image: url('/images/product.png');
}
.product_details_image
{
	background-repeat: no-repeat;
	background-position: top center;
	width: 394px;
	height: 486px;
	border: 1px solid #000000;
}
.product_details_text
{
	padding: 22px 27px;
	font-size: 12px;
}
.product_details_title
{
	font-size: 23px;
	margin: 5px 0 10px 0;
}
