@CHARSET "UTF-8";
#leftColum{
	width: 230px;
	height: auto;
	height: 100%;
	background: #DDDDDD;
	float: left;
}
#content{
	width: 755px;
	height: auto;
	min-height: 576px;
	float: left;
	overflow: hidden;
	margin: 0 0 0 5px;
}

.insideMenuItem{
	width: 230px;
	height: 18px;
	border-bottom: #BBBBBB 1px solid;
}
.insideMenuItem:hover{
	background: #EEEEEE url(../images/open_arrow.gif) no-repeat;
	background-position: 5% 50%;	
}
.insideMenuItem a{
	font-size: 11px;
	color: #000000;	
	padding: 0 0 0 24px;
	line-height: 18px;
	height: auto;
	width: 206px;
	display: block;
}
.insideMenuItem a:hover{
    background: #EEEEEE url(../images/open_arrow.gif) no-repeat;
	background-position: 5% 50%;
}
.open{
	background: url(../images/open_arrow.gif) no-repeat;
	background-position: 5% 50%;
	font-weight: normal;
}
.close{
	background: url(../images/close_arrow.gif) no-repeat;
	background-position: 5% 50%;
}
.close a{
	font-weight: normal;
}
.activeopen{
	background: #EEEEEE url(../images/open_arrow.gif) no-repeat;
	background-position: 5% 50%;
}
.activeChild{
	background: #EEEEEE;
}
.sub1{
	height: auto;	
}
.sub1 a{
	padding: 0 0 0 35px;
	height: auto;
	display: block;
	width: 195px;
	font-weight: normal;
}
.sub1 a:hover{
	background: #EEEEEE url(../images/open_arrow.gif) no-repeat;
	background-position: 5% 50%;	
}
.sub2 {
	border-bottom: none;
	height: auto;
	font-weight: normal; 
		
}
.sub2 a{
	padding: 0 0 0 45px;
	line-height: normal; 
	display: block;
	width: 185px;
	font-weight: normal;
}
.searchResultBlock{
	width: 990px;
	height: auto;
	padding: 5px;
	
}
.insideHeader{
	background: url(../images/products/productHead.jpg) no-repeat;
	width: 755px;
	height: 197px;
}
