﻿/* customizing : NAFC --------------------------------------------------------------- */

/* general */
.jec .fldname {font-weight:normal; width:170px;}
.jec .fldval input {width: 250px; font-size:10pt;}
.jec .fldval select {font-size:10pt;}
.jec #more_email {display:none; }
.jec .gst_info {font-size:9pt; color:#333; }

/* membership */
.jec .membership .fldname {padding-left:10px;}
.jec .membership .fldnameval {padding-left:10px;}
.jec .section {padding-top:15px; }
.jec .section h3{font-size:larger; font-weight:bold;background-color:#fee;}
.jec .comment {font-style:italic;}

/* catalogue */
.jec table.category tr.alt td{background-color:#eee;}
.jec table.category tr.selected td {background-color:#FFFFCC;}
/*.jec table.category tr.alt td.pd_img, .jec table.category tr.selected td.pd_img {background-color:#fff;}*/


.jec table.category .pd_price { display:none;}
.jec table.category .pd_priceGST { display:none;}
.jec table.category td.pd_quantity input {margin:3px;}
.jec table.category tr.delivery {display:none;}
.jec table.category span.unit_price { font-weight:bold; }

.jec h3 { font-size:12px; margin:5px 0pt 2px; font-weight:bold;  }

.jec .totalamount a {color:Red;}

.jec table.orderitems { width:520px; }
.jec table.orderitems .totaltrow td { font-size:10pt; font-weight:bold; }
.jec table.orderitems th.pd_price { width:110px;}



/* shopping cart */
.jec table.shoppingcart { width:520px; }
.jec table.shoppingcart span.pd_name { font-weight:bold; }
.jec table.shoppingcart td.pd_price { width:80px;}
.jec table.shoppingcart td.pd_quantity { width:100px;}
.jec table.shoppingcart td.pd_quantity .text{ width:20px;}
.jec table.shoppingcart td.pd_action { width:50px;}

.jec table.shoppingcart input.pd_quantity { width:30px;}
.jec table.shoppingcart .totalAmount { font-weight:bold; }
.jec table.shoppingcart tr.delivery td {background-color:#f93;}
