/* Item View css */

table.DNM_itemView {border-bottom:#666666 1px dotted;color:#666;font:normal 11px Arial,Helvetica,sans-serif;margin:0px;padding:0px;text-align:left;}

table.DNM_itemView tr td{padding:5px 0;}
table.DNM_itemView tr td img{margin-right:20px;}

table.DNM_itemView tr td p.DNM_itemName{color:orange;font-weight:bold;font-size:12px;}
table.DNM_itemView tr td p.DNM_itemPrice{color:#1379B0;font-weight:bold;}

table.DNM_itemView tr td.DNM_btnItemView a, p.DNM_btnItemView a{background:#529214;color:#FFF;border:#529214 1px solid;float:right;font:normal 11px Arial,Helvetica,sans-serif;font-weight:bold;margin-left:10px;padding:5px 10px;}
table.DNM_itemView tr td.DNM_btnItemView a:hover, p.DNM_btnItemView a:hover{background:#E2F9CB;color:#529214;text-decoration:none;}


/* Item Edit css */

table.DNM_itemEdit{color:#666;font:bold 11px Arial,Helvetica,sans-serif;}

table.DNM_itemEdit tbody tr td{padding:8px 0;vertical-align:top;}

table.DNM_itemEdit tbody tr td p{width:100px;}

table.DNM_itemEdit tbody tr td input[type="text"],table.DNM_itemEdit tbody tr td select,table.DNM_itemEdit tbody tr td textarea{color:#666;font:normal 11px Arial,Helvetica,sans-serif;padding:2px;width:300px;}

table.DNM_itemEdit tbody tr td.DNM_btnItemEdit {margin:0px;padding-bottom:20px;}
table.DNM_itemEdit tbody tr td.DNM_btnItemEdit a{background:#EEE;color:#333;border:#c8c8c8 1px solid;font:normal 11px Arial,Helvetica,sans-serif;font-weight:bold;padding:5px 10px;}
table.DNM_itemEdit tbody tr td.DNM_btnItemEdit a:hover{background:#1379B0;color:#FFF;text-decoration:none;}