/* -------------------------------------------------
	Vit box med gradient i botten
*/

.contentbox 
{
	background: #fff url(/elements/images/white-box/w-leftside.gif) repeat-y left top;
	margin-bottom: 0px;
}
	.contentbox .w-top {
		width:100%;
		height:10px;
		background:url(/elements/images/white-box/w-top.gif) no-repeat left top;
	}
	.contentbox .w-top span 
	{
		display:block;
		position:relative;
		height:10px;
		background:url(/elements/images/white-box/w-top-right.gif) no-repeat right top;
	}
	.contentbox .w-center-content 
	{
		position:relative;
		background: url(/elements/images/white-box/w-rightside.gif) repeat-y right top;
		padding: 2px 11px 1px 11px;
		margin: -1px 0 -30px 0;	
	}
	
	.contentbox .w-center-content p
	{
		margin:5px 0px 1px 0px;
	}
	
	/* För box innehåll bild enbart, notera -img tillägget, detta för att minska padding i botten */
	.contentbox .w-center-content-img 
	{
		position:relative;
		background: url(/elements/images/white-box/w-rightside.gif) repeat-y right top;
		padding: 2px 11px 1px 11px;
		margin: -1px 0 -30px 0;
	}

	.contentbox .w-bottom 
	{
		width:100%;
		height:49px;
		background:url(/elements/images/white-box/w-bottom.gif) no-repeat left bottom;
	}
	.contentbox .w-bottom span 
	{
		display:block;
		position:relative;
		height:49px;
		background:url(/elements/images/white-box/w-bottom-right.gif) no-repeat right bottom;
	}



/*---------------GlobalContentBoxSizes---------------*/
/*---------------GlobalContentBox widths---------------*/
/*width 1*/
.width1
{
	float:left;
	width: 137px;
}
/*width 2*/
.width2
{
	float:left;
	width: 275px;
}
/*width 3*/
.width3
{
	float:left;
	width: 412px;
}


h2.width3 
{
	width:390px;
}
h2.width2 
{
	width:252px;
}
h2.width1 
{
	width:115px;
}


.communityBox .icon-header h2.width3 
{
	background: url('/elements/images/headers/newsbill/green/green-390.png') no-repeat;
}
.communityBox .icon-header h2.width2 
{
	background: url('/elements/images/headers/newsbill/green/green-252.png') no-repeat;
}
.communityBox .icon-header h2.width1 
{
	background: url('/elements/images/headers/newsbill/green/green-115.png') no-repeat;
}

.shopBox .icon-header h2.width3 
{
	background: url('/elements/images/headers/newsbill/red/red-390.png') no-repeat;
}
.shopBox .icon-header h2.width2 
{
	background: url('/elements/images/headers/newsbill/red/red-252.png') no-repeat;
}
.shopBox .icon-header h2.width1 
{
	background: url('/elements/images/headers/newsbill/red/red-115.png') no-repeat;
}

.gameBox .icon-header h2.width3 
{
	background: url('/elements/images/headers/newsbill/blue/blue-390.png') no-repeat;
}
.gameBox .icon-header h2.width2 
{
	background: url('/elements/images/headers/newsbill/blue/blue-252.png') no-repeat;
}
.gameBox .icon-header h2.width1 
{
	background: url('/elements/images/headers/newsbill/blue/blue-115.png') no-repeat;
}

.premiumBox .icon-header h2.width3 
{
	background: url('/elements/images/headers/newsbill/gold/gold-390.png') no-repeat;
}
.premiumBox .icon-header h2.width2 
{
	background: url('/elements/images/headers/newsbill/gold/gold-252.png') no-repeat;
}
.premiumBox .icon-header h2.width1 
{
	background: url('/elements/images/headers/newsbill/gold/gold-115.png') no-repeat;
}


.width2 .contentBoxTotLink
{
	width:252px;
}

.contentBox a 
{
	color:#880000;
}

.contentBoxTotLink 
{
	display:block;
	left:0;
	position:absolute;
	top:0;
	z-index:15;
	height:100%;
	width:100%
}

/* ------------Twitterblurb------------ */

ul#twitter_update_list
{
	list-style-image: url('http://images.blip.se/library/20090429100032.gif');
	margin-left:15px;
	padding:0px;
}

ul#twitter_update_list li
{
	margin-bottom:5px;
}

