/* Инфо блок */
#showInfo {
background: url(../../system/images/trnsp_bg.png) repeat;
cursor:pointer;
position: fixed;
font-size: 100%;
height: 30px;
margin: 0 5%;
padding: 5px 0 3px;
position: fixed;
text-align: justify;
width: 90%;
z-index: 20;
color: #fff;
}
.white-popup p{
font-size: 16px;
margin-bottom: 10px;
text-align: center;

}
.white-popup a{
padding: 5px;
background: green;
color: white;
text-decoration: none;
font-size: 16px;
text-align: center;

}
#showInfo h2 {
font-size:140%;
font-weight:bold;
margin-bottom:7px;
}
#showInfo div {
    display: inline;
    margin-top: 4px;;
}
#showInfo #msg {
    display:block;
    min-width: 750px;
    text-align: right;
    margin-left:15px;
}
#showInfo img {
    float: right;
    vertical-align: top;
}
.msg_info {

}
.msg_error {
color: #ff4e00;
}
.close_img {
margin: 0 5px 0 0;
}
.cleer,
.clear {
clear:both;
}
.fl_l {
    float: left;
}
.fl_r {
    float: right;
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:4px solid #0169B4;
	overflow:hidden;

}

/* This is the loading message. */
.cloud-zoom-loading {
	background: url(../../system/images/ajax-loader.gif) no-repeat;
	width:56px;
	height:21px;
	margin-top:-11px;
	margin-left:-28px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.item_block {
	position:relative;
}