﻿/* CSS Document */
	.smallASIDate {
		/* Used for the page change Date, ASI #, Item number and shipping info */
	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #3E505A;
	}
.smallred-price-range {
	/* CSS Document */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.OverUnder {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #30464C;
	text-transform: capitalize;
	text-align: center;
}


/* global */

	Body {
		margin: 0px;
		background-color: #A2B2BA;
		background-image:  url('../halloween-bags/images/new_main_background.jpg');
		background-attachment: fixed;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-base-color: #89A4C7;
		scrollbar-shadow-color: #F3F3F3;
		scrollbar-face-color: #48A0F6;
		scrollbar-highlight-color: #F3F3F3;
		scrollbar-dark-shadow-color: #FFFFFF;
		scrollbar-3d-light-color: #89A4C7;
		text-align:center;
	}

	.min {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		text-transform: capitalize;
		color: #FFFFFF;
		text-align: center;
		vertical-align: middle;
		background-color: #000066;
		font-weight: bold;
		vertical-align:middle;
	}

/* end global */

/*price table */

	.border {
		border: 1px solid #000033;
	}
	
	.amount {
		font-family: Arial, Helvetica, sans-serif;
	}

	.onsale {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #990000;
		text-transform: uppercase;
	}

	.quantity {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		background-color: #CCCCCC;
		border: 1px solid #151F21;
		text-align: center;
	}

	.slash {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #999999;
		text-decoration: line-through;
	}

	.smallasi {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #3E505A;
	}

	.Thumb  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		text-transform: capitalize;
		color: #000000;
		letter-spacing: normal;
		
	}

/*end prce table*/

/*content*/

	.content_header_txt {
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		color: #142958;
	}

	.notes {
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #225D8F;
		text-decoration: none;
	}
	
	.product_header {
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold;
		text-transform: capitalize;
		color: #225D8F;
	}
	
	.product_subheader {
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #225D8F;
	}
	
	.smallASIDate {
		/* Used for the page change Date, ASI #, Item number and shipping info */
	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #3E505A;
	}

	.stats_header {
		font-weight: bold;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		text-transform: capitalize;
		color: #225D8F;
	}

/*end content*/

/* decoration*/

	.decoration_header {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		text-indent:0.25in;
	}

	.decoration_text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #000000;
		text-decoration: none;
		text-indent:.5in;
		width:350;
	}
	
	.greybar
	{
		background-color:#cccccc;
		width:350;
	}

/* end decoration*/

/*page details*/

	.detail_text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}

	.fine_print_bottom {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		text-decoration: none;
	}

/*end page details*/

/*price details*/

	.fine_print {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style: italic;
		font-weight: bold;
		color: #FF0000;
		text-decoration: none;
	}

/*end price details*/

/*navigation*/

	.tplink {
		cursor:pointer;
		cursor:hand;
		text-decoration:underline;
		color: #ffffff;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 19px;
		font-weight: bold;
		text-transform: capitalize; 
		top: 100px;
	}
/*end navigation*/


/* containers */

.main_contain {
	width:780;
	position:relative;
	margin:0 auto;
	text-align:left;
}

.bottom_stuff{
	position:absolute;
	top:255;
	z-index:1;
}

.white_stripe{
	width:780;
	background-color:#FFFFFF;
}

.description{
	width:740;
	text-align:left;
	margin-left:30;
}
.left_right{
	position:relative;
	width:390;
	text-align:center;
}
.box
{
	border: 1px black solid;
	width:350;
	background-color:#f2f2f2;
	text-align:left;
}
	
/* containers */

