﻿.ib {
	display: -moz-inline-box; /* только для FF2 */
	display: inline-block;
}

.lh36 {line-height:36px;}
.lh36.active {height:36px;}
.lh22 {line-height:22px;}
.lh22.active {height:22px;}
.lh18 {line-height:12px; height:18px;}
.lh18.active {height:16px;}

.ib_col0 {color:#627e06!important; font-weight:bold;}

.ib_notd {text-decoration:none!important;}

a.no_bg, a.no_bg span {background:none!important;}

a.ib_bg1 {background: #83af31 url(../i/ib_bg1_2.gif) no-repeat right top;}
a.ib_bg2 {background: #83af31 url(../i/ib_bg2_2.gif) no-repeat right top;}
a.ib_bg3, a:hover.ib_bg3h {background: #83af31 url(../i/ib_bg3_2.gif) no-repeat right top;}
a.ib_bg4, a:hover.ib_bg4h {background: url(../i/ib_bg4_2.gif) no-repeat right top;}

.ib.active {
	vertical-align: bottom; /* нужно для Opera */
}
	.ib span {
		display: block;
		display: inline-block; /* только для IE6 */
		height: 100%;
		cursor: pointer;
	}
	
	a.ib_bg1 span {background: url(../i/ib_bg1_1.gif) no-repeat left top;}
		a.ib_bg1 span {padding: 0 16px;}
	a.ib_bg2 span {background: url(../i/ib_bg2_1.gif) no-repeat left top;}
		a.ib_bg2 span {padding: 0 16px 0 38px;}
	a.ib_bg3 span, a:hover.ib_bg3h span {background: url(../i/ib_bg3_1.gif) no-repeat left top;}
		a.ib_bg3 span, a.ib_bg3h span, a:hover.ib_bg3h span {padding:0 6px; font-weight:bold;}
		a.ib_bg3h span {text-decoration:underline;}
		a:hover.ib_bg3h span {text-decoration:none;}
	a.ib_bg4 span, a:hover.ib_bg4h span {background: url(../i/ib_bg4_1.gif) no-repeat left top;}
		a.ib_bg4 span, a.ib_bg4h span, a:hover.ib_bg4h span {padding:3px 10px 0 22px; font-weight:normal; color:#c7924e; font-size:0.6em; text-decoration:underline;}
		a:hover.ib_bg4 span {text-decoration:none;}
		a.ib_bg4h span {text-decoration:underline;}
		a:hover.ib_bg4h span {text-decoration:none;}
	
	.ib.active span{
		position: relative;
	}

		/* для всех кроме IE */
		.ib.active span:after {
			content: " ";
			display: block;
			margin-top: -2px;
			background: url(../i/button-arrow.png) no-repeat top;
			height: 8px;
		}
.ib:link,
.ib:visited {
	text-decoration: none;
}
.ib:hover,
.ib:active,
.ib_bg1, .ib_bg2, .ib_bg3, .ib_bg4 {
	color:#ffffff;
	text-decoration: none;
	white-space:nowrap;
}
.ib_bg3h {color:#000000;}
.ib_bg1, .ib_bg2, .ib_bg3 {
	font-weight:bold;
}
