* 	{
    font-size: 1em;
    font-family: helvetica, verdana, sans-serif;
    color: #1e1e1e;
    margin: 0;
    border: 0;
    padding: 0;
	}
	
table {
    border-collapse: collapse;
	}

html {
	background-color: white;
	width: 100%;
	}
body {
	background: #e5e5e5 url('../images/bg.gif') repeat-x;
	width: 100%;
	}
b,i {
	color: inherit;
}
ol li, .product_review2 ul li {
	margin: 5px 0px 5px 30px;
}
#container, #footer {
	margin: 0px auto;
	width: 918px;
	}
#header {
	height: 143px;
	background: transparent url('../images/header.png') no-repeat center top;
	}
#header div.nav {
	float: right;
	margin-left: 30px;
	height: 43px;
	line-height: 43px;
	}
#header div.nav a {
	color: #e5e5e5;
	text-decoration: none;
	}
#header div.nav a:hover {
	color: white;
	text-decoration: none;
	}
#content {
	padding: 1em 0;
	}
h1 {
	margin-top: 1em;
	font-size: 1.5em;
	}
h1.first {
	margin-top: 0;
}
#footer_container {
	width: 100%;
	background: #1e1e1e;
	height: 43px;
	}
#footer {
	height: 43px;
	line-height: 43px;
	color: #e5e5e5;
	text-align: center;
	}
.callout_box {
	/* Pie allows rounded corners in IE8 */
	behavior: url(includes/pie/PIE.htc);
	background: white;
	padding: 20px;
	border: 4px solid #e96e28;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
}
.callout_box.can_drop {
	background: #faf0e9;
}
.padder {
	padding: 15px;
}
.box_title {
	width: 100%; 
	background: #e96e28; 
	text-align: center; 
	color: white;
	font-weight: bold;
	padding: 5px 0px;
}
.box_table {
	border-collapse: collapse;
}
.box_table th {
	width: 100%; 
	background: #e96e28; 
	text-align: center; 
	color: white;
	font-weight: bold;
	padding: 5px 0px;
}
.box_table td {
	border: 1px solid #e96e28;
	padding: 3px;
}
#content a {
	font-weight: bold;
	color: #e96e28;
}

#product_list {
	margin-top: 10px;
	border-top: 3px solid #e96e28;
}
.product_review {
	border: 1px solid black; 
	margin: 0px auto;
}
.product_review2 {
	margin: 0px auto;
	max-width: 90%;
}
.product_review td, .product_review2 td {
	vertical-align: top;
	padding: 5px;
}
div.product_holder {
	width: 315px;
	padding: 5px 0px; 
	clear: both;
	height: auto;
}
div.product_details {
	vertical-align: top;
	border: 1px solid #e96e28;
	padding: 5px;
	height: auto;
}
img.thumb {
	float: left;
	width: 75px;
}
div.product_text {
	float: left; 
	padding-left: 5px;
	width: 160px;
}
.price {
	font-weight: bold;
	color: #e96e28;
}
.total {
	border-top: 3px solid #e96e28;
	margin-top: 10px;
	text-align: right;
}
.add_product {
	display: block;
	padding: 3px;
	background: #e96e28;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.bold_orange, #total_box {
	color: #e96e28;
	font-weight: bold;	
}
.orange {
	display: block;
	padding: 3px;
	background: #e96e28;
	color: white;
}
.button_holder {
	width: 38px;
	height: auto;
	float: right;
	margin-top: -5px;
	margin-right: -5px;
}
.delete_product {
	height: 38px;
	width: 38px;
	cursor: pointer;
	background-image: url("../images/delete_x.gif");
}
.plus_minus  {
	border-top: 1px solid white;
}
.minus_product {
	float: left;
	height: 38px;
	width: 19px;
	cursor: pointer;
	background-image: url("../images/minus.gif");
}
.plus_product {
	float: left;
	height: 38px;
	width: 19px;
	cursor: pointer;
	background-image: url("../images/plus.gif");
}
.add_notes {
	height: 38px;
	width: 38px;
	cursor: pointer;
	border-top: 1px solid white;
}
.magnifyingglass {
	float: left;
}
.product_checks {
	float: right;
	margin: 5px;
}
.product_checks input[type='checkbox']	 {
    -webkit-appearance:none;
    width:34px;
    height:34px;
    border-radius:5px;
    border:2px solid #555;
    float: right;
}
.product_checks input[type='checkbox']:checked {
    background: green url("../images/check_background.gif") no-repeat right top;
}

#spinner, .spinner_temp {
	height: 32px;
	width: 36px;
    /* background-image: url("../images/spinner.gif"); */
    background-repeat: no-repeat;
}
input[type=button] {
	cursor: pointer;
}
.field_div {
	height: 1.9em;
	clear: both;
}
.label {
	padding-right: 10px;
	text-align: right;
}
.label_req {
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
}
.poof_box {
	background-color: transparent;
	z-index: 100;
	position: absolute;
	margin-top: -60px;
	margin-left: -60px;
	height: 125px;
	width: 128px;
	/* background-image: url("../images/poof.gif"); */
    background-repeat: no-repeat;
}
.bigorange {
	font-weight: bold;
	color: #e96e28;
	margin: 0px auto 10px auto;
	font-size: 18px;
}

/*
	The img.photo css below is making sure that the photo that appears when you click the magnifying class is at a height that will
	not cause a scroll bar to appear in that window 
*/

img.photo { 
	max-height: 355px;
	width: auto; 
}