.shop_home_welcomeText{
	position:relative;
	top:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:500px;
}
.shop_home_products{
	position:relative;
	top:30px;
	width:500px;
	border-bottom: 1px dashed black;
	cursor: default;
}
.shop_home_contact{
	position:relative;
	top:40px;
	width:500px;
	border-bottom: 1px dashed black;
	cursor: default;
	text-align: center;
}
.shop_home_promotionsArea{
	position: relative;
	top: 20px;
	width: 500px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	overflow: visible;
}
.shop_home_overviewBox{
	border: 1px solid black;
	padding: 10px;
	position: absolute;
	height: 130px;
	width: 220px;
	background-color: #F7931E;
	background-color: #BED2E8;
}
.promotionTextBox{
	position: absolute;
	overflow: auto;
}
.promotionTitle{
	position: absolute;
	top:0px;
	left: 0px;
	font-weight: bolder;
	font-size: 12px;
	cursor: default;
}
.promotionText{
	position: absolute;
	font-size: 11px;
}
