/*
    Structure for IE browser
*/

.corners {
	height    : 6px !important;
	width     : 101%;
}

.corner {
	overflow  : hidden;
	height    : 6px;
	background: transparent url('../i/corners.gif') no-repeat;
}

.clt {
	background-position: 0px 0px;
}

.crt {
	float     : right;
	width     : 6px;
	height    : 6px;
	background-position: 0px -6px;
}

.clb {
	background-position: 0px -18px;
}

.crb {
	float     : right;
	width     : 6px;
	height    : 6px;
	background-position: 0px -12px;
}

#right, #expirience {
	width      : 99%;
}

#rubrics ul li {
	height    : 32px;
}

/*
#rubrics .corners {
    width: expression(
                ( document.getElementById('rubrics') && document.getElementById('rubrics').innerWidth < 1000 )
                ? ( document.getElementById('rubrics').innerWidth )
                : '90%'
            );
}
*/
