/* CSS Document */
/* Element Defaults */
/* 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.addtocartInp, {
     border:1px solid #CECECD;
     margin:0;
     padding:2px;
     background:#c4010d;
     color:#fff;
     font:bold 12px Verdana, Tahoma, Helvetica, sans-serif;
     text-align:center;
     cursor:pointer;
}

input#searchsubmit{
        border:solid 1px #fff;
        margin:1px 5px 0 5px;
        padding:0px;
        background:#99ffff url('') repeat-x;
        color:#000;
        font:bold 11px Arial,verdana,sans-serif;
        text-align:center;
        cursor:pointer;
}

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;}

