html, body 
{
	margin:0px;
	padding:0px;
	font-family: Verdana;
	font-size: 11px;
	color: #ccc;
	text-shadow: 1px 1px 2px #000;
	background-image:url(../images/background/bgPattern.png); 
	background-repeat:repeat;
	height:100%;
}

a,p
{
	color:#ccc;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
}

hr
{
	border-top: solid 1px #444444;
	border-bottom: solid 1px #1a1a1a;
	border-left: solid 1px #444444;
	border-right: solid 1px #1a1a1a;
	height: 2;
}

a:hover
{
	text-decoration: none;
	color:#fff;
}

.bt-buy
{
	display: block;
	width:57px;
	height: 24px;
	left: 0px;
	background:url(../images/gui/btBuy.png) 0px 0px;
	background-color:transparent;
	padding: 0px;
	-webkit-box-shadow: 0px 2px 4px #181818;
	box-shadow: 0px 3px 4px #181818;
}

.bt-buy:hover
{
	background:url(../images/gui/btBuy.png) -57px 0px;
}

.bt-demo, .bt-audio
{
	display: block;
	width:82px;
	height: 24px;
	left: 0px;
	background:url(../images/gui/btDemo.png) 0px 0px;
	background-color:transparent;
	padding: 0px;
	-webkit-box-shadow: 0px 2px 4px #181818;
	box-shadow: 0px 3px 4px #181818;
}

.bt-demo:hover, .bt-audio:hover
{
	background:url(../images/gui/btDemo.png) -82px 0px;
}

.bt-download
{
	display: block;
	width:82px;
	height: 24px;
	left: 0px;
	background:url(../images/gui/btDownload.png) 0px 0px;
	background-color:transparent;
	padding: 0px;
	-webkit-box-shadow: 0px 2px 4px #181818;
	box-shadow: 0px 3px 4px #181818;
}

.bt-download:hover
{
	background:url(../images/gui/btDownload.png) -82px 0px;
}

.bt-manual
{
	display: block;
	width:82px;
	height: 24px;
	left: 0px;
	background:url(../images/gui/btManual.png) 0px 0px;
	background-color:transparent;
	padding: 0px;
	-webkit-box-shadow: 0px 2px 4px #181818;
	box-shadow: 0px 3px 4px #181818;
}

.bt-manual:hover
{
	background:url(../images/gui/btManual.png) -82px 0px;
}

.bt-update
{
	display: block;
	width:82px;
	height: 24px;
	left: 0px;
	background:url(../images/gui/btUpdate.png) 0px 0px;
	background-color:transparent;
	padding: 0px;
	-webkit-box-shadow: 0px 2px 4px #181818;
	box-shadow: 0px 3px 4px #181818;
}

.bt-update:hover
{
	background:url(../images/gui/btUpdate.png) -82px 0px;
}

.bt-submit
{
	display: block;
	width:82px;
	height: 24px;
	left: 0px;
	background:url(../images/gui/btSubmit.png) 0px 0px;
	background-color:transparent;
	padding: 0px;
	-webkit-box-shadow: 0px 2px 4px #181818;
	box-shadow: 0px 3px 4px #181818;
}

.bt-submit:hover
{
	background:url(../images/gui/btSubmit.png) -82px 0px;
}

.bt-more
{
	display: block;
	width:82px;
	height: 24px;
	left: 0px;
	background:url(../images/gui/btMore.png) 0px 0px;
	background-color:transparent;
	padding: 0px;
	-webkit-box-shadow: 0px 2px 4px #181818;
	box-shadow: 0px 3px 4px #181818;
}

.bt-more:hover
{
	background:url(../images/gui/btMore.png) -82px 0px;
}

.bt-changelog
{
	display: block;
	width:82px;
	height: 24px;
	left: 0px;
	background:url(../images/gui/btChangelog.png) 0px 0px;
	background-color:transparent;
	padding: 0px;
	-webkit-box-shadow: 0px 2px 4px #181818;
	box-shadow: 0px 3px 4px #181818;
}

.bt-changelog:hover
{
	background:url(../images/gui/btChangelog.png) -82px 0px;
}

.bt-refresh
{
	display: block;
	width:82px;
	height: 24px;
	left: 0px;
	background:url(../images/gui/btRefresh.png) 0px 0px;
	background-color:transparent;
	padding: 0px;
	-webkit-box-shadow: 0px 2px 4px #181818;
	box-shadow: 0px 3px 4px #181818;
}

.bt-refresh:hover
{
	background:url(../images/gui/btRefresh.png) -82px 0px;
}

.bt-video
{
	display: block;
	width:82px;
	height: 24px;
	left: 0px;
	background:url(../images/gui/btVideo.png) 0px 0px;
	background-color:transparent;
	padding: 0px;
	-webkit-box-shadow: 0px 2px 4px #181818;
	box-shadow: 0px 3px 4px #181818;
}

.bt-video:hover
{
	background:url(../images/gui/btVideo.png) -82px 0px;
}

div.slider
{
	width: 100%;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index: 100;
	/*
	background-image: -webkit-linear-gradient(#333333 0%, #424242 100%); 
	background-image: -moz-linear-gradient(#333333 0%, #424242 100%); 
	background-image: -o-linear-gradient(#333333 0%, #424242 100%); 
	background-image: linear-gradient(#333333 0%, #424242 100%);
	*/
}

p
{
	text-align:justify;	
}

#main-span
{
	width: 1040px;
	margin-left:auto;
	margin-right:auto;
	background-color: #252525;
	-webkit-box-shadow: 0px 4px 6px #111111;
	box-shadow: 0px 4px 6px #111111;
}

/*div.countdown*/
/*{*/
/*	margin-bottom: -60px;*/
/*	width: 100%;*/
/*	margin-left: auto;*/
/*	margin-right: auto;*/
/*	position: relative;*/
/*	z-index: 100;*/
/*	top: 75px;*/
/*}*/

div.slider-center
{
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	top:75px;
	position:relative;
	z-index: 110;
	border: #171717 solid 1px;
}

#wrapper
{

	min-height: 100%;
	position:relative;
}

#content-main
{
	padding-top: 95px;
	/*padding-top: 170px;*/
	width: 1002px;
	overflow: auto;
	margin-left:auto;
	margin-right:auto;
	color:#ccc;
	text-shadow: 1px 1px 2px #000;
	padding-bottom:10px;
}

div.table-full
{
	border: #171717 solid 1px;
}

div.table-head
{
	padding: 5px;
	background-color:#2a2a2a;
	margin: 0;
}

span.table-headline
{
	font-size:16px;	
	font-weight:bold;
}

span.table-headline-sub
{
	font-size:10px;	
	color:#aaa;
}

div.table-body
{
	background-color: #222222;
	overflow:hidden;
	padding:5px;
}

div.table-body-hover
{
	background-color: #222222;
	padding:5px;
	
	-webkit-transition: background-color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out;
	-o-transition: background-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out;
}

div.table-body-hover a:hover
{
	text-decoration:none;
}

div.table-body-hover:hover
{
	background-color: #333;
}

div.table-footer
{
	background-color:#333;	
	margin: 0px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	vertical-align:middle;
	border-top: #181818 1px solid;
	
	-webkit-transition: background-color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out;
	-o-transition: background-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out;
}

div.table-footer:hover
{
	background-color:#444;
}
