body
{
	font-family: "Arial";
	font-size: 12px;
	margin: 0px;
	background-color: #425267;
}

#global
{
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#languages
{
	width: 1003px;
	padding: 10px 21px 0px 0px;
}

#languages > div
{
	float: right;
	padding: 3px 7px 3px 7px;
	margin: 0px 2px 0px 2px;
}

#languages > .language:hover, #languages .selected
{
	background: url("/img/language.png") no-repeat;
}

#menu
{
	clear: both;
	background: url("/img/tab_bar.png") no-repeat;
	width: 1003px;
	height: 61px;
	padding: 9px 21px 0px 0px;
}

#menu > div
{
	float: right;
	height: 61px;
}

#menu .tab:hover, #menu .selected
{
	background: url("/img/selected_tab_middle.png") repeat-x;
}

#menu #left
{
	float: left;
	width: 10px;
	height: 61px;
}

#menu .tab:hover #left, #menu .selected #left
{
	background: url("/img/selected_tab_left.png") no-repeat;
}

#menu #middle
{
	float: left;
	height: 61px;
	display: table-cell;
}

#menu #middle a
{
	display: table-cell;
	vertical-align: middle;
	height: 61px;
	line-height: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #AAAAAA;
	text-shadow: #222222 1px 1px 1px;
}

#menu #right
{
	float: left;
	width: 10px;
	height: 61px;
}

#menu .tab:hover #right, #menu .selected #right
{
	background: url("/img/selected_tab_right.png") no-repeat right;
}

#menu .separator
{
	width: 9px;
	background: url("/img/tab_bar_separator.png") no-repeat center;
}

#page
{
	background: url("/img/page.png") repeat-y;
	width: 1000px;
	padding: 0px 12px 0px 12px;
	color: #FAFAFA;
}

#banner
{
	background: url("/img/banner.png") no-repeat center;
	width: 1000px;
	height: 350px;
}

#infos
{
	position: absolute;
	right: 0px;
	margin: 6px 4px 0px 0px;
	text-align: right;
}

#infos a.download, #infos a.store
{
	text-shadow: #222222 1px 1px 3px;
}

#infos table
{
	margin-left: auto;
}

.flag
{
	position: relative;
	bottom: -3px;
}

.screenshots
{
	width: 1000px;
	height: 150px;
}

.screenshots td
{
	width: 20%;
	text-align: center;
	vertical-align: middle;
}

.screenshots img
{
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 4px 20px;
}

.section
{
	background: url("/img/section.png") no-repeat;
	width: 1000px;
	height: 30px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #AAAAAA;
	text-shadow: #222222 1px 1px 1px;
}

.showcase
{
	background: url("/img/showcase.png") no-repeat;
	width: 1000px;
	height: 50px;
	text-align: center;
}

.section table
{
	height: 30px;
}

.section td
{
	line-height: 14px;
}

.section img
{
	max-height: 24px;
}

#bottom
{
	background: url("/img/bottom.png") no-repeat;
	width: 1000px;
	padding: 10px 12px 0px 12px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}

table
{
	font-size: 12px;
}

table.download td
{
	margin-left: 4px;
	margin-right: 4px;
	width: 220px;
}

h1
{
	font-family: "Lucida Grande", "Arial";
	font-size: 16px;
	text-shadow: 0px 1px 2px #333333;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #FAFAFA;
}

a:hover
{
	color: #669DFF;
}

a.download
{
	background: url("/img/download.png") no-repeat left bottom;
	font-size: 16px;
	padding: 2px 0px 2px 25px;
	color: #EEEEEE;
}

a.download:hover
{
	background-image: url("/img/download_over.png");
	color: #FFC156;
}

a.store
{
	background: url("/img/store.png") no-repeat left bottom;
	font-size: 16px;
	padding: 2px 0px 2px 25px;
	color: #EEEEEE;
}

a.store:hover
{
	background-image: url("/img/store_over.png");
	color: #FFC156;
}

a.help
{
	background: url("/img/help.png") no-repeat left bottom;
	font-size: 16px;
	padding: 3px 0px 1px 25px;
	color: #EEEEEE;
}

a.help:hover
{
	color: #FFC156;
}

a.forum
{
	background: url("/img/forum.png") no-repeat left bottom;
	font-size: 16px;
	padding: 3px 0px 1px 25px;
	color: #EEEEEE;
}

a.forum:hover
{
	color: #FFC156;
}

a.mail
{
	background: url("/img/mail.png") no-repeat left bottom;
	font-size: 16px;
	padding: 3px 0px 1px 25px;
	color: #EEEEEE;
}

a.mail:hover
{
	color: #FFC156;
}

a.changelog
{
	background: url("/img/changelog.png") no-repeat left bottom;
	font-size: 16px;
	padding: 3px 0px 1px 25px;
	color: #EEEEEE;
}

a.changelog:hover
{
	color: #FFC156;
}

img
{
	border-width: 0px;
}

li
{
	list-style-image: url("/img/arrow.png");
}

form.update
{
	margin: 0px;
}

.content
{
	padding: 8px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

div.clear
{
	height: 1px;
}

.slideElement
{
	position: absolute;
	width: inherit;
}

.button table
{
	border-collapse: collapse;
	border-spacing: 0px;
}

.button #left
{
	background: url("/img/button_left.png") no-repeat right;
	width: 10px;
	height: 22px;
}

.button #middle
{
	background: url("/img/button_middle.png") repeat-x center;
	height: 22px;
	vertical-align: middle;
	padding: 0px 4px 0px 4px;
	font-size: 14px;
	font-weight: bold;
	color: #DDDDDD;
	text-shadow: #222222 1px 1px 1px;
}

.button #right
{
	background: url("/img/button_right.png") no-repeat left;
	width: 10px;
	height: 22px;
}

.box #top
{
	background: url("/img/box_top.png") no-repeat;
	font-size: 11px;
	font-weight: bold;
	height: 10px;
	padding: 7px 12px 7px 12px;
	margin: 0px;
}

.box #middle
{
	background: url("/img/box_middle.png") repeat-y;
	font-size: 10px;
	line-height: 14px;
	padding: 8px 12px 2px 12px;
	margin: 0px;
}

.box
{
	background: url("/img/box_bottom.png") no-repeat bottom;
	width: 160px;
	padding: 0px 0px 16px 0px;
	margin: 10px;
}

.widebox #top
{
	background: url("/img/wide_box_top.png") no-repeat;
	font-size: 11px;
	font-weight: bold;
	height: 10px;
	padding: 7px 12px 7px 12px;
	margin: 0px;
}

.widebox #middle
{
	background: url("/img/wide_box_middle.png") repeat-y;
	font-size: 10px;
	line-height: 14px;
	padding: 8px 12px 2px 12px;
	margin: 0px;
}

.widebox
{
	background: url("/img/wide_box_bottom.png") no-repeat bottom;
	width: 300px;
	padding: 0px 0px 16px 0px;
	margin: 10px;
}

.description > tbody > tr > td
{
	width: 50%;
	vertical-align: top;
}

.description table td
{
	vertical-align: middle;
	padding: 8px;
}

.description li
{
	margin-left: -20px;
}

.description ul
{
	margin-bottom: 0px;
}

.warning
{
	color: #FFC156;
}

.shortcut
{
	font-size: 18px;
}

.current
{
	font-weight: bold;
}

#help p
{
	margin: 8px;
}

#help h2
{
	margin: 8px;
}

#help h3
{
	margin: 8px;
	font-size: 12px;
	color: #669DFF;
}

#help table
{
	margin: 8px;
}

#help img.left
{
	margin-right: 10px;
}

#help ul span
{
	color: #DDDDDD;
}

#help p.command
{
	font-size: 11px;
}

#reviews .title
{
	display: inline;
	font-weight: bold;
}

#reviews .author
{
	display: inline;
	margin-left: 10px;
	font-style: italic;
}

#reviews .usefulness
{
	display: inline;
	margin-left: 10px;
	color: #AAAAAA;
}

#reviews .comment
{
	font-size: 10px;
}

#reviews .average
{
	background-color: #444444;
}

#cart th, #cart td
{
	padding: 2px 6px 2px 6px;
}

img.bank
{
	max-height: 32px;
}

td.spacer
{
	width: 16px;
	height: 6px;
}
