@import url("common.css");
@import url("callouts.css");
/*
Action Envelope
- Created: 7/24/07
*/

#content {
	padding: 0 0 0 20px;
}
#pageHeader {
	width: auto;
	padding: 10px 20px 0 0;
	margin: 0 0 20px 0;
}
#pageHeader a {
	margin: 10px 0 0 0;
	float: right;
}
#pageHeader a#holidayLink {
	font-size: 1em;
	margin: 10px 25px 0 0;
	width: auto;
}
#cart {
	padding: 0 0 40px 0;
	position: relative;
}
div#colA {
	float: left;
	width: 725px;
	font-family: verdana;
	color: #024376;
	font-size: 11px;
}
div#colA .subHeaders {
	font-size: 1.1em;
	color: #2e94e4;
}
div#colA .boxA .leftTop {
	background: url(../img/rc/cart/leftTop.gif) repeat-y;
	height: 26px;
	width: 708px;
}
div#colA .boxA .leftTop .subHeaders {
	padding: 6px 0 0 15px;
	font-weight: bold;
}
div#colA .boxA .leftTop .subHeaders .qty {
	float: left;
	width: 75px;
}
div#colA .boxA .leftTop .subHeaders .itemName {
	float: left;
	width: 280px;
}
div#colA .boxA .leftTop .subHeaders .pDetail {
	float: left;
	width: 242px;
}
div#colA .boxA .leftTop .subHeaders .subtotal {
	padding: 0 15px 0 0;
	float: right;
}
div#colA .boxA .leftBg {
	width: 707px;
	background: url(../img/rc/cart/leftBg.gif) repeat-y;
}
/*Show only when cart is empty*/
div#colA .boxA .leftBg .emptyCart {
	padding: 15px 0 15px 0;
	text-align: center;
	color: #004381;
	font-size: 16px;
}
/* cart item styles */
div#colA .item {
	padding: 15px;
	border-top: 1px solid #d7d7d7;
	border-top: expression((this==this.parentNode.firstChild) ? 'none' : '1px solid #d7d7d7');
}
div#colA .item:first-child {
	border: none;
}
div#colA .item .qty {
	width: 65px;
	padding: 0 10px 0 0;
	float: left;
	text-align: center;
}
div#colA .item .qty input.text {
	width: 50px;
	height: 14px;
	margin: 0 0 5px 0;
	padding: 2px;
	border: 1px solid #d7d7d7;
	text-align: center;
}
div#colA .item .qty select {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #d7d7d7;
	text-align: left;
}
div#colA .item .name {
	width: 270px;
	padding: 0 10px 0 0;
	line-height: 16px;
	float: left;
}
div#colA .item .name table {
	border-collapse: collapse;
	border-spacing: 0;
}
div#colA .item .name table td {
	padding: 0 2px;
}
div#colA .item .name img {
	margin: 0;
}
div#colA .item .name a {
	line-height: 17px;
}
div#colA .item p {
	width: 227px;
	margin: 0;
	padding: 0 15px 0 0;
	float: left;
	font-size: 1em;
	line-height: 15px;
}
div#colA .item .total {
	float: right;
	color: #f60;
}
div#colA .item .progress {
	float: right;
}
/*Show only when cart is full*/
div#colA .boxA .leftBg .subBox {
	padding: 13px 0 20px 15px;
	border-top: 1px solid #e1e3e6;
	width: 690px;
	clear: both;
	position: relative;
}
div#colA .boxA .leftBg .subBox:first-child {
}
div#colA .boxA .leftBg .subTwo {
	padding: 20px 0 0 15px;
	border: none;
}
div#colA .boxA .leftBg .subBox .spacer {
	width: .3em;
	float: left;
	margin: 0;
}
div#colA .boxA .leftBg .subBox .quantity {
	float: left;
	width: 75px;
	line-height: 160%;
	color: #333;
}
div#colA .boxA .leftBg .subBox .quantity select {
	border: 1px solid #d7d7d7;
}
div#colA .boxA .leftBg .subBox .quantity textarea {
	height: 20px;
	width: 40px;
	border: 1px solid #d7d7d7;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
}
div#colA .boxA .leftBg .subBox .name {
	float: left;
	width: 278px;
}
div#colA .boxA .leftBg .subBox .name img {
	float: left;
}
div#colA .boxA .leftBg .subBox .name span {
	margin: 0 0 0 8px;
	font-weight: bold;
	line-height: 20px;
}
div#colA .boxA .leftBg .subBox .name em {
	margin: 0 0 0 10px;
}
div#colA .boxA .leftBg .subBox .detail {
	float: left;
	margin: 1px 0 0 0;
	width: 241px;
	font-size: 10px;
	line-height: 150%;
}
div#colA .boxA .leftBg .subBox .empty {
	float: left;
	width: 199px;
}
div#colA .boxA .leftBg .subBox .detail span {
	font-weight: bold;
}
div#colA .boxA .leftBg .subBox .total {
	float: left;
	margin: 1px 0 0 0;
	font-weight: bold;
	color: #fc7e22;
}
div#colA .boxA .leftBg .subBox .align {
	text-align: center;
}
div#colA .boxA .leftBg .subBox .weight {
	margin: 35px 0 0 0;
	font-size: 10px;
	color: #024376;
	width: 125px;
}
div#colA .boxA .leftBg .subThree {
	width: 705px;
	margin: 20px 0 0 0;
	padding: 0;
	border-top: 1px solid #e1e3e6;
	border-bottom: 1px solid #e1e3e6;
}
div#colA .boxA .leftBg .subThree .calculateBox {
	float: left;
}
div#colA .boxA .leftBg .subThree .calculateBox .bg {
	background: #f6f6f6 url(../img/bg/cart/calculateBg.gif) repeat-x bottom left;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	width: 313px;
}
div#colA .boxA .leftBg .subThree .calculateBox .bg .shippingHeader {
	margin: 0;
	padding: 8px 0 8px 0;
}
div#colA .boxA .leftBg .subThree .calculateBox .bg .shipping {
	float: left;
	padding: 0 0 0 13px;
	font-weight: bold;
	color: #666;
}
div#colA .boxA .leftBg .subThree .calculateBox .bg .shippingPromo {
	float: right;
	font-size: 10px;
	padding: 1px 13px 0 0;
	color: #888;
}
div#colA .boxA .leftBg .subThree .calculateBox .bg .shippingPromo img {
	display: inline;
	vertical-align: middle;
}
div#colA .boxA .leftBg .subThree .calculateBox .bg .submitCalc {
	padding: 12px 0 0 13px;
}
div#colA .boxA .leftBg .subThree .calculateBox .bg .submitCalc .zip {
	float: left;
	font-size: 10px;
	width: 57px;
	line-height: 17px;
}
div#colA .boxA .leftBg .subThree .calculateBox .bg .submitCalc .field {
	float: left;
	width: 83px;
}
div#colA .boxA .leftBg .subThree .calculateBox .bg .submitCalc .field input {
	width: 70px;
	height: 14px;
	padding: 2px;
	margin: 0 10px 0 0;
	color: #333;
	border: 1px solid #d7d7d7;
	font-size: 1.1em;
}
div#colA .boxA .leftBg .subThree .calculateBox .bg .submitCalc .calculateButton {
	float: left;
}
div#colA .boxA .leftBg .subThree .calculateBox .bg .submitCalc .calculateButton input {
	vertical-align: middle;
}
div#colA .boxA .leftBg .subThree .calculateBox .bg .submitCalc .calculateButton img {
	display: inline;
	vertical-align: middle;
	margin: 0 0 0 5px;
}
div#colA .boxA .leftBg .subThree .calculateBox .bg .input {
	padding: 7px 0 40px 13px;
	font-size: 12px;
}
div#colA .boxA .leftBg .subThree .calculateBox .bg .input .spacer {
	float: left;
	width: 57px;
}
div#colA .boxA .leftBg .subThree .calculateBox .bg .input .dropDown {
	float: left;
}
div#colA .boxA .leftBg .subThree .calculateBox .bg .input .dropDown select {
	padding: 0;
	border: 1px solid #d7d7d7;
	font-size: 12px;
}
div#colA .boxA .leftBg .subThree .calcBox {
	float: right;
	position: relative;
	width: 350px;
	padding: 13px 13px 0 0;
}
div#colA .boxA .leftBg .subThree .calcBox table.calcInfo {
	float: right;
	text-align: right;
	border-collapse: collapse;
}
div#colA .boxA .leftBg .subThree .calcBox table.calcInfo a {
	color: #024376;
}
div#colA .boxA .leftBg .subThree .calcBox table.calcInfo th {
	font-weight: normal;
	padding: 3px 13px 2px 0;
}
div#colA .boxA .leftBg .subThree .calcBox table.calcInfo td {
	font-weight: normal;
	padding: 2px 0;
}

div#colA .boxA .leftBg .subThree .calcBox table.calcInfo tr.salesTax th,
div#colA .boxA .leftBg .subThree .calcBox table.calcInfo tr.salesTax td {
	padding-bottom: 10px;
}

div#colA .boxA .leftBg .subThree .calcBox table.calcInfo tr.grandTotal th,
div#colA .boxA .leftBg .subThree .calcBox table.calcInfo tr.grandTotal td {
	padding-top: 7px;
	color: #fc7e22;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #e1e3e6;
}
div#colA .boxA .leftBg .subThree .calcBox table.calcInfo tr.amtNeeded td {
	padding-bottom: 0.8em;
	font-weight: bold;
	color: #9D2011;
}

div#colA .boxA .leftBg .wait {
	margin: 0 0 8px 0;
	padding: 15px 0 5px 15px;
	color: #3599e8;
	font-size: 12px;
	font-weight: bold;
}
#upsell {
	padding: 0 0 0 15px;
}
#upsell .prodImg {
	float: left;
}
#upsell .description {
	width: 140px;
	padding: 0 15px 0 5px;
	line-height: 16px;
	float: left;
}
#upsell .cartButton {
	width: 156px;
	float: right;
	border-left: 1px solid #d7d7d7;
	margin: 0 0 0 20px;
	padding: 10px 15px 10px 20px;
}
div#colB {
	float: left;
	width: 222px;
}
div#colB .boxA .rightBg {
	width: 205px;
	padding: 0 15px 0 0;
	background: url(../img/rc/cart/rightBg.gif) repeat-y;
}
div#colB .boxA .rightBg .pagePrint {
	padding: 8px 0 0 15px;
}
div#colB .boxA .rightBg .pagePrint a {
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
}
div#colB .boxA .rightBg .pagePrint p {
	margin: 8px 0 0 0;
	padding: 0 0 10px 0;
	line-height: 150%;
	font-size: 1.2em;
}
div#colB .boxBRepeat {
	margin: 20px 0 0 0;
}
div#colB .boxBSet {
	margin: 12px 0 0 0;
}
div#colB .boxBRepeat h1.shopWithConfidence {
	width: 220px;
	height: 31px;
	background: url(../img/hl/shopWithConfidence.png) no-repeat 0 0;
	font-size: 1.2em;
	color: #ffcc32;
	line-height: 31px;
	text-indent: 42px;
	overflow: hidden;
}
div#colB .boxBRepeat .greyBg {
	width: 220px;
	background: url(../img/rc/cart/greyBg.gif) repeat-y;
}
div#colB .boxBRepeat .greyBg .secure {
	padding: 10px 15px 10px 15px;
}
div#colB .boxBRepeat .greyBg .secure p {
	margin: 0;
	font-size: .92em;
	line-height: 15px;
	color: #333;
}
div#colB .boxBRepeat .greyBg .secure ul {
	width: 100%;
	margin: 0;
	list-style: none;
}
div#colB .boxBRepeat .greyBg .secure ul li {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	clear: both;
	line-height: 19px;
}

