.lotteryIndexContainer
{
  float: right;
  text-align: left;
  width: 270px;
  padding-top: 10px;
  
  cursor: pointer;
}

.lotteryWrapper
{
  background:url(../img/fade_newsitem_hover.gif) repeat-x;

  /*margin-left: 215px;*/
  margin-top: 5px;
  margin-bottom: 5px;
  width: 266px;
  
  font-size: 0.8em;
  
  border: 1px solid #888888;
  /*background-color: #EEEEEE;*/
  
  text-align: center;
}

.lotteryWrapperBig
{
  background:url(../img/fade_newsitem_hover.gif) repeat-x;

  /*margin-left: 215px;*/
  margin-top: 5px;
  margin-bottom: 5px;
  width: 354px;
  
  font-size: 0.8em;
  
  border: 1px solid #888888;
  /*background-color: #EEEEEE;*/
  
  text-align: center;
}

.lotteryWrapperInfo
{
  float: right;
}

.lotteryWrapper b
{
  font-size: 1.2em;
}

.lotteryWrapperBig b
{
  font-size: 1.2em;
}

.lotteryHeader
{
  background:url(../img/fade_btn.gif) repeat-x;
  height: 29px;
  
  text-align: center;
  font-weight: bold;
  
  padding-top: 7px;
}

.lotteryItem
{
  margin-bottom: 5px;
  text-align: left;
  
  padding: 5px;
  
  clear: left;
}

.lottery_image
{
  float: left;

  margin-right: 5px;
  margin-bottom: 5px;
  width: 100px;
  
  border: 1px solid #888888;
}

.lottery_image_big
{
  margin-right: 5px;
  margin-bottom: 5px;
  width: 200px;
  
  border: 1px solid #888888;
}

a.agbLink:link { text-decoration:underline; color:#808080; }
a.agbLink:visited { text-decoration:underline; color:#808080; }
a.agbLink:hover { text-decoration:underline; color:#CC0000; }
a.agbLink:active { text-decoration:underline; color:#808080; }
a.agbLink:focus { text-decoration:underline; color:#808080; }
