/* 
td img {
	display: block;
}
*/
/* Framework */
body {
	min-width: 775px; /* NS 6 hack to keep wrapper from spilling off side of page */
	text-align: center; /* IE hack for centering in wrapper */
	margin: 0;
	background: url(../images/bg_main.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 775px;
}
#leftmargin {
	width: 24px; 
	background: url(../images/bg_leftcol.jpg) repeat-y top left;
}
#rightmargin {
	width: 24px; 
	background: url(../images/bg_rightcol.jpg) repeat-y top right;
}
a {
	color: #3366CC; 
	outline:none;
}
a:hover {
	color: #FF0000;
}
:-moz-any-link:focus {
  outline: none;
}
img {border:none;}
/* Content Area */
#content-wrapper {
	width: 727px; 
	background: url(../images/bg_content.jpg) repeat-y;
	text-align: left;
}
#content-wrapper .content {
	margin: 20px 20px 0px 20px;
	font-size: 75%;
}
.content ul {
	margin:0;
	padding:0;
}
.content ul li {
	margin:0 10px 0 18px;
	padding:0;
}
form {
	margin: 0px;
}
/* Footer */
#footer {
	font-size: 70%;
	margin: 8px 14px 8px 14px;
	color: #666666;
}
#footer a {
	color: #3366CC;
	text-decoration: none;
}
.hide {
	visibility: hidden;
}
/* Footer - LIVECHAT */
#livechat {
	font-size: 70%;
	margin: 8px 0px 5px 0px;
	color: #666666;
}
h3,h4,h5 {
	font-family: Tahoma, Arial, sans-serif;
	color: #4269AA;
	font-weight: bold;
}
/* Features Header */
.featuresTitle {
	font-size: 120%;
	font-family: Tahoma, Arial, sans-serif;
	color: #4269AA;
	font-weight: bold;
}
/* Links to top of page */
.toTop {
	font-size: 75%;
	background: url(../images/icon_back.gif) no-repeat right top;
	text-decoration: none;
	padding-right: 10px;
}
a.toTop {
	text-decoration: none;
	color: #3366CC;
}
a.toTop:hover {
	text-decoration: underline;
	color: #FF0000;
}
/* Coolsite features - Page types */
.features-pagetypes {
	background: #DEEDFA url(../images/bg_coolsite_features.jpg) repeat-x top left;
	border: 1px solid #999999;
	padding: 16px 16px 15px 0px;
}
/* Screenshots  */
.screenShot {
	background: url(../images/icon_screenshot.gif) no-repeat right top;
	text-decoration: none;
	padding-right: 14px;
}
a.screenShot {
	text-decoration: underline;
	color: #3366CC;
	position: relative; /* TEST POSITIONING */
}
a.screenShot:hover {
	text-decoration: underline;
	color: #FF0000;
	background-color: #FFFFFF; /* defeats the IE/Win display changing bug */
}
/* SCREENSHOTS */
a.screenShot span {
	display: none;
} 
a.screenShot:hover span {
	padding: 10px;
	position: absolute;
	display: block;
	background: #fdd;
	border: 1px solid red;
	top: 10px; /* TEST POSITIONING */
	left: 25px; /* TEST POSITIONING */
  } 
	
/* ToolTip */
div#tipDiv {
  position:absolute; 
  visibility:hidden; 
  left:0; 
  top:0; 
  z-index:10000;
  background-color:#dee7f7; 
  border:1px solid #336; 
  width:250px; 
  padding:4px;
  color:#000; 
  font-size:11px; 
  line-height:1.2;
}
/* Validate - required */
.required {
	color:#CC0000;
}

/* SSL Application */
#ssltable-container table#ssltable {border-collapse:collapse;}
#ssltable-container table#ssltable td {padding:5px;}

.greenbar-col {border-right:1px solid #666; text-align:center;}
.dynamicseal-col {border-right:1px solid #666; text-align:center; background-color:#eee;}
.affordableseal-col {border-right:1px solid #666; border-left:1px solid #666; text-align:center; background-color:#f6f6f6;}

.action-btn {border-bottom:1px solid #666;}
.underline {border-bottom:1px solid #ddd;}
.underline-dark {border-bottom:1px solid #666;}
.sslfeat-title {text-align:right; padding-right:20px; font-weight:bold;}
.ssltype {font-weight:bold;}

th.greenbar-col {color:#fff; background:#006699; padding:5px 0; border-top:1px solid #666; border-bottom:1px solid #666;}
th.dynamicseal-col {color:#000; background:#ccc; padding:5px 0; border-top:1px solid #666; border-bottom:1px solid #666;}
th.affordableseal-col {color:#000; background:#ccc; padding:5px 0; border-top:1px solid #666; border-bottom:1px solid #666;}

/**/
#sslsummary-block {background:#eee url(/images/sslsummary_bg.png) no-repeat top right; padding:10px; margin:10px 0; border:1px solid #ccc; font-size:14px;}
#sslsummary-block #introduction {float:left; width:460px;}

/* CSS Tooltips */
a.tooltip{
position:relative; /*this is the key*/
z-index:10;
text-decoration: underline;
}
a.tooltip:hover{
z-index:41;
}
a.tooltip span{
display: none;
}
a.tooltip:hover span {/*the span will display just on :hover state*/
text-decoration: none;
display:block;
position:absolute;
top:-7em; 
left:1.2em; 
width:240px;
border:1px solid #000;
background-color:#1E3146; 
color:#fff;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: .5em;
font-weight:normal;
}
a.tooltip .tooltitle {font-size:14px; font-weight:bold; margin-bottom:5px}

/* partners table */
.partners_block { display: block; clear: both; padding-top: 15px; }
.partners { width: 775px; height: 55px; text-align: center; padding: 0; vertical-align: middle; background: #f7f7f7; border: solid 1px #999; }
.partners td img { margin: 0; padding: 0; border: none; }


