body{
        background: #000;
        font-family: Helvetica;
        color: #999;
        font-size: 12px;
        line-height: 14px;
}

.container{
/*        background: #eaeaea;
        width: 915px; */
}

#banner{
	display: none;

/*        float:right;
        margin-top: 50px;
        margin-right: 10px;
        width: 150px;
        height: 525px;
        border: 2px #666 solid;*/
}

#content{
/*
        padding:20px;
        width: 700px;
        height: 800px;*/
}

#topGraphic{
	display: none;

/*        width: 900px;
        padding: 7px;*/
}

.cellContainer{
        margin: auto 0;
        width: 700px;
}

.cell{
	background: none;
	width: 700px;
	height: 150px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px #ccc solid;

	position: relative;
}

.cellBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.innerCell{
        padding: 10px 10px 10px 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

h1{
        color: #333;
        font-size: 18px;
}

h2{
        font-size: 20px;
        color: #666666;
}

.listPrice{
        color: #999999;
        font-size: 18px;
        line-height: 22px;
        font-weight: normal;
        text-decoration: line-through;
}

.priceOffer{
        font-size: 22px;
        line-height: 24px;
        color: #B00E00;
}


.desc{
        width: 400px;
        float: right;
        font-size: 12px;
        line-height: 14px;
        color: #999999;
}

.disclaimer{
        padding: 25px 0px 0px 0px;
        float: left;
        color: #cccccc;
        font-size: 12px;
}

#footer{
	height: 150px;
}

#printBtn {
	display: none;
}
