
/* CSS Document */
body {
		font: 80%/1.5 arial, helvetica, sans-serif;
		background-color:  #D4EEF9;
		margin: auto;
		}
		/* new design */
p { margin: 0 0 0 0; }
.clear { clear: both; height:1px;}
a img { border: 0px;}
/* General titles---------------------------------------------------------------- */
h1 {	font: 25px/19px arial, helvetica, sans-serif;
	letter-spacing: -0.03em;
	color: black;
	text-align: center;
	margin-top: 15px;	
	margin-bottom: 15px;	  
	}	

h2 {
	font-family: Times New Roman, serif;
	letter-spacing: 0em;
	font-size: 28pt;
	color: #666;
	margin-top: 5px;
	margin-bottom: 1px;
	text-align: center;	
	}
h3 {
	font: 18px/24px arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: black;
	text-align: left;
	margin: 0px;
	} 
h5 {	font: 25px/19px arial, helvetica, sans-serif;
	letter-spacing: -0.03em;
	color: black;
	text-align: center;
	margin-top: 15px;	
	margin-bottom: 15px;	  
	}
#search {
float:right;
position:relative;
top:1em;
margin-top: 0px;
margin-right: 70px; 
margin-bottom: 0px;
padding:0px;
}

input#queryTop {
	height:1em;
	width:120px;
	margin-bottom: 0px;
	margin-top:0px;
	padding:0px;
	background-color: #F1F9FF;
}

input#searchButton {
	width:50px;
	margin-top:-1px;
	margin-bottom:0px;
	margin-right:10px;
	padding:0px;
}

/* General layout---------------------------------------------------------------- */
#container {
	width: 930px;
	margin: 0 auto;
	background-color: white;
}
#wrapper 
{
	float: left;
	width: 930px;
	margin: 0 auto;
	background-color:  white;
}
#left_content 
{
	float: left;
	width: 930px;
	margin-top: -5px;
	background-color: white;
	
}
#content {
	float: left;
	width: 630px;
	background-color: white;
	margin-bottom: 10px;
	}
#box {
	float: left;
	width: 630px;
	margin-top: 20px;	
}

#box .block {
	float: right;
	width: 600px;
	background: #F1F9FF;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #dcdddd;
	padding: 8px;
}
#box #clearenv {
	background: #F1F9FF url("env_pic.gif") 5px 5px no-repeat;
}
#box #clearcheck {
	background: #F1F9FF url("clearcheck_pic.gif") 5px 5px no-repeat;
}
#box #comp_BL {
	background: #F1F9FF url("compbl_pic.jpg") 5px 5px no-repeat;
}

#box .block h4 {
	font: 19px/19px arial, helvetica, sans-serif;
	color: #6C98D8;
	margin-left: 130px;
	margin-top: 5px;
	margin-bottom: 3px;
}
#box .block h4  a{
color: #6C98D8;
text-decoration: underline;
}
#box .block h4 a:hover {
	text-decoration: none;
	color: #6C98D8;
}
#box .block  h5 {
	font-family: arial, helvetica, sans-serif;
	font-size: 10.1pt;
	color: black;
	margin-left: 130px;
	margin-top: 5px;
	margin-bottom: 3px;
	text-align: left;
}
#box .block  h5  a:hover{
text-decoration: none;
	color: black;
	}

#box .block  h5  a{ color: black;
text-decoration: none;
}
#box .block   a{
	text-decoration: underline;
	color: #6C98D8;
	}
#box .block   a:hover{
	text-decoration: none;
	color: #6C98D8;
	}
	
#box .block p {
	font-size: 13px;
	margin: 0px 0px 3px 130px;
	color: black;
	}
#box .block p a {
	font-size: 9pt;
	text-decoration: underline;
	color: #6C98D8;
}
#box .block p a:hover {
	color: #6C98D8;
	text-decoration: none;
}

#right {
	float: right;
	width: 270px;
	padding-right: 5px;
	padding-left: 8px;
	}
#about {
	float: left;
	margin-top: 23px;
}
#about .block h3 {
	font: 16px/18px arial, helvetica, sans-serif;
	font-weight: bold;
	color: black;
	margin-bottom: 0px;
    text-align: left;
}
#about .block p {
	font-size: 12px;
	color: black;
	margin: 0px 10px 0px 5px;
	margin-bottom: 10px;
	padding-right: 10px;
}
#about .block a {
	font-size: 10pt;
	color: #6C98D8;
	text-decoration: underline;
}
#about .block p a:hover {
	color: #6C98D8;
	text-decoration: none;
}

#about #contact {
	border-top: 1px solid #e0e0e0;
	width: 230px;
	margin: 10px 5px 5px 0px;
}
#about #contact h3 {
  margin-top: 5px;
  }

#about #contact span {
	
}
#about #contact a {
text-decoration: none;
}
#about #contact a:hover {
text-decoration: underline;
}

#about #main_testimonials {
width: 260px;
margin: 10px 0px 0px 3px;
padding-top: 12px;
border-top: 1px solid #e0e0e0;
}
#about #main_testimonials   p{
	font: 11.5px/13px arial, helvetica, sans-serif;
	color: black;
	margin-bottom: 10px;
}

#backtotop {
text-align: center;
	padding-bottom: 10px;
}
#backtotop  a{
	font: 12px arial, helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
}
#backtotop  a:hover{
	text-decoration: none;
	}	
	
	/*Footer ----------------------------------------------------------------------*/

#footer { 
	clear: both;
	width: 930px;
	background-color: #D4EEF9;
	padding-top: 10px;
	border-top: 3px solid #ccc;
	padding-bottom: 5px;
	}
#bottom {
	font: 99%/1.5 arial, helvetica, sans-serif;
	letter-spacing: 0.01em;
	font-size: 8pt;
	color: black;
	}
#footer #bottom  a{
	color: black; 
	text-decoration: none;
}
#footer #bottom  a :hover{
	color: #6C98D8;
	text-decoration: underline;
}
#logos {
margin-top: 5px ;
padding-top: 8px;
border-top: 1px solid #e0e0e0;
}
/*End Footer ----------------------------------------------------------------------*/

	/*CompBL Page ----------------------------------------------------------------------*/
#toplinks {
	margin-left: 30px;
	margin-right: 30px;
	}
#linkstable {
margin-bottom: 10px;
margin-top: 10px;
}
#linkstable1 {
margin-bottom: 0px;
margin-top: 0px;
}	
#toplinks #linkstable p {	
	font: 99%/1.5 arial, helvetica, sans-serif;
	letter-spacing: 0.02em;
	font-size: 9pt;
	color: #FF9900;
}
	
#toplinks #linkstable a {	
	font: 99%/1.5 arial, helvetica, sans-serif;
	letter-spacing: 0.02em;
	font-size: 9pt;
	color: #FF9900;
	text-decoration: underline;
	} 
#toplinks #linkstable a:hover {	
	color: #FF9900;
	text-decoration: none;
	} 
#main {	
	width: 550px;
	float: left;
	background-color: white;
	margin-right: 5px;
}

#product_content {	
	width: 550px;
}

#main #product_content h3 { 
	font: 20px/22px arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: black;
	text-align: left;
	margin-bottom: 8px;
	}

#product_content .text  p { 
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	letter-spacing: 0.02em;
	font-size: 10pt;
	color: black;
	margin-bottom: 15px;
}
#benefit {
margin-top: 10px;
}

#benefit p{
margin-left: 65px;

}
#product_content a{
color: #4F76B0;
text-decoration: underline;
}
#product_content a:hover{
text-decoration: none;
color: #4F76B0;
}
#product_content #benefit  a{
	font: 99%/1.5 arial, helvetica, sans-serif;
	letter-spacing: 0.02em;
	font-size: 10pt;
	color: black;
	text-decoration: underline;
	}
#product_content #benefit  a:hover{
	text-decoration: underline;
	}

#highlighted {
	font: 13px/16px arial, helvetica, sans-serif;
	background: #F1F9FF;
	color: black;
	width: 500px;
	padding: 5px 5px 5px 10px;
}	

#right_side {
	float: right;
	width: 280px;
	margin: -30px 15px 0px 25px;
}
#right_side  h3{ text-align: left;
color: black;
}
#right_side  p a{	color: #4F76B0;
}
#right_side  p a:hover { text-decoration: none;
}
#right_side #readyfor h4 {
	font: 100%/1.5 arial, helvetica, sans-serif;
	font-size: 14pt; 
	color: #FF9900;
	text-align: left;
	margin: 0px 0px 5px 0px;
}	

#right_side #readyfor p  {
	font: 12px/16px arial, helvetica, sans-serif;
	letter-spacing: 0.02em;
	color: #000000;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: left;
}

#right_side #readyfor p a {
color: #4F76B0;
}
#right_side #readyfor p a:hover { text-decoration: none;}

#testimonials {
	margin-top: 20px;
	background: #F1F9FF;
	width: 240px;
	padding: 10px 12px 10px 12px;
	margin-bottom: 15px;
	}
#right_side #testimonials h3 {
	font: 99%/1.5 arial, helvetica, sans-serif;
	letter-spacing: 0.02em;
	font-size: 14pt;
	color: black;
	text-align: left;
	margin-bottom: 5px;
	}
#right_side #testimonials h4 {
	font: 99%/1.5 arial, helvetica, sans-serif;
	letter-spacing: 0em;
	font-size: 13px;
	color: black;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 20px;
	}
#right_side #testimonials p {
	margin-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
	}
	#right_side #testimonials a {
	font: 12px/16px arial, helvetica, sans-serif;
	letter-spacing: 0.02em;
	color: #4F76B0;
	}
#right_side #testimonials a:hover {
	text-decoration: none;}	
	
#side_actions .red_title { 
	font: 100%/1.5 arial, helvetica, sans-serif;
	font-size: 14pt; 
	color: #FF9900;
}
#side_actions .red_title a {
color: #FF9900;
}
#side_actions .red_title a:hover {
	text-decoration: none;
	color: #FF9900;
}
#side_actions .blue_title {
	font: 100%/1.5 arial, helvetica, sans-serif;
	font-size: 14pt; 
	color: #58a0da;
}
#side_actions .black_title {
	font: 100%/1.5 arial, helvetica, sans-serif;
	font-size: 14pt; 
	color: #545a5f;
}
#side_actions .black_title a {
color: black;
}
#side_actions .black_title a:hover {
	text-decoration: none;
}

.trial_version {
	border:1px solid #000;
	padding:6px;
	width:240px;
	margin:10px 0px 20px 0px;
	font-size:12px;
}



.arrowlistmenu {
width: 240px; /*width of menu*/
margin-bottom: 8px;
margin-top: 30px;
padding: 0;
}
.arrowlistmenu ul {
list-style-type: none;
margin: 0;
margin-top: 10px;
padding: 0;
}
.arrowlistmenu ul  li{
background: url(images/v_bullet.png) no-repeat 0px 5px; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
}
		
#tablepic { color: black;
		width: 930px;
		margin: auto;
		background-color: white;
		background: white url(BG_table.jpg) bottom no-repeat;
		/*border-bottom: 3px solid #ccc;*/
}
/*---------Services Page-----------------------------------------------------------------------------*/
#services_right {
	float: right;
	width: 300px;
}
#whyus {
float: left;
	width: 240px;
	margin-top: 280px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 10pt;
	color: #4F76B0;
	background-color:  #F1F9FF;
	padding-right: 1em;
	padding-bottom: 1em;
	border-top: 5px solid #4F76B0;
	
	}	
#whyus  h3{
font-size: 17pt;
text-align: left;
color: #4F76B0;
padding-left: 1em;
padding-top: 10px;
margin-top: 10px;
margin-bottom: 5px;
}
#whyus  a{ text-decoration: underline;
color: #4F76B0;
}
#whyus  p {
padding-left: 1em;
}

#services {
width: 560px;
	float: left;
	background-color: white;
	margin: 10px 0px 0px 30px;	
}

#services_list ul { 
margin-top: 5px;
}
#services_list li { 
line-height: 12.5pt;
margin-left: 25px;
}

.bulletout {
	list-style-position: outside;
	}

#client_box	{
	width: 200px;
	/*background: #F1F9FF;*/
	margin-top: 50px;
	margin-bottom: 10px;
	border: 1px solid #dcdddd;
	padding: 8px;
}
#client_box	p span{	
	font-weight: bold;
	}
	#case_study {
	width: 240px;
	}
#case_study h3{
	font-family:arial, helvetica, sans-serif;
	font-size: 13pt;
	line-height: 14pt;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #4d79b9;
	width: 220px;
	text-align: left;
	margin-top: 25px;
}	
	
	
#services #product_content h3 { 
	font: 18px/24px arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: black;
		text-align: left;
	}	
	
.about_products  {
width: 500px;
margin-bottom: 5px;
}	
.about_products  p{
font: 12px/15px arial, helvetica, sans-serif;
margin-bottom: 0px;

}
.about_products  h5{	
font: 15px/18px arial, helvetica, sans-serif;
font-weight: bold;
	color: black;
	margin-top: -2px;
	margin-bottom: 0px;
    text-align: left;
}
.about_products   a{	
    text-decoration: none;
}	
.about_products  a:hover{	
    text-decoration: underline;
	color: #4F76B0;
}	
#Certifications {
font: 9pt/1.5 arial, helvetica, sans-serif;
	letter-spacing: 0.01em;
	font-size: 9pt;
	color: #666; 
	margin-top: 350px;
	padding-bottom: 3px;
	padding-left: 20px;
}	
#Certifications h3 {	
	font: 18px/24px arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: black;
	text-align: left;
	margin-bottom: 5px;
	}		
#Certifications img {	
margin-bottom:5px;
}
#toplinks h1 {	
	font: 25px/19px arial, helvetica, sans-serif;
	letter-spacing: -0.03em;
	color: black;
	text-align: center;
	margin-top: 15px;	
	margin-bottom: 15px;	  
	}
#toplinks h2 {	
	font: 20px/19px arial, helvetica, sans-serif;
	letter-spacing: -0.03em;
	color: black;
	text-align: left;
	margin-top: 15px;	
	margin-bottom: 8px;	  
	}

#main #product_content h5 { 
	font: 99%/1.5 arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: black;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 5px;
	}
	#main #product_content h2 { 
	font-family:arial, helvetica, sans-serif;
	font-size: 11.8pt;
	letter-spacing: 0.01em;
	font-weight: bold;
	color: #000;
	margin: 15px 0px 5px 0px;
    text-align: left;
	}	
#testimonials_logos {
	margin-top: 90px;
	text-align: center;
	
}	
/* -------------FAQ----------*/
#faq p{
margin-bottom: 25px;
}
#faq  ul{
margin-top: -15px;
}
#faq span{
	font-family:arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10.5pt;
	color: #4F76B0;
}
#faq span  a{
	font-family:arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10.5pt;
	color: #4F76B0;
}
#faq  a{
color: #4F76B0;

} 
#faq  a:hover{
color: #4F76B0;
text-decoration: none;
}  
.sub {
     font: 90%/1.5 arial;
	 letter-spacing: 3px;
	 font-weight: bold;
    font-size: 9.5pt;
    color: black;
      }	
	
.hide{
	display: none;
	}
	
.terms	{
    font: 99%/1.5 arial, helvetica, sans-serif;
	letter-spacing: 0.02em;
	line-height: 9pt;
	font-size: 9pt;
	color: black;
	} 
.termsblue	{

    font: 99%/1.5 arial, helvetica, sans-serif;
	letter-spacing: 0.02em;
	font-size: 9pt;
	color: #000;
	text-align: left;
	} 	
			
.titleblack a:hover {
	color: black;
	text-decoration: underline;
	}
		/*------------------uninstall page-------------------------- */
#uninstall  p{
width: 650px;
font: 99%/1.5 arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: black;
	text-align: left;
}
#uninstall  p span{
font: 99%/1.5 arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	display: block;
	color: black;
	text-align: left;
}
	/*------------------menu top & bottom footer-------------------------- */
.menusmall {
	font: 90%/1.5 arial, helvetica, sans-serif;
	letter-spacing: 0.01em;
	font-size: 8pt;
	color: black;
	text-align: center;
	} 
#tabletop {
		width: 930px;
		margin: auto;
		}
				/*
 HACKS: IE/Win for navigation bar:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
width: 120px;
}
/*-----------Store-----------------------------*/
#toplinks .ClearCheck_store {
	width:580px;
	float:left;
	margin-top:20px;
}
#toplinks .ClearCheck_store h2 {
	font-size:18px;
	*font-size:17px;
	margin:10px 0px 20px 0px;}
#toplinks .ClearCheck_store h2 span {font-weight:bold;}
#toplinks .ClearCheck_store img {
	/*float:left;*/
	margin:0px 0px 0px 0px;
}
.ClearCheck_store_content {
width:510px;
*width:auto;
/*float:right;*/
}
.ClearCheck_store_content  ul {
list-style-image: url(images/vblue_bullet.gif);
}
.ClearCheck_store_content .store_li {
	margin-left:110px;
	*margin-left:140px;
}
.right_note {
width:240px;
/*border:1px solid #666;*/
	padding:10px 12px;
	margin:-30px 15px 0px 0px;
	_margin:0px 15px 0px 0px;
	background-color:#cde0fc;
}
.store_form {
	border:1px solid #666;
	margin:20px 13px 0px 0px;
	padding:5px 10px;
	width:240px;
}
.store_form  h3{
	font-size:15px;
}
.store_form  p{
	font:13px/13px arial, helvetica, sans-serif;
}
.store_form table {
	margin-top:10px;
}
.store_form_field {
	height:12px;
	font:11px/11px arial, helvetica, sans-serif;
	width:115px;
}

.calc {
	margin-top:0px;
	_margin-top:0px;
	width:580px;
}
.calc a, .calc h3  {text-decoration:none;color: #4F76B0;}
.calc a:hover ,.calc a:link, .calc a:hover h3 {text-decoration:underline;color: #4F76B0;}
.calc h3 {
font-size: 11pt;
margin-top:10px;
color: #4F76B0;
}
.calc ul {
	display: block;
	margin:0px 0px 20px 0px;
}

.calc .get_price {
padding:3px 5px;
/*border: 1px solid #999;*/
/*-moz-border-radius: 7px;*/
}
.calculate_price ul li span {font-weight:bold;}
#txtPrice {width:90px;}

.price_line {
background-color:#4F76B0;}
.logos_store {
margin:0 auto;
margin-top:20px;
text-align:center;
height:83px;
width:90%;
vertical-align:top;
}
#faq_store {
margin-bottom:15px;}
#faq_store span {font-weight:bold;}
#faq_store p {margin-bottom:10px;}

.store_readyforibm  {
	margin:5px 0px 5px 0px;
	padding:10px;
	width:250px;
	background-color:#CDE0FC;
}
.store_readyforibm  h5{
	font-size:15px;
	text-align:left;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}
.store_readyforibm  h6{
	font-size:11px;
	font-weight:normal;
	margin:0px;
}
.contact_options {
	margin:40px 0px;
	height:90px;
}
.contact_options  a{
color: #4F76B0;
}
.contact_content {
	
}
.contact_support , .contact_info, .contact_mail{
	float:left;
	background-color:#ecf8fd;
	padding:10px 30px;
	height:100px;
	width:195px;
	*width:180px;
	}
.contact_info, .contact_mail  {
margin-left:25px;
}


/*Partners*/

.partners_main {
	width:820px;
	margin:20px 0px 30px 0px;
}
.partners_main  p{
	font-size:12px;
	text-align:justify;
	margin:15px 0px;
	width:550px;
}
.partners_main  h3{
	font-size:17px;
	margin:10px 0px;
	color: #4F76B0;
}
.partners_main  img {
	float:right;
	padding:10px 0px;
}
.clearcheck_screenshot {
margin:0px 0px 0px 15px;
font-size:11px;
}
.clearcheck_screenshot  a, .clearcheck_screenshot  a:hover {
cursor:pointer;
text-decoration:none !important;
}
.screen1{
	background: #fff url("images/Clearcheck_screenshot1.gif") no-repeat top;
	height:158px;
	width:228px;
	display:block;
	float:left;
}
.screen1:hover {
background: #fff url("images/screenshot1_hover.gif") no-repeat top;
}
.screen1  p , .screen2  p {
	clear:both;
	text-align:center;
	padding-top:160px;
}
.screen2{
	background: #fff url("images/Clearcheck_screenshot2.gif") no-repeat top;
	height:158px;
	width:228px;
	display:block;
	float:left;
}
.screen2:hover {
	background: #fff url("images/screenshot2_hover.gif") no-repeat top;
}
.screen3 a{
	background: #fff url("images/Clearcheck_screenshot3.gif") no-repeat top;
	height:215px;
	width:290px;
	display:block;
	margin:10px 0px 0px -20px;
}
.screen3 a:hover {
	background: #fff url("images/screenshot3_hover.gif") no-repeat top;
	cursor:pointer;
}
.screen3  p {
	text-align:center;
}

.clearcheck_screenshot  img {
	padding:10px 0px 0px 0px;
}
/*CompBL screenshots*/
.main_screenshots {
	margin:0 auto;
	padding:20px 0px;
	width:545px;
}
.main_screenshots  img {
	float:left;
}
.main_screenshots  p {
	
}
.screenshots_small {
	width:170px;
	float:right;
	text-align:right;
}
.main_screenshots .screenshots_small   img {
	float:right;
	padding:3px;
}
.screenshots_templet {
}

.customers ul {
	list-style-type: none;
	margin: 0 auto;
	margin-top:65px;
	margin-bottom:65px;
	padding-bottom:30px;
	width:690px;
}
.customers li {
	padding:20px 0px 20px 5px;
	width:211px;
	text-align:center;
	float:left;
	display:block;
	}
.features_list {
	margin:10px 0px 20px 30px;
}	
.features_list h4{
	color:#5686cc;
	font:bold 15px arial, helvetica, sans-serif;
	margin:0px;
}
.features_list ul {
	list-style-image: url(images/square_bullet.gif);
	margin: 5px 0px;
}
.features_list  a{
	margin:0px 0px 0px 30px;
}

/*Store all page*/
.store_product_box {
	width:527px;
	margin:8px 0px;
	*margin:5px 0px;
}
.store_product_cover {
	float:left;
}
.store_product_body {
	float:left;
	width:399px;
	color:#000;
}
.store_product_body h3 {
	color:#fff;
	background:#b2b2b2;
	height:25px;
	width:100%;
	font-size:15pt;
	font-weight:normal;
	margin:0px;
	letter-spacing:-0.0.2em;
}
.store_product_body h4 {
	color:#fff;
	background:#8eb5ee;
	height:17px;
	width:100%;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	vertical-align:top;
	line-height:15px;
}
.store_product_body p {
	font-size:13px;
	color:#000;
}
.store_product_body ul {
	margin:5px 0px;
	color:#000;
	}
.store_product_body li {
	*margin-left:15px;
}
.store_product_body a {
	color:#497ac1;
	padding:0px 8px;
	}
.store_product_body a:hover {
	text-decoration:none;
}
.store_bottom_links {
	margin-top:20px;
	float:left;
	}
.store_bottom_button {
	float:right;
	margin-top:10px;
	}
.store_side {
	margin:20px 0px 10px 0px;
	width:243px;
	}
.store_side h4 {
	color:#497ac1;
	font: bold 16px arial, helvetica, sans-serif;
}
.store_side ul {
	list-style-image: url(images/vblue_bullet.gif);
	margin-top:5px;
}
.store_side li {
	margin-left:5px;
}
.store_side a {
	color:#497ac1;
	text-decoration:underline;
}
.store_side a:hover {
	text-decoration:none;
}


/*CompBL v2.0 Main Features*/

.compbl_features {
	width:780px;
	border-left:1px solid #666;
	border-top:1px solid #666;
	color:#000;
	line-height:23px;
	margin:15px 0 40px 0;
}
.compbl_features th {
	background:#ebeaea;
	border-bottom:1px solid #666;
	line-height:18px;
}
.feature_head {
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	background:#dbd7d7;
	width:130px;
}
.feature, .feature_grey {
	width:380px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	padding-left:5px;
	line-height:18px;
}
.feature_grey {
	background:#dbd7d7;
	font-weight:bold;
}
.feature_v {
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.automation {
	text-align:left;

}
.automation  h5 {
	text-align:left;
	font: bold 14px arial, helvetica, sans-serif;
}
