@charset "utf-8";
/* CSS Document */

#TB_ajaxContent > p > a > img {
	border: none;
	border-left: 1px dotted #000000;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px;
}
#TB_ajaxContent > p > a:hover, #TB_ajaxContent > div > div > a:hover {
	background: none; /* they'll get an underline-style blue background otherwise */
}

.personalizedGraphic {
	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: 3px 21px 37px 21px;*/
	padding: 8px 21px 50px 21px; /* the X position must also be set in showDesigns.php 
								  * on the changecss line for the swatches */
	
}

