/* CSS Document */
/*100406 0.02*/
/* 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.addtocartInput {
     border: 1px solid #CECECD;
     margin: 0;
     padding: 2px;
     background: #c50e00;
     color: #fff;
     font: bold 12px Verdana, Tahoma, Helvetica, 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;
}