@charset "utf-8";
/* CSS Document */






/*** NEWS FEED ***/
.news_feed {
	margin: 0 0 -12px 0;
	/* to get rid of the margin from the last paragraph */
}

.news_feed .head_image {
	background: url(gfx/bestgames_common_sprite.jpg) no-repeat -693px -261px;
	display: block;
	height: 57px;
}

.news_feed h4 {
	margin: 6px 0 0 0;
}

.news_feed .date {
	color: #999;
	font-size: 10px;
	margin: 0;
	letter-spacing: 0;
}

.news_feed p {
	margin: 0 0 12px 0;
}



/*** STOCK WATCH ***/
.stock_watch {
	background: #fff;
	margin: 0 0 20px 0;
}

.stock_watch .head_image {
	background: url(gfx/bestgames_common_sprite.jpg) no-repeat -693px -331px;
	display: block;
	height: 57px;
}


/*** NEWSLETTER ***/
.newsletter {
	background: #fff;
	margin: 0 0 20px 0;
}

.newsletter .head_image {
	background: url(gfx/bestgames_common_sprite.jpg) no-repeat -693px -403px;
	display: block;
	height: 57px;
}

.newsletter input {
	margin: 4px 0 0 0;
	width: 90%;
	padding: 2px;
}


/*** BRAND BOX startpage ***/

.brand_box a {
	display: inline-block;
	width: 104px;
	height: 36px;
	background: #eff;
	background: url(gfx/bestgames_common_sprite.jpg) no-repeat -4px -607px;
}
/*
.brand_box a:hover {
	background: #efe;
}
*/
a.bestpoker_logo {
	width: 98px;
	background-position: -4px -607px;
}

a:hover.bestpoker_logo {
	background-position: -4px -642px;
}


a.bestcasino_logo {
	width: 114px;
	background-position: -100px -607px;	
}

a:hover.bestcasino_logo {
	background-position: -100px -642px;
}


a.bestbingo_logo {
	width: 110px;
	background-position: -220px -607px;	
}

a:hover.bestbingo_logo {
	background-position: -220px -642px;
}


a.bestbet_logo {
	width: 104px;
	background-position: -329px -607px;	
}

a:hover.bestbet_logo {
	background-position: -329px -642px;
}
