/*Individual item display sections*/
.item_display_box {
	position:relative;
	margin-left: 10px;
	margin-bottom: 20px;
}
/*Item photo display*/
.item_display {
	display:block;
	background-color: #fff;
	width: 147px;
	height: 150px;
	overflow:hidden;
	border: 1px solid #beb898;
}
/*Places Padding around the thumbnails in the shopping cart.*/
.item_display2 {
	padding: 3px;
	width: 141px;
	overflow: hidden;
}
.item_display .nophoto{
	display:block;
	margin:20px 0px auto -35px;
	width: 67px;
	height: 100px;
}
.item_display_text {
	font: 12px ;
	color: #666666;
}
.item_display_text a:link, .item_display_text a:visited {
	font: 12px ;
	color: #500000;
	text-decoration:none;
}
.item_display_text a:hover {
	font: 12px ;
	color: #3e1527;
	text-decoration:none;
}
/*Add Item Styles*/
.store_image {
	border: 2px solid #9aad78;
	display:inline;
	position:relative;
	margin-right:10px;
	float:left;
	}
.store_image img {
	width:250px;
}
.store_details {
	float:left;
	display:inline;
	width: 810px;
	margin-left: 20px;
}
.store_details h2 {
	padding: 10px 0px 10px 0px;
	font:bold italic 15px;
	color: #7c0b3e;
	text-transform: capitalize;
}
.store_details p {
	font: 12px ;
	color: #636363;
}
.store_costs {
	width: 810px;
	display:block;
	
}
.store_details .store_desc p{
	margin-top:10px;
}
.desc_specs {
	float:left;
	display:inline;
	width:500px;
	}
.desc_specs p {
	clear:both;
	}
.store_price {
	float: left;
	display:inline;
	width: 190px;
	height:30px;
	padding: 5px;
	border-top: 1px solid #beb898;
	border-bottom: 1px solid #beb898;
	border-left: 1px solid #beb898;
	background-color: #fff;
	margin-bottom: 10px;
}
.store_buy {
	float: left;
	display:inline;
	width: 230px;
	height:30px;
	padding: 5px;
	border-top: 1px solid #beb898;
	border-bottom: 1px solid #beb898;
	border-right: 1px solid #beb898;
	background-color: #fff;
}
.store_buy input {
	border:none;
	margin-top:4px;
}
.store_price p {
	font: 10px ;
	color: #635139;
}

.store_price span span{
	color: #500000;
	font-weight:bold;
}
/*Item Option Headers and Item Specification Headers*/
.store_option_headers {
	clear:both;
	font:italic 12px;
	color: #500000;
	text-transform: capitalize;
}
.store_content {
	position:relative;
	width:850px;
	padding:10px;
	clear:both;
	}	

p.store_spec_header {
	padding-bottom:0px;
	clear:both;
	font:italic 12px;
	color: #500000;
	text-transform: capitalize;
}
/*Border and Background color of the checkout table*/
.cart_table {
	background-color: #fff;
	border: 1px solid #beb898;
	width: 780px;
}
/*Background color of the Catagories within the checkout table*/
.cart_table .cart_table_top {
	background-color: #beb898;
	padding: 0 10px 5px;
	font:bold italic 12px;
	color: #fff;
}
/*Styles the items within the checkout*/
.item_name {
	border-bottom: 1px solid #beb898;
	padding: 4px 10px 5px;
	font: 12px ;
}
/*Border Color of the input fields within the checkout*/
.item_name input{
	border: 1px solid #4a4634;
}
/*Specialized specifically for the Subtotal of the total order in the checkout */
.sub_total {
       font:10px ;
       color: #500000;	
       padding:0px 5px 5px 0px;
       background-color: #beb898;
	border-left:1px solid #beb898;
}
/*Subtotals area within the checkout area */
.totalsl {
	background-color: #f7f4e3;
	font:10px;
    color: #500000; 
	border-bottom:1px solid #beb898;
	border-left:1px solid #beb898;
	padding:0px 5px 5px 0px;
}
/*Buttons within the Cart: Such as Update and Empty Cart */
.btns {
	font-size: 10px;
	color:#500000;
	padding-left:10px;
}
/*Padding on the Checkout button*/
.checkout {
	text-align:right;
	padding-top:10px;
	position:relative;
}
.btn_continue {
	position:absolute;
	float: right;
	margin-left: 80px;
	margin-top:-20px;
}

/*Checkout Titles/Headers */

h2.checkout_titles {
	font:20px;
	color: #7c0b3e;
	text-align:left;
	padding-bottom: 6px;
}
input {
	
	border: 1px solid #4a4634;
	padding: 1px;
}

.checkout_input input {
	border: 1px solid #4a4634;
	padding: 1px;
}
.checkout_input select {
	border: 1px solid #4a4634;
	padding: 1px;
}
/*Checkout Small font*/
.small {
	font:10px;
       	color: #500000;
}
.small a:link, .small a:visited {
	font:10px;
       	color: #500000;
	text-decoration: none;
}
.small a:hover {
	font:10px;
       	color: #4a4634;
	text-decoration: underline;
}
.small .login {
	position:relative;
	
}
/*Removing the border on the buttons in the checkout*/
input.noborder {
	border:none;
	background-color:none;
}
textarea {
	font: 12px;
	border: 1px solid #4a4634;
	padding: 3px;
}

table.table_spacing tr td input.noborder {
	border:none;
	background-color:none;
}
/*Account_Register.php Edits*/
table.table_spacing tr td{
	padding: 3px;	
}
/*Border around the checkout dropdown features*/
table.table_spacing tr td select {
	border: 1px solid #4a4634;
	padding: 1px;
}
table.table_spacing tr td input {
	border: 1px solid #4a4634;
	padding: 1px;
}
table.table_spacing tr td textarea {
	border: 1px solid #4a4634;
	padding: 3px;
}
/*SPECIAL NOTICES THROUGH THE CHECKOUT PROCESS YOU WOULD LIKE TO HIGHLIGHT */
.note {
	background-color: #f7f4e3;
	border: 1px solid #beb898;
	padding: 6px;
}

/* SHOPPING CART ERROR MESSAGES*/
.error {
	background-color: #fff;
	border: 1px solid #beb898;
	padding: 6px;
	color: #d10000;
	font-size: 12px;
	margin-bottom: 12px;
}
/*My Profile Page Styles */
.profile_boxes {
	clear:both;
	width: 408px;
	border-top:1px solid #b0aa87;
	padding: 10px;

}
.profile_boxes h3 {
	font: bold italic 13px;
	padding-bottom: 6px;
}
.profile_boxes div {
	padding: 3px;
}
.orderhistory_boxes {/* Main Table that encloses all information except header*/
	clear:both;
	width: 610px;
	padding: 10px;

}
h3 { /*Styles the Invoice Number on the Invoice view */
	font: bold italic 14px;
	padding: 5px 0px;
}	
.orderhistory_table {
	clear:both;
	position:relative;
	width: 610px;
	display:block;

}
.orderhistory_table .subject {
	color: #500000;
	font: bold italic 14px;
}
.orderhistory_table .order_col1 {
	float: left;
	display:inline;
	width: 195px;
	padding: 5px 0 5px 5px;
	border-bottom:1px solid #b0aa87;
}
.orderhistory_table .order_col2 {
	float: left;
	display:inline;
	width: 205px;
	padding: 5px 0;
	border-bottom:1px solid #b0aa87;
}
.orderhistory_table .order_col3 {
	float: left;
	display:inline;
	padding: 5px 0;
	width: 165px;
	border-bottom:1px solid #b0aa87;
}
.orderhistory_space {
	clear:both;
	height: 10px;
}
.invoice h3 { /*Styles the Header for "Description of Order" */
	font: bold italic 14px;
	padding: 5px 0px;
}
.invoice pre{ /*Styles the invoice view Description of Order details */
	font: 12px;
	line-height: 20px;
	padding-left: 5px;
}
.checkout_summary {
	width: 770px;
	position:relative;
	display:block;

}
.checkout_summary_block {
	position:relative;
	width: 410px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-top: 1px solid #b0aa87;
}
.main_content {
	width:750px; 
	/* float:right; */
	position:relative; 
	right:25px;
}
.main_content img, .main_content input {
    border: none;
}
.main_content input.noborder {
	border:none;
	padding:0;
}
.main_shopping {
	display:inline;
	position:relative;
	float:left;
	width:550px;
	}
.shopping_left {
	width:200px;
	display:inline;
	position:relative;
	float:left;
	}

.space {
	position:relative;
	clear:both;
	height:10px;
}
