/* ie-fixes */
	.ie-fix {
		display: block !important;
	}
	
	/* border-radius */
		.ie-fix .ctl, .ie-fix .ctr,
		.ie-fix .cbl, .ie-fix .cbr {
			position: absolute;
			z-index: 5;
		}
		
		.ie-fix-s1 .ctl {
			top: -1px; left: -1px;
			background-position: 0px 0px;
		}
		
		.ie-fix-s1 .ctr {
			top: -1px; right: -1px;
			background-position: -7px 0px;
		}
		
		.ie-fix-s1 .cbl {
			bottom: -1px; left: -1px;
			background-position: 0px -7px;
		}
		
		.ie-fix-s1 .cbr {
			bottom: -1px; right: -1px;
			background-position: -7px -7px;
		}
		
		.ie-fix-s1 .ctl, .ie-fix-s1 .ctr,
		.ie-fix-s1 .cbl, .ie-fix-s1 .cbr {
			width: 7px; height: 7px;
			background-image: url(images/ie-fix/bd-radius-1.gif);
		}
		
		.ie-fix-s2 {
			display: none !important;
		}
		
		.ie-fix-s2 .ctl {
			top: 5px; left: 0px;
			background-position: 0px 0px;
		}
		
		.ie-fix-s2 .ctr {
			top: 5px; right: 0px;
			background-position: -4px 0px;
		}
		
		.ie-fix-s2 .cbl {
			bottom: 0px; left: 0px;
			background-position: 0px -4px;
		}
		
		.ie-fix-s2 .cbr {
			bottom: 0px; right: 0px;
			background-position: -4px -4px;
		}
		
		.ie-fix-s2 .ctl, .ie-fix-s2 .ctr,
		.ie-fix-s2 .cbl, .ie-fix-s2 .cbr {
			width: 4px; height: 4px;
			background-image: url(images/ie-fix/bd-radius-2.gif);
		}
		
		#top .s-line .main-menu a:hover .ie-fix-s2,
		#top .s-line .main-menu a:focus .ie-fix-s2,
		#top .s-line .main-menu a.active .ie-fix-s2 {
			display: block !important;
		}
	/* end of : border-radius */
	/* width */
		#footer .foot-menu .col {
			width: 196px;
		}
	/* end of : width */
	/* position */
		#top .f-line .top-menu li .tail {
			bottom: -3px;
		}
	/* end of : position */
	/* zoom */
		#content .product-page .info-box {
			zoom: 1;
		}
	/* end of : zoom */
/* end of : ie-fixes */