/* ribbon style */

 .ribbon-wrapper {
	position: relative;
}
  .ribbon-front {
	background-color: #B4BF04;	height: 40px;
	width: 140px;
	position: relative;
	left:-20px;
	z-index: 2;
}

  .ribbon-front,
  .ribbon-back-left,
  .ribbon-back-right
{
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright {
}

  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	top: 40px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
	left: -20px;
	border-color: transparent #E0ED16 transparent transparent;
}

  .ribbon-edge-topleft {
	top: -10px;
	border-width: 10px 20px 0 0;
}
  .ribbon-edge-bottomleft {
	border-width: 0 20px 0px 0;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
	left: 100px;
	border-color: transparent transparent transparent #E0ED16;
}

  .ribbon-edge-topright {
	top: -10px;
	border-width: 10px 0 0 20px;
}
  .ribbon-edge-bottomright {
	border-width: 0 0 0px 20px;
}

  .ribbon-back-left {
	position: absolute;
	top: -10px;
	left: 0px;
	width: 0px;
	height: 40px;
		z-index: 0;
}

  .ribbon-back-right {
	position: absolute;
	top: -10px;
	right: 0px;
	width: 0px;
	height: 40px;
		z-index: 0;
}

.boxcorner {
  width: 200px; height: 100px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}
.boxcorner2 {
padding:5.25em 0.25em 0.75em 2em;
width: 240px; height: 160px;
position: relative;
border: 1px solid #BBB;
background: #EEE;

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(235,235,224,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(235,235,224,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(235,235,224,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(235,235,224,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(235,235,224,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(235,235,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebe0', GradientType=0 );	

-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}
.ribboncorner {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribboncorner span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#B4BF04 0%, #929C00 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribboncorner span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #929C00;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #929C00;
}
.ribboncorner span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #929C00;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #929C00;
}
.jgdboxshadow{
padding:0.625em;
width: 200px; height: 100px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #BBBBBB;	
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(235,235,224,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(235,235,224,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(235,235,224,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(235,235,224,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(235,235,224,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(235,235,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebe0', GradientType=0 );	
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);	
}
.jgdboxnoshadow{
position: relative;	 /* YW */
margin: 0 0.625em 0.625em;
padding:0.625em;
width: 230px; height: 120px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #BBBBBB;	
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(235,235,224,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(235,235,224,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(235,235,224,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(235,235,224,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(235,235,224,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(235,235,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebe0', GradientType=0 );	
}
.jgd-name{
	position: absolute;
	top: 10px;
	font-family: "Open Sans",Arial,sans-serif; /* YW old: 'Alegreya', serif; new: "Open Sans",Arial,sans-serif; */
	font-size: 20px; /* YW old: 18px new: 100% */
    font-weight: bold;
	/* color: #7F7D7D; */
	/* line-height: 30px; */
	/* text-indent: 50px; */ /* YW old: 100 new: 50 */
}
.jgd-name a{
	color: #7F7D7D;
	/* line-height: 30px; */
	/* text-indent: 50px; */ /* YW old: 100 new: 50 */
}
.jgd-comm{
	position: absolute;
	top: 42px;
	/* position:relative;  */
	/* top:5px; */
	font-family: "Open Sans",Arial,sans-serif; 
	font-size: 14px; 
	/* color: #7F7D7D; */
	line-height: 18px; 
	/* text-indent:-10px; */
	margin-left:10px;
}
.jgd-price{
	position: absolute;
	top: 84px;
	/* position:relative; */
	/* top:10px; */
	font-family: "Open Sans",Arial,sans-serif; /* YW old: 'Alegreya', serif; new: "Open Sans",Arial,sans-serif; */
	font-size: 16px; /* YW old: 18px new: 100% */
	color: #929C00; 
	/* line-height: 30px; */ /* YW old: 40 new: 30 */
	text-indent: 10px; /* YW old: 100 new: 50 */
}
.jgd-price a:link, .jgd-price a:visited {
	color: #929C00; 
}
.jgd-price a:hover {
    color: #B4BF04;
	text-decoration: underline;
}
.jgd-price a:active{
	color: #929C00; 
}
/* unvisited link */
.jgd-link a:link, .jgd-link a:visited {
    color: #444;
}
/* mouse over link */
.jgd-link a:hover {
    color: #B4BF04;
	text-decoration: underline;
}
/* selected link */
.jgd-link a:active {
    color: #B4BF04;
}
.bold-link {
    font-weight: bold;
}
/* unvisited link */
.bold-link a:link, .bold-link a:visited {
    color: #444;
}
/* mouse over link */
.bold-link a:hover {
    color: #B4BF04;
	text-decoration: underline;
}
/* selected link */
.bold-link a:active {
    color: #B4BF04;
}
.jgd-spot-name{
	position: absolute;
	top: 36px;
	font-family: "Open Sans",Arial,sans-serif; /* YW old: 'Alegreya', serif; new: "Open Sans",Arial,sans-serif; */
	font-size: 20px; /* YW old: 18px new: 100% */
    font-weight: bold;
}
.jgd-spot-name a{
	color: #7F7D7D;
}
.jgd-spot-comm{
	position: absolute;
	top: 68px;
	font-family: "Open Sans",Arial,sans-serif; 
	font-size: 14px; 
	line-height: 18px; 
	margin-left:10px;
}
.jgd-spot-price{
	position: absolute;
	top: 110px;
	font-family: "Open Sans",Arial,sans-serif; /* YW old: 'Alegreya', serif; new: "Open Sans",Arial,sans-serif; */
	font-size: 16px; /* YW old: 18px new: 100% */
	color: #929C00; 
	text-indent: 10px; /* YW old: 100 new: 50 */
}
.jgd-spot-price a:link, .jgd-spot-price a:visited {
	color: #929C00; 
}
.jgd-spot-price a:hover {
    color: #B4BF04;
	text-decoration: underline;
}
.jgd-spot-price a:active{
	color: #929C00; 
}