@charset "utf-8";
/* CSS Document */

@font-face {
    font-family:'supermarketregular';
    src: url('supermarket-webfont.eot');
    src: url('supermarket-webfont.eot?#iefix') format('embedded-opentype'),
         url('supermarket-webfont.woff') format('woff'),
         url('supermarket-webfont.ttf') format('truetype'),
         url('supermarket-webfont.svg#supermarketregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body { color: #222; font-size:13px; }

h{ font-size:24px; font-weight: bold; font-family:'supermarketregular'; }

#message {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}


.alert_green:before {
border-color: rgb(72, 0, 81) transparent transparent transparent;
border-style: solid;
border-width: 14px 13px 0px;
content: "";
height: 0;
left: 14px;
position: absolute;
bottom: -13px;
width: 0;
}


.alert_green {
padding:25px;
clear:both;
font-family: 'supermarketregular',"Open Sans", sans-serif;
font-size:22px;
margin-bottom:25px;
color:#ffffff;
background-color: rgb(72, 0, 81);
font-weight: 400;
position: relative;
}

.alert_green p {
color:#ffffff;
font-family:"Open Sans", sans-serif;
font-size:16px;
font-weight: 400;
}

.alert_green a {
color:#ffffff;
font-family:"Open Sans", sans-serif;
font-size:16px;
text-decoration:underline;
font-weight: 400;
}

.alert_green a:hover {
color:#ffffff;
font-family:"Open Sans", sans-serif;
font-size:16px;
text-decoration:underline;
font-weight: 400;
}

.pictures {
	float:left;
	border-radius: 5px;
	padding: 5px;
	margin:3px;
    background-color: #CCC;
}
.ThumbImg {
		display:block;
		float:left;
		
		width:200px;
		height:200px;
		
		background-color: #EEE;
		background-position: center 25%;
		background-repeat: no-repeat;
		
		margin-left:5px;
		margin-top:5px;
	}