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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333;
	background-color:#FFF;
}

p {
 	margin: 0;
	padding: 0;
	font-size: 16px;
}	

form {
	padding: 2px;
	margin: 0;
	text-align: left;
}

#couponForm {
	text-align: center;
}

.prodDisplay {
	width: 830px;
	height: 250px;
	margin: 0 10% 0 10%;
}

h3 {
	margin: 0;
	padding: 0;
}

.prodPic {
	width: 300px;
	height: 200px;
	border: 5px solid #999;
}

.prodLogo {
	position: relative;
	left: 325px;
	top: -200px;
	width: 500px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #999;
}

.prodDesc {
	position: relative;
	left: 325px;
	top: -200px;
}

.prodDesc p {
	margin: 1px;
}

#banner {
	border: thin solid #888;
	position: relative;
	height: 78px;
	width: 830px;
	margin: 40px 10% 70px 10%;
}

#rrlogo {
	width: 515px;
	height: 125px;
	padding: 0 0 50px 335px;
	margin: 0 10% 0 10%;
}

#napoArea {
	width: 830px;
	height: 50px;
	margin: 10px 10% 0 10%;
	text-align: center;
}

#napoArea a {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#napoArea a:hover {
	color: #666;
	text-decoration: underline;
}

#couponArea {
	width: 830px;
	margin: 0;
	padding: 0;
	margin: 0 10% 5% 10%;
}
#couponArea p {
	color: #666;
	font-weight: bold;
	text-align: center;
	padding: 0 0 3px 0;
}
p.sleevePurchText {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.sleevePurch {
	position: relative;
	left: 150px;
	top: -25px;
	margin: 0;
	padding: 0;
}
.seriesDiv {
	width: 830px;
	height: 40px;
	margin: 0 10% 2% 10%;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #999;
}
.noticeDiv {
	width: 830px;
	height: 40px;
	margin: 0 10% 2% 10%;
	padding: 0 0 20px 0;
}
.nestRow {
	margin: 0 10% 2% 10%;
	padding: 0;
	height: 150px;
	width: 830px;
}

.nestLeft {
	margin: 0;
	padding: 0;
	height: 125px;
	width: 350px;
}

.nestRight {
	position: relative;
	left: 415px;
	top: -125px;
	margin: 0;
	padding: 0;
	height: 125px;
	width: 350px;
}

.purchForm {
	position: relative;
	left: 135px;
	top: -100px;
	margin: 15px 0 0 0;
	padding: 0;
}

.purchForm p {
	color: #D00;
	text-decoration: bold;
}

.rnTitle {
	position: relative;
	left: 5px;
	top: -100px;
	font-size: 22px;
	font-weight: bold;
	color: #888;
}

.rnPrice {
	position: relative;
	left: 135px;
	top: -100px;
	font-size: 18px;
	font-weight: bold;
	color: #888;
}

.limitQty {
	position: relative;
	left: 78px;
	top: -85px;
	font-size: 12px;
	font-weight: bold;
	/*color: #888;*/
	color: #888;
}

#txtAlternate {
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	text-align:center;
	color: #666;
}
#txtSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align:center;
	color: #666;
}
#txtDescription {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align:center;
}

#pBtn {
	position: relative;
	left: 336px;
	width: 100%;
	padding: 050%;
	margin: 0;
}

#purchBtn {
	display: block;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 25px;
	background: url("purchbtn.jpg") no-repeat 0 0;
}

#purchBtn:hover { 
	background-position: 0 -25px;
}

#purchBtn:active { 
	background-position: 0 -50px;
}

#purchBtn span {
	display: none;
}

#spiralBitLink {
	color: #FFF;
	text-align: center;
}

#spiralBitLink a {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-decoration: none;
}

#spiralBitLink a:hover {
	color: #666;
	text-decoration: underline;
}
.fbText img {
	border: 0;
}
.fbText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align:center;
	color: #666;
}
.fbText a {
	color: #666;
	text-decoration: underline;
}
.fbText a:hover {
	color: #666;
	text-decoration: underline;
}