/* CSS Document */
td.itemTitle{
	border-color:#555555;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	padding:2px;
	font-size:large;
}
.itemFooter{
        width:100%;
	border-color:#555555;
	border-width:1px 0px 0px 0px;
	border-style:solid;
}
.itemFooter td{
	font-size:12px;
}
.itemDate{
	text-align:right;
	padding-right:2px;
	font-size:12px;
}
.itemContent{
	padding-left:2px;
	padding-right:2px;
	padding-top:20px;
	padding-bottom:40px;
}
.itemContent p{
	font-size: 14px;
	line-height: 18px;
}
.itemContent li{
	font-size:smaller;
}
/*
.contentsRight ul{
	list-style-image:url(newsitem_icon.gif);
	margin:0px;
	padding-right: 0px;
	padding-left:10px;
}
.contentsRight li{
	font-size:10px;
	margin:0px;
	padding:0px;
}
*/
/*
 * CSS for Zend Products pages
 */ 


.ZendTable {
   margin-top : 0.5em;
   margin-bottom : 0.5em;
   padding-top: 0.5em; 
   padding-bottom : 0.5em ;
   text-align : left ;
   valign : top;
}


.header_product, .header_feature {
   text-align : center;
   color : darkblue;
   border-bottom : solid; 
   border-color : lightblue; 
   border-width : 2px;
}

.product{
   margin: 6px 6px 6px 6px ;
   padding: 6px 3px 6px 3px;
   font-size : 16px;
   text-decoration : underline;
   color : blue;
   width : 120px;
   vertical-align: top;
}

.feature{
   margin: 6px 6px 6px 6px;
   padding: 6px 3px 6px 3px;
   vertical-align : top:
/*   border : 1px solid; */
}

.emphasis {
   color : grey ; 
   font-weight : bold; 
}

/* protectdrive.php  */
h3 {
   margin : 1.5em; 
   color : darkblue ; 
   font-size : 16px ;
   border-left : solid 1em darkblue ;
}
p {
   line-height : 2em ; 
}
li {
   margin-bottom : 0.5em; 
   padding : 0px ; 
}

/** code view **/
div.inItemContent div {
  width:510px;
}
div.inItemContent ol.codeview li{
  background:none;
  border:none;
  list-style-type:decimal;
}
