/* Element Defaults */
/* 092506 0.02 */
/* Notes: 
 * Specifying exact attributes for each element will keep them consistent across browsers.
 * Each element is given a MARGIN, PADDING, and BORDER of ZERO (0) under the "base" CSS file.
 * This file must load after the "base" file. The reason for maintaining presentation is that some store 
 * owners are accustom to using basic HTML or WYSIWYG editors to format their content. Removing 
 * HTML Element formatting without any notification will confuse store owners.
 */

b, strong    {font-weight:bold;}
blockquote   {margin:1em;}
dd           {margin:0 0 0 10px;}
dl           {margin:5px 0;}
em, i        {font-style:italic;}
img          {border:0;}
input        {border:1px solid #333; margin:0; padding:1px;}
input.addtocartInp{border:1px solid #333; margin:0; padding:1px;font-size:12px;}

input.addtocartImg{border:0; margin:0; padding:1px;}
li           {margin:0 0 0 15px; padding:0;}
ol, ul       {list-style:disc outside; margin:0; padding:0;}
p            {margin:10px 0; padding:0;}
tr, td       {vertical-align:top;}

