.button
{
	margin-top:		10px;
	margin-bottom:	10px;
	margin-left:	-35px;
	
	min-width:	300px;
	width:		380px;
	height:	50px;
	line-height:	50px;
	
	color:	#FFFFFF;
	text-shadow:	0px 1px 1px #404040;
	background:	#0253c1 url(../images/button.png) repeat-x center;
	
	/*
	border:	1px solid;
	border-left:	none;
	*/
	-webkit-border-top-right-radius:	5px;
	-webkit-border-bottom-right-radius:	5px;
	-moz-border-radius-topright:		5px;
	-moz-border-radius-bottomright:		5px;
	border-top-right-radius:			5px;
	border-bottom-right-radius:			5px;
	
	box-shadow:			0px 3px 3px #bfbfbf;
	-moz-box-shadow:	0px 3px 3px #bfbfbf;
	-webkit-box-shadow:	0px 3px 3px #bfbfbf;
}

.button a
{
	display:	block;
	width:		100%;
	height:		100%;
	padding-left:	35px;
}

.timeoverlay
{
	color:	#303030;
	font-weight:	bold;
	font-size:		14px;
	line-height:	14px;
	text-shadow:	0px 1px 1px #FFFFFF;
	text-align:	center;
	
	padding:	128px;
}


.mainContainer
{
	padding:	7px;
}

.block
{
	padding:	10px;
	-webkit-border-radius:	10px;
	-moz-border-radius:		10px;
	border-radius:			10px;
	
	background:	#999;
	
	margin-bottom:	10px;
	
	text-align:	left;
	
	-moz-box-shadow:	0px 1px 2px #707070;
	-webkit-box-shadow:	0px 1px 2px #707070;
	box-shadow:			0px 1px 2px #707070;
}

.nav
{
	width:	202px;
	float:	left;
	
	padding:	10px;
	background:	#FFFFFF;
	-webkit-border-radius:	10px;
	-moz-border-radius:		10px;
	border-radius:			10px;
}

.features
{
	float:	right;
	max-width:	595px;
	margin-right:	30px;
	
	text-align:	right;
}

.content
{
	width:	auto;
	max-width:	100%;
}

.nav > ul
{
	list-style:	none;
	margin:		0px;
	padding:	0px;
}

.nav > ul > li
{
	display:	block;
	width:		100%;
}

.nav > ul > li > a
{
	display:	block;
	
	-webkit-border-radius:	10px;
	-moz-border-radius:		10px;
	border-radius:			10px;
	
	text-shadow:	0px 1px 1px #CCC;
}


code.css
{
	color:	#0041ff;
}


.license
{
	font-size:		12px;
	line-height:	18px;
	padding-top:	22px;
}

.license ul
{
	
}




.lastItem
{
	padding-bottom:	30px;
}

img
{
	vertical-align:	middle;
}

table .image
{
	text-align:	center;
}

table
{
	line-height:	32px;
}
tr:nth-child(odd) td	{	background-color:#eee;	}
tr:nth-child(even) td	{	}