.flex-control-paging li a {
  width: 4px;
  height: 4px;
  display: block;
  background: #FFF;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  border: solid 1px #fff;
}

/* added per 02019404 */
.ProductDetailsGrid .Label, .ProductAddToCart .productAttributeLabel {

  display: inline;
}
.ProductDetailsGrid .Value {
    display: inline;
}

@charset  “utf-8”;
/* CSS Document  */

.body  {
         test-align:center;
         margin:0px;
         padding: 0px;

}
#wrapper{
           width:900px;
           height:800px;
           background-color:#F00;
           margin:auto;
           text-align:left;

}
