/* --------------***** css specific application *******-----------------*/
/* ------------- Push status - messages --*/
#message_broadcast {
	width:250px;
	float:right;
	margin: 10px 5px 0 0;
	font-weight:bold;
	text-align: right;
	color:#ffffff;
}
#message_broadcast.warn{
	color:#ff0000;
}
.beeper_box {
	width:250px;
	float:right;
	margin: 10px 5px 0 0;
	font-weight:bold;
}
.beeper_on {
	color: #00ff00;
	width: 125px;
	text-align:center;
	float:right;
}
.beeper_off {
	color: #ff0000;
	width: 125px;
	text-align:center;
	float:right;
}
.beeper_ini {
	color: #00ffff;
	width: 125px;
	text-align:center;
	float:right;
}
.pusher_on {
	color: #00ff00;
	width: 125px;
	text-align:center;
	float:right;
}
.pusher_off {
	color: #ff0000;
	width: 125px;
	text-align:center;
	float:right;
}
.pusher_ini {
	color: #00ffff;
	width: 125px;
	text-align:center;
	float:right;
}

/* -------------- Past winners ---------*/
#c_past_win {
	background:url(/images/bkgd_past_win.jpg) repeat-x scroll 50% 0;
	min-width:960px;
	width:auto;
	height:90px;
}
#past_win {
	width:200px;
	margin:20px 0 20px 0;
	
}
#t_past_win {
	padding:35px 10px 0 0;
}

.deal {
	background:#ebf4fa;
	border:1px solid #E7E4D4;
	margin:0 0 20px 0;
	padding:20px 20px 20px 20px;
	width:600px;
}

.c_deal {
	width:640px;
	margin:10px 20px 0 0;
}

.c_deal_pic {
	background:#FFFFFF;
	border:1px solid #E7E4D4;
	margin:0 20px 0 0;
	padding:0px;
	width:296px;
	height:310px;
}
.deal_pic {
	/*background:url(images/no-image.gif) no-repeat scroll 50% 50%;*/
	width:250px;
	max-width:250px;
	width: expression(this.width>250 ? 250:true);
	height:250px;
	max-height:250px;
	height: expression(this.width>250 ? 250:true);
	/*border:1px solid green;*/
	overflow:hidden;
}
.deal_pic img{
	width:100%;
	height:100%;
}
.deal_title {
	width:100%;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	padding:0 0 2px 0;
	margin:0 0 5px 0;
	width:auto;
}
.deal_info {
	color:#999999;
	margin:0 0 6px 0;
}

.t_winner, .t_time {
	margin:2px 0 6px 0;
	color: #666666;
	width:100px;
}

.link_blue a
{
	color:blue;
	text-decoration: underline;	
}

.winner {
	color:#333333;
	font-size:16px;
}
.time {
	color:#CC0000;
	font-size:15px;
	margin:0 0 0px 0;
}
.c_my_bids {
	background:#ffffff;
	border:1px solid #E7E4D4;
	color:#666666;
	padding:0px 0px 3px 5px;
	margin: 15px 0px 0px 0px;
	/*height: 160px;*/
	/*margin:0 0 0px 0;*/
}
.my_bids_box {
	/*width:100px;*/
	margin:0px 0 0px 0;
}
.c_bid {
	background:#ffffff;
	border:1px solid #E7E4D4;
	color:#666666;
	padding:12px;
	height: 160px;
	width: 	256px;
	/*margin:0 0 0px 0;*/
}
.c_bid_top {
	height: 124px;
	/*border:1px solid black;*/
	width:280px;
}
#bidbox {
}

#c_rules {
	width:300px;
	background:#ebf4fa;
	margin:10px 0 10px 0;
}
#t_rules
{
	background:transparent url(/images/img_how_it_works.jpg) no-repeat scroll 0 50%;
	width:300px;
	height:50px;
}
#rules
{
	border:1px solid #E7E4D4;
	border-top:none;
	text-align:center;
	padding:10px 0 20px 0;
}#rss {  /*spec*/
	cursor:pointer;
	margin:8px 0 0 0;
	background:url(/images/icon_rss.gif) no-repeat scroll 50% 0;
	height:19px;
	width:18px;
}
.c_win_pic {
	background:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	width:300px;
	margin:12px 10px 12px 0px;
}
.c_r_col {
	width:300px;
	min-width:300px;
	width: expression(this.width<250 ? 250:true);
	margin:10px 0px 0 0;
}

