/******************************************************************************
monogram_popups.css --- SUPPLEMENTAL to monogram.css.
******************************************************************************/
body {
	text-align: left;
}
div.leftMargin {
	font-family: arial, helvetica, sans-serif;
	margin-left: 25px;
}
div.popUp_Top {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #333333;
	text-align: right;
	margin-right: 20px;
}

div.rightMargin {
	margin-right: 30px;
}
div.rightMargin div.popUp_Top {
	margin-right: 0;
}

h1.pageTitle {
	font-family: "Times New Roman", serif;
	font-weight: normal;
	color: #999999;
	font-size: 175%;
}
h1.pageTitle.smaller {
	/* mainly for product titles in photo galleries */
	font-size: 100%;
}

/* for photo galleries */
.imgBorderOff { border-color: #89a49b; }
.imgBorderOn  { border-color: #89a49b; }
.cellOff  { background-color: white; }
.cellOn   { background-color: #89a49b; }

body.interactive_feature_gallery_popup {
	margin: 10px;
}

/* get inspired -> home gallery */
.designer_details_table td {
	vertical-align: top;
	padding-right: 10px;
	padding-top: 10px;
}
.designer_details_table ul li {
	margin-bottom: 0.9em;
}

