div.intro-container {
	width: 803px;
	position: relative;
	top: -20px;
	margin:40px auto auto;
}

/* set background images for corners */
.roundbox .rbroundbox    { background: url(intro_src/corners_bg.gif) repeat; }

.roundbox .rbtop         { background: url(intro_src/corners_top.gif) repeat-x; }
.roundbox .rbtop div     { background: url(intro_src/corners_top_left.gif) no-repeat top left; }
.roundbox .rbtop div div { background: url(intro_src/corners_top_right.gif) no-repeat top right; }

.roundbox .rbbot         { background: url(intro_src/corners_bottom.gif) repeat-x; }
.roundbox .rbbot div     { background: url(intro_src/corners_bottom_left.gif) no-repeat top left; }
.roundbox .rbbot div div { background: url(intro_src/corners_bottom_right.gif) no-repeat top right; }

.roundbox .rbcontentwrap { background: url(intro_src/corners_left.gif) repeat-y; }
.roundbox .rbcontent     { background: url(intro_src/corners_right.gif) repeat-y right; }

 
 /* height and width details */
.roundbox .rbtop div, .roundbox .rbtop, .roundbox .rbbot div, .roundbox .rbbot {
	width: 100%;
	height: 26px;
	font-size: 1px;
}
.roundbox .rbcontent  { padding: 1px 2em; margin: 0; }
.roundbox .rbroundbox { width: 275px;  }

.rbcontent p, .rbcontent h3, .rbcontent h2 {
	color: #000;
}

.roundbox h2, .roundbox h3 {
	margin: 0 0 8px 0;
	margin-top: -10px;
}

.roundbox h2 {
	font-size: 1.1em;
}
.roundbox ul {
	margin: 0;
	padding: 0 0 0 8px;
	font-family: verdana;
	font-size: 0.8em;
}

.roundbox a, .roundbox a:link, .roundbox a:active, .roundbox a:visited {
	white-space: normal;
	color: #000;
	text-decoration: underline;
}
.roundbox a:hover {
	text-decoration: none;
}

.roundbox li {
	color: #000 !important;
}

li.question {
	margin-bottom: -6px;
	font-weight: bold;
}

ul.benefits {
	font-weight: bold;
}

li.answer {
	list-style-type: circle;
	padding-bottom: 3px;
}
li.answer a, li.answer a:link, li.answer a:active, li.answer a:visited {
	text-decoration: none;
}
li.answer a:hover {
	text-decoration: underline;
}

li.last {
	padding-bottom: 0;
	margin-bottom: 0;
}

.roundbox p {
	color: #000 !important;
}

ul.links li {
	font-size: 1.2em;
}

div.tnnNews {
	display: none;
}

h2.intro {
	margin:20px 0 5px;
	font-size:16px;
}

.intro-container p,
.intro-container li
{
	color: #000 !important;
	font-size:11px;
	letter-spacing:.05em;
	line-height:1.5em;
	}
	
.intro-container table.ppTable {
	/*border-collpase:collapse;*/
	float:right;
	}
	
.intro-container table.ppTable td {
	color: #000 !important;
	font-size:11px;
	letter-spacing:.05em;
	line-height:1.5em;
	padding:1px 5px;
	border:1px solid #ccc;
}
	
.intro-container table.priceMatrix td {
	color: #000 !important;
	font-size:11px;
	letter-spacing:.05em;
	line-height:1.5em;
}

p.demoLink {
	text-align: center;
}
p.demoLink a {
	color: #000;
	display: block;
	background-color: #ccc;
	border: 1px solid #999;
}
p.demoLink a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}


.rbfullpage {
	font-size:12px;
}

.rbfullpage ul {
	margin: 10px;
	padding: 0 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:1em;
}



.helpDiv h2,
.helpDivHighlight h2 {
	margin-top:2px;
} 

.product {
	margin:15px 0 30px;
	clear:both;
}

.product .prodimg{
	float:left;
	margin:0 15px 20px 0;
	width:170px
}

.product h2 {
	margin:0 0 10px;
	font-size:135%;
	color:#004990;
}

.product .numprods {

}

.formErr {
	border: 1px solid red;
	border-radius: 3px;
	padding: 2px 5px;
	background-color:#fff6ee;
}
