/* Element Defaults */
/* 100506 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        {margin:0; padding:1px;}
input.addtocartInp{margin:0; padding:1px;font-size:12px;
}
#searchsubmit{margin:1px 5px 0 5px;
                   padding:1px;
                   background:#ffffff url('') 0 0 repeat;
	           color:#336092;
	           font:bold 11px Arial,verdana,sans-serif;
	           padding:0px 2px;
                   margin:0 0 1px 3px;
	           text-align:center;
	           cursor:pointer;
}
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;}
