@charset "utf-8"; /* this is a DW template-- used to make the tabbed panels work */
body {
	font-size:100.1%;
	font-family:verdana, arial, helvetica, sans-serif;
	background: #eee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	text-align:center;
}
#container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/background-sec.gif) 0 122px no-repeat;
/*	font-size:90%;
*/  text-align:left;
  margin:0 auto;
}
#header {
	z-index:1;
	top:0px;
	width:940px;
	height:122px;
	background:url(../images/top-sec.png) no-repeat;
	position:relative;
}
#subheader1 {
	margin-left:620px;
	color:#cbde56;
	font-size:110%;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:30px;
	font-weight:bold;
	height:32px;
}
#subheader2 {
	height:29px;
	font-size:95%;
}
#subheader3 {
	height:31px;
	position:relative;
}
#mainContent {
/*	background: #FFFFFF;
*/	padding:50px 25px 25px 50px;
}
#footer {
	z-index:1;
	position:relative;
	clear: both;
	width:940px;
	height:142px;
	padding-top:20px;
	overflow:hidden;
	background:#fff;
	margin:auto;
}
#subfooter1 {
	background:#FFFFFF;
	height:52px;
	margin-left:50px;
	text-align:left;
}
#subfooter2 {
		font-size:x-small;
		text-align:center;
		clear:both;
		padding:20px 0;
}
#subfooter2 a {
	color:black;
}
/* -_____________________________________*/
th {
	text-align:left;
}
td.icons img {
	float:left;
}
th.label {
	vertical-align:top;
}
#buynow {
	padding-bottom:20px;
}
#buynow a, #buynow {
	color:red;
	font-size:110%;
}
#info {
	float:left;
	width:450px;
	font-size:90%;
}
#info p {
		font-size:100%;
		line-height:1.2;
}
#photo {
	float:right;
	width:400px;
}
#iconbar, #buttonbar {
	text-align:right;
	clear:both;
}
#buttonbar a img {
		border:none;
}
#prodnum {
	font-weight:bold;
	display:inline;
}
h1 {
	font-size:100%;
	color:black;
	border-bottom:1px solid gray;
}
#info p.over {
	font-size:120%;
	padding-bottom:6px;
	margin-bottom:0;
}
#info p.over + p {
	margin-top:0;
	padding-top:0;
}
div.answer {
	padding: 7px 20px;
	font-size:90%;
}
div.question {
	font-size:90%;
	padding-top:7px;
}
.clear{
  clear:both;
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0;}
.status {
	font-variant:small-caps;
	color:#C9282D;
	font-weight:bold;
	font-size:100%;
}