
table tr.top td {
	vertical-align: bottom;
}
table td.title2 {
	padding-bottom: 5px;
}
table td.title2 h1 {
	color: #76B900;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1;
	display: inline;
}
table td.checkout {
	padding-bottom: 5px;
	padding-right: 20px;
	text-align: right;
	vertical-align: middle;
}
table td.search2 {
	width: 185px;
}
table td.search2 form {
	margin: 0;
	padding: 0;
}
table td.search2 form div {
	background-color: #ddd;
	padding: 5px;
}
table td.search2 form input.btn {
	margin: 2px 0 0 5px;
	vertical-align: top;
}

table tr.top td {
	vertical-align: bottom;
}

table#cart {
	margin-top: 20px;
	padding-bottom: 10px;
}
table#cart thead th {
	background-color: #ccc;
	border-top: 1px solid #aaa;
	color: #333;
	padding: 8px 0 8px 4px;
	text-align: left;
}
table#cart thead tr.ship th {
	background-color: #fff;
	border: 0;
	color: red;
	padding: 8px 4px;
	text-align: left;
}
table#cart tbody tr, 
table#cart tbody td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
table#cart tbody tr.t1 td {
	border-top: 1px solid #aaa;
	padding: 8px 4px 8px;
}
table#cart tbody tr.t2 td {
	padding: 0 4px 4px;
}
table#cart tbody tr.t2.last td {
	padding: 0 4px 8px;
}
table#cart tbody td div.name {
	font-size: 1.2em;
	font-weight: bold;
}
table#cart tbody td div.num {
	color: #777;
}
table#cart tbody td.total {
	font-weight: bold;
}
table#cart tbody tr.t2 td img {
	margin-right: 4px;
}

table#totals {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	text-align: right;
	padding: 15px 0;
	margin: -10px 0 20px;
}
table#totals td {
	margin: 0;
	padding: 0;
}
table#totals td.c1 {
	width: auto;
}
table#totals td.c2 {
	width: 6.5em;
}
table#totals td.freeship {
	color: red;
}
table#totals tr.esttotal td {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
}
table#totals tr.esttotal td.c1 span {
	background-color: #FFFFD1;
	padding: 4px 0 4px 4px;
}
table#totals tr.esttotal td.c2 span {
	background-color: #FFFFD1;
	padding: 4px 0 4px 4px;
}
table#totals tr.esttotal td.c2 span span {
	padding: 0;
}
table#totals td.zip {
	color: #666;
	padding-top: 10px;
}
table#totals tr.update td {
	padding-top: 10px;
}

table tbody tr.btm td.cont {
	text-align: left;
}
table tbody tr.btm td.saveforlater {
	text-align: center;
}
table tbody tr.btm td.oneclick {
	text-align: center;
}
table tbody tr.btm td.chckout {
	text-align: right;
}

/* 1 add */
.gift-eng-add,
.gift-msg-add, 
.gift-pack-add,
.gift-pack-remove,
.summary-gift-eng,
.summary-gift-msg,
.summary-gift-pack {
    font-weight: normal;
}
.summary-gift-eng,
.summary-gift-msg {
    margin-top: 8px;
}
.gift-eng-add,
.gift-msg-add, 
.gift-pack-add,
.gift-pack-remove,
.summary-gift-pack {
    padding-left: 10px;
}
.gift-eng-add,
.gift-msg,
.gift-pack-add {
    margin-top: 8px;
}

/* 2 editing 
.gift-eng-editing,
.gift-msg-editing, 
.gift-pack-editing {
	font-weight: bold;
}*/
.gift-msg {
    padding-left: 10px;
}
.gift-msg div.msg-box {
	color: #666;
	font-weight: normal;
	margin: 2px 0 0 16px;
	padding: 0 0 0 0px;
	width: 268px;
	/*text-align: right;*/
}

.gift-msg div textarea {
	height: 100px;
	border-style: solid;
	border-width: 1px;
	border-color: #989898;
	margin: 0px;
	padding: 4px 6px 4px 6px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	overflow:auto; 
	width: 268px;
}

.gift-msg div.error {
	background-color: transparent;
	border: 0;
    margin-top: 4px;
	color: red;
	padding: 0;
	text-align: right;
}

.gift-msg-buttons {
	text-align: right;
	border-style: solid;
	border-width: 0 1 1 1px;
	background-color: #f5f5f5;
	border-color: #989898;
	padding: 6 5 5 6px;
}

.gift-msg-buttons .gift-msg-unique {
	float: left;
}

.gift-msg-button {
    cursor: pointer;
	cursor: hand;
}

/* 3 edit 
.gift-eng-edit,
.gift-msg-edit, 
.gift-pack-edit {
	font-weight: normal;
}
.gift-eng-edit div, 
.gift-msg-edit div {
	color: #666;
	font-weight: normal;
	margin: 2px 0 0 20px;
	padding: 0 0 0 5px;
	width: 262px;
	border-left: 1px solid #ddd;
}*/

.line {
    margin: 0px 5px 0px 5px;
    border-color: #BBB;
    font-size: 0px;
    border-style: dashed;
    border-width:0 0 1 0px;
}

.gift-msg-text,
.gift-eng-text {
	background-color: #ECECEC;
	padding: 4px 6px 4px 6px;
	border-style: dashed;
	border-width: 1px;
	border-color: #BBB;
    margin-top: 4px;
    display: block;
}
.gift-msg-text,
.gift-eng-text {
    margin-left: 21px;
    display: none;
}
.summary-gift-message {
    margin: 0;
}
.summary-gift-text {
    padding: 2 4 2 12px;
    display: block;
    color: #999999;
}
.gifting-checkbox-label img {
    margin-right: 4px;
}

.cart-border {
    border: 1px solid rgb(152,157,165);
}
.cart-header-msg {
    background-color: rgb(236,236,236);
    text-align: left;
    font: 11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
    padding: 8px;
}
.cart-header {
    background-color: rgb(152,157,165);
    color: white;
    font: 11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
    font-weight: bold;
}
.cart-divider {
    border-top: 1px solid rgb(152,157,165);
    margin: 6px 6px 6px 6px;
}
.cart-buttons {
    padding-top: 10px;
}
.cart-alerts {
    text-align: left;
}
.cart-top-buttons {
    text-align: right;
    padding-bottom: 10px;
}
.cart-error-msg {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    background-color: #ffffcc;
    text-align: left;
    font-weight: bold;
    padding: 7px;
    width: auto;
    border: 1px solid #d8d8d8;
}
.errorbox {
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffcc;
    text-align: left;
    padding: 11px;
    width: 400px;
    border: 1px solid #d8d8d8;
    color: red;
}

.msg-email-box {
	border: 1px solid #989898;
	padding: 4px 8px;
}
.msg-email-box label {
	display: block;
	margin: 0 0 8px 0;
}
