/*----------------------- Global layout ------------ */
#globalcontainer {
	margin: 0 auto;
	text-align: left;
	background-color:#fff;
	position: relative;
}
.noscriptBox {
    border: 1px solid #9b080d;
    background-color: #ffcccc;
    text-align: left;
    padding-left: 10px;
    line-height: 40px;
    margin-top: 3px;
}

/*----------- GHP Menu-----------------------*/
.ghpMenuTitle{
	padding:0 10px;
	height:43px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	background-image: url(zagolovki.gif);
	background-repeat: repeat-x;
}

.ghpLineTop {
	background-color: #fff;
	height: 6px;
	line-height: 0px;
	padding: 0px;
	font-size: 0px;
	width: 199px;
}
.ghpMenuTitle p {
    padding-top: 6px;
}

.ghpMenuImage{
	height:433px;
	width:199px;
	overflow:hidden;
	position:relative;
	display:block;
	top: 0px;
	cursor: pointer;
	background-image: url(sidebar/kondor-b.jpg);
}

.ghpMenuImage:hover a {
    text-decoration: underline;
}
.ghpMenuImage img {
    position: absolute;
    bottom: 0px;
}
.ghpMenuImage .whiteCover {
    position: absolute;
    width: 234px;
    height: 433px;
    background-color: #FFFFFF;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}
.ghpMenuImage:hover .whiteCover {
    display: none;
}
.ghpMenuImage .descrText{
    overflow: hidden;
    width:234px;
    position:absolute;
    bottom:0;
    left:0;
    background-color:#666;
    font-size: 10px;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

.ghpMenuImage div p{
    color:#fff;
    margin:6px 10px;
    font-weight: bold;
}

.ghpMenuImage div p span{
    color:#fff;
    display: block;
    font-weight: bold;
}
.ghpMenuImage div p a {
    color: #fff;
    font-weight: normal;
    margin-left: 2px;
}

.morePlace {
    height:22px;
    overflow:hidden;
    padding-bottom:6px;
}
.morePlace .forward {
    background-position:0 -30px;
    display:block;
    font-weight:bold;
    line-height:20px;
    margin:5px 10px 6px;
}
.forward {
    background: url(http://ecodevice.narod.ru) no-repeat 0 -34px;
}

.smallIcon {
    width:auto;
    height:18px;
    padding: 0px 0 0 14px;
    line-height: 1.3em;
}

.login {
    font-weight:bold;
    margin-left: 6px;
    text-transform: uppercase;
    background:transparent url(http://ecodevice.narod.ru) no-repeat 0 -34px;
}
.loginPlace {
    float: right;
    color: #245B93;
}

/* GHP Copperation Box */
.cooperationBox {
    height: 115px;
    text-align: center;
    color: #666;
    overflow: hidden;
}

.cooperationBox h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 6px;
}
.cooperationBox a{
    color: #666;
}

/*----------------Quick Reg----------------*/
.topImagePlace{
    background-color:#fff;
    margin-bottom:6px;
    height:357px;
    position: relative;
}
.topImagePlace img {
    position: absolute;
}

.promotionText {
	font-size: 20px;
	position: absolute;
	top: 70px;
	right: 270px;
	width: 541px;
	overflow: hidden;
	color: #FFFF00;
	height: 75%;
	clip: rect(auto,auto,auto,auto);
	left: auto;
}
.promotionText h3 {
	color: #FFFF00;
	font-size: 46px;
	margin-bottom: 5px;
	line-height: 1.4em;
	/*background: url("http://ecodevice.narod.ru") bottom center no-repeat;*/
    background: transparent none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.promotionText h3 span {
    font-weight: bold;
    font-size: 18px;
    display: block;
}
.promotionText span {
    color: #58ac00;
    font-weight:bold;
    letter-spacing: -0.001em;
}
.promotionText li {
	display: block;
	background: url(http://ecodevice.narod.ru) -25px 4px no-repeat;
	line-height: 1.3em;
	margin-bottom: 5px;
	padding-bottom:3px;
	color: #FFFF00;
	font-size: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
}



/*--------Global footer----------*/
.foot_line {
    background: transparent url(http://ecodevice.narod.ru) left -44px repeat-x;
    height:16px;
    margin-top:15px;
}
.foot_links {
    padding:6px 0 15px 0;
    line-height:16px;
    text-align:center;
    color:#FFFFFF;
    margin:0 auto;
}
.foot_links  a, .foot_links span {
	color:#646565;
	font-size:11px;
	text-decoration:none;
	border-left:1px solid #646565;
	line-height:16px;
	left: 10px;
	display: inline;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.foot_links.country span, .foot_links.country a {
    border-left:medium none;
    border-right:1px solid #646565;
}
.foot_links.country {
    width: 630px;
}
.foot_links a.first, .foot_links span.first, .foot_links a.last, .foot_links span.last {
    border: medium none;
}
.foot_links a:hover {
    text-decoration:underline;
}
