.prod_maintitle {
   color: #000;
   font-size: 18px;
   font-weight: bold;
   margin: 20px 0px 0px 20px;
}

.prod_bigbox {
   clear: both;
   overflow:hidden;
   width:695px;
   height:280px;
   /*border:1px solid #000;*/
   border-right:1px solid #333;
   border-left:1px solid #ccc;
   border-top:1px solid #ccc;
   border-bottom:1px solid #333;
   
   background: #fff;
   padding: 0 0 0 0px;
   color:#fff;
   text-decoration:none;
   font-size:11px;   
   margin: 10px 0 20px 25px;
}

.prod_leftbox {
   float: left;
   overflow:hidden;
   width:229px;
   height:280px;
   border-right:1px solid #ccc;
   padding: 0 0 0 0px;
   background: #eee;
}

.prod_centerbox {
   overflow:hidden;
   width:229px;
   height:280px;
   padding: 0 0 0 0px;
}

.prod_rightbox {
   float:right;
   overflow:hidden;
   width:229px;
   height:280px;
   border-left:1px solid #ccc;
   padding: 0 0 0 0px;
   background: #eee;
}


.prodtitle {
   color:#000;
   text-decoration:none;
   margin-top: 5px;
   font-size:14px;   
   font-weight: bold;
}

.prodtitle1line {
   color:#000;
   text-decoration:none;
   margin-top: 15px;
   font-size:14px;   
   font-weight: bold;
}

.prodcopy{
   color:#000;
   font-size:12px;   
   font-weight: normal;
   text-align:left;
   margin: 10px 19px 0px 19px;
   height: 50px;
}

.prodbk {
   clear:both;
   overflow:hidden;
   width: 195px;
   height: 170px;
   border:0px #000 solid;
   padding-left: 18px;
   margin: 10px 0 0 0px;
   cursor: pointer;
   text-align: center;
}

.prodimage_pro {
   clear:both;
   overflow:hidden;
   width: 169px;
   height: 138px;
   background:url(../images/products_pro.jpg) no-repeat 100% 0;
   border-right:1px solid #333;
   border-left:1px solid #ccc;
   border-top:1px solid #ccc;
   border-bottom:1px solid #333;
   margin: 0px 0 0 13px;
}

.prodimage_sysint {
   clear:both;
   overflow:hidden;
   width: 169px;
   height: 138px;
   background:url(../images/products_sysint.jpg) no-repeat 100% 0;
   border-right:1px solid #333;
   border-left:1px solid #ccc;
   border-top:1px solid #ccc;
   border-bottom:1px solid #333;
   margin: 0px 0 0 13px;
}


.prodimage_oem {
   clear:both;
   overflow:hidden;
   width: 169px;
   height: 138px;
   background:url(../images/products_oem.jpg) no-repeat 100% 0;
   border-right:1px solid #333;
   border-left:1px solid #ccc;
   border-top:1px solid #ccc;
   border-bottom:1px solid #333;
   margin: 0px 0 0 13px;
}

.prod_button {
   clear:both;
   overflow:hidden;
   width:175px;
   margin: 15px 0 0 25px; 
   border-right:1px solid #333;
   border-left:1px solid #ccc;
   border-top:1px solid #ccc;
   border-bottom:1px solid #333;
   background:#cc6600;
}
.prod_button strong {
   display:block;
   text-align:center;
   clear:both;
   padding:4px 0;
   background:none; /*url(../images/arrow-down.gif) no-repeat 8px 6px;*/
}

#content .prod_button strong a {
   color:#fff;
   font-size:13px/16px;
   text-decoration:none;
}

#content .prod_button strong a:hover {
/*   text-decoration:underline;*/
   color:  #ffff00;
}

.learnmore {
   text-align: right;
   padding-right: 8px;
   font-size: 12px;
}