body{
	margin: 0;
	padding: 0;
}

#main_wrap{
	width: 228px;
	height: 289px;
	background: url(bg.png) no-repeat;
}

#top-block, #top-line{
	overflow: hidden;
}

#foto{
	height: 66px;
	background: url(foto.png) top center no-repeat;
	margin: 15px 0 0 0;
}

#right-top{
	padding: 0 5px 0 10px;
}

#text{
	font-size: 15px;
	color: #999;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px;
	line-height: 1;
}

#new-line-block{
	margin: 5px 0 0 5px;
	position: relative;
}

#top-flags{
	overflow: hidden;
}

#top-flags span{
	color: #445263;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.left-summ{
	float: left;
	margin-left: 10px;
}

.right-summ{
	float: right;
	margin-right: 15px;
}

#main-line{
	position: absolute;
	top: 20px;
}

#main-line span{
	display: inline-block;
	zoom: 1;
	*display:inline;
}

#main-line .l{
	width: 12px;
	height: 21px;
	background: url(m-line-borders.png) top left;
}

#main-line .r{
	width: 12px;
	height: 21px;
	background: url(m-line-borders.png) top right;
}

#main-line .c{
	height: 21px;
	background: url(m-line-bg.png) repeat-x;
}

#money-line{
	position: absolute;
	top: 10px;
	left: -8px;
}

#money-line span{
	display: inline-block;
	zoom: 1;
	*display:inline;
}

#money-line .l{
	width: 22px;
	height: 40px;
	background: url(n-line-borders.png) top left;
}

#money-line .r{
	width: 22px;
	height: 40px;
	background: url(n-line-borders.png) top right;
}

#money-line .c{
	height: 40px;
	background: url(n-line-bg.png) repeat-x;
}

#money-block{
	margin: 30px 0 0 0;
}

#money-block > div{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#money-block > div span{
	font-size: 10px;
	vertical-align: top;
	font-weight: normal;
}

#money-block .now-money{
	float: left;
	margin-left: 10px;
}

#money-block .less-money{
	float: right;
	margin-right: 20px;
}

#bottom-block{
	overflow: hidden;
	margin: 0px;
}

#bottom-block .info{
	text-align: center;
}

#bottom-block .info > div{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 5px;
}

#bottom-block .info > div span{
	font-size: 10px;
	vertical-align: top;
}

#bottom-block .info > div h5{
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #44525e;
}
#bottom-block .payment_button{
	display: block;
	width: 97px;
	height: 36px;
	background: url(new-button.png) top left no-repeat;
	margin: 3px auto 0 auto;
}

#bottom-block .payment_button:hover{
	background: url(new-button.png) bottom left no-repeat;
}
