@charset "utf-8";
/* CSS Document */

#logo
{
	background: url('../images/newstores/new_stores_txt.gif') no-repeat;
	width:605px;
	height:121px;
}

p
{
	text-transform:capitalize;
}

.simplemodal-wrap
{
	background: url('../images/newstores/ns_boxFull.png') no-repeat;
	width:604px;
	height:388px;
	padding:40px 5px 0 0px;
}

.simplemodal-data
{
	*padding:0 0 0 5px;
}

.simplemodal-data div#newstores p strong
{
	color:#FF0000;
}

#simplemodal-container a.modalCloseImg {
	background:url('../images/newstores/ns_boxClose2.png') no-repeat;
	width:15px;
	height:15px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:15px;
	right:15px;
	cursor:pointer;
}

#simplemodal-container a.modalCloseImg:hover {
	background:url('../images/newstores/ns_boxClose.png') no-repeat;
}

#simplemodal-overlay {background-color:#000;}

#simplemodal-container {background-color:#333; border:8px solid #444; padding:12px;}
