@charset "utf-8";
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| Cash Rewards :: alteredCart.com
| All code developed by Bill Brewer
| Copyright (c)2013 alteredCart
| Bill Brewer <contact@alteredcart.com>
| All rights reserved.
| This code is licensed for use on a single server.
| This code is licensed for use by the original purchaser only.
| Full license :: www.alteredcart.com/license.php
|-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#cashRewardsMainSection {
	width:960px;
	margin:0 auto;
}
.cashRewardsCartDisplay {
	background:#F3F3F3;
	border: 1px solid #D2D2D2;
	padding: 10px;
	margin:0 3px 30px 0;
	-webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    1px 1px 3px rgba(50, 50, 50, 0.50);
	box-shadow:         1px 1px 3px rgba(50, 50, 50, 0.50);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cashRewardsCartDisplay.topMargin {
	margin-top:10px !important;
}
.cashRewardsCartDisplayNoBorder {
	border:none !important;
	background-color:transparent !important;
}
.cashRewardsCartDisplay img {
	vertical-align:middle;
}

.greenPriceDisplay {
	font-weight:bold;
	color:#060;
}
.paginationContainer {
	border: 1px solid #D2D2D2;
	padding:0;
	margin:0 auto;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:61px;
	height:30px;
}
.paginationContainer div {
	float:left;
	padding-top:6px;
	cursor:pointer;
}
.paginationContainer .arrow {
	padding-top:10px;
	width:30px;
	text-align:center;
}
.paginationContainer .text {
    font-size: smaller;
    text-align: center;
    width: 100%;
}
.tableDisplay {
	border-collapse:collapse;
	min-width:600px;
}
.tableDisplay td {
	border:0px;
	border:1px #CCC dotted;
	padding:6px 5px;
	margin:0px;
	text-align:center;
}
.tableDisplay th {
	background-color:#CCC;
	border:1px solid #999;
	padding:6px 5px;
	margin:0px;
	white-space:nowrap;
	font-variant:small-caps;
}
.rowA {
	background-color:rgba(255, 255, 255, .1);
}
.rowB {
	background-color:rgba(0, 0, 0, .1);
}
.arrowSprite {
	display:inline-block;
	background:url(../../images/arrow-sprite.png) no-repeat center center;
}
.arrowSprite.whiteUp { background-position:-52px 0; height:9px; width:9px; }
.arrowSprite.whiteDown { background-position:-61px 0; height:9px; width:9px; }
.arrowSprite.whiteLeft { background-position:-70px 0; height:9px; width:5px; }
.arrowSprite.whiteRight { background-position:-75px 0; height:9px; width:5px; }
.arrowSprite.greyUp { background-position:-24px 0; height:9px; width:9px; }
.arrowSprite.greyDown { background-position:-33px 0; height:9px; width:9px; }
.arrowSprite.greyLeft { background-position:-42px 0; height:9px; width:5px; }
.arrowSprite.greyRight { background-position:-47px 0; height:9px; width:5px; }
.arrowSprite.browserOpen { background-position:-12px 0; height:9px; width:6px; }
.arrowSprite.browserOpen:hover { background-position:-18px 0; height:9px; width:6px; }
.arrowSprite.browserClosed { background-position:0 0; height:9px; width:6px; }
.arrowSprite.browserClosed:hover { background-position:-6px 0; height:9px; width:6px; }
