/* advlive */
#advlive {
	height: 100%;
	padding: 10px 3px 10px 10px;
	background: #97002b;
}

#advlive-latest {
  position: relative;
  top: 0;
  margin-top: 35px;
  margin-right: 0px;
  height: 137px;
}

#advlive-indicator {
  position: absolute;
  top: 50px;
  left: 220px;
}
#advlive-latest-tabs {
  position: absolute;
  top: -37px;
  left: 0px;
  list-style: none;
	font-family: Trebuchet Ms, Arial;
}
#advlive-latest-tabs li {
  font-size: 15px;
  float: left;
  padding: 5px;
	color: #fff;
	font-weight: bold;
}
#advlive-latest-tabs li span{
  padding-top: 5px;
	display: block;
}
#advlive-latest-tabs li a {
  text-decoration: none;
	font-weight: bold;
	color: #fff;
  padding: 4px 7px 3px 7px;
	background: url('../images/gfx/advlive_a_hover.jpg') no-repeat;
	height: 20px;
	width: 54px;
	display: block;
	text-align: center;
}

#advlive-latest-tabs li.active a, #advlive-latest-tabs li:hover a {
	background: url('../images/gfx/advlive_a.jpg') no-repeat;
	color: #700422;
}

#advlive-latest-content-box {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 570px;
  height: 125px;
  background: #fff;
  border: 1px solid #ebebeb
}
#advlive-latest-content {
  position: absolute;
  width: 560px;
  clip: rect(0px 612px 125px 0px);
	overflow: hidden;
  padding-bottom: 15px;
}
#advlive-latest-track {
	position: absolute;
	top: 5px;
	right: 270px;	
	width: 8px;
	height: 127px;
	background: #700422;
}
#advlive-latest-handle {
	position: absolute;
	left: -2px;
	top: 0;
	width: 12px;
	height: 25px;
	cursor: n-resize;
	background: url('../images/gfx/advlive_handle.png') no-repeat;
}
.advlive-box {
  margin: 5px;
  padding: 5px;
  border-bottom: 1px dotted #2f2f2f;
}
.advlive-box span.r1 {
  color: #97002b;
	font-weight: bold;
}
.advlive-box span.r2 {
  color: #97002b;
	font-weight: bold;
}

.advlive-info-container {
	float: right;
	width: 260px;
	margin-top: 5px;
	margin-right: 3px;
}

.advlive-info {
  padding: 7px;
  padding-left: 15px;
  background: #d26f8f;
	font-weight: bold;
	line-height: 140%;
	margin-top: 10px;
	color: #fff;
}

.advlive-info span {
  color: #000;
}

.send-info {
	padding: 0px 5px 5px 5px;
  font-size: 12px;
	background: #97002b;
	color: #fff;
	font-weight: normal;
	height: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 150%;
	font-family: Trebuchet Ms, Arial;
}

.send-info h2
{
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
}

.send-info h2.mod
{
	font-size: 25px;
}

.send-info p
{
	background: #bdb793;
	padding: 5px;
	color: #700422;
	margin-top: 2px;
}

.send-info strong {
  color: #ac0203;
	font-size: 16px;
	color: #fff;
}

.send-info .send-wyslij {
	padding: 10px;
  font-size: 18px;
	background: #feb300;
	color: #700422;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}

.indicator1 {
  height: 16px;
  padding: 10px;
  padding-left: 26px;
  background: #ddd url('../images/gfx/indicator.gif') 5px center no-repeat;
}
