/*************************** RESET STYLES ***************************/

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}



/*************************** FONT SIZES ***************************/


/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/

/*
	If you want this size(px)	|	Declare this percent(%)
			10					|			 77
			11					|			 85
			12					|			 92
			13					|			100
			14					|			107
			15					|			114
			16					|			122
			17					|			129
			18					|			136
			19					|			144
			20					|			152
			21					|			159
			22					|			167
			23					|			174
			24					|			182
			25					|			189
			26					|			197
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using
 keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 *
 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-
small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}



/*************************** GENERAL STYLES ***************************/
body{
	background: #fff url(../images/bg.jpg) repeat-x top left;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;  /*equal to 13px */ 
	color: #666;
	line-height: 114%;
}

div { 
	margin: 0px; 
	padding: 0px;
}

#holder {
	text-align:left;
	margin: 0 auto 0 auto;
 	width: 740px;
}

* html #holder {  /*centering for IE*/
	margin-left:auto; 
	margin-right:auto;
}

#header {
	background: url(../images/header_bg.jpg) no-repeat bottom left;
	width: 740px;
	padding: 15px 0 0 0;
	height: 219px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 204px;
}

html>body #header {
  height: 204px;
} 

#header_content {
	width: 375px;
	margin: 25px 0 0 28px;
}

#small_header {
	background: url(../images/small_header_bg.jpg) no-repeat bottom left;
	width: 740px;
	padding: 15px 0 0 0;
	height: 93px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 78px;
}

html>body #small_header {
  height: 78px;
}

#home_page_main {
	background-color: #fff;
	min-height: 540px;
}

* html #home_page_main {
	height: 540px;
}


#interior_page_main {
	background-color: #fff;
	min-height: 540px;
}

* html #interior_page_main {
	height: 540px;
}

#sidebar {
	background: #fff url(../images/sidebar_bg.jpg) repeat-x top left;
	width: 194px;
	float: left;
}

#interior_sidebar {
	background: #fff url(../images/interior_sidebar_bg.jpg) repeat-x top left;
	width: 194px;
	float: left;
}

#home_page_content {
	padding: 0 0 0 194px;
}

#interior_page_content {
	background: #fff url(../images/content_bg.gif) no-repeat top right;
	padding: 0 0 0 194px;
}

#home_page_content_header {
	background: #e9edf2 url('../images/capabilities_bg.gif') no-repeat bottom left;
	border-bottom: 1px solid #dbe2e9;
}

div>#home_page_content_header {
	height: 60px;
}

#home_page_content_header_left {
	margin: 12px 0 15px 0;
	padding-left: 71px;
	float: left;
	border-right: 1px solid #dbe2e9;
	width: 273px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 202px;
}

html>body #home_page_content_header_left {
  width: 202px;
} 

#home_page_content_header_right {
	margin: 0 0 15px 0;
	padding: 12px 0 0 280px;
}

#home_page_content_left {
	padding: 19px 215px 20px 17px;
	background-color: #fff;
}

#home_page_content_right {
	padding: 19px 0;
	background-color: #fff;
	float: right;
	width: 210px;
}

#home_page_content_footer {
	margin: 0 0 17px 30px;
	padding: 0;
	clear: right;
}

#footer {
	clear: both;
	border-top: 1px solid #dbe2e9;
}

#footer_left {
	width: 370px;
	float: left;
}

#footer_right {
	padding: 0 0 0 370px;
	text-align: right;
}


/*************************** TEXT STYLES ****************************/

h1,h2,h3,h4,h5 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #c00;
	font-size: 122%;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 10px 0 0 55px;
	background: url(../images/title_bullet_white.gif) no-repeat 18px 13px ;
}

h1#study_title {
	margin: 0;
	padding: 10px 200px 10px 50px;
	background: url(../images/summary_title_bullet.gif) no-repeat 15px 10px;
}

h2 {
	color: #000;
	font-size: 100%;
	text-transform: uppercase;
	border-bottom: 1px solid #e5eaef;
	margin: 10px 13px 0 13px;
}

h3 {
	color: #000;
	font-size: 92%;
	text-transform: uppercase;
	margin: 10px 13px 0 13px;
}

h4 {
	color: #036;
	font-size: 85%;
	margin: 0 13px;
}

h5 {
	color: #666;
	font-size: 77%;
	text-transform: uppercase;
	margin: 0 13px;
}

h6 {
	color: #666;
	font-size: 68%;
	margin: 0 13px;
}

p {
	margin: 15px 13px 0 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: #666;
	line-height: 130%;
}

td {
	margin: 15px 13px 0 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: #666;
	line-height: 130%;
}

td.heading {
	margin: 15px 13px 0 13px;
	font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
	font-size: 85%;
	color: #036;
	line-height: 130%;
}

td.message {
	margin: 15px 13px 0 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size: 85%;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 130%;
      background-color: #FFFFFF;
}

#header_content h1 {
	font-size: 122%;
	color: #ffc;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
}

#header_content p {
	font-size: 85%;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


/********************* GLOBAL NAVIGATION STYLES *********************/

div#global_navigation {
	width: 428px;
	float: right;
	text-align: right;
	margin-top: 3px;
}

ul#global_nav {
	list-style: none;
}

ul#global_nav li {
	display: inline;
	padding: 0 3px;
	margin: 0 7px 0 0;
}

ul#global_nav li a{
	font-size: 68%;
	color: #bed0e6;
	text-decoration: none;
}

ul#global_nav li a:link, ul#global_nav li a:visted{
}

ul#global_nav li a:hover {
	text-decoration: underline;
	color: #fff;
}

/*********************** TOP NAVIGATION STYLES **********************/

ul#top_nav {
	margin: 50px 0 0 10px;
	list-style: none;
}

ul#top_nav li {
	display: inline;
	padding: 0 10px 0 15px;
	margin: 0 7px 0 0;
	background: url('../images/top_nav_bullet.gif') no-repeat 3px 6px;
}

ul#top_nav li a{
	font-size: 77%;
	color: #e9edf2;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1px 0 1px 3px;
}

ul#top_nav li.red a{
	font-size: 77%;
	color: #ff3333;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	margin: 1px 0 1px 3px;
}

ul#top_nav li a:link, ul#top_nav li a:visted{
}

ul#top_nav li.red a:link, ul#top_nav li.red a:visted{
}

ul#top_nav li a:hover {
	text-decoration: underline;
	color: #fff;
}

ul#top_nav li.red a:hover {
	text-decoration: underline;
	color: #ff3333;
}


ul#top_nav li.over {
	border: 1px solid #2e5881;
	background: #00204e url('../images/top_nav_bullet.gif') no-repeat 6px 7px;
}

ul#top_nav li.over_red {
	border: 1px solid #2e5881;
	background: #00204e url('../images/top_nav_bullet.gif') no-repeat 6px 7px;
}

ul#top_nav li.over_red a{
	font-size: 77%;
	color: #ff3333;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	margin: 1px 0 1px 3px;
}

ul#top_nav li.over_red a:hover {
	text-decoration: underline;
	color: #ff3333;
}

ul#top_nav li.over_red a:link, ul#top_nav li.over_red a:visted{
}

ul#top_nav li.over a {
	padding-bottom: 3px;
}

ul#top_nav li.over_red a {
	padding-bottom: 3px;
}


/************************** SIDEBAR STYLES **************************/

#sidebar h3 {
	margin: 12px 0 0 11px;
	padding-right: 60px;
	font-size: 77%;
	color: #036;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar h5 {
	margin: 25px 0 0 11px;
}

#interior_sidebar h3 {
	margin: 30px 0 0 11px;
	padding-right: 60px;
	font-size: 77%;
	color: #036;
	font-weight: bold;
	text-transform: uppercase;
}

#interior_sidebar h5 {
	margin: 30px 0 0 11px;
}

ul#sidebar_nav {
	list-style: none;
	margin: 11px 0 0 11px;
}

ul#sidebar_nav li {
	padding: 0px 10px 5px 15px;
	line-height: 68%;
	background: url('../images/sidemenu_bullet.gif') no-repeat 0 4px;
}

ul#sidebar_nav li a{
	font-size: 77%;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

ul#sidebar_nav li a:link, ul#sidebar_nav li a:visted{
}

ul#sidebar_nav li a:hover {
	text-decoration: underline;
	color: #999;
}

ul#sidebar_nav li.small {
	padding: 0px 10px 5px 25px;
	line-height: 68%;
	background: url('../images/sidemenu_bullet_grey.gif') no-repeat 0 4px;
}

ul#sidebar_nav li.small a{
	font-size: 68%;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

ul#sidebar_nav li.small a:link, ul#sidebar_nav li a:visted{
}

ul#sidebar_nav li.small a:hover {
	text-decoration: underline;
	color: #999;
}

ul#certifications {
	list-style: none;
	margin: 11px 0 0 11px;
	float: left;
}

* html ul#certifications {   /* IE HACK */
	margin-left: 6px;
}

ul#certifications li {
	line-height: 68%;
}

ul#certifications li a{
	font-size: 68%;
	color: #666;
	text-decoration: none;
}

ul#certifications li a:link, ul#certifications li a:visted{
}

ul#certifications li a:hover {
	text-decoration: underline;
	color: #999;
}

#contact_button {
	margin: 11px;
	width: 170px;
	background-color: #e9edf2;
	border: 1px solid #ccd4dd;
}

#contact_button h3 {
	margin: 12px 0 0 11px;
	padding: 0;
	font-size: 77%;
	color: #036;
	font-weight: bold;
	text-transform: uppercase;
}

#contact_button h5 {
	margin: 0 0 12px 11px;
}

#contact_button h3 a{
	color: #036;
}
#contact_button h5 a{
	color: #666;
}

#contact_button h3 a, #contact_button h5 a{
	text-decoration: none;
}

#contact_button h3 a:link, #contact_button h3 a:visited, #contact_button h5 a:link, #contact_button h5 a:visited {
}

#contact_button h3 a:hover, #contact_button h5 a:hover {
	text-decoration: underline;
}

#icons{
	text-align: center;
}


/********************* HOME PAGE CONTENT STYLES *********************/

#home_page_content_header_left h4 a, #home_page_content_header_right h4 a {
	color: #036;
	text-decoration: none;
}

#home_page_content_header_left h6 a, #home_page_content_header_right h6 a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 105%;
}

#home_page_content_header_left h4 a:link, #home_page_content_header_right h4 a:link, #home_page_content_header_left h6 a:link, #home_page_content_header_right h6 a:link, #home_page_content_header_left h4 a:visited, #home_page_content_header_right h4 a:visited, #home_page_content_header_left h6 a:visited, #home_page_content_header_right h6 a:visited {
}

#home_page_content_header_left h4 a:hover, #home_page_content_header_right h4 a:hover, #home_page_content_header_left h6 a:hover, #home_page_content_header_right h6 a:hover {
	text-decoration: underline;
}

#home_page_content_right h4 {
	margin: 0;
	padding: 0;
}

ul#interest_list {
	list-style: none;
	margin-top: 0px;
}

ul#interest_list li{
	font-size: 77%;
	padding: 5px 0 2px 10px;
	background: url('../images/general_list_bullet.gif') no-repeat 0 9px;
	margin-left: 5px;
}

ul#interest_list li.search{
	font-size: 77%;
	padding: 5px 0 2px 10px;
      text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	background: url('../images/general_list_bullet.gif') no-repeat 0 9px;
	margin-left: 5px;
}


ul#interest_list li a{
	text-decoration: none;
	color: #666;
}

ul#interest_list li.search a{
	text-decoration: none;
	color: #666;
}


ul#interest_list li a:link, ul#interest_list li a:visited {
}

ul#interest_list li.search a:link, ul#interest_list li.search a:visited {
}

ul#interest_list li.search a:hover {
	text-decoration: underline;
}

#home_page_content_footer h5 {
	margin: 0 0 20px 0;
}


/************************** FOOTER STYLES ***************************/

#footer p {
	margin: 5px 0 0 0;
	font-size: 68%;
}

#footer_right ul {
	list-style: none;
}

#footer_right ul li {
	display: inline;
	padding: 0 0 0 7px;
}

#footer_right ul li a{
	font-size: 68%;
	color: #666;
	text-decoration: none;
}

#footer_right ul li a:link, #footer_right ul li a:visted{
}

#footer_right ul li a:hover {
	text-decoration: underline;
	color: #999;
}

/********************** INTERIOR CONTENT STYLES **********************/

#interior_page_content ul{
	margin: 10px 33px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: #666;
}

#interior_page_content ul li {
	padding: 0 0 0 10px;
	background: url('../images/red_bullet.gif') no-repeat 0 4px;
}

#on_this_page_menu {
	float: right;
	margin: 15px 0 10px 30px;
	border-left:1px solid #e5eaef;
	padding: 0 18px 48px 18px;
	width: 186px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 150px;
}

html>body #on_this_page_menu {
  	width: 150px;
}

div.split_list h2 {
	font-size: 90%;
}

.split_list_left {
	padding: 19px 20px 20px 17px;
	float: left;
	width:353px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:316px;
}

html>body .split_list_left {
  width:316px;
} 

.split_list_right {
	padding: 19px 0 0 353px;
}

.split_list_extra_content {
	clear: both;
}

.split_list_right h4 {
	margin: 0;
}

#interior_page_content ul li {
	padding-bottom: 5px;
}

#interior_page_content ul.split_list_left_list {
	list-style: none;
	margin: 0 0 0 15px;
}

#interior_page_content ul.split_list_left_list li{
	font-size: 86%;
	padding: 5px 13px 2px 10px;
	background: url('../images/general_list_bullet.gif') no-repeat 0 9px;
}

div#governments_agencies{
	background: url(../images/governments_agencies_title_bg.jpg) no-repeat top left;
}

div#national_defence{
	background: url(../images/nat_defense_title_bg.jpg) no-repeat top left;
}

div#telecom{
	background: url(../images/telecom_title_bg.jpg) no-repeat top left;
}

div#financial{
	background: url(../images/financial_title_bg.jpg) no-repeat top left;
}

div#energy{
	background: url(../images/energy_title_bg.jpg) no-repeat top left;
}

div#it_security{
	background: url(../images/it_security_title_bg.jpg) no-repeat top left;
}

div#payment_cards{
	background: url(../images/payment_cards_title_bg.jpg) no-repeat top left;
}

div#info_sharing{
	background: url(../images/test.jpg) no-repeat top left;
}

/*************************** IMAGE STYLES ***************************/

img.logo {
	display: block;
	float: left;
	margin: 0;
}

#home_page_content_footer img{
	margin: 0 5px 0 0;
}

img.certification_logo {
	margin: 5px 0 0 15px;
}

/*************************** Customer Satisfaction Survey ***************************/

table.survey{
	margin: 10px 10px 10px 10px;
}


table.survey th{
     padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
	font-size: 77%;
      background-color: #063869;
	color: white;
      text-align: center;
}

table.survey td.blue {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      text-align: center;
      vertical-align: center;
      background: #9DAFC3;
}

table.survey td.submit {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      font-weight: bold;
      text-align: center;
      vertical-align: center;
      background: #9DAFC3;
}

table.survey td {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      text-align: center;
      vertical-align: center;
      background:#FFFFFF;
}


table.survey td.statement {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      background:#FFFFFF;
      font-weight: bold;
      text-align: center;
      vertical-align: center;
}

table.survey td.question {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      background:#FFFFFF;
      text-align: left;
      vertical-align: center;
}

table.survey td.questionblue {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      background: #9DAFC3;
      text-align: left;
      vertical-align: center;
}

table.survey td.ctext {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      font-weight: bold;
      background:#FFFFFF;
      text-align: left;
      vertical-align: center;
}

table.survey td.ctextblue {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      font-weight: bold;
      background: #9DAFC3;
      text-align: left;
      vertical-align: center;
}


table.survey td.contact {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      font-weight: bold;
      background:#FFFFFF;
      text-align: right;
      vertical-align: center;
}

table.survey td.contactblue {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      background:#9DAFC3;
      text-align: right;
      vertical-align: center;
}


/*************************** Contact Us Form  and ASVV Scan Support Portal ***************************/

table.contact{
	margin: 10px 10px 10px 10px;
}


table.contact th{
     padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
	font-size: 77%;
      background-color: #063869;
	color: #FFFFFF;
      text-align: center;
}

table.contact td.blue {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      text-align: center;
      vertical-align: center;
      background: #9DAFC3;
}

table.contact td.response {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      font-weight: bold;
      text-align: center;
      vertical-align: center;
      background: #0B6B3A;
}

table.contact td.error {
      padding: 4px 4px 4px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: white;
      font-weight: bold;
      text-align: center;
      vertical-align: center;
      background: #CC0000;
}

table.contact td.sucess {
      padding: 4px 4px 4px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: black;
      font-weight: bold;
      text-align: center;
      vertical-align: center;
      background: #38B648;
}


table.contact td.statement {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      text-align: left;
      background:#FFFFFF;
}

table.contact td.warning {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      text-align: left;
      background:#FFFF99;
}


table.contact td {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      text-align: center;
      background:#FFFFFF;
}

table.contact td.text {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      font-weight: bold;
      background:#FFFFFF;
      text-align: left;
      vertical-align: center;
}

table.contact td.textblue {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      font-weight: bold;
      background: #9DAFC3;
      text-align: left;
      vertical-align: center;
}

table.contact td.field {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      background:#FFFFFF;
      text-align: right;
      vertical-align: center;
}

table.contact td.fieldblue {
      padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      background: #9DAFC3;
      text-align: right;
      vertical-align: center;
}

/*************************** PRODUCT LIST ***************************/

#interior_page_productlist {
	background: #fff url(../images/content_bg.gif) no-repeat top right;
	padding: 0 0 0 0;
      width: 740px;
}

#interior_page_productlist table{
	margin: 10px 5px 10px 5px;
}

#interior_page_productlist ul{
	list-style: none;
}


#interior_page_productlist ul li{
      padding: 3px 5px 3px 15px;
}

#interior_page_productlist ul li.scap{
      padding: 1px 5px 1px 15px;
}


#interior_page_productlist table th{
     padding: 3px 2px 3px 2px;
	font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
	font-size: 77%;
      background-color: #036;
	color: white;
      text-align: center;
}

#interior_page_productlist table th.left{
     padding: 3px 2px 3px 2px;
	font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
	font-size: 77%;
      background-color: #036;
	color: white;
      text-align: left;
}

#interior_page_productlist table th.right{
     padding: 3px 2px 3px 2px;
	font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
	font-size: 77%;
      background-color: #036;
	color: white;
      text-align: right;
}


#interior_page_productlist table th.grey{
     padding: 3px 2px 3px 2px;
	font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
	font-size: 77%;
      background-color: #036;
	color: #999999;
      text-align: center;
}

#interior_page_productlist table td.blue {
      padding: 3px 2px 3px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      text-align: center;
      vertical-align: top;
      background:#9DAFC3;
}

#interior_page_productlist table td {
      padding: 3px 2px 3px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      text-align: center;
      vertical-align: top;
      background:#FFFFFF;
}


#interior_page_productlist table td.product {
      padding: 3px 2px 3px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      background:#FFFFFF;
      text-align: left;
}

#interior_page_productlist table td.productblue {
      padding: 3px 2px 3px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: black;
      background:#9DAFC3;
      text-align: left;
}

#interior_page_productlist sup { text-decoration:none; } 


