body {
	margin: 0 0 150px 0;
	padding: 0;
	width: 750px;
}

#select {
	width: 200px;
}

p {
	margin: 0;
	padding: 0;
	font: 1.0em Georgia,Times,serif;
}

#overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/*height: 100%;*/
	z-index: 500;
	background: #000;
}

#overlay_box {
	position: absolute;
	width: 650px;
	height: 75%;
	overflow: auto;
	border: 10px solid #ddd;
	background: #fff;
	top: 50px;
	left: 50%;
	z-index: 510;
	margin-left: -300px;
	padding: 20px;
	margin-bottom: 400px;
}

#form {
	display: none;
}

.box {
	background: transparent url( images/demobox2.png ) no-repeat;
	width: 274px;
	height: 124px;
	padding: 20px;
	margin: 0 auto;
}

.box_ie {
	background: transparent url( images/demobox2.gif ) no-repeat;
	width: 314px;
	height: 164px;
	margin: 0;
	padding: 20px;
}

.box h2, 
.box_ie h2, 
.product h2, 
.product_ie h2,
#overlay_box h2 {
	padding: 0;
	margin: 0;
	color: #aaa;
	font: 1.8em Georgia, Times, serif;
	font-weight: normal;
	/*
	font: 1.6em Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	*/
}

.box h3, 
.box_ie h3, 
.product h3, 
.product_ie h3 {
	padding: 0;
	margin: 0;
	color: #ccc;
	font: 1.4em Georgia, Times, serif;
	font-weight: normal;
}

.box p, .box_ie p, .product p, .product_ie p {
	font: 0.9em Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #666;
	margin: 5px 0;
	padding: 0;
}

.product {
	background: transparent url( images/wide-box.png ) no-repeat;
	width: 574px;
	height: 274px;
	padding: 20px;
}

.product_ie {
	background: transparent url( images/wide-box.gif ) no-repeat;
	width: 614px;
	height: 314px;
	padding: 20px;
}

#product_wrap {
}

#product_wrap h2 {
	margin-bottom: 10px;
	color: #666;
}

#product_wrap h3 {
	font-size: 2.2em;
	font-weight: normal;
}
	

#product_wrap #left {
	float: left;
}

#product_wrap #right {
	float: left;
	margin-left: 20px;
	border-left: 1px solid #ccc;
	padding: 0 0 20px 20px;
}

#product_wrap #right img {
	border: none;
}

#product_wrap #left img {
	border: none;
	padding: 20px;
}

#product_wrap #bottom p {
	text-align: justify;
}


#product_wrap #bottom {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#footer {
	position: fixed;
	width: 100%;
	height: 100px;
	background-color: #333;
	bottom: 0;
	padding: 10px 0 0 10px;
	/*left: 50%;
	margin-left: -375px;*/
}

#footer p {
	margin: 0;
	padding: 0;
	color: #999;
	font: 0.8em Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#footer a {
	color: #09c;
	text-decoration: none;
}

#footer a:hover {
	color: #0cf;
	text-decoration: underline;
}

#footer #total_price {
	font-size: 2.2em;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #fff;
}

#footer #total_items {
	font-size: 0.8em;
	font-weight: normal;
	color: #ccc;
}

table#products {
	margin: 0 0 40px 0;
	padding: 0;
	width: 540px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	font-family: Georgia, Times, serif;
}

table#products tr {
	padding: 0;
	margin: 0;
	border: none;
}

table#products th {
	background: #999;
	color: #fff;
	padding: 10px;
	margin: 0;
	border: none;
	text-align: left;
	font-weight: normal;
}

table#products td {
	background: #fff;
	border-bottom: 1px solid #666;
	color: #666;
	padding: 10px;
	margin: 0;
}

table#products td.bottom {
	background: #666;
	color: #fff;
	padding: 0 10px;	
}

#close {
	float: right;
}

.bold {
	font-weight: bold;
}

#overlay_box h2 {
	margin-bottom: 40px;
}

#overlay_box p.totals {
	font: 0.9em Arial, sans-serif;
	text-transform: uppercase;
}

#overlay_box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#overlay_box ul li {
	padding: 5px;
	margin: 0;
}

#overlay_box ul li span {
	font: 0.7em Arial, sans-serif;
	color: #999;
	margin-left: 10px;
}

label {
	font: 0.7em Arial, sans-serif;
	text-transform: uppercase;
	color: #999;
	width: 100px;
	float: left;
}

p.forms {
	height: 5px;	
}

form {
	margin: 20px 0;	
}
