
#internationalTabs {
	width: 600px;
}

.intTabOuter {
	margin: 8px 0 0 0;
}

.intTabInside {
	height: 27px;
	background: url("http://static2.geocell.ge/img/geocell/line_bg.gif") 0 0 no-repeat;
}

.intTabTable {
	border: 0;
	width:  600px;
	height: 27px;
}

.intTabTable #tdLeft {
    width: 503px;
}

.intTabTable #intLeft {
    color: #501873;
}

.intTabTable #intRight {
    color: #FFFFFF;
    white-space: nowrap;
}

.intTabTable #intLeft, #intRight {
	padding:     0 15px;
	font-size:   14px;
	font-weight: normal;
}

/* POPUP STYLE */

.popupTab {
    width:   600px;
	display: none;
	margin:  8px 0 0 0;
}

.popupParam {
    border: 0;
	width:  100%;
	height: 265px;
}

.w8 {
	width: 8px;
}

.h8 {
	height: 8px;
}

.topMiddleBg {
    background: url(http://static2.geocell.ge/img/geocell/top_middle.gif) top repeat-x;
}

.bottomMiddleBg {
    background: url(http://static2.geocell.ge/img/geocell/bottom_middle.gif) bottom repeat-x;
}

.leftBg {
	background: url(http://static2.geocell.ge/img/geocell/left.gif) repeat-y;
}

.rightBg {
    background: url(http://static2.geocell.ge/img/geocell/right.gif) repeat-y;
}

/* POPUP INNER TABLE STYLE */

.popupInnerTable {
	width: 100%;
	border: 1px solid #FFFFFF !important;
	border-collapse: collapse;
}

.popupInnerTable td{
	border: 1px solid #EFEFEF;
	padding: 3px 10px;
}

.popupInnerOddTr {
	background: #FFFFFF;
}

.popupInnerEvenTr {
	background: #F7F7F7;
}

.td_w_210 {
	width: 210px;
}

.td_w_220 {
	width: 220px;
}

.td_w_70 {
	width: 70px;
}

.greyText {
	color: #898989;
}