@charset "utf-8";


/*   FWOEHM 7or */

.east7-country {
/*	overflow: hidden; */
	max-width: 610px;
	margin: 0 auto;
}

.east7-text {
	background-image: url("../features/eastern7s/images/fence-back.gif");
	max-width: 610px;
	background-size: 100% 100%;
	padding: 4%;
	box-sizing: border-box;
	text-align: left;
}

.east7-country img {
	margin-right: auto; 
	margin-left: auto;
	max-width: 100%;
	display: inline-block;
}

.east7-wire {
	height: 40px;
	max-width: 610px;
	background-size: 100% 100%;
}

.east7-wire:nth-of-type(3n+0) {
	background-image: url("../features/eastern7s/images/barb1-straight.gif");	
}
.east7-wire:nth-of-type(3n+1) {
	background-image: url("../features/eastern7s/images/barb2-up.gif");
}
.east7-wire:nth-of-type(3n+2) {
	background-image: url("../features/eastern7s/images/barb3-down.gif");
}

.east7-bottomnav {
	background-image: url("../features/eastern7s/images/fence-bottom.gif");
	height: 95px;
	max-width: 610px;
	background-size: 100% 100%;
	padding-top: auto;
	padding-bottom: auto;
	text-align: center;
	font-size: small;
	padding-left: 4%;
	padding-right: 4%;
}

.east7-exclusive {
	font-weight: bold;	
}

.east7-nonexclusive {
	font-weight: normal;
	font-style: inherit;	
}

.east7-nonmetal {
    font-style: italic;	
}

.east7-specs {
    font-size: small;	
}

.east7-text img {
	margin: 3px;	
}

.east7-rating {
	background-image: url("../features/eastern7s/images/fence-back.gif");
	max-width: 610px;
	background-size: 100% 100%;
	padding-left: 4%;
	padding-right: 4%;
	text-align: left;
	
}

.east7-rating img {
  vertical-align: middle;
  margin-bottom: 0.75em;
}


