@charset "utf-8";

/* LEFT COLUMN STORE */

.STORE_announcementTop {
	float:left;
	
	width:925px;
	height:6px;
	
	background-image:url(../MEDIA/IMAGES/STORE/announcementSides.png);
	background-position:0px 0px;
}

.STORE_announcementBottom {
	float:left;
	
	width:925px;
	height:6px;
	
	background-image:url(../MEDIA/IMAGES/STORE/announcementSides.png);
	background-position:0px -6px;
}

.STORE_announcementBody {
	float:left;
	
	width:925px;
	
	background-image:url(../MEDIA/IMAGES/STORE/announcementBg.png);
	background-repeat:repeat-y;
}

.STORE_announcementTextBody {
	float:left;
	
	width:913px;
	padding-left:6px;
	padding-right:6px;
	
	font-size:13px;
	line-height:normal;
	color:#A8A8A8;
}