/* CSS Document */
.forc_banner {
	border:1px solid #d3c3a4;
	font-family:Arial, Helvetica, sans-serif;
        font-size: 12px;
        -moz-border-radius: 10px ;
        border-radius: 10px ;
}

.forc_logo {
	padding:3px 0;
	}
.forc_logo img {
    border:none !important;
	}

.forc_slogan {
	background-color:#97742f;
	color:#FFFFFF;
	padding:3px 5px;

}

.forc_right {
	text-align:right;
	}
.forc_center {
	text-align:center;
	}
.forc_300 {
	width:300px;
}
.forc_240 {
	width:235px;
        margin-left: 1px;
}
.forc_220 {
	width:218px;
        }
.forc_odkazy {
	padding:3px;
	text-align:center;
}
.forc_odkazy a{
	color:#97742f;
	margin-right:10px;
}
.forc_sleva {
	display:none;
}
.forc_produkty {
	position:relative;
	margin: 30px 0;
}
.forc_cena {
	background: #e8e8e8;
	display: flex;
	padding: 4px 0;
}
.forc_cena > div {
	flex: 0 1 50%;
	text-align: center;
}
.forc_cenanew {
	font-weight: bold;
}
.forc_cenaold {
	text-decoration: line-through;
}
.forc_koupit a {
	background: #8bb43b;
	color: #fff;
	display: block;
	font-weight: bold;
	text-align: center;
}
.forc_koupit a:hover {
	color: #0c3c42;
}
.forc_nazev a {
	color: #8bb43b;
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	max-height: 3em;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	word-wrap: break-word;
}
.forc_fotka {
	margin: 10px 0;
	text-align: center;
}
.forc_fotka img {
	border: none !important;
}
.forc_sleva {
	position: absolute;
	right: 100px;
	top: 10px;
	background-image: url(4c_bg_badge_green.png);
	width: 40px;
	height: 30px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 12px;
	color: #FFFFFF;
	font-size: 12px;
	z-index: 80;
}