
#rewardsContainer {
	width: 1000px;
	text-align: center;
	margin: auto;
	background: #ffffff;
	}
	
#rewardHeader {
	width: 970px;
	text-align: left;
	margin: 60px 0 0 30px;
	background: #ffffff;
	color: #47505a;
	font: 18px verdana;
	float: left;
	}
	
#leftSide {
	width: 240px;
	text-align: center;
	margin: 20px 0 60px 0;
	float: left;
	}

#shopCart {
	text-align: center;
	width: 198px;
	margin: 0 0 0 0;
	float: left;
	}

#shopCart ul { /* all lists */
	background-image: url('../images/menu_header.gif');
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	list-style: none;	
	text-align: left;
	width: 200px;
}

#userPoints {
	font: 9pt arial;
	color: red;
	}
	
#shopCart ul li { /* all list items */
	color: #47505a;
	background: #fbf0dc;
	width: 188px;
	position: relative;
    text-align: left;
    top: -4px;
    padding: 5px 0 5px 10px;
    list-style: none;
    border-style: solid;	    /* RHS menu item underline */
    border-width: 0 1px 0 1px;
    border-color: #dcd9c7;
    text-decoration: none;
	margin: auto;
	}

#shopCart ul li.firstLine { /* all list items */
	color: #47505a;
    font: 10px verdana;
	background-color: transparent;
	margin: 0 0 0 0;
	list-style: none;	
	width: 198px;
    border-width: 0 0 0 0;
    text-align: left;
    position: relative;
    top: -3px;
	}

#shopCart ul li.gapper { /* all list items */
	background: #fbf0dc;
	background-image: url('../images/line.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 188px;
	height: 1px;
	position: relative;
    text-align: left; 
    list-style: none;
}

#shopCart ul li.LastLine { /* all list items */
	background-image: url('../images/menu_bottom.gif');
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 198px;
    border-width: 0 0 0 0;
    height: 20px;
    margin: 0 0 0 0;
	}

#shopCart p {
	padding-left: 80px;
	font: 11px verdana;
	position: absolute;
	top: 5px;
	}

#checkoutBTN {
	width: 200PX;
	height: 30px;
	text-align: left;
	margin: 0 0 0 0;
	}





/*RIGHT SIDE*/
#rewardsRightSide {
    color: #47505a;
	background: #ffffff;
	width: 500px;
	text-align: center;
	float: left;
	margin: 20px 0;
	}
	
.productHolder {
	text-align: center;
	float: left;
	width:200px;
	height: 300px;
	margin: 0 12px 12px 0;
	padding: 0 15px 0 15px;
	border: 1px #ebebeb dotted;
	}

.productHolder p{
	font: 10px verdana;
	text-align: left;
	}
	
.productImage {
	width: 100%;
	height: 185px;
	text-align: center;
	margin: 10px auto;
	position: relative;
	top: 0;
	background: #ffffff;
	}

.productCopy {
	width: 100%;
	height: 60px;
	text-align: center;
	margin: 15px auto;
	position: relative;
	top: -12px;
	background: #ffffff;
	}

.addToCart {
	width: 200px;
	height: 20px;
	text-align: right;
	margin: auto;
	position: relative;
	top: -15px;
	/top: -35px;
	}
	
.cost {
	width: 105px;
	font: 12px verdana;
	font-weight: bold;
	color: #8a2437;
	height: 20px;
	text-align: left;
	margin: auto;
	position: relative;
	top: -13px;
	float: left;
	}	
	
.verticalSplitter {
	width: 30px;
	height: 300px;
	background-image: url('../images/verticalSplitter.gif');
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	margin: 0 0 0 0;
	float: left;
}

.horizontalSplitter {
	width: 210px;
	height: 10px;
	background-image: url('../images/horizontalSplitter.gif');
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	float: left;
}





/*Account Information on left side */
#accountInfo {
	background: #ffffff;
	text-align: center;
	width: 198px;
	margin-right: 25px;
	float: left;
	}

#accountInfo ul { /* all lists */
	background-image: url('../images/account_menu_header.gif');
	background-repeat: no-repeat;
	width: 200px;
	margin: 0 0 15px 0;
	list-style: none;	
	text-align: center;
	padding: 0;
}
	
#accountInfo ul li { /* all list items */
	color: #47505a;
	background: #ffffff;
	width: 188px;
	position: relative;
    text-align: left; 
    list-style: none;
    padding: 5px 0 5px 10px;
    top: 0px;
    border-style: solid;	    /* RHS menu item underline */
    border-width: 0 1px 0 1px;
    border-color: #dcdcdc;
    text-decoration: none;
}

#accountInfo ul li.afirstLine { /* all list items */
	color: #47505a;
	position: relative;
	top:-2px;
    height: 11px;
    font: 10px verdana;
	width: 188px;
	height: 9px;
	background-color: transparent;
	margin: 0;
	list-style: none;	
	text-align: left;
    border-width: 0 0 0 0;
    text-decoration: none;
}

#accountInfo ul li.gapper { /* all list items */
	background: #ffffff;
	background-image: url('../images/line.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 188px;
	height: 1px;
    text-align: left; 
    list-style: none;
}

#accountInfo ul li.alastLine { /* all list items */
	background-image: url('../images/account_bottom_menu_header.gif');
	background-repeat: no-repeat;
	width: 200px;
	position: relative;
    text-align: left; 
    list-style: none;
    top: 0;
    border-style: solid;	    /* RHS menu item underline */
    border-width: 0 0 0 0;
    border-color: #dcd9c7;
    text-decoration: none;
    background-color: #ffffff;
    height: 20px;
}	
	
.accountInfoTable {
	font: 10px verdana;
	text-align: left;
	margin: -5px 0 0 0;
	}
	
.name {
	font: 13px verdana;
	color: #000000;
	}
	
.credits {
	font: 15px verdana;
	color: #8a2437;
	text-align: center;
	width: 100px;
	}

.deleteCart {
	border-width: 1px;
	border-color: #47505a;
	border-style:solid;
	padding: 1px;
	font-size: 9px;
	color: #47505a;
	width: 64px;
	text-align:center;
	margin-top:12px;
	}

.deleteCart a {
	text-decoration:none;
	display: block;
	}

.deleteCart a:hover {
	text-decoration: none;
	background:#8a2437;
	color:#fff;
	}
	