#loading {
    width:128px;
    height:15px;
    background:url("../images/loading.gif") no-repeat center center;
    z-index: 1000;
    display: none;
    float:right;
}

.hidden_form {
    display: none;
}




.footnote {
    color: gray;
    list-style: none;
    font-size: 11px;
}



.tariff table thead tr td {
    color:white;
}


.banners {
    width: 95%;
}
.flashbanners textarea {
    width: 100%;
}
.banners td{
    vertical-align: top;
    padding:7px;
}



.imgleft {
    float:left;
    margin-right: 15px;
    margin-bottom: 7px;
}
.imgright{
    float:right;
    margin-left: 15px;
    margin-bottom: 7px;
}



.outsidelist {
    margin-left: 40px;
    list-style-position: outside;
}
.outsidelist li{
    line-height: 20px;
}
ul.outsidelist {
    list-style-type: disc;
}

.tariff .orderreg td{
    text-align: left;
    padding:7px;
}

.red{
    color: red;
}


.news p {
    color: silver;
}


.page_navigation {
    margin: 40px 0;
}

.page_navigation a,.page_navigation span {
    padding: 7px 14px;
    margin-right: 10px;
    background-color: #333;
    font-size: 16px;
}



.payment-footer td{
    padding: 10px 5px 0 0;
    vertical-align: middle;
}

.payment-page h2 {
    cursor: pointer;
}

.payment-page div {
    display: none;
}



.msg {
    font-size: 20px;
    font-weight: bold;
    height: 204px;
    left: 0;
    padding-top: 20px;
    position: fixed;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    top: 0;
    width: 100%;
    z-index: 1000;
    cursor: pointer;
    line-height: 20px;
}

.msg.minfo {
    color: #BDE5F8;
    background: url('../images/messages2/infobg.png') repeat-x;
}

.msg.msuccess {
    color: #DFF2BF;
    background: url('../images/messages2/successbg.png') repeat-x;
}

.msg.mwarning {
    color: #FEEFB3;
    background: url('../images/messages2/warningbg.png') repeat-x;
}

.msg.mvalidation {
    color: #FFCCBA;
    background: url('../images/messages2/validationbg.png') repeat-x;
}

.msg .micon{
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100px;
    z-index: 100;
}

.msg .mtext {
    text-align: center;
}

.msg.minfo .micon {
    background-image: url('../images/messages2/info.png');
}
.msg.msuccess .micon {
    background-image:url('../images/messages2/success.png');
}
.msg.mwarning .micon {
    background-image: url('../images/messages2/warning.png');
}
.msg.mvalidation .micon {
    background-image: url('../images/messages2/validation.png');
}




.jquery-selectbox {
	position: relative;
	height: 27px;
	border: 1px solid #ccc;
	width: 171px!important;
	z-index: 0;
	float: left;
	display: inline;
	margin:0 0 0 10px;
	font:normal 12px/27px Tahoma, Geneva, sans-serif;
	color:#fff;
	padding: 0;
	background:#11151C;
	text-align:left;
}

.jquery-selectbox.selecthover {
	z-index: 700;
}

.jquery-selectbox .jquery-selectbox-currentItem {
	padding:0 0 0 10px;
	line-height:27px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 27px;
	padding:0;
	left: -1px;
	background: #11151C;
	width: 171px!important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #ccc;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 27px;
	background:url(../images/select-btn.png) no-repeat 100% 0;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #484B51;
	color: #fff;
}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:0 0 0 10px;
}


.contacts-table
{
    float:right;
}

.contacts-table td{
    text-align: right;
    line-height: 25px;
    padding:3px;
    vertical-align: top;
    font-weight: bold;
    color: #00AEEF;
}

.contacts-table td div{
    float:right;
    margin-left:5px;
}

.ilike td {
    vertical-align: top;
}



.infinity {
    font-size: 30px;
    font-family: Verdana;
    color: #00AEEF;
}