@charset "utf-8";
/* CSS Document */

#TB_ajaxContent > p > a > img {
	/* this sets the style of the swatches at the top of the popup window */
	border: none;
	border-left: 1px dotted #000000;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px;
}

.personalizedGraphic {
	/*  these are divs containing the graphics */
	background-image: url(swatches/all-colors-2c.png);
	background-position: 8px 0;
	background-repeat: no-repeat;
	float: left;
	border: 1px solid #CEEBF9;
	margin: 3px;
}
.personalizedGraphic a img {
	height: 57px;
	width: 84px;
	padding: 8px 21px 50px 21px;	/* if you change the 'top' padding (8px) you must also update
									* the .css function in showDesigns.htm */
}

