/*
html{
	overflow: hidden;	
}
*/
body
{
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

table
{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

img
{
	border: none;
}

/* header block (start) */
.header
{
	background: #002569;
	width: 100%;
	height: 100px;
	vertical-align: middle;
}

.header img.logo
{
	margin-left: 35px;
	margin-top: 15px;
	float: left;
}
	/* search block (start) */
	div.serchBlock
	{
		float: right;
/*		width: 230px;*/
		margin: 0;
		margin-top: 35px;
		margin-right: 10px;
		color: White;
	}
	div.serchBlock a
	{
		background: url(../_img/buttons/go_search.gif) 50% no-repeat;
		color: Black;
		font: 10px Arial, Verdana, sans-serif;
		text-decoration: none;
		padding: 7px;
		margin-left: 10px;
	}
	div.serchBlock a:hover
	{
		background: url(../_img/buttons/go_search_hover.gif) 50% no-repeat;
	}
	div.serchBlock b
	{
		font: normal 8px Arial, sans-serif;
	}
	/* search block (finish) */
/* header block (finish) */

/*	body block (start) */
div.page
{
	padding: 10px;
	background: White; 
	height: 700px !important;
}

	/* main blue block (start) */
		/* header clock (start) */
		span.blueHeader
		{
			background: #BFC8D9;
			margin-left: 6px;
			padding: 10px;
			padding-top: 6px;
			position: relative;
			font-weight: bold;
			font-size: 12px;
		}
		span.blueHeader i.l, span.blueHeader i.r
		{
			width: 3px;
			height: 3px;
			position: absolute;
		}
		
		span.blueHeader i.l
		{
			background: url(../_img/corners/blue_lt_corner.gif) 0 0 no-repeat;
			left: 0;
			top: 0;
		}
		span.blueHeader i.r
		{
			background: url(../_img/corners/blue_rt_corner.gif) 0 0 no-repeat;
			right: 0;
			top: 0;
		}
		/* header clock (finish) */
	div.mainBlock
	{
		width: 98%;
		position: absolute;
		background: #BFC8D9 url(../_img/corners/blue_right_shadow.gif) right repeat-y;
		height: 400px;
		border: red solid 2px;
		padding-top: 30px;
	}
	div.mainBlock div.bS
	{
		width: 100%;
		background: url(../_img/corners/blue_bottom_shadow.gif) repeat-x;
		height: 4px;
		position: absolute;
		bottom: 0;
	}

	div.mainBlock i.l, div.mainBlock i.r, div.mainBlock i.bl, div.mainBlock i.br
	{
		width: 10px;
		height: 10px;
		position: absolute;
	}

	div.mainBlock i.l
	{
		background: url(../_img/corners/blue_lt_corner_shadow.gif) 0 0 no-repeat;
		left: 0;
		top: 0;
	}
	div.mainBlock i.r
	{
		background: url(../_img/corners/blue_rt_corner_shadow.gif) 0 0 no-repeat;
		right: 0;
		top: 0;
	}
	div.mainBlock i.bl
	{
		background: url(../_img/corners/blue_lb_corner_shadow.gif) 0 0 no-repeat;
		left: 0;
		bottom: 0;
	}
	div.mainBlock i.br
	{
		background: url(../_img/corners/blue_rb_corner_shadow.gif) 0 0 no-repeat;
		right: 0;
		bottom: 0;
	}
	/* main blue block (finish) */

/* asdasd */

	div.page .subPage
	{
		padding: 10px;
	}

	/* white block (start) */

		/* header block (start) */
/*
		span.whiteHeader
		{
			background: White;
			margin-left: 7px;
			padding: 10px;
			padding-top: 6px;
			position: absolute;
			font-weight: bold;
			font-size: 12px;
			width: 50px;
			border: red solid 2px;
		}
		span.whiteHeader i.l, span.whiteHeader i.r
		{
			width: 5px;
			height: 5px;
			position: absolute;
		}
		
		span.whiteHeader i.l
		{
			background: url(../_img/corners/white_lt_corner.gif) 0 0 no-repeat;
			left: 0;
			top: 0;
		}
		span.whiteHeader i.r
		{
			background: url(../_img/corners/white_rt_corner.gif) 0 0 no-repeat;
			right: 0;
			top: 0;
		}
*/
		/* header block (finish) */

	div.whiteBlock
	{
		width: 98%;
		position: absolute;
		background: White url(../_img/corners/white_right_shadow.gif) right repeat-y;
		height: 400px;
	}
	div.whiteBlock div.white_bS
	{
		width: 100%;
		background: url(../_img/corners/white_bottom_shadow.gif) repeat-x;
		height: 6px;
		position: absolute;
		bottom: 0;
	}
	div.whiteBlock div.white_lS
	{
		background: url(../_img/corners/white_left_shadow.gif) repeat-y;
		width: 2px;
		height: 400px;
		position: absolute;
		left: 0;
	}

	div.whiteBlock i.l, div.whiteBlock i.r, div.whiteBlock i.bl, div.whiteBlock i.br
	{
		width: 12px;
		height: 12px;
		position: absolute;
	}

	div.whiteBlock i.l
	{
		background: url(../_img/corners/white_lt_corner_shadow.gif) 0 0 no-repeat;
		left: 0;
		top: 0;
	}
	div.whiteBlock i.r
	{
		background: url(../_img/corners/white_rt_corner_shadow.gif) 0 0 no-repeat;
		right: 0;
		top: 0;
	}
	div.whiteBlock i.bl
	{
		background: url(../_img/corners/white_lb_corner_shadow.gif) 0 0 no-repeat;
		left: 0;
		bottom: 0;
	}
	div.whiteBlock i.br
	{
		background: url(../_img/corners/white_rb_corner_shadow.gif) 0 0 no-repeat;
		right: 0;
		bottom: 0;
	}
	/* white block (finish) */

/* footer block (start) */
div.footer
{
	background: #002569;
/*
	position: fixed;
	bottom: 0;
*/
	width: 100%;
	height: 30px;
}
* html div.footer
{
/*	position: absolute;*/
	bottom: 0;
}
div.footer a
{
	font: 10px Arial, Verdana, sans-serif;
	color: White;
	padding: 9px;
/*
	position: absolute;
	bottom: 0;
*/
	float: left;
	margin-left: 2px;
}
div.footer a:hover
{
	background: url(../_img/buttons/footer_hover.gif) 50% repeat-x;
}
/* footer block (finish) */

a.backBtn
{
	font: 11px Arial, Verdana, sans-serif;
	color: Black;
	text-decoration: none;
	background: url(../_img/buttons/back.gif) 50% no-repeat;
	padding: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	margin-top: 35px;
	margin-bottom: 50px;
}
a:hover.backBtn
{
	background: url(../_img/buttons/back_hover.gif) 50% no-repeat;
}

.leftNavigator
{
	width: 240px !important;
}
.contentBlock
{
	width: 79% !important;
	right: 10px;
}

/* new table design */


/* blue table (start) */

table.blueTable
{
	width: 99%;
	background: #BFC8D9;
	border: none;
	border-spacing: 0;	
}

	table.blueTable td.blockTitle
	{
		background: White;
		text-align: left;
		border: White solid 1px;
	}

	/* white header block (start) */
	table.blueTable td.blockTitle table.blueHeader
	{
		background: #BFC8D9;
		font-weight: bold;
		position: relative;
		left: 8px;
		top: 2px;
	}
	table.blueTable td.blockTitle table.blueHeader td
	{
		background: #FFFFFF url(../_img/corners/blue_rt_corner.gif) right top no-repeat;
		width: 10px;
	}
	table.blueTable td.blockTitle table.blueHeader td.left
	{
		background: #FFFFFF url(../_img/corners/blue_lt_corner.gif) left top no-repeat;
		text-align: right;
		padding: 4px;
		padding-left: 14px;
		border: 1px solid #BFC8D9;
	}
	table.blueTable td.blockTitle table.blueHeader td.left a{
		text-decoration: none;
		color: #000000;
	}
	table.blueTable td.blockTitle table.blueHeader td.left a:focus{
		color: #FFFFFF;
	}	
	table.blueTable td.blockTitle table.blueHeader td.left a:focus:hover{
		color: #FFFFFF;
	}	
	.activeTab{
		background-color: #BFC8D9;
	}	
	/* white header block (finish) */

table.blueTable td.l
{
	width: 10px;
	height: 10px;
	background: url(../_img/corners/blue_lt_corner_shadow.gif) left top no-repeat;
}
table.blueTable td.r
{
	width: 10px;
	height: 10px;
	background: url(../_img/corners/blue_rt_corner_shadow.gif) right top no-repeat;
}
table.blueTable td.ml
{
	vertical-align: top;
	background: url(../_img/corners/blue_right_shadow.gif) right repeat-y;
}
table.blueTable td.bl
{
	width: 10px !important;
	height: 10px;
	background: url(../_img/corners/blue_lb_corner_shadow.gif) left no-repeat;
	background: url(../_img/corners/blue_bottom_shadow.gif) bottom repeat-x;
}
table.blueTable td.br
{
	width: 10px;
	height: 10px;
	background: url(../_img/corners/blue_rb_corner_shadow.gif) right no-repeat;
}
table.blueTable td.bc
{
	height: 10px;
	width: 100%;
	background: url(../_img/corners/blue_bottom_shadow.gif) bottom repeat-x;
}

table.blueTable td.content
{
	text-align: center;
	vertical-align: top;
	padding-left: 10px;
	height: 500px !important;
}
/* blue table (finish) */

/* white table (start) */
table.whiteTable
{
	text-align: center;
	width: 99%;
	background: White;
	border: none;
	border-spacing: 0;
}

	table.whiteTable td.blockTitle
	{
		background: #BFC8D9;
		text-align: left;
		border: #BFC8D9 solid 1px;
	}

	/* white header block (start) */
	table.whiteTable td.blockTitle table.whiteHeader
	{
		background: White;
		font-weight: bold;
		position: relative;
		left: 8px;
		top: 2px;
	}
	table.whiteTable td.blockTitle table.whiteHeader td
	{
		background: White url(../_img/corners/white_rt_corner.gif) right top no-repeat;
		width: 10px;
	}
	table.whiteTable td.blockTitle table.whiteHeader td.left
	{
		background: White url(../_img/corners/white_lt_corner.gif) left top no-repeat;
		text-align: right;
		padding: 4px;
		padding-left: 14px;
		font-size:10px;
		font-weight: normal;
		white-space: nowrap;
	}
	/* white header block (finish) */
	
table.whiteTable td.l
{
	width: 3px;
	height: 3px;
	background: url(../_img/corners/white_lt_corner_shadow.gif) left top no-repeat;
}
table.whiteTable td.r
{
	width: 3px;
	height: 10px;
	background: url(../_img/corners/white_rt_corner_shadow.gif) right top no-repeat;
}
table.whiteTable td.mr
{
	background: url(../_img/corners/white_left_shadow.gif) left repeat-y;
/*	width: 98%;*/
}
table.whiteTable td.ml
{
	background: url(../_img/corners/white_right_shadow.gif) right repeat-y;
}
table.whiteTable td.bl
{
	width: 10px;
	height: 10px;
	background: url(../_img/corners/white_lb_corner_shadow.gif) left no-repeat;
}
table.whiteTable td.br
{
	width: 10px;
	height: 10px;
	background: url(../_img/corners/white_rb_corner_shadow.gif) right no-repeat;
}
table.whiteTable td.bc
{
	height: 10px;
	width: 100%;
	background: url(../_img/corners/white_bottom_shadow.gif) bottom repeat-x;
}
/* white table (finish) */


/* optional styles (start) */
.menuBlock
{
	width: 200px !important;
	float: left;
}
.menuContent
{
	padding-left: 0;
	text-align: left;
	overflow: auto;
}

.menuContent a
{
	text-decoration: none;
	color: #002569;
}

	/* table styles (start) */
	table.whiteTable td.mr
	{
		text-align: left;
		vertical-align: top;
		padding-left: 14px;
	}
	table.whiteTable td.mr table
	{
		border: #b7babc solid 1px;
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
	}
	table.whiteTable td.mr table th
	{
		background: #CCC url(../_img/tableHeader_bg.gif) left top repeat-x;
		height: 24px;
	}
	table.whiteTable td.mr table th, table.whiteTable td.mr table td
	{
		border: #b7babc solid 1px;
	}
	table.whiteTable td.mr table td a
	{
		color: Black;
		text-decoration: none;
	}
	table.whiteTable td.mr table td a:hover
	{
		text-decoration: underline;
	}
	/* table styles (finish) */

/* optional styles (finish) */
table.contentBar
{
	width: 100%;
	height: 100%;
}

/* tree styles */

#cat_tree
{
	overflow: auto;
	x-scroll: hidden;
	maring-bottom: 15px;
	padding-bottom: 15px;
	height: 578px !important;
}
#cat_tree div
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	text-align: left;
}

#cat_tree div a
{
	text-decoration:none;
	color: #002569;	
}


a.treeItemOpened
{
	padding-left: 18px;
	background: transparent url(../_img/icon_opened.gif) left top no-repeat;
	display: block;
}
/*
* html a.treeItemOpened
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/frontend/image/icon_opened.png", sizingMethod="crop");
}
*/
a.treeItemClosed
{
	padding-left: 16px;
	background: transparent url(../_img/icon_closed.gif) left top no-repeat;
	display: block;
}
/*
* html a.treeItemClosed
{
	border: red solid 2px;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="frontend/image/icon_closed.png", sizingMethod="crop");
}
*/
a.treeItemTable
{
	padding-left: 4px;
	background: url(../frontend/image/table.png) left top no-repeat;
	display: block;
	width: auto;
	height: auto;
}
/*
* html a.treeItemTable
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="frontend/image/table.png", sizingMethod="crop");
}
*/
/* class="treeItemOpen"*/

/* cpecial product */
.productDescription
{
	font-size: 12px;
	margin-left: 30px;
	height: 100%;
	width: 95%;
}
.productDescription th
{
	text-align: right;
	padding: 6px;
	padding: 0 !important;
	padding-right: 14px;
}
.productDescription img
{
	float: left;
/*	margin-right: 200px;*/
}
.productDescription table.propertiesTable
{
	width: 50% !important;
	float: left;
	border: none !important;
	position: relative;
	right: 20px;
}
.productDescription table.propertiesTable th
{
	background: none !important;
	padding-right: 10px !important;
}
.productDescription table.propertiesTable *
{
	border: none !important;
}

#ads
{
	text-align: center;
	vertical-align: middle;
}

#contentBlockHeight
{
	overflow: auto;
	vertical-align: middle;
}
/*
#menuBlockHeight
{
	overflow: hidden;
}
*/
.rowodd{ background: #eee;}
.rowref{ background: #fff;}

#search{
	padding-right: 250px;
}
#search input{
	width: 180px;
}
#search b{
	font-size: 10px;
	color: #CDD6E2;
	margin: 10px 0px 0px 50px;
	font-family: Arial;	
}
#search span{
	font-size: 11px;
	padding-right: 5px;
	font-family: Arial;
}

.brandTabs{
	margin: 0px 0px -2px 5px;
	padding: 0px;
	height: 39px;
	
}
.brandTabs td{
	margin: 0px;
	padding: 0px;
}
.brandTabs td a{
	margin: 0px;
	padding: 0px;	
}
.brandTabs td * img{
	height: 39px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.prodDesc{
	border: none !important;
	margin-left: 5px !important;
}

.prodDesc td{
	border: none !important;
	padding: 3px;
}

.prodDesc td .brochure{
	padding-top: 50px;
	text-align: center;
}

.prodDescBottom{
	border: none !important;
	margin: 3px !important;
	padding: 0px !important;
	height: 26px !important;	
}
.prodDescBottom .back{
	float:left;
	margin: 0px !important;
	padding: 10px 0px 10px 0px !important;
	white-space: nowrap;
	height: 26px !important;
	padding-right: 10px !important;
}
.prodDescBottom .back a{
	font: 11px Arial, Verdana, sans-serif;
	color: Black;
	text-decoration: none;
	background: url(../_img/buttons/back.gif) 50% no-repeat;
	padding: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.prodDescBottom .breadcrumb{
	float: left;
	width: 85% !important;
	vertical-align: middle !important;	
	margin: 0 0 0 20px !important;
	padding: 10px 0px 10px 0px !important;
	white-space: nowrap;
	height: 26px !important;	
	line-height: 26px !important;
	display: block;
}
.prodDescBottom .breadcrumb a{
	text-decoration: none;
	padding-right: 15px;
	background: url('../_img/icon_closed.gif') 100% 0 no-repeat ;
	font-weight: bold;
	color: #000;
}

.prodDescBottom .breadcrumb a:hover{
	text-decoration: underline;
}


.advSearch{
	border: 0px;
	padding: 3px;
	margin: 0px;
}
.advSearch th{
	text-align: right;
	font-weight: normal;
}
.advSearch td{
	padding-left: 3px;
	text-align: left;
}

.advSearch input{
	width: 70px;
}
.advSearch select{
	width: 70px;
}


.prodDetTable{
	border: 0px !important; 
	border-top: 1px solid black !important; 
	padding: 2px;
	margin: 1px;
}
.prodDetTable td{
	border-bottom: 1px solid black !important; 
	text-align: center;
}
