 
@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(/store_images/all-colors-2c.gif);
	background-position: 8px 0;
	background-repeat: no-repeat;
	float: left;
	border: none;
	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 */
}
.Graphic_Choice {
	/*  these are divs containing the graphics */
	background-image: url(/store_images/all-colors-2c.gif);
	background-position: 8px 0;
	background-repeat: no-repeat;
	border: none;
	height: 110px;
	width: 118px;
	margin: 3px;
}
.Graphic_Choice img {
	height: 57px;
	width: 84px;
	padding: 8px 21px 50px 15px;	/* if you change the 'top' padding (8px) you must also update
									* the .css function in showDesigns.htm */
}
