/* CSS Document */
    hr.gray  {
        border: 1px solid #cccccc;
        border-bottom: none; /* 4 firefox */
        width: 500px;
        height: 1px;
        padding: 0px; 
        margin: 0px 0px 10px 0px;
    }
    .imageGalleryThumb {
		float: left; 
		background-image: url(/images/main/galerie_background.gif); 
		background-repeat: no-repeat; 
		width: 90px; 
		height: 90px;	
	}
	.productSysContainer {
		/* border: 1px solid #3366CC; */
		/* width: 86px;  */
		width: 70px;
		height: 53px;
		float: left;
		padding: 65px 5px 5px 5px;
		margin: 0px 4px 10px 0px;
		background-repeat: no-repeat;
	}
	.listOverallContainer {
		width: 500px;
		float: right;
		margin-bottom: 3px;
		/* border: 1px solid red; */
	}
	.listLeftContainer {
		width: 50px;
		margin-right: 5px;
		float: left;
		margin-bottom: 3px;
		/* background-color: purple;  */
	}
	.listCenterContainer {
		width: 300px;
		margin-right: 5px;
		float: left;
		margin-bottom: 3px;
		/* background-color: Yellow; */
	}
	.listRightContainer {
		width: 140px;
		float: right;
		margin: 0px 0px 3px 0px;
		padding: 0px;
        vertical-align: top;
		/* background-color: Maroon; */
		
	}