/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html,body {
	line-height: 1;
	height: 100%;
	font-size: 11px;
	font-family: Arial;
	min-height: 800px;
}
ol, ul {
	list-style: none;
}
li.success {
	font-size: 14px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of CSS Reset */
div#wide-wrapper {
	height: auto !important;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	background: url('../img/gradient_top.png') repeat-x;
	overflow: hidden;
	position: relative;
}
div#wrapper {
	margin: 0 auto;
	width: 958px;
	position: relative;
	z-index: 1;
	/*height: 100%;*/
}
div#header {
	height: 122px;
	width: 958px;
	background: url('../img/header.png') no-repeat;
	color: #b4b4b4;
	text-align: right;
}
a.invisible-link {
	display: block;
	height: 50px;
	left: 62px;
	position: absolute;
	top: 20px;
	width: 218px;
}
div#login-info {
	padding: 25px 70px 0 0;
	height: 38px;
}
div#login-info a#cart-link {
	background: url('../img/cart.png') no-repeat scroll 0 1px;
	padding-left: 15px;
	color: #e6e5e5;
}
div#login-info a {
	font-size: 11px;
	color: #b4b4b4;
	text-decoration: none;
}
div#login-info a:hover {
	color: #fff;
}
a {
	color: #0070c7;
	text-decoration: underline;
}
a.button {
	display: inline-block;
	width: 187px;
	height: 33px;
	padding-top: 10px;
	background: url('../img/button.png') no-repeat 0 0;
	border: 0;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
form#auth-form {
	margin-top: 7px;
}
form#auth-form input#auth-enter {
	width: 44px;
	height: 16px;
	background: #000;
	border: 1px solid #dadbdb;
	color: #dadbdb;
	font-size: 11px;
	left: 0px;
	font-weight: normal;
	padding: 0;
}
form#auth-form input#auth-enter:hover {
	background: #3a3a3a;
}
form#auth-form input {
	width: 81px;
	height: 12px;
	background-color: #747474;
	font-size: 11px;
	border: 1px solid #dadbdb;
}
form#auth-form a#locker{
	display: inline-block;
	background: url(../img/locker.png) no-repeat 0 0;
	position: relative;
	top: 4px;
	width: 11px;
	height: 15px;
}
div#user-info {
	margin-top: 7px;
}
input#logout {
	width: 50px;
	height: 18px;
	background: #000;
	border: 1px solid #dadbdb;
	color: #dadbdb;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
}
input#logout:hover {
	background: #3a3a3a;
}
div#top-menu {
	position: relative;
	top: 16px;
	left: 65px;
	text-align: left;
	width: 502px;
	display: inline;
	float: left;
}
div#top-menu div.menu-button {
	float: left;
}
a.menu-button {
	display: inline-block;
	height: 34px;
}
a#tm-home {
	width: 37px;
	background: url('../img/home.png') no-repeat 0 0px;
}
a#tm-benchmarks {
	width: 135px;
	background: url('../img/benchmarks.png') no-repeat 0 0;
}
a#tm-games {
	width: 105px;
	background: url('../img/games.png') no-repeat 0 0;
}
a#tm-oilrush {
	width: 105px;
	background: url('../img/oilrush.png') no-repeat 0 0;
}
a#tm-support {
	width: 108px;
	background: url('../img/support.png') no-repeat 0 0;
}
a#tm-about {
	width: 117px;
	background: url('../img/about.png') no-repeat 0 0;
}
a#tm-home:hover, a#tm-benchmarks:hover, a#tm-oilrush:hover, a#tm-support:hover, a#tm-about:hover, a#tm-games:hover {
	height: 34px;
	background-position: 0 -34px;
}
a#tm-home.active, a#tm-benchmarks.active, a#tm-oilrush.active, a#tm-support.active, a#tm-about.active, a#tm-games.active {
	height: 49px;
	background-position: 0 -68px;
}
div#footer-wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 181px;
	background: url('../img/gradient_bottom.png') repeat-x bottom;
}
div#footer {
	margin: 0 auto;
	height: 43px;
	width: 958px;
	margin-top: 138px;
	background: url('../img/footer.png') no-repeat bottom;
	color: #787879;
}
div#footer div.footer {
	position: relative;
	float: left;
}
div#footer div.text {
	top: 18px;
	padding-left: 65px;
}
div#footer div.social-button {
	margin-top: 6px;
}
div#footer a {
	font-size: 11px;
	color: #b4b4b4;
	text-decoration: none;
}
div#footer a:hover {
	color: #fff;
}
div#copyright {
	width: 600px;
}
div#follow {
	left: 56px;
}
div#content {
	color: #58595B;
	display: table;
	height: 80%;
	padding: 10px 0 0;
	text-align: left;
	width: 100%;
	margin-bottom: 63px;
}
div#innerwrapper {
	width: 560px;
	margin: 0 auto;
}
div#innercenter {
	position: relative;
	right: 50%;
	width: 820px;
}

div#goods-center {
	text-align: center;
	letter-spacing: 35px;
	line-height: 12px;
	overflow: hidden;
}

div.center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
div.right {
	text-align: right;
}
div.goods_index {
	letter-spacing: normal;
	vertical-align: middle;
	white-space: normal;

	background: url("../img/goods_background_2.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 554px;
	margin: 5px 10px;
	overflow: hidden;
	position: relative;
	width: 297px;
}
div.goods_index div.price {
	border-top: 1px solid #808285;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	position: absolute;
	bottom: 25px;
	left: 27px;
	width: 243px;
	height: 43px;
}
div.goods_index div.goods-image {
	margin-left: 15px;
	height: 370px;
	text-align: center;
}

div.goods {
	letter-spacing: normal;
	vertical-align: middle;
	white-space: normal;

	background: url("../img/goods_background.png?2") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 554px;
	margin: 5px 25px;
	overflow: hidden;
	position: relative;
	width: 358px;
}
div.goods div.price {
	border-top: 1px solid #808285;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	position: absolute;
	bottom: 25px;
	left: 27px;
	width: 300px;
	height: 43px;
}
div.goods div.goods-image {
	margin-left: 22px;
	height: 370px;
	text-align: center;
}
div.goods-summary {
	margin: 0 38px 0 35px;
	color: #414042;
	position: relative;
	top: -40px;
	text-align: justify;
	height: 125px;
}
div.goods-summary p {
	margin-top: 8px;
}
div.goods-brief p {
	margin: 5px 0 5px 0;
}

ul.dotted {
	margin: 5px 0px;
	text-align: left;
}
ul.dotted li {
	list-style: disc inside;
	margin-left: 7px;
	color: #414042;
}
ul.dotted ul {
	margin-left: 20px;
}
ul.dotted li.wrapper {
	list-style: none;
}
ul.pro {
	background: url('../img/pro_only_signature.png') no-repeat 100% 60%;
	border: 1px solid #eb6a06;
}
ul.pro li {
	margin-top: 2px;
	color: #eb6a06;
}
ul.pro li span {
	color: #414042;
}
div.readmore {
	position: absolute;
	top: -16px;
	right: 0px;
	text-align: right;
}
div.anotherplatform {
	text-align: right;
}
span.grey {
	color: #a7a9ac;
}

div.pricetag {
	margin-top: -10px;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	clear: both;
}
span.pricetag-amount {
	font-size: 22px;
	font-weight: normal;
	color: #f17a14;
}
input[type=submit] {
	border: 0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	padding: 0 0 8px 0;
	background: url('../img/button.png') no-repeat 0 0;
	width: 187px;
	height: 41px;
}
input[type=submit].small {
	font-size: 15px;
	width: 30px;
	background: url('../img/button_save.png') no-repeat 0 0;
	width: 130px;
}
input[type=submit].right {
	margin-left: 70px;
}
h1 {
	font-size: 28px;
	color: #000;
	font-weight: normal;
	margin: 30px 0 17px 0;
}
h2 {
	font-size: 11.5pt;
	color: #000;
	margin: 5px 0;
	word-spacing: 0px;
	text-align: left;
}
h2.product-title {
	font-size: 13px;
}
h2.stats-title {
	margin: 35px 0 15px 0;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #58595b;
	margin: 35px 0 17px 0;
}
h4 {
	margin: 10px 0 2px 0;
	color: #000;
}
h5 {
	margin: 10px 0 10px 0;
	color: #000;
}
h1 div.header {
	float: left;
	margin-bottom: 20px;
}
div#fb_like {
	padding-top: 5px;
	padding-left: 10px;
	width: 100px;
	height: 35px;
	overflow: hidden;
	border: none;
}
div.goods-brief {
	float: left;
	font-size: 12px;
	margin-top: 16px;
}
div.goods-brief div.short {
	float: left;
	width: 300px;
	margin-right: 15px;
	margin-bottom: 30px;
	text-align: justify;
	line-height: 16px;
}
div.goods-brief div.goods-image {
	float: left;
	width: 228px;
}
div.goods-brief div.buttons {
	text-align: right;
}
div.buttons {
	position:relative;
	left: 5px;
}
div.goods-brief p.incart {
	padding-right: 6px;
	margin-top: 0px;
}
div.spacetop25 {
	margin-top: 25px;
}
div.spacetop15 {
	margin-top: 15px;
}
div.spacebtm5 {
	margin-bottom: 5px;
}
div.description {
	font-size: 12px;
	line-height: 18px;
}
form.content {
	width: 370px;
	border: 0px solid black;
	margin: 0;
}
form p {
	margin: 5px 0;
}
form p label {
	float: left;
	width: 154px;
	text-align: right;
	margin-right: 10px;
	margin-top: 4px;
}
form p input[type=text], form p input[type=password] {
	font-size: 11px;
	width: 200px;
}

form ul.errorlist {
	margin-left: 165px;
	color: red;
}
div#cart-total {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: right;
	margin: 10px 0;
}
table.border {
	border-bottom: 1px solid #979797;
}
table.border tr {
	border: 1px solid #979797;
}
table.border tr.header {
	border: 0;
}
table.noborder, table.noborder td {
	border-width: 0px;
}
th {
	padding: 2px 5px;
	color: #979797;
	text-align: left;
}
td {
	border-left: 1px solid #979797;
	padding: 3px 2px;
	font-size: 13px;
	font-weight: bold;
}
td.left {
	border: 0;
}
tr.dark {
	background: #c6d1da;
}
tr.light {
	background: #f5f4f4;
}
tr.blocked {
	background: red;
	color: #000;
}
td.gname {
	padding-left: 5px;
}
div.box-im {
	margin-top: -34px;
}
div#passhelp {
	margin-top: 15px;
	color: #000;
	text-align: right;
}
span.small {
	font-size: 11px;
	color: #979797;
}
div.article-static p {
	margin: 10px 0 10px 0;
	line-height: 1.5;
	font-size: 13px;
}
div.article-static a {
	color: #0070c7;
	text-decoration: underline;
}

input#cart-update {
	padding-right: 6px;
	margin-top: -23px;
}
ul.messages {
	margin-top: 15px;
}
ul.messages li {
	border: 1px solid #979797;
	padding: 4px 5px 4px 25px;
	margin: 0 0 3px;
	font-size: 12px;
}
ul.messages li.success {
	background: #FFFFCC url(../img/icon_success.gif) no-repeat scroll 5px 50%;
}
ul.messages li.error {
	border: 1px solid red;
	background: #FFFFCC url(../img/icon_error.gif) no-repeat scroll 5px 50%;
}
form#addkey {
	margin-top: 35px;
}
form#addkey input#id_key {
	position: relative;
	text-align: center;
	margin-left: 5px;
	width: 260px;
	z-index: 2;
}
form#addkey div#wrap_activate {
	position: relative;
	text-align: right;
	top: -30px;
	left: 5px;
	z-index: 1;
}
div#piechart {
	float: left;
	margin-right: 68px;
}
table.stats {
	color: #000;
}
table.stats tr td {
	padding: 10px;
}
tr.stats_win {
	background: #2B8FEB;
}
tr.stats_lin {
	background: #FF9900;
}
tr.stats_total {
	background: #D9D9D9;
}
div.quote {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
}

div.reset-done {
	border: 1px solid #a4cfa4;
	background-color: #ebfcdf;
	padding: 16px 16px 11px 16px;
	font-size: 1.2em;
	color: #0e4455;
}

div.reset-done p {
	margin-bottom: 5px;
}