
.storeContact {
	width: 430px;
}

.storeContact ul {
	list-style-type: none;
	line-height: 300%;
	margin: 10px 10px 10px 25px;
    padding: 10px;
	width: 100%;
}

.storeContact ul li{	
    border-bottom: 1px dotted #777777;
}

.storeContact ul li span{
	float: right;
}
