﻿.modalBackground
{
	background-color: #696969;
	filter: alpha(opacity=40);
	opacity: 0.5;
}

.modalPopupMoreInfo {
    background-color: #FFFFFF;
    border: thin double #333333;
    max-width: 600px;
    min-width:400px;
}

.productImage {
    max-width:300px;
}

