/*TABLES*/
TABLE {border-left:1px solid #003C5A; border-top:1px solid #003C5A;}
TD {padding:5px; border-right:1px solid #003C5A; border-bottom:1px solid #003C5A}

TABLE.featuresTable {}
TABLE TR.featuresTableRowHeader {border-bottom: 4px solid #003C5A; font-weight:bold}
TABLE.standardTable {}
TABLE TR.standardTableRowHeader {border-bottom: 4px solid #003C5A; font-weight:bold}
TABLE TD.colSpecial {border-left:4px solid}
TABLE TD.rowSpecial {border-bottom:4px solid}

.table100pc {width:100%;}

TD.td02pc {width:2.5%;}
TD.td05pc {width:5%;}
TD.td10pc {width:10%;}
TD.td12pc {width:12%;}
TD.td20pc {width:20%;}
TD.td25pc {width:25%;}
TD.td33pc {width:33.3%;}
TD.td50pc {width:50%;}
TD.td75pc {width:75%;}
TD.td80pc {width:80%;}
TD.td80pc {width:85%;}
TD.td90pc {width:90%;}
TD.td95pc {width:95%;}
TD.tdImg  {}

.tableProdRule {height:1px; background:#FF0000}
.tableProdTxt {color:#007EA7}
.tableProdPrice {color:#FF0000}


/*FORMS & FORM TABLES*/
.formWrapper {width:50%}
#error, #success {margin-bottom:20px;}	
#error ul, #success ul {margin:0; padding:0;}
#error ul li, #success ul li{list-style-type: none; margin:0px; padding:0 0 0 15px;}
#error ul li{background: url("../../includes/forms/error-li.gif") no-repeat bottom left;} 
#success ul li{background: url("../../includes/forms/success-li.gif") no-repeat bottom left;}
.formTable {font-size:11px}
.formTable {margin-bottom:20px}
TABLE.formTable {border:0}
.formTable TD {height:30px; padding-bottom:10px; border:0}
*+html .formTable TD {height:22px}
.input100pc {width:98%}
.input25pc {width:25%}
.input33pc {width:33%}
.input07pc {width:7.5%}
.input03pc {width:3.5%}
.inputHeight10px {height:10px}
.inputStyle01 {border: 1px solid #545454}
.inputMargin {margin-bottom:5px}
.inputLabel {font-weight:bold; color:#545454}
.inputRequired {background:url(../images-tpl/form-required.gif); color:#000}
.inputNote {font-size:11px; color:#545454; padding-left:10px}
.inputButton {background:#0BA00B; border:1px solid #000; color:#FFFFFF; font-weight:bold; font-size:15px; height:30px}
.inputText {}
.inputTextArea {height:100px}
P.inputInstruction {color:#0BA00B; padding:10px 0 10px 0; margin:0; font-size:12px}


.formWrapper INPUT, .formWrapper LABEL {cursor: pointer; cursor: hand;}
.formWrapper INPUT.inputText, .formWrapper INPUT.inputTextArea {cursor: text;}