@charset "utf-8";
/* CSS Document */


.contentStyle
{
}

.descriptionContainer
{
	position: relative;
	
	width: 289px; /* 950 - 580 - 25 - 28*2 */
	height: 300px;
	float: right;
}



/*  
	----------------------------------------------------------------------------------
	BUTTONS - not used currrently ----------------------------------------------------
*/

.buttons
{
	width: 250px;
	
	position: absolute;
	bottom: 13px;
	
	font-size: 11px;
	
	/*font-family:'PTSansRegular', Arial, sans-serif;
	font-size: 11px;*/
	font-weight: bold;
}

.roundedButton:visited
{
	color: #f9f9f9;
}

.roundedButton
{
	display: block;
	width: 77px;
	
	float: left;
	
	color: #f9f9f9;
	background-color: #212121;
	
	text-align: center;

	line-height: 20px;
	height: 20px;
	
	margin: 0px 11px 0px 0px; 
	
	/* has to be 11px size to be bold ! 
	font-weight: bold;*/
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	behavior: url(libs/PIE/PIE.htc);
}

.launchButton
{
	background: #212121 url(../imgs/launchButton_icon.png) no-repeat 12px 6px;
	
	padding-left: 12px;
	padding-right: 2px;
}


