@charset "utf-8";
/* CSS Document */

#SpecialContent{
	margin-right:10px;
	background-position:top right ;
	background-repeat:no-repeat;
}

#SpecialLeft{
	float:left;
	width:300px;
}

#SpecialRight{
	float:right;
	width:420px;
	background-repeat:no-repeat;
	background-image:url(/specials/542/image/hearts.gif);
}

#Info{
	margin-top:10px;
	padding:10px;
	border:solid 1px #EC008C;
}

#Info img{
	float:left;
	margin-right:5px;
}

#Info strong{
	font-weight:bold;
	color:#EC008C;
}

h2{
	color:#EC008C;
	font-size:21px;
	font-weight:bold;
	padding:5px;
}

.q{
	color:#F067A6;
}

#PrevNextBtns{
	clear:both;
	margin:15px 0;
}

#NextPage{
	display:block;
	float:right;
	margin:15px 0;
	width:150px;
}

#PrevPage{
	display:block;
	float:left;
	margin:15px 0;
	width:150px;
}