/* Internet Explorer 6 */

	/* Site-body width & height */
		/* #pageWrapper {
			height: 100%;
			}
*/

		#pageWrapper {
		width: expression((document.documentElement.clientWidth	|| document.body.clientWidth) < 1000 ? '1000px' : (document.documentElement.clientWidth || document.body.clientWidth) > 1400 ? '1400px' : '100%' ); }


	/* Universal Classes */
		.ie-w-fix { /* fix width of a blocks */
			width: 100%;
			}
		.ie-png { /* fix PNG-24 */
			filter: expression(fixPNG(this));
			}

	/* Buttons */
		input,
		button { /* fix white-space on a buttons */
			overflow: visible;
			}



	/* Lines */
		hr { /* fix 7px margins */
			margin-top: -14px;
			position: relative;
			top: 7px;
			}

	/* Float blocks */
		.floatBlocks {
			/* zoom: 1; */
			}
		.floatBlocks .item {
			/* zoom: 1; */
			display: inline;
			}

.sec_mline .search .inp {
margin-top: 2px;
}