/* Let's default this puppy out
-------------------------------------------------------------------------------*/

#wvc_cart  div,#wvc_cart   span,#wvc_cart   object,#wvc_cart   iframe,#wvc_cart   h1,#wvc_cart   h2,#wvc_cart   h3,#wvc_cart   h4,#wvc_cart   h5,#wvc_cart   h6,#wvc_cart   p,#wvc_cart   blockquote,#wvc_cart   pre,#wvc_cart   abbr,#wvc_cart   address,#wvc_cart   cite,#wvc_cart   code,#wvc_cart   del,#wvc_cart   dfn,#wvc_cart   em,#wvc_cart   img,#wvc_cart   ins,#wvc_cart   kbd,#wvc_cart   q,#wvc_cart   samp,#wvc_cart   small,#wvc_cart   strong,#wvc_cart   sub,#wvc_cart   sup,#wvc_cart   var,#wvc_cart   b,#wvc_cart   i,#wvc_cart   dl,#wvc_cart   dt,#wvc_cart   dd,#wvc_cart   ol,#wvc_cart   ul,#wvc_cart   li,#wvc_cart   fieldset,#wvc_cart   form,#wvc_cart   label,#wvc_cart   legend,#wvc_cart   table,#wvc_cart   caption,#wvc_cart   tbody,#wvc_cart   tfoot,#wvc_cart   thead,#wvc_cart   tr,#wvc_cart   th,#wvc_cart   td,#wvc_cart   article,#wvc_cart   aside,#wvc_cart   figure,#wvc_cart   footer,#wvc_cart   header,#wvc_cart   menu,#wvc_cart   nav,#wvc_cart   section,#wvc_cart   time,#wvc_cart   mark,#wvc_cart   audio,#wvc_cart   video,#wvc_cart   details,#wvc_cart   summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

#wvc_cart  article,#wvc_cart   aside,#wvc_cart   figure,#wvc_cart   footer,#wvc_cart   header,#wvc_cart   nav,#wvc_cart   section,#wvc_cart   details,#wvc_cart   summary {display: block;}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
#wvc_cart  *,#wvc_cart   *:before,#wvc_cart   *:after {box-sizing: border-box; }

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues,#wvc_cart   you might want to replace it with a .responsive class instead. */
#wvc_cart  img,#wvc_cart
object,#wvc_cart
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
#wvc_cart  html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
#wvc_cart  ul {list-style: none;}

#wvc_cart  blockquote,#wvc_cart   q {quotes: none;}

#wvc_cart  blockquote:before,#wvc_cart
blockquote:after,#wvc_cart
q:before,#wvc_cart
q:after {content: ''; content: none;}

#wvc_cart  a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

#wvc_cart  del {text-decoration: line-through;}

#wvc_cart  abbr[title],#wvc_cart   dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
#wvc_cart  table {border-collapse: collapse; border-spacing: 0;}
#wvc_cart  th {font-weight: bold; vertical-align: bottom;}
#wvc_cart  td {font-weight: normal; vertical-align: top;}

#wvc_cart  hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

#wvc_cart  input,#wvc_cart   select {vertical-align: middle;}

#wvc_cart  pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well,#wvc_cart   actually) */
    word-wrap: break-word; /* IE */
}

#wvc_cart  input[type="radio"] {vertical-align: text-bottom;}
#wvc_cart  input[type="checkbox"] {vertical-align: bottom;}
#wvc_cart  .ie7 input[type="checkbox"] {vertical-align: baseline;}
#wvc_cart  .ie6 input {vertical-align: text-bottom;}

#wvc_cart  select,#wvc_cart   input,#wvc_cart   textarea {font: 99% sans-serif;}

#wvc_cart  table {font-size: inherit; font: 100%;}

#wvc_cart  small {font-size: 85%;}

#wvc_cart  strong {font-weight: bold;}

#wvc_cart  td,#wvc_cart   td img {vertical-align: top;}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
#wvc_cart  sub,#wvc_cart   sup {font-size: 75%; line-height: 0; position: relative;}
#wvc_cart  sup {top: -0.5em;}
#wvc_cart  sub {bottom: -0.25em;}

/* standardize any monospaced elements */
#wvc_cart  pre,#wvc_cart   code,#wvc_cart   kbd,#wvc_cart   samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
#wvc_cart  .clickable,#wvc_cart
label,#wvc_cart
input[type=button],#wvc_cart
input[type=submit],#wvc_cart
input[type=file],#wvc_cart
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
#wvc_cart  button,#wvc_cart   input,#wvc_cart   select,#wvc_cart   textarea {margin: 0;}

/* make buttons play nice in IE */
#wvc_cart  button,#wvc_cart
input[type=button] {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
#wvc_cart  .ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover 
   (commented out as usage is rare,#wvc_cart   and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache",#wvc_cart   false,#wvc_cart   true));}
*/

/* let's clear some floats */
#wvc_cart  .clearfix:before,#wvc_cart   .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
#wvc_cart  .clearfix:after { clear: both; }
#wvc_cart  .clearfix { zoom: 1; }
