/* Кнопки */
.optiBtn {
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
    position: relative;
    display: block;
}

.optiBtn:hover {
    background-position: right;
}

.mtforwBtn   { background-image:url(../img/buttons/mtforw2.png); width:21px; height:21px; }
.mtbackBtn   { background-image:url(../img/buttons/mtback2.png); width:21px; height:21px; }
.mtdownBtn   { background-image:url(../img/buttons/mtdown2.png); width:20px; height:22px; }
.mtdelBtn    { background-image:url(../img/buttons/mtdel2.gif); width:17px; height:18px; }
.cartBtn     { background-image:url(../img/buttons/cart2.png); width:16px; height:16px; }
.cartRedBtn  { background-image:url(../img/buttons/cartRed2.png); width:16px; height:16px; }
.cartGrnBtn  { background-image:url(../img/buttons/cartGrn2.png); width:16px; height:16px; }
.cartYlwBtn  { background-image:url(../img/buttons/cartYlw2.png); width:16px; height:16px; }
.mtCalendBtn { background-image:url(../img/buttons/calendar2.png); width:14px; height:17px; }

/* End of Кнопки */

.stealthInput {
    background-color:transparent;
    border:1px transparent solid;
}

.fLeft {
    float: left;
    margin-right: 3px;
}
.fRight {
    float: right;
    margin-left: 3px;
}

.calendBtn {
    cursor: pointer;
}