﻿.VAlign_Outer {
	/*Must have a height to work*/
	display: table;
	position: static;
}

.VAlign_Middle {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

.VAlign_Inner {
}

.ImagePopup {
	height: 447px;
	width: 490px;
}

.PageBody {
	min-height: 350px;
}

#ShoppingCartPageBody {
	min-width: 415px;
}