Inspirational Movies………Simple Truths of Service by Ken Blanchard and Grace Glanz
By geetavora52
|
|
|
Inspirational Movies
|
 |
|
 |
function addToCart(product_id) { var pid_input = document.getElementById(‘products_id’); pid_input.value = parseInt(product_id); var pqty = parseInt(document.getElementById(‘products_quantity_’ + product_id).value); if ( pqty == 0 || true == isNaN(pqty) ) { alert(‘The quantity must be greater than 0′); } else { var pqty_input = document.getElementById(‘cart_quantity’); pqty_input.value = parseInt(pqty); var pcart_form = document.getElementById(‘product_cart’); pcart_form.submit(); } } .product_listing { font-family: arial; border-collapse: collapse; width: 100%; } .product_listing tr.cat { background-color: #1C3C65; color: #fff; } .product_listing tr.cat td.cat_name { font-size: 18px; font-family: arial, sans-serif; } .product_listing tr.cat td.cat_desc { padding-left: 10px; font-size: 11px; background-color: #fff; color: #000; } .product_listing tr.cat td.misc_title { text-align: center; font-size: 12px; } .product_listing tr.product { vertical-align: top; } .product_listing tr.top { border-top: 1px solid #BFD2E7; border-left: 1px solid #BFD2E7; border-right: 1px solid #BFD2E7; } .product_listing tr.middle { border-left: 1px solid #BFD2E7; border-right: 1px solid #BFD2E7; } .product_listing tr.bottom { border-bottom: 1px solid #BFD2E7; border-left: 1px solid #BFD2E7; border-right: 1px solid #BFD2E7; } .product_listing tr.product td { padding-top: 10px; } .product_listing tr.product td.image { background-color: #fff; padding: 5px; padding-top: 10px; font-size: 10px; } .product_listing tr.product td.cat_image { background-color: #fff; padding: 5px; text-align: center; font-size: 10px; } .product_listing tr.product td.name { padding-left: 20px; padding-bottom: 3px; font-size: 16px; font-weight: bold; font-family: arial, sans-serif; width: 100%; } .product_listing tr.product td.name a { padding-left: 20px; padding-bottom: 3px; font-size: 16px; font-weight: bold; font-family: arial, sans-serif; width: 100%; } .product_listing tr.product td.name p.name2 { margin-left: 15px; font-size: 11px; font-weight: normal; } .product_listing tr.product td.price { font-size: 12px; font-family: arial, sans-serif; text-align: center; } .product_listing tr.product td.other { text-align: center; } p.category_listing { margin: 0 auto 20px 0; padding: 0; text-align: center; } p.category_listing a { padding: 0 25px 0 25px; font-size: 14px; text-decoration: underline; }
|
|
This entry was posted on February 25, 2008 at 12:12 pm and is filed under create, customer, down syndrome, loving, memories, quote, service. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.