/* TRACK */
div.promobomb
{
	width					: 912px;
	margin-left				: 14px;
}

div.promobomb div.innerBlue
{
	padding					: 15px;
}

div.promobomb table.items
{
	width					: 94%;
	margin-left				: 0px;
}

div.promobomb table.items a
{
	font-weight				: normal;
	text-decoration			: none;
}

div.promobomb table.items a:hover
{
}

div.promobomb table.items a:hover font.artistName
{
	color					: #FF9900;
}

div.promobomb table.items td.item
{
	height					: 75px;
}

div.promobomb table.items td.item td
{
	padding 				: 3px;
	margin 					: 0px;
}

div.promobomb table.items td.item td.image
{	
	width					: 75px;
	height					: 75px;	
	
	padding 				: 0px;
		
	border					: 1px solid #BCDFF3;
	
	text-align				: center;
	vertical-align			: middle;
}

div.promobomb table.items td.image img
{	
	max-width				: 75px;
	max-height				: 75px;
	
	_width					: 75px;
	_height					: 75px;
	
	text-align				: center;
	vertical-align			: middle;
}

/* Opera < 9 */
html:first-child div.promobomb table.items td.image img
{
	width					: 75px;
}

div.promobomb table.items .rating img 
{
	margin-top				: 5px;
}

div.promobomb table.items td.item td.details
{
	width					: 64%;
}

div.promobomb table.items font.artistName
{
	text-transform			: uppercase;
	color					: #669ACC;
	font-weight				: bold;
}

div.promobomb table.items font.genreName
{
	color					: #000000;
}

/* GENERAL */
div.promobomb a.downloadFreeButton
{
	display					: block;
	
	width					: 702px;
	height					: 50px;
	
	background-image		: url('../graphics/buttons/promobomb_download_free.png');
	background-position		: center;
	background-repeat		: no-repeat;
	
	text-align				: center;
	vertical-align			: middle;
	line-height				: 50px;
	
	color					: #FFFFFF;
	font-size				: 20px;
	text-transform			: uppercase;
	text-decoration			: none;
	font-weight				: bolder;			
}

div.promobomb a.downloadFreeButton:hover
{
	background-image		: url('../graphics/buttons/promobomb_download_free-hover.png');
	color					: #FFFFFF;
	text-decoration			: none;
	font-weight				: bold;		
}

span.picture{
	margin:					10px;
	border-style:			solid;
	border-color:			#669ACC;
	border-width:			1px;
	vertical-align:			middle;
	float:					left;
}

div.benefits{
	margin-top:				10px;
	margin-right:			10px;
	padding:				5px;
	border-style:			solid;
	border-color:			#669ACC;
	border-width:			1px;
	float:					right;
}

div.benefits img{
	margin-top:				4px;
	margin-right:			5px;
	float:					left;
}

td.name{
	font-size:				200%;
	font-weight:			bold;
}

td.title{
	width:					450px;
	font-weight:			bold;
}

td.right{
	width:					260px;
	text-align:				right;
}

table.tracklist td{
	padding-top:			4px;
}

table.tracklist td img{
	margin-top:				-4px;
	margin-right:			5px;
	float:					right;
}

a.button{
	width:					760px;
	height:					31px;
	margin:					10px;
	margin-top:				0px;
	padding-top:			4px;
	border-style:			solid;
	border-color:			#669ACC;
	border-width:			1px;
	background-image:		url('../graphics/buttonbackground.gif');
	font-size:				175%;
	font-weight:			bold;
	text-align:				center;
	color:					#FFFFFF;
	display:				block;
}
a:hover.button{
	border-color:			#000000;
	background-color:		#000000;
	background-image:		none;
}

/* SENDON */
div.promobomb div.contacts
{
	float					: right;
	width					: 450px;
}

div.promobomb b.uppercased
{
	text-transform			: uppercase;
}

div.promobomb input.small
{
	width					: 100%;
}

div.promobomb textarea.message
{
	width					: 100%;
	height					: 200px;
	
	border					: 1px solid #E0DFDF;
}

div.promobomb table.contacts
{
	font-size				: 10px;
	width					: 290px;
	margin-left				: -10px;
}

div.promobomb span.error
{
	display					: block;
	padding					: 5px;
	margin-bottom			: 5px;
	width					: 98%;
	
	background-color		: #CCCCCC;
	color					: #000000;
	border					: 1px solid #000000;
}

/* DOWNLOAD */
div.promobomb a.visitArtistShopButton
{
	display					: block;
	
	width					: 703px;
	height					: 22px;
	
	background-image		: url('../graphics/buttons/promobomb_visit_artistshop.png');
	background-position		: center;
	background-repeat		: no-repeat;
	
	text-align				: center;
	vertical-align			: middle;
	line-height				: 22px;
	
	color					: #FFFFFF;
	font-size				: 14px;
	text-transform			: uppercase;
	text-decoration			: none;
	font-weight				: bolder;		
}


div.promobomb a.visitArtistShopButton:hover
{
	background-image		: url('../graphics/buttons/promobomb_visit_artistshop-hover.png');
	color					: #FFFFFF;
	text-decoration			: none;
	font-weight				: bold;	
}