html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*
Styling for PRODUCT IMAGE popups 
body class ="product-images-popup"

*/

body.product-images-popup  {background: #ffffff;}
  .product-images-popup .left {margin: 0 auto; padding: 10px 20px;}
  .product-images-popup .right {position: absolute; top: 10px; right: 20px;}
  .product-images-popup #centercontent {width: 500px; padding: 0px 20px 10px 20px; margin: 0 auto;}
  .product-images-popup h1 {text-align: center; font-size: 1.4em; margin-bottom: 10px;}
    #centercontent h1 {text-align: center; font-size: 1.4em; margin-bottom: 10px;}
    #centercontent p {line-height: 1.4em; font-size: .8em;}
    #centercontent ul {margin-left: 20px;}
      #centercontent ul li {line-height: 1.1em; font-size: .8em;}
    .product-images-popup table { width: 500px; margin: 0 auto; background: #ffffff; text-align: center; margin-bottom: 10px; border: 1px dotted #999999; }
      .product-images-popup .bigimage {padding-bottom: 15px; border-bottom: 1px dotted #999999; }
      .product-images-popup .bigimage div {min-height: 480px; max-width: 480px; overflow: hidden; position: relative;}
        .bigimage div img {position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 0;}
      .product-images-popup table span {font-size: 10pt; display: block;  padding: 5px 0; }
      .product-images-popup .thumbnails {padding-bottom: 10px;}
        .product-images-popup .thumbnails img {border: 1px dotted #999999; padding: 5px; cursor: pointer; }
