body { margin:10px 0px; text-align:center; font-family:verdana,arial; font-size:13px; }
h1,h2,h3 { margin:0px 0px 5px 0px; }
h1 { font-size:20px; }
h2 { font-size:17px; }
#wrapper { width:960px; margin:0px auto; background-color:#F2D7B6; }
#header { text-align:left; }
#page { width:660px; float:left; margin:10px; text-align:left; background-color:#FFFFFF; }
#sidebar { width:250px; float:right; text-align:left; background-color:#FFFFFF; margin:10px 10px 10px 0px; padding:10px; }
#footer { padding:10px; font-size:13px; color:#FFFFFF; background-color:#204C73; }
#footer p { line-height:1.5em; margin:0px; }
#footer a { text-decoration:none; font-weight:bold; color:#FFFFFF;}
#footer a:hover { text-decoration:underline; }

#nav { background:#e1e1e1; padding:8px; font-size:large; }
#page #nav a { color:#204C73; font-weight:bold; font-size:large; text-decoration:none; }
#page #nav a:hover { text-decoration:underline; }

#page .between,.copybox { margin:0px 10px;}
#page .between { font-size:14px; }
#page .copybox { overflow:hidden; padding:10px; background-color:#FFFBCC; border:1px solid #E6DB55; width:90%; margin:0px auto; font-size:11px; }

#sidebar .section { padding-bottom:20px; border-bottom:1px solid #c8c8c8; }
#sidebar .section h3 { font-size:14px; margin:0px 0px 5px 0px; color:#3b3b3b; }
#sidebar .section img { width:250px; height:; }
#sidebar .section p { margin:5px 0px; font-size:12px; color:#636363; }
#sidebar .section button { cursor:pointer; }

#page .headline { font-size:14px; background: #dbffd7; color: #0a6900; margin:10px 10px 20px 10px; }
#page .bottomtext { font-size:14px; margin:10px 10px 20px 10px; }
#page .section { overflow:hidden; padding:10px; background-color:#F7F7F7; border:1px solid #dddddd; width:90%; margin:0px auto;}
#page .section img { width:200px; height:200px; float:left; margin:0px 10px 10px 0px;}
#page .section .copy { width:64%; float:left; }
#page .section p { line-height:1.5em; margin:0px; padding:0px; }
#page .section h2 { font-size:14px; }
#page .section .price { margin-top:7px; }
#page .section .price span { display:block; font-size:22px; }
#page .section button { cursor:pointer; }
#page .section button.buy {
	margin-top:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ff2819 0%,
		#ab0000);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff2819),
		to(#ab0000));
	background-color:#ab0000;	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #7d0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

#sidebar .section button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	padding: 5px 10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#f7faf0 25%,
		#f7faf0);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.25, #f7faf0),
		to(#f7faf0));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #f0f0f0;
	-moz-box-shadow:
		0px 1px 3px rgba(107,107,107,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(107,107,107,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(107,107,107,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(089,089,089,0.1),
		0px 1px 0px rgba(255,255,255,0.3);
}
#page .section button a { color:#FFFFFF; text-decoration:none; }
#page img { border:1px solid #000; }
#sidebar img { border:1px solid #000; }
.section h2 span { font-size:12px; color:#808080; } 
span a { font-size:11px; text-decoration:none; color:gray; vertical-align:super; }
		span a:hover { text-decoration:underline; }
		.black_overlay{
		display: none;
		position: fixed;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		background-color: black;
		z-index:1001;
		-moz-opacity: 0.8;
		opacity:.80;
		filter: alpha(opacity=80);
		}
		.white_content {
		display: none;
		position: fixed;
		top: 35%;
		left: 50%;
		width: 250px;
		height: 260px;
		padding: 10px;
		border: 10px solid orangegray;
		background-color: white;
		z-index:1002;
		overflow: auto;
		margin-left:-125px;
		margin-right:-130px;
		}
		.close {
		float:right;
		width:25px;
		font-size: 20px;
		font-weight: bold;
		line-height: 18px;
		color: #000000;
		text-shadow: 0 1px 0 #ffffff;
		opacity: 0.2;
		filter: alpha(opacity=20);
		text-decoration: none;
		}
		.close:hover {
		color: #000000;
		text-decoration: none;
		opacity: 0.4;
		filter: alpha(opacity=40);
		cursor: pointer;
		}
		