@charset "utf-8";
/* CSS Document */

.white {
width: auto; 
background-color: #ffffff; 
padding: 5px; 
	-moz-border-radius-topleft: 4px; 
	-webkit-border-top-left-radius: 4px;  
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-right-radius: 4px;  
	-moz-border-radius-bottomleft: 4px; 
	-webkit-border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-bottom-right-radius: 4px;  
}

table.feature-benefit {
	width: 400px;	
	padding: 0px; 
	font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size: 12px;
	border-collapse: collapse; 
	
	-moz-border-radius-topleft: 4px; 
	-webkit-border-top-left-radius: 4px;  
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-right-radius: 4px;  
	-moz-border-radius-bottomleft: 4px; 
	-webkit-border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-bottom-right-radius: 4px;  

}

table.feature-benefit td {
	padding: 0px;	
	border: 1px solid #ffffff;
	border-width: 1px 0px 1px 0px;
	color: #666699;
}

table.feature-benefit tr.row {
	padding: 0px;	
	border: 1px solid #ffffff;
	border-width: 1px 0px 1px 0px;
	background-image: url(/images/fea-back.jpg);
	background-repeat: repeat-x;
	background-color: #e7ecff;
	color: #666699;
}

table.feature-benefit tr.row:hover {
	padding: 0px;	
	border: 1px solid #ffffff;
	border-width: 1px 0px 1px 0px;
	background-image: url(/images/fea-over.jpg);
	background-repeat: repeat-x;
	color: #666699;
	background-color: #c8d5fe;
}


table.feature-benefit th {
	padding: 0px;	
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #666699;
	background-image: url(/images/fea-top.jpg);
	background-repeat: repeat-x;
	background-color: #e7ecff;
	color: #333399;
	padding: 10px;
	font-size: 13px;
}

table.feature-benefit td.x {
	padding: 7px;	
	border: 1px solid #ffffff;
	border-width: 1px 0px 1px 0px;
	text-align: center;
	width: 36px;
}

ul.feature {
	list-style: none;
	padding: 0px; 
	margin: 0px;
	position: relative;
	width: 100%; 
	height: 100%;
}

ul.feature li {
    list-style: none;
	padding: 7px;
	/*cursor: pointer;*/
}


ul.feature li ul {
	display: none;
	position: absolute;
	top: -10px;
	right: -395px;
	margin-left: 402px;
	background-color: #f9f0b5;
	padding: 4px;
	width: 200px;
}

ul.feature li:hover {
    color: #333399;
}

ul.feature li:hover ul {
	left: auto;
	display: block;
	color: #443e18;
	border: 1px solid #c0b882;
	border-width: 0px 1px 1px 0px;
	
	
	-moz-border-radius-topleft: 4px; 
	-webkit-border-top-left-radius: 4px;  
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-right-radius: 4px;  
	-moz-border-radius-bottomleft: 4px; 
	-webkit-border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-bottom-right-radius: 4px;  

}

ul.feature li:hover ul div.call {
	left: auto;
	display: block;
	color: #443e18;
	background-image: url(images/call.png);
	width: 14px; 
	height: 29px;
	position: absolute;
	left: -13px; 
	top: 10px;
}

ul.feature li:hover ul, ul.feature li.sfhover ul { 
	display: block; 
	color: #443e18;
	border: 1px solid #c0b882;
	border-width: 0px 1px 1px 0px;
}

ul.feature li.sfhover ul div.call {
	left: auto;
	display: block;
	color: #443e18;
	background-image: url(/images/call.png);
	width: 14px; 
	height: 29px;
	position: absolute;
	left: -13px; 
	top: 10px;
}

ul.feature li:hover ul div.call {
	left: auto;
	display: block;
	color: #443e18;
	background-image: url(/images/call.png);
	width: 14px; 
	height: 29px;
	position: absolute;
	left: -13px; 
	top: 10px;

}

.printer {
	margin: 5px 0px 0px 0px; 
	color: #ffffff; 
    background-color: #ffffff; 
	-moz-border-radius-topleft: 4px; 
	-webkit-border-top-left-radius: 4px;  
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-right-radius: 4px;  
	-moz-border-radius-bottomleft: 4px; 
	-webkit-border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-bottom-right-radius: 4px;  
    color: #333333; 
	padding: 5px; 
    text-align: right; 
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

}

.printer a {
	text-decoration: none; 
	color: #666699; 
	font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;

}

.printer a:hover {
	text-decoration: underline; 
}






