@CHARSET "UTF-8";

div.banner {
	background-image: url(../images/banner.png);
	width: 185px;
	height: 190px;
	float: left;
	margin: 10px 0 0 1px;
}

div.banner:hover {
	background-image: url(../images/ramka.png);
	width: 185px;
	height: 190px;
	float: left;
}

.banner .icons {
	padding: 15px 0 0 25px;
	margin: 0 0 22px 0;
}
.banner .icons .info  {
	background-image: url(../images/icon_info.png);
	width: 75px;
	height: 18px;
	float: right;
	cursor: pointer;
	margin: 0 22px 0 0;
}

.banner .icons .info:hover {
	background-image: url(../images/icon_info_hover.png);
	width: 75px;
	height: 18px;
	float: right;
	cursor: pointer;
	margin: 0 22px 0 0;
}

.banner .icons .map {
	background-image: url(../images/icon_map.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	cursor: pointer;
	margin: 0 5px 0 0;
}

.banner .icons div.map:hover {
	background-image: url(../images/icon_map_hover.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
}

.banner .icons .mapNo {
	background-image: url(../images/icon_map_no.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	margin: 0 5px 0 0;
}

.banner .icons .video {
	background-image: url(../images/icon_video.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	#padding: 0 0 0 5px;
	margin: 0 5px 0 0;
	cursor: pointer;
}

.banner .icons div.video:hover {
	background-image: url(../images/icon_video.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	#padding: 0 0 0 5px;
	margin: 0 5px 0 0;
	cursor: pointer;
}

.banner .icons .videoNo {
	background-image: url(../images/icon_video_no.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	#padding: 0 0 0 5px;
	margin: 0 5px 0 0;
}

.banner .icons .image {
	background-image: url(../images/icon_image.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	/*padding: 0 0 5px 5px;*/
	margin: 0 5px 0 0;
	cursor: pointer;
}

.banner .icons .image:hover {
	background-image: url(../images/icon_image.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	/*padding: 0 0 5px 5px;*/
	margin: 0 5px 0 0;
	cursor: pointer;
}

.banner .icons .imageNo {
	background-image: url(../images/icon_image_no.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	margin: 0 5px 0 0;
	/*padding: 0 0 5px 5px;*/
}

.banner .icons .messageIcon {
	background-image: url(../images/icon_contact.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
}

.banner .icons div.messageIcon:hover {
	background-image: url(../images/icon_contact_hover.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	margin: 0 5px 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

.skypeIcon a {
	float:left;	
}

.skypeIcon a {
  background-image: url(../images/icon_skype.png);
  background-repeat: no-repeat;
  display: block; 
  width: 18px;
  height: 18px; 		
}

.skypeIcon a:hover {
  background-image: url(../images/icon_skype_hover.png);
  background-repeat: no-repeat;
  display: block; 
  width: 18px;
  height: 18px;		
}

.skypeInactive {
  background-image: url(../images/icon_skype_no.png);
  background-repeat: no-repeat;
  display: block; 
  width: 18px;
  height: 18px;	
  float: left;
}

.banner .banName {
	padding: 8px 5px 0 12px;
	line-height: 16px;
	color: black;
	display: block;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
}

.pointer {
	cursor: pointer;
}

.banImg {
	background-image: url(../images/bannerBackground.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
	margin: 0 0 0 18px;
	*margin: 0 0 0 0px;
	display: block;
	border: 1px solid black;	
}


