#quick_nav {
	padding: 5px;
	background-color: #f0f0f0;
	margin-bottom: 20px;
	border-bottom: #cccccc solid 1px;
	border-top: #cccccc solid 1px;
}
h1 {
	color: #990000;
	text-align: center;
}
.gift_cards {
	padding-bottom: 10px;
	border-bottom: #cccccc solid 1px;
}
	.gift_cards .border {
		padding: 3px;
		border: #cccccc solid 1px;
		margin-right: 10px;
		float: left;
	}
	a h3 {
		font-weight:bold;
		font-size:12px;
	}
	.gift_cards a {
		text-decoration: none;
		color:#0066ff;
	}
	a:hover {
		color: #990000;
	}
	
.gift_cards_info {
	width: 212px;
	float: right;
}
.stock_info {
	margin-top: 10px;
	float: left;
}
	.stock_info td {
		padding-right: 10px;
	}


/* ------------------------- More Info ----------*/
.rest_info {
	border-top: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
}
	.rest_info img {
		padding: 3px;
		float: left;
		margin: 0 10px 10px 0;
		border: #cccccc solid 1px;
	}
	
.select {
	width: 50px;
}
.purchase_option {
	padding: 10px;
	background-color: #ebebeb;
}


.submit_to_cart {
	position: relative;
	top: 8px;
	left: 10px;
}
/* ------------------------- Cart ----------*/
#cart {
	text-align: right;
	margin-bottom: 10px;
}
#cart a {
	text-decoration: none;
	color: #0066ff;
	font-weight: bold;
}
#cart a:hover {
	text-decoration: underline;
	color: #990000;
}
#cart_info {
	
}
#cart_info table {
	width: 100%;
	border-collapse: collapse;
}
#cart_info th {
	text-align: left;
	padding: 5px 10px 5px 5px;
	background-color: #510000;
	color: #ffffff;
}
#cart_info td {
	text-align: left;
	padding: 0px;
	padding: 5px 10px 5px 5px;
	color: #ffffff;
}
#cart_info a {
	color: #ffffff;
}
.cell1 {
	width: 150px;
}
#total {
	text-align: right;
	padding-right: 40px;
	font-size: 12px;
	margin-top: 40px;
}
.gc_count {
	width: 50px;
}
.checkout {
	text-align: right;
	padding: 10px;
}
.box {
	border: #999999 solid 1px;
	padding: 5px;
}

#coupon { 
	background-color: #f0f0f0;
	padding: 5px;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
/* ------------------------- Checkout ----------*/
#checkout {
	
}
#checkout .firstTD {
	width: 120px;
}

#checkout_edit {
	padding: 10px;
	text-align: right;
}
#checkout  i {
	color: #999999;
}
#checkout table {
	width: 100%;
}
#checkout td {
	text-align: left;
}
#checkout .input80 {
	width: 80%;
}
#checkout .input100 {
	width: 100%;
}
.card_num {
	width: 40px;
}

#gc_success {
	text-align: center;
	margin-bottom: 70px;
}
.right {
	text-align: right;
}
#sec_code {
	display: none;
	border: #cccccc solid 1px;
	padding: 10px;
	margin: 10px 0 10px 0;
}
#checkout .gc_close {
	float: right;
	margin: 0;
}
#gc_restrict_term {
	display: none;
	border: #cccccc solid 1px;
	padding: 10px;
	margin: 10px 0 10px 0;
}
#restric_exam {
	display: none;
}
#restric_exam img {
	border: #cccccc solid 1px;
}
