/* line 5, ../../app/stylesheets/popover.scss */
.popover {
  position: absolute;
  display: none;
  opacity: 0;
  cursor: auto;
  /*

  border-radius: 8px;
*/
width: 354px;
height: 163px;
 background-image: url('/images/promoPopup.png'); 
 /*  background-image:-moz-linear-gradient(0% 100% 90deg,#a4a4a4,#dedbdb);background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#a4a4a4),color-stop(1,#dedbdb)); -pie-background:linear-gradient(-90deg,#dedbdb,#a4a4a4);-webkit-box-shadow: 0px 1px 0px 0px #767676, 0px 2px 0px 0px #555555, 0px 3px 0px 0px rgba(0,0,0,.15); -moz-box-shadow: 0px 1px 0px 0px #767676, 0px 2px 0px 0px #555555, 0px 3px 0px 0px rgba(0,0,0,.15); box-shadow: 0px 5px 0px 0px #767676, 0px 6px 0px 0px #555555, 0px 8px 0px 0px rgba(0,0,0,.15); text-shadow: #EEE 0px 1px 0px; cursor: pointer; behavior:url(css/flawless/core/production/framework/css3/PIE.htc); border-right: 1px solid #666; */
  
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
/* line 17, ../../app/stylesheets/popover.scss */
.popover.active {
  opacity: 1;
}
/* line 21, ../../app/stylesheets/popover.scss */
.popover > .triangle {
  position: absolute;
  width: 0px;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  box-shadow: 0px 5px 0px 0px #767676, 0px 6px 0px 0px #555555, 0px 8px 0px 0px rgba(0,0,0,.15);
}
/* line 29, ../../app/stylesheets/popover.scss */
.popover > .triangle.top {
  bottom: -40px;
  border-top: 20px solid blue;
}
/* line 34, ../../app/stylesheets/popover.scss */
.popover > .triangle.bottom {
  top: -40px;
  border-bottom: 20px solid black;
  
  
}
/* line 39, ../../app/stylesheets/popover.scss */
.popover > .triangle.left {
  right: -40px;
  border-left: 20px solid black;
}
/* line 44, ../../app/stylesheets/popover.scss */
.popover > .triangle.right {
  left: -40px;
  border-right: 20px solid black;
}
/* line 50, ../../app/stylesheets/popover.scss */
.popover > .header {
  
}
/* line 64, ../../app/stylesheets/popover.scss */
.popover > .content {
  min-width: 15em;
  overflow-x: hidden;
  overflow-y: auto;
}
