.g-table {
	position: relative;
}
.g-table-head .g-table-col {
    width: 20% !important;
}
.g-table-body {
	position: relative;
	height: 18em;
	overflow-x:hidden;
}
.g-table-body .g-table-body-inner {
	position: absolute;
	width: 10000px;
}	
.page-tariffs .g-table-col {
	margin-botom: 4em;
	    width: 15em;
	margin-top: 15px;
}
.page-tariffs .g-table-body-inner .g-table-col:first-child {
	margin-left: 14px;
}
.page-tariffs .g-table-body-inner .g-table-col:last-child {
	margin-right: 14px;
}
.jcarousel-control-next {
	background-image: url("/upload/images/controls/strelka_green_right_png.png");
	
	font-size: 0px;
	height: 64px;
	width: 29px;
	display: block;
	position: absolute;
	right: -15px;
	top: 40%;	
	z-index: 1000000;
}
.jcarousel-control-prev {
	background-image: url("/upload/images/controls/strelka_green_left_png.png");
	
	font-size: 0px;
	height: 64px;
	width: 29px;
	display: block;
	position: absolute;
	left: 20%;
	top: 40%;
	z-index: 1000000;
}
.g-table-body .g-table-col .g-table-cel:first-child {
	padding: 0.5em !important;
}
.g-table-body .g-table-col .g-table-cel:first-child .cell-value {
    top: -0.5em;
    line-height: 1.3em;
    position: relative;
}	
.g-table-body {
	overflow-y: hidden;
}
a.green-btn, a.green-btn:visited {
    border: solid 1px #80D30F;
    color: #80D30F;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    padding: 0.2em 1em;
}
a.turbo {
    display: inline-block;
    background-color: #FF7600;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 0.2em 1em;
    line-height: 1.5em;
}
a.turbo img {	
    float: right;
    margin-left: 1em;
    margin-right: 0px;
}
.connect-green {
    background: linear-gradient(to top, #3B9200, #8CD11B);
}
.connect {
    float: right;
    padding-top: 10px;
    width: 160px;
    height: 35px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    margin-top: 30px;
}

.main-column .ui-sb-tabs.ui-tabs.small {
	width: 690px;
	font-size: 14px;
}

