﻿
#ContentSite {
    padding-top: 0px;
    font-family: 'Cabin', sans-serif !important;
    font-style: normal;
    font-weight: 400;    
}

.SeasonalVegetables {
    width: 465px;
    margin-left: 40px;
    padding-top: 10px;
    color: #FFFFFF;
    font-weight: bold;
}

#ContentSite .SeasonalVegetables .BoxOnlyText {
    float: right;
    width: 220px;
    padding-top: 50px;    
    text-align: left;
    font-family: 'Cabin', sans-serif !important;
    font-weight: 700; 
}

.SeasonalVegetables h2 {
    font-size: 3.2em;
    line-height: 0.9em;
    font-weight: 700;
}

.SeasonalVegetables h3 {
    margin-top: 10px;
    font-size: 1.6em;
    line-height: 1em;
}

.SeasonalVegetables a {
    color: #FFFFFF;
}

.SeasonalVegetables img {
    float: left;
}

.Highlight {
    position: relative;
    top: -15px;
    width: 226px;
    margin-left: 160px;
    margin-bottom: 40px;
    padding: 0px 7px 7px;
    background: transparent url(../Images/BgBorderBox.png); 
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;        
}

.Highlight .BgContent {
    display: block;
    float: left;
    width: 196px;
    padding: 24px 14px 14px;    
    background: transparent url(../Images/BgDarkGreenBox.png);
    color: #FFFFFF;
    border: 1px solid #5c6d30;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;     
}

.Highlight h3 {
    font-size: 20px;
}

.Highlight h4 {
    margin-bottom: 10px;
}

.Highlight img.Left {
    margin-bottom: 0px;
    margin-right: 10px;
}

.Highlight .Right {
    font-size: 1.2em;
}

.Card {
    position: relative;
    width: 320px;
    height: 200px;
    margin-bottom: 40px;
}

.Card a {
    width: 320px;
    height: 200px; 
    font-size: 30px;  
}

.Card img {
    position: absolute;
    left: 20px;
    top: 35px;
}

.Card h2 {
    line-height: 1.1em;
}

.Card .BoxOnlyText {
    position: absolute;
    right: 20px;
    top: 60px;
    width: 140px;
}

.Card.Orange {
    background: transparent url(../Images/CardOrange.png) no-repeat;
    color: #f7941d;
}

.Card.Orange a {
    color: #f7941d;
}

.Card.Red {
    margin-top: 20px;
    margin-bottom: 20px;
    background: transparent url(../Images/CardRed.png) no-repeat;
    color: #d71920;
}

.Card.Red a {
    color: #d71920;   
}

.Card.Green {
    background: transparent url(../Images/CardGreen.png) no-repeat;
    color: #4e6a14;   
}

.Card.Green a {
    color: #4e6a14; 
}

.ImageBox {
    position: relative;
    width: 300px;
    height: 251px;
    margin: 0px 10px 60px;    
}

.ImageBox a {
    width: 300px;
    height: 251px;    
}

.ImageBox .BoxOnlyText {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 280px;
    padding: 10px;
    color: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;    
}

.ImageBox h2 {
    font-size: 20px;
    line-height: 24px;    
}

.ImageBox img {
	border-radius: 10px;
}

.ImageBox.Product .BoxOnlyText {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(160, 175, 80);
	/* RGBa with 0.8 opacity */
	background: rgba(160, 175, 80, 0.8);
}

.ImageBox.Shop .BoxOnlyText {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(242, 148, 80);
	/* RGBa with 0.8 opacity */
	background: rgba(242, 148, 80, 0.8);
}

.ImageBox.Magazine .BoxOnlyText {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(223, 219, 80);
	/* RGBa with 0.8 opacity */
	background: rgba(223, 219, 80, 0.8);
}

.PromoHome li {
    float: left;
    height: 190px;
    width: 205px;
    margin-right: 10px;
}