#footer-menu {
width: 660px;
}

#leftContainer #leftPanelExpandTop {
	background: url(../imgs/common/left-panel-expand-top.png);
	background-repeat: no-repeat;
	padding: 0 20px ;
	height: 1%;
	}
	
#leftContainer #leftPanelExpandMiddle {
	background: url(../imgs/common/left-panel-expand-middle.png);
	background-repeat: repeat-y;
	padding: 10px 20px 5px 20px;
	height: 1%;
	}
	
#leftContainer #leftPanelExpandBottom {
	background: url(../imgs/common/left-panel-expand-bottom.png);
	background-repeat: no-repeat;	
	margin-bottom: 10px;
	padding-bottom: 1px;
	height: 1%;
	}

html>body #leftContainer #leftPanelExpandTop {
height: auto
} 

html>body #leftContainer #leftPanelExpandMiddle {
height: auto
} 

html>body #leftContainer #leftPanelExpandBottom {
height: auto
} 

/*overview pages*/
.leftStyleEqual {
	width: 245px;
	float: left;
	word-wrap: break-word; 
	/*background: #888;*/
	margin-left: 0;
	}
	
.leftStyleEqual img, .rightStyleEqual img { 
	width: 236px;
	height: 155px;
}

#rightContainer #productPanelExpandMiddle .overviewCaption { 
	margin: 8px;
	font-size: 11px;
	font-weight: bold;
}

.rightStyleEqual {
	width: 285px;
	display: inline;
	float: right;
	word-wrap: break-word; 
	/*background: #555;*/
	}
