/* gr-emarket */
.gr-emarket {
  border:1px #abafb3 solid; 
  width:314px;
  padding:0px 2px 2px;
  background: #9BBFE3;
  background: -moz-linear-gradient(top, #e2f1fe, #5a92cb);
  background: -webkit-gradient(linear, left top, left bottom, from(#e2f1fe), to(#5a92cb));
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#e2f1fe, endColorstr=#5a92cb, GradientType=0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
  overflow:hidden;
}
.gr-emarket_header {
  height:30px; 
  background: url('../../img/emarket/gr_emarket_logo.png') no-repeat top left; 
}
.gr-emarket_header a {
  display:block;
  width:125px;
  height:30px;
  background: url('../../img/spacer.gif');
}
.gr-emarket_content a {
  color:#082967; 
  font-size:14px;
}
.gr-emarket_content a:hover {
  color:#650A06;
}
.gr-emarket_content img {
  border:1px #4e91d4 solid; 
  float:left; 
  margin-right:10px;
}
.gr-emarket_price {
  color:#fff;
  font-size:16px;
  font-weight:bold;
  margin-top:11px;
}
/* end gr-emarket */ 