/*Individual item display sections*/
.item_display_box {
	position:relative;
	margin-right: 10px;
	margin-bottom: 20px;
	
}
/*Item photo display*/
.item_display {
	display:block;
	background-color: #fff;
	width: 147px;
	height: 150px;
	overflow:hidden;
	border: 1px solid #b5b196;

}
/*Places Padding around the thumbnails in the shopping cart.*/
.item_display2 {
	padding: 3px;
	width: 141px;
	overflow: hidden;
}
.item_display .nophoto{
	display:block;
	margin:57px 0px auto 0px;
	width: 67px;
	height: 25px;
}
.item_display_text {
	font: 12px Verdana, Helvetica, sans-serif;
	color: #666666;
}
.item_display_text a:link, .item_display_text a:visited {
	font: 12px Verdana, Helvetica, sans-serif;
	color: #291013;
	text-decoration:none;
}
.item_display_text a:hover {
	font: 12px Verdana, Helvetica, sans-serif;
	color: #635139;
	text-decoration:none;
}
/*Add Item Styles*/
.store_image {
	border: 1px solid #b5b196;
	float: left;
	width: 305px;
	display:inline;
}
.store_details {
	float:left;
	display:inline;
	width: 320px;
	margin-left: 20px;
}
.store_details h2 {
	padding: 0px 0px 10px 0px;
	font:bold italic 15px Georgia, "Times New Roman", Times, serif;
	color: #291013;
	text-transform: capitalize;
}
.store_details p {
	font: 12px Verdana, Helvetica, sans-serif;
	color: #635139;
	padding: 0px 0px 10px 0px;
}
.store_costs {
	width: 450px;
	display:block;
	
}
.store_details .store_desc p{
	margin-top:10px;
}
.store_price {
	float: left;
	display:inline;
	width: 190px;
	height:30px;
	padding: 5px;
	border-top: 1px solid #b5b196;
	border-bottom: 1px solid #b5b196;
	border-left: 1px solid #b5b196;
	background-color: #fff;
	margin-bottom: 10px;
}
.store_buy {
	float: left;
	display:inline;
	width: 230px;
	height:30px;
	padding: 5px;
	border-top: 1px solid #b5b196;
	border-bottom: 1px solid #b5b196;
	border-right: 1px solid #b5b196;
	background-color: #fff;
}
.store_buy input {
	border:none;
	margin-top:4px;
}
.store_price p {
	font: 10px Verdana, Helvetica, sans-serif;
	color: #635139;
}

.store_price span span{
	color: #291013;
	font-weight:bold;
}
/*Item Option Headers and Item Specification Headers*/
.store_option_headers {
	clear:both;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
	color: #291013;
	text-transform: capitalize;
}

p.store_spec_header {
	padding-bottom:0px;
	clear:both;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
	color: #291013;
	text-transform: capitalize;
}
/*Border and Background color of the checkout table*/
.cart_table {
	background-color: #fff;
	border: 1px solid #b5b196;
}
/*Background color of the Catagories within the checkout table*/
.cart_table .cart_table_top {
	background-color: #b5b196;
	padding: 0 10px 5px;
	font:bold italic 12px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
/*Styles the items within the checkout*/
.item_name {
	border-bottom: 1px solid #b5b196;
	padding: 0px 10px 5px;
	font: 12px Verdana, Helvetica, sans-serif;
}
/*Border Color of the input fields within the checkout*/
.item_name input{
	border: 1px solid #b5b196;
}
/*Specialized specifically for the Subtotal of the total order in the checkout */
.sub_total {
       font:10px Verdana, Helvetica, sans-serif;
       color: #291013;	
       padding:0px 5px 5px 0px;
       background-color: #b5b196;
	border-left:1px solid #b5b196;
}
/*Subtotals area within the checkout area */
.totalsl {
	background-color: #f7f4e3;
	font:10px Verdana, Helvetica, sans-serif;
       	color: #291013; 
	border-bottom:1px solid #b5b196;
	border-left:1px solid #b5b196;
	padding:0px 5px 5px 0px;
}
/*Buttons within the Cart: Such as Update and Empty Cart */
.btns {
	font-size: 10px;
	color:#291013;
	padding-left:10px;
}
/*Padding on the Checkout button*/
.checkout {
	text-align:right;
	padding-top:10px;
	position:relative;
}
.btn_continue {
	position:absolute;
	float: right;
}

/*Checkout Titles/Headers */
h2.checkout_titles {
	font:italic 16px  Georgia, "Times New Roman", Times, serif;
	color: #65734c;
	margin-top: 10px;
	text-align:left;
}
.checkout_input input {
	border: 1px solid #b5b196;
	padding: 3px;
}
.checkout_input select {
	border: 1px solid #b5b196;
	padding: 3px;
}
/*Checkout Small font*/
.small {
	font:10px Verdana, Helvetica, sans-serif;
       	color: #291013;
}
.small a:link, .small a:visited {
	font:10px Verdana, Helvetica, sans-serif;
       	color: #291013;
	text-decoration: none;
}
.small a:hover {
	font:10px Verdana, Helvetica, sans-serif;
       	color: #65734c;
	text-decoration: underline;
}
.small .login {
	position:relative;
	
}
/*Removing the border on the buttons in the checkout*/
input.noborder {
	border:none;
	background-color:none;
}
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 #b5b196;
	padding: 3px;
}
table.table_spacing tr td input {
	border: 1px solid #b5b196;
	padding: 3px;
}
table.table_spacing tr td textarea {
	border: 1px solid #b5b196;
	padding: 3px;
}
/*SPECIAL NOTICES THROUGH THE CHECKOUT PROCESS YOU WOULD LIKE TO HIGHLIGHT */
.note {
	background-color: #f7f4e3;
	border: 1px solid #b5b196;
	padding: 6px;
}

/* SHOPPING CART ERROR MESSAGES*/
.error {
	background-color: #f7f4e3;
	border: 1px solid #b5b196;
	padding: 6px;
	color: #d10000;
	font-size: 12px;
	margin-bottom: 12px;
}
/*My Profile Page Styles */
.profile_boxes {
	clear:both;
	width: 431px;
	border:1px solid #b0aa87;
	padding: 10px;
	margin-top:10px;
	background: url(../images/newsletter_form_bkgrd.gif) #f2efdd no-repeat right bottom;

}
.profile_boxes h3 {
	font: bold italic 13px Georgia, Times New Roman, serif;
	padding-bottom: 6px;
}
.profile_boxes div {
	padding: 3px;
}
.orderhistory_boxes {/* Main Table that encloses all information except header*/
	clear:both;
	width: 740px;
	border:1px solid #b0aa87;
	padding: 10px;
	margin-top:10px;
	background-color:#f2efdd;

}
h3 { /*Styles the Invoice Number on the Invoice view */
	font: bold italic 14px Georgia, Times New Roman, serif;
	padding: 5px 0px;
}	
.orderhistory_table {
	position:relative;
	width: 740px;
	display:block;

}
.orderhistory_table .subject {
	background-color: #b5b196;
	color: #fff;
	font: bold italic 14px Georgia, Times New Roman, serif;
}
.orderhistory_table .order_col1 {
	float: left;
	display:inline;
	width: 250px;
	padding: 5px 0 5px 5px;
}
.orderhistory_table .order_col2 {
	float: left;
	display:inline;
	width: 335px;
	padding: 5px 0;
}
.orderhistory_table .order_col3 {
	float: left;
	display:inline;
	padding: 5px 0;
	width: 150px;
}
.orderhistory_space {
	clear:both;
	height: 10px;
}
.invoice h3 { /*Styles the Header for "Description of Order" */
	font: bold italic 14px Georgia, Times New Roman, serif;
	padding: 5px 0px;
}
.invoice pre{ /*Styles the invoice view Description of Order details */
	font: 12px Verdana, Helvetica, sans-serif;
	line-height: 20px;
	padding-left: 5px;
}
.checkout_summary {
	width: 770px;
	position:relative;
	display:block;

}
.checkout_summary_block {
	float:left;
	display:inline;
	width: 348px;
	margin-right:10px;
	border:1px solid #b0aa87;
	padding: 10px;
	margin-top:10px;
	background: url(../images/newsletter_form_bkgrd.gif) #f2efdd no-repeat right bottom;
}
.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;
}

