div#wrapper {
	width: 580px;
	margin: 0 auto;
	border: 1px solid #DDD;
	text-align: left;
	padding: 10px;
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 80%;
	background-color: #F5F5F5;
}

div.product-display-large {
	position: relative;
	text-align: left;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 80%;
	width: 600px;
	height: 100%;
	margin-bottom: 20px;
	background: url(../images/buynow-body.gif) no-repeat 0 bottom;
}

div.product-display-large .padding {
	padding: 0 20px;
	
}

div.product-display-large h2 {
	background: url(../images/buynow-header.gif) no-repeat 0 top;
	padding: 20px;
	margin: 0;
	height: 29px;
	font-weight: normal;
	font-size: 200%;
	letter-spacing: -1px;
}

div.product-display-large h2 span {
	color: #979797;
	font-size: 85%;
}

div.product-display-large h2 sup {
	font-size: 60%;
}

div.product-display-large img.img {
	color: white;
	background: #CCC;
	padding: 5px;
	border: 1px solid #DDD;
	float: left;
	
}

div.product-display-large ul li strong {
	text-decoration: underline;
	line-height: 0;
	padding: 0;
	margin: 0;
}


div.product-display-large .info {
	float: right;
	width: 290px;
}

table.pricing {
	clear: left;
	border-collapse:collapse;
	border: 1px solid #DDD;
	width: 100%;
	height: 100%;
	margin-top: 20px;
}

table.pricing tr.column1 {
	border-bottom:1px solid #DDD;
	font-size: 85%;
}

table.pricing tbody tr {
	font-size: 95%;
}


table.pricing td.price {
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	color: maroon;
}

table.pricing tr th.part {
	text-align: left;
	padding-left: 8px;
}

table.pricing td img {
	float: right;
	border: 0;
}

table.pricing td img a {
	border: 0;
}

.pricing td {
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	color:#678197;
	padding:0.3em .3em;
	text-align: center;
}




div.product-display {
	position: relative;
	float: left;
	width: 260px;
	height: 500px;
	padding: 5px 10px;
	padding-top:10px;
	text-align: left;
	margin-bottom: 20px;
	background: url(/images/product-box-bg.png) no-repeat;
}

div.product-display img.img {
	background: #CCC;
	padding: 5px;
	border: 1px solid #DDD;
}

div.product-display sup {
	font-size: 80%;
}

div.product-display a, div.product-display a:visited {
	text-decoration: none;
	color: #C00;
}

div.product-display a:hover {
	text-decoration: underline;
}

div.right {
	float: right;
}

p.product-title {
	color: #0037af;
	font-size: 150%;
}

div.pricing {
	position: absolute;
	bottom: 87px;
	right: 10px;
}

p.price {
	float: right;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	color: maroon;
	font: bold 170% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p.price span {
	font-weight:normal;
}

img.buy-button {
	clear: both;
	float: right;
	border: 0;
}

