/* 
    Document   : mainstyle
    Created on : May 2, 2011, 5:23:39 PM
    Author     : tom
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body { font:13px/1.231 Arial, Arial, Helvetica, sans-serif; *font-size:small; padding: 0px 30px 0px 30px; } /* hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }


#comparetable {width: 100%; table-layout: fixed; text-align: center; margin: 1em 0; border-collapse: collapse; }
#comparetable tr {background: transparent!important;}
#comparetable td,
#comparetable th {padding: 10px; text-align: center;}
#comparetable td.rowTitle {text-align: left;}
.blank {background: none!important; border: none!important;}
 .clean th {background-color: #dfdfdf; font-size: 20px; color: #585858; text-align: center; font-weight: 400; text-shadow: 0 1px 0 #e0ecf7; border: 1px solid #bbbbbb;}
 .clean td {background-color: #f0f1f1; border: 1px solid #c8d6e2;}
  .clean td.rowTitle {font-size: 16px; font-weight: 400;}
  
.front_topbox_innerOther ul { margin-top: 5px; }
.front_topbox_innerOther li { font-size: 13px; vertical-align: top; padding-bottom: 7px; list-style-type: none; display: block; }