/*
Copyright (c) 2009, PKR.com. All rights reserved.

Common Stylesheet

Spacing
------------------------
| 4 | 8 | 16 | 24 | 32 |
------------------------

Colours
-----------------------
#0aa0a9 (brand blue)
#e7e7e7
#222
#333

Notes
-----------------------
Address Javascript scoping for common class additions
Rethink input submission buttons
Look at HR formatting
IE 6/7 bugs
Test in IE 8
Safari (random version) problems
Go through and add ALT tags for sprite-syss
Add username to right panel
Social network icons (find plugin!)

*/

/** Global ///////////////////////////////// **/

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


@media print {
	.printHidden {
		display: none;
	}
}




html {
	/* Ensure base background is coloured */
	background:#000000;
}
body {
	background:#000;
	text-align:center;
}
strong {
	font-weight:bold;
}
noscript,legend,caption {
	display:none;
}
.hidden	{
	position:absolute;
	top:-5000px;
}
br,
.clear {
	float:none;
	clear:both;
}
span.clear {
	display:block;
}h
#content .left { 
	float:left;
}
#content .right {
	float:right;
}
#newsearch {
	float: right;
	margin-top: 2px;
}
hr {
	border:0;
	margin:0 0 16px 0;
	border-top:8px solid #0aa0a9 !important;
	clear:both;
}
hr.flush {
	margin-bottom:0;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
#page .error {
	text-align:left;
	background:#0aa0a9;
	padding:6px;
	margin:6px 0 12px 0;
	color:#222;
}

/** Typography ///////////////////////////////// **/
.copygrn { color: #009900 }
.sorry { color: #009900; font-weight: bold;} /* green messages */
.entry {color: #000; font-size:13px } /* what the customer has searched for */
.sub { font-size: 18px; }

p,li,input,textarea,select,label,legend,small {
	font-family:Arial,Verdana,sans-serif;
	font-size:93%;
	color:#222;
}
/*h1,h2,h3,h4,h5,h6 {
	font-family:Tahoma,Verdana,Arial,sans-serif;
}*/
h1 {
	color:#222;
	font-size:258%;
	font-weight:bold;
	margin-bottom:8px;
	padding:0;
	line-height:100%;
}
h2 {
	font-weight:bold;
	font-size:200%;
	margin:24px 0 8px 0;
}
h2.flush {
	margin-bottom:0;
}
#sub-column-left h2 {
/*	margin-top:0;*/
}
h3 {
	font-size:138.5%;
	color:#222;
	font-weight:bold;
	margin:16px 0 8px 0;
}
h4 {
	font-size:138.5%;
	color:#222;
	font-weight:bold;
	margin:16px 0 8px 0;
}
h5 {
	font-size:100%;
	color:#222;
	font-weight:bold;
	margin:16px 0 0 0;
}
input,textarea,select {
	color:#222;
}
p,label,legend {
	color:#222;
}
p {
	margin-bottom:16px;
	line-height:130%;
	font-size:100%;
}
p.sub-heading {
	font-size:123.1%;
	width:85%;
	margin-bottom:8px;
}
small {
	font-size:85%;
	color:#666;
}
a {
	text-decoration:none;
	color:#0aa0a9;
	cursor:hand;
}
a:hover {
	color:#0aa0a9;
	text-decoration: underline;
}
span.blue {
	color:#0aa0a9;
}
span.red {
	color:#cc0000;
}
del { 
	text-decoration:line-through;
}
.normal {font-weight: normal}
.middle  {vertical-align: middle}


/** Layout ///////////////////////////////// **/
#page {
	width:950px;
	text-align:left;
	margin:0 auto;
}
#header {
	margin-top:0px;
 }
#content {
	background:#fff;
	clear:both;
	padding: 28px 35px 33px 35px;

}
#content.home {
	background:#000;
	text-align:center;
	padding-top: 14px
}
#column-left {
	float:left;
	width:618px;
}
#column-right {
	float:right;
	width:245px;
}
#sub-column-left {
	float:left;
	width:450px;
}
#sub-column-right {
	float:right;
	width:150px;
}
#footer {
	clear:both;
	text-align:center;
}


/** Image replacement ///////////////////////////////// **/
.img-replace  {
	position:relative;
/*	overflow:hidden;*/
}
.img-replace span {
	position:absolute;
	left:-3000px;
/*	display:block;
	width:100%;
	height:100%;*/
}


/** Forms ///////////////////////////////// **/
div.faq b {
	float: left;
}
div.faq a {
	float: right;
	margin-left: 5px;
}
div.escalation {
	margin-top: 0px;
}
div.feedback {
	margin-top: 10px;
}
div.feedback input.button1 {
	font-size: 14px !important;
}


div.feedback table td {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px !important;
}
div.feedback p.faqanswer {
	display: block;
	width: 100%;
	padding: 0;
	margin: 5px 0px 0px 0px;
	background-color: #ffffcc;
}
div.feedback p.faqanswer font {
	padding: 0;
	margin: 0;
}

div.results {
	margin-top: 10px;
}
div.results table {
	width: 880px;
	margin-top: 5px;
	background-color: #CCC;
}
div.results table th {
	font-weight: bold;
}
div.results table td, div.results table th {
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 3px;
}

input.text, textarea {
	padding:2px 3px;
	border:1px solid #C8C8C8;
}
input.text:focus,input.focus,
textarea:focus,textarea.focus {
	background:#ffffff;
}
input.submit {

}

div.search-ddl select {
	width: 282px;
	margin-top: 2px;
	margin-right: 5px;
}
div.search-radio {
	margin-top: 2px;
	font-size: 12px;
	width: 500px;
}
div.search-radio span {
	display: block;
}
div.search-radio span, div.search-radio input {
	float: left; margin-right: 5px;
}

hr.dotted { 
    border-bottom: 1px dotted #C8C8C8;
    margin: 10px 0px 0px 0px;
    border-top: none !important;
}

table.form {
    /*width: 100%;*/
    margin: 10px 0px 0px 0px;
}
table.form span, table.form a {
    font-size: 12px;
}
table.form td { 
    border-bottom: 1px solid #FFF; 
    padding: 0;
    font-size: 14px;
}

/** Header ///////////////////////////////// **/
#cskb {
	float:right;
	margin:18px 0 14px 17px;
}
#cskb a {
	display:block;
	width:450px;
	height:61px;
	background: url('wkb.gif') no-repeat 0px 14px;
	margin-bottom:8px;	
}
#logo {
	float:left;
	margin:18px 0 14px 17px;
}
#logo a {
	display:block;
	width:214px;
	height:61px;
	background: url(logo_pkr.png) no-repeat top left;
	margin-bottom:8px;	
}
#header p {
	line-height:100%;
	margin:0;
}

/** Components ///////////////////////////////// **/
#header-components {
	float:right;
	margin:10px 0 20px 0;
}
#header-components .component-button {
	margin-left:10px;
	font-size:82%;
}
#header-components .component-button a {
	position:relative;
	display:block;
	padding:5px 30px 4px 8px;
	border:1px solid #333;
	color:#fff;
	text-decoration:none;
	background:url('glyph_grid.png') no-repeat 0% 100%;
}
#header-components .component-button a.active {
/*	border-bottom-color:#000;*/
	background-color:#555;
	border-color:#555;
	background-position:106% -12px;
	padding-bottom:12px;
}
#header {
	border:0;
	border-top:1px solid transparent;
/*	border-bottom:1px solid #056e70; */
}
#header-components .component-button a:hover,
#header-components a.component-active {
	background-color:#555;
	border:none;
	border:1px solid #555;
} 
.component-content {
	background:#555;
	border:1px solid #555;
	padding:10px 16px;
	color:#f7f7f7;
}
.component-panel {
	z-index:200;
}
#header-components .component-content {
	position:absolute;
	right:0;
}
#js-header-components {
	text-align:center;
	background:#333;
}
#js-header-components .component-content {
	float:left;
	width:29%;
	height:130px;
	text-align:left;
}
#js-header-components #user-login-panel {
	border-left:1px dotted #666;
	border-right:1px dotted #666;
}


/** Site Search ///////////////////////////////// **/
#site-search {
	float:left;
	background:#000;
	border:1px solid #333;
	padding:0;
	width:148px;
}
#site-search:hover,
#site-search.hover {
	background:#333;
}
#site-search label {
	color:#fff;
	padding:0px 8px;
	display:none;
}
#site-search input.text {
	float:left;
	border:0;
	padding:3px 2px 3px 7px;
	margin:0;
	width:118px;
	font-size: 11px
}
#site-search input.submit {
	float:right;
	height:20px;
	width:20px;
	margin:0;
	background:#000 url('glyph_grid.png') no-repeat 8px 6px;
}
#site-search:hover input.submit,
#site-search.hover input.submit {
	background-color:#333;
}
/*#site-search input.focus,
#site-search input:focus {
	background:#333;
	color:#fff;
}*/



/** Language Select ///////////////////////////////// **/
#language-select {
	float:left;
	position:relative;
}
#language-select-panel {
	width:140px;
}
#language-select a.selected-language {
	background-position: 106% 5px;
	/*        padding: 0px 30px 9px 0px; */
	padding-left: 31px;
	/*        position: relative; */
}
#language-select span.selected-language-image {
	display: block;
	width: 30px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#language-select-panel ol li {
	padding:1px 0px;
        padding-bottom: 8px;
}
#language-select-panel ol li:last-child {
        padding: 0px;
}
#language-select-panel ol li a {
        background: none; /* IE6 requires this for some reason */
	color:#fff;
	font-size:90%;
	text-decoration:none;
        padding-left: 28px;
}
#language-select-panel li a.active,
#language-select-panel li a:hover {
	color:#0aa0a9;
}
#language-select-panel li a:hover {
	text-decoration:underline;
}
/* #language-select-panel li a:hover span.language-select-panel-link-wrapper {
	text-decoration:underline;
} */
/*#language-select .component-button a {
	background-position:73px 5px;
} */


/** User Login ///////////////////////////////// **/
#user-login {
	float:left;
	position:relative;
}
#user-login-panel {
	width:220px;
}
#user-login .component-button a {
	background-position:76px 5px;
}
#user-login .button {
	clear:both;
	display:block;
	margin:5px 0 10px 0;
	float:none;
	width:50px;
}
#user-login-panel label, 
#user-login-panel p {
	color:#fff;
	font-size:90%;	
}
#user-login-panel p {
	font-size:90%;
	margin-top:10px;
}
#user-login-panel ol {
	margin-top:16px;
	clear:both;
}
#user-login-panel li {
	float:left;
}
#user-login-panel label {
	float:left;
	width:80px;
	margin-bottom:4px;
	padding-top:2px;
}
#user-login-panel input.text {
	width:125px;
}
#user-login-panel input.password {
	width:125px;
	margin:0;
	border:0;
}
#user-login-panel input.text,
#user-login-panel input.password {
	float:left;
	margin-bottom:4px;
}


/** User Logout ///////////////////////////////// **/
#user-logout {
	float:left;
	position:relative;
}
#user-logout .component-button a {
	background-position:76px 5px;
}

/** Game Zone ///////////////////////////////// **/
#game-zone {
	float:left;
	position:relative;
}
#game-zone-panel {
	width:300px;
	z-index:20;
}
#game-zone .component-button a {
	background-position:80px 5px;
}
#game-zone-panel img {
	float:left;
	width:70px;
	margin:0 8px 16px 0;
}
.game-zone {
	clear:both;
	margin:0 8px 0 0;
}
.game-zone .content {
	float:left;
	width:200px;
	margin:0 0 16px 0;
}
.game-zone h4 {
	margin:0 0 8px 0;
}
.game-zone p {
	color:#fff;
	font-size:100%;
	margin:4px 0 8px 0;
}


/** Navigation ///////////////////////////////// **/
#navigation {
	position:relative;
	clear:both;
	margin-top:14px;
	height:60px;
	width: 950px;
	background:#000 url('bkg_secondary_nav_grd.png') repeat-x bottom left; /*#0aa0a9*/
	text-transform: uppercase
}
div#page.nosubnav div#navigation {
        height: auto;
}
#navigation img.navigation-home-icon {
	background: transparent;
	height: 13px;
	width: 13px;
	padding-top: 1px;
}
#primary #home-link a span {
	background:url('home_icon.png') no-repeat 0 0;
	display:block;
	width:24px;
	height:15px;
}
#primary #home-link a span span {
	position:absolute;
	top:-1000px;
}
#primary li a {
	display:block;
	color:#fff;
	text-decoration:none;
	border-bottom:none;
	padding:8px 10px;
	font-size:100%;
	background:url('nav_pipe_grey.png') no-repeat center right;
	font-weight: normal
}
#primary li.first a {
	padding-left:20px;
}
#primary li.first ol a {
	padding-left:12px;
}
#primary li a:hover,
#primary li.hover a {
	background:#0aa0a9;
}
#primary li a:hover,
#primary li.hover a {
	background:#105967 url('nav_pipe_grey.png') no-repeat center right;
}
#primary li.active a,
#primary li.active a:hover {
	background:#0aa0a9 url('nav_pipe_grey.png') no-repeat center right;
}
#primary {
	background: #000 url('bkg_black_gradient_hz.png') repeat-x top left;
	padding-top:1px;
	height:32px;
	width: 950px;
}
#primary li {
/*	display:inline;*/
	float:left;
	margin:0;
} 
#primary li ol li a,
#primary li.active ol li a {
	padding:10px 10px 6px 8px;
	font-size:93%;
	color:#fff;
	background:url('nav_pipe.png') no-repeat center right;
}
#primary li.hover li a {
	background:url('nav_pipe.png') no-repeat center right;
}
#primary li ol li.active a,
#primary li ol li.active a:hover {
	color:#000;
}
#primary li ol a:hover,
#primary li.active ol a:hover {
	color:#000;
	background:url('nav_pipe.png') no-repeat center right;
}
#primary li ol {
	display:none;
	background:#000 url('bkg_secondary_nav_grd.png') repeat-x bottom left; /* #0aa0a9 */
	position:absolute;
	z-index:20;
	top:31px;
	left:0;
	clear:both;
	height:30px;
	width:950px;
	padding-left:0px;
}
/*
#primary li:hover ol,
#primary li.hover ol,
#primary li.active ol {
	display:block;
}
*/
#primary li.active ol {
	display:block;
}
#primary li:hover ol,
#primary li.hover ol {
	background-color:#105967;
}
#primary li.active ol,
#primary li.active.hover ol {
	background-color:#0aa0a9;
}
	
#primary li:hover ol,
#primary li.hover ol {
	z-index:100;
}
#primary li ol li {
	float:left;
	margin:0;
}
#primary li ol li.last a {
	background:none;
}
#primary li a.download-link {
	color:#FA0018;
}
#primary li a.download-link:hover,
#primary li a.hover {
	color:#fff;
}

/*
#secondary li a {
	padding:8px 12px 4px 10px;
	font-size:108%;
	color:#fff;
	background: url('nav_pipe.png') no-repeat center right;
}
#secondary li.active a,
#secondary li.active a:hover {
	color:#000;
}
#secondary li a:hover {
	color:#000;
}
#secondary {
	position:absolute;
	top:38px;
	left:0;
	clear:both;
	background:#0aa0a9 url('secondary_nav_bkg.png') repeat-x top left;	
	height:28px;
	width:100%;
}
#secondary li {
	float:left;
	margin:0;
}
#secondary li.last a {
	background:none;
}
*/
#tertiary {
	clear:both;
	border-bottom:8px solid #0aa0a9;
	height:22px;
	margin:0;
	padding:0;
}
#tertiary li {
	margin:0 2px 0 0;
	border:0;
}
#tertiary li a {
	font-size:110%;
	font-weight:normal;
}

/** Footer ///////////////////////////////// **/
#footer a {
	padding:0 3px 0 0;
	color:#808080;
}
#footer a:hover {
	color:#0aa0a9;
	text-decoration:none;
}
#footer {
	clear:both;
	margin:20px 0 30px 0;
}
#footer p,
#footer li {
	color:#808080;
	font-size:77%;
}
#footer li {
	display:inline;
}
#associations {
	clear:both;
}
#footer #legal-advice a {
	text-decoration:underline;	
}
#footer #legal-advice {
	clear:both;
	margin-top:10px;
}
#footer #legal-advice p {
	margin:0 0 3px 0;
}
#associations {
	margin:15px 0 0px 250px;
}
#associations a {
	display:block;
}
#associations li {
	float:left;
	margin-right:10px;
}
#associations a span {
	display:none;
}
#gamble-commission a {
    height:28px;
    width:88px;
    background:url('gamble_certificates.png') no-repeat;
}
#gamble-commission a:hover {
    height:28px;
    width:88px;
    background:url('gamble_certificates.png') no-repeat 0 -33px;
}
#gamble-eighteen a {
    height:28px;
    width:26px;
    background:url('gamble_certificates.png') no-repeat -106px 0;
}
#gamble-eighteen a:hover {
    height:28px;
    width:26px;
    background:url('gamble_certificates.png') no-repeat -106px -33px;
}
#gamble-gamecare a {
    height:28px;
    width:45px;
    background:url('gamble_certificates.png') no-repeat  -146px 0;
}
#gamble-gamecare a:hover {
    height:28px;
    width:45px;
    background:url('gamble_certificates.png') no-repeat  -146px -33px;
}
#gamble-icra a {
    height:26px;
    width:59px;
    background:url('gamble_certificates.png') no-repeat  -206px 0;
}
#gamble-icra a:hover {
    height:26px;
    width:59px;
    background:url('gamble_certificates.png') no-repeat  -206px -33px;
}
#gamble-associates a {
    height:29px;
    width:75px;
    background:url('gamble_certificates.png') no-repeat -283px 0;
}
#gamble-associates a:hover {
    height:29px;
    width:75px;
    background:url('gamble_certificates.png') no-repeat -283px -33px;
}
#gamble-aware a {
    height:29px;
    width:86px;
    background:url('gamble_certificates.png') no-repeat -373px 0;
}
#gamble-aware a:hover {
    height:29px;
    width:86px;
    background:url('gamble_certificates.png') no-repeat -373px -33px;
}


/** Buttons ///////////////////////////////// **/
.button {
	background:url('buttons.png') no-repeat 100% -60px;
	color:#fff;
	display:block;
	float:right;
	height:20px;
	margin:0 0px 8px 8px;
	padding:0 27px 0 0;
	font-size:85%;
	text-decoration:none;
	font-weight:bold;
}
.button span {
	background: url('buttons.png') no-repeat 0 -0px;
	display:block;
	line-height:15px;
	font-weight:normal;
	padding:1px 4px 6px 8px;
}
.button:hover span,
.button.hover span {
	background-position:0 -30px;
}
.button:hover,
.button.hover {
	background-position:100% -90px;
	color:#c2c2c2;
}
.button.left {
	margin-left:0;
	margin-right:8px;
}
.button.bt-back {
	margin:0 8px 8px 0;
	padding:0 0 0 27px;
	float:left;
}
.button.bt-back span {
	padding:1px 8px 6px 4px;
	background-position:top right;
}
.button.bt-back:hover span,
.button.bt-back.hover span {
	background-position:100% -30px;
}

/** Tags ///////////////////////////////// **/
.tag-sale {
	background:none;
	position:absolute;
	top:37px;
	left:0;
	background:url('tags.png') no-repeat 0 -60px;
}
.tag-pro a {
	display:block;
	padding-right:64px;
	height:60px;
	background:#e6e6e6 url('tags.png') no-repeat 71px 15px;
	width:59px;
}
.tag-pro img,
.tag-blogger img {
	border:2px solid #e6e6e6;
}

/** Tab navigation ///////////////////////////////// **/
.tab-nav li {
	float:left;
}
.tab-nav li a {
	display:block;
	padding:4px 8px;
	background:#333;
	color:#fff;
	text-decoration:none;
	font-size:131%;
	font-weight:bold;
}
.tab-nav li a:hover,
.tab-nav li a.active {
	background:#0aa0a9;
}

a.scroll-top {
	position:absolute;
	bottom:8px;
	right:8px;
}

/** Actions links ///////////////////////////////// **/
.actions a {
	display:block;
	border-bottom:1px solid #C8C8C8;
	padding:4px 8px;
	color:#222;
	text-decoration:none;
}
.actions a:hover {
	background:#0aa0a9;
	color:#fff;
	text-decoration:none;
}

/** Breadcrumb ///////////////////////////////// **/
#breadcrumb, ol.breadcrumb {
       margin:8px 0;
}
#breadcrumb li, ol.breadcrumb li {
       float:left;
       margin-right:8px;
       color:#0aa0a9;
}
#breadcrumb li a, ol.breadcrumb li a {
       font-weight:bold;
       text-decoration:none;
       padding-right:4px;
}
#breadcrumb li a:hover, ol.breadcrumb li a:hover {
       text-decoration:underline;
}
#breadcrumb li:after, ol.breadcrumb li:after {
       content:" / ";
}
#breadcrumb li.last:after, ol.breadcrumb li.last:after {
       content:"";
}

/** Star Rating ///////////////////////////////// **/
.star-rating {
	float:left;
	background:url('star_rating.png') no-repeat top left;	
	width:75px;
	height:16px;
	margin:0 4px 8px 0;
}
.star-rating a {
	float:left;
	width:15px;
	height:16px;
}
.star-rating a:hover,
.star-rating a.hover {
	background:#fff url('star_rating.png') no-repeat 0 -20px;
}
.star-rating a span {
	display:none;
}
.feed-article .star-rating {
	margin-top:8px;
}
.mean-rating-0 {
}
.mean-rating-1 {
	background-position:0 -20px ;
}
.mean-rating-2 {
	background-position:0 -40px ;
}
.mean-rating-3 {
	background-position:0 -60px ;
}
.mean-rating-4 {
	background-position:0 -80px ;
}
.mean-rating-5 {
	background-position:0 -100px ;
}

/** Homepage ///////////////////////////////// **/
#stat-zone {
	/* display:inline; */
	background:url('bkg_pkr_stats.jpg') repeat-x 0 0;
	padding:8px 32px 8px 32px;
	margin-left:13%;
        margin-right:13%;
}
#stat-zone h3,
#stat-zone p {
        background: none;
	color:#808080;
	display:inline;
	padding-right:16px;
}
#sale-points {
	text-align:center;
	margin:0 auto 16px auto;
	padding:16px;
	background:url('bkg_sale_points.jpg') top center;
}
#sale-points h3 {
	display:block;
	padding:0 0 4px 0;
	margin-bottom:8px;
	border-bottom:1px dotted #4c4c4c;
}
#sale-points h3 a {
	color:#fff;
	text-decoration:none;
}
#sale-points h3 a:hover {
	color:#0aa0a9;
}
#sale-points p {
	color:#808080;
	font-size:93%;
}
#sale-points #sale-point-1,
#sale-points #sale-point-2 {
	float:left;
	width:300px;
	text-align:left;
	position:relative;
}
#sale-points #sale-point-1 {
	padding-right:16px;
	margin:0 16px 0 114px;
	border-right:1px dotted #4c4c4c;
}
#sale-points #sale-point-1 .hero {
	position:absolute;
	top:0;
	left:-160px;
}
#sale-points #sale-point-2 .hero {
	position:absolute;
	top:-16px;
	right:-190px;
}


/** Column Left ///////////////////////////////// **/

/** Thumbs ///////////////////////////////// **/
.thumbs {
	margin:2px 0 0 0;
}
.thumbs li {
	float:left;
	margin:0 7px 6px 0;
}
.thumbs li.last {
	float:right;
	margin-right:0;
}

/** Product ///////////////////////////////// **/
#product fieldset {
	border-bottom:1px dotted #C8C8C8;
	border-top:1px dotted #C8C8C8;
	padding:8px 0 4px 0;
}
#product label {
	float:left;
	width:60px;
	font-size:100%;
	padding:2px 0 0 0;
	margin:0 8px 8px 0;
}
#product select {
	float:left;
	margin:0 8px 8px 0;
}
#product .tag-sale {
	top:82px;
}
.product {
	margin:16px 0 0 0;
	padding:8px;
	background:#F7F7F7;
	border-bottom:1px dotted #C8C8C8;
	border-top:1px dotted #C8C8C8;
}
.product-image {
	position:relative;
	float:left;
	width:80px;
	margin-right:16px;
}
#product .product-image {
	width:125px;
}
.product .content,
#product .content {
	float:left;
	width:320px;
	font-size:93%;
}
#product .content {
	width:300px;
}
#product h3,
.product h3 {
	margin-top:0;
}
.product .product-price {
	display:block;
	margin:4px 0;
}

/** Text lists ///////////////////////////////// **/
.text-list {
	font-size:123.1%;
}
ol.text-list {
	margin:16px 0 16px 18px;
}
ol.text-list li {
	list-style-type: decimal;
	list-style-position: outside;
}

/** Forum Legend ///////////////////////////////// **/
#forum-legend {
	margin-top:16px;
}
#forum-legend li {
	float:left;
	padding:8px 0;
	margin-right:8px;
	border-top:1px dotted #c8c8c8;
	width:198px;
}
#forum-legend li span {
	font-weight:bold;
	position:relative;
	top:-5px;
	padding:0 0 0 8px;
}
#forum-legend li.first {
	clear:both;
}
#forum-legend li.last {
	border-bottom:1px dotted #c8c8c8;
}

/** Forum Threads ///////////////////////////////// **/
table.forum-threads {
    margin:0;
}
table.forum-threads tbody td.title {
	padding-right:8px;
	width:220px;
}
table.forum-threads tbody td.last,
table.forum-threads tbody td.icon {
	border-right:0;
}


/** Forum Posts ///////////////////////////////// **/
#forum-posts {
	border-bottom:1px dotted #c8c8c8;
	padding:0;
	margin:8px 0 8px 0;
}
.forum-post {
	clear:both;
	margin:0;
	padding:8px 0 16px 8px;
	border-top:1px dotted #c8c8c8;
}
.forum-post.stripe {
	background:#e7e7e7;
}
.forum-post .user-details {
	float:left;
	margin:0 16px 0 0;
}
.forum-post .user-details p {
	font-size:85%;
	color:#666;
	text-align:center;
}
.forum-post .content {
	float:left;
	width:504px;
}
.forum-post .report {
	float:right;
	font-size:85%;
}
.forum-post .post-date {
	font-size:85%;
	color:#666;
}

/** Downloads ///////////////////////////////// **/
.downloads-list li {
	float:left;
	margin:0 16px 16px 0;
}
.downloads-list img {
	float:left;
	margin:0 8px 0 0;
}
.download-varients {
	float:left;
	margin:0 16px 0 0;
	width:96px;
}
.downloads-list li p {
	padding:0;
	float:left;
	margin:0 16px 0 0;
	width:93px;
}
.downloads-list .last,
.downloads-list .last .download-varients {
	margin-right:0;
}
.download-varients li {
	float:none;
	font-size:100%;
	margin:0 0 4px 0;
}
a.download-link img {
	background:url('btn_download_now.gif') no-repeat top left;
}
a.download-link:hover img {
	background:url('btn_download_now.gif') no-repeat 0 -39px;
}


/** PKR Cast ///////////////////////////////// **/
#pkr-cast {
	padding:0 0 8px 0;
	border-bottom:4px solid #c7c7c7;
}
#pkr-cast p {
	font-size:100%;
	font-weight:bold;
	padding:0 0 4px 0;
	margin:0 0 4px 0;
	border-bottom:1px dotted #c8c8c8;
}
#pkr-cast p span {
	font-weight:normal;
}
#pkr-cast p.content {
	font-weight:normal;
	border:0;
}
#pkr-cast a span {
	font-weight:bold;
}

/** Article Information ///////////////////////////////// **/
.article-tags {
	color:#666666;
	font-size:93%;
}
.article-details {
	float:left;
	width:320px
}
#sub-column-left .article-details {
	width:300px;
	font-size:100%;
	margin-bottom:0;
}
.content .article-info {
	float:left;
}
.content .article-info li {
	color:#666666;
	font-size:93%;
	float:left;
	border:0;
	padding:0 8px 0 0;
}

/** Matrix table ///////////////////////////////// **/
table#matrix td {
	text-align:center;
}
table#matrix td.row-title {
	text-align:left;
	font-weight:bold;
}
table#matrix tbody td {
	vertical-align:middle;
}

/** Friends ///////////////////////////////// **/
#friends .mini-info {
      width:220px;
}
#friends .mini-info .user {
	float:left;
	margin:0 16px 0 0;
}
#friends .mini-info p {
	float:left;
	width:130px;
	font-size:100%;
	margin:0 0 4px 0;	
}
#friends .mini-info p.username {
	width:120px;
	padding-bottom:4px;
}
#friends .mini-info .sx-message,
#friends .mini-info .sx-close,
#friends .mini-info .sx-tracked,
#friends .mini-info .sx-friends {
	float:right;
	margin:0 4px 0 0;
}

/** Context search ///////////////////////////////// **/
.content-form {
	float:right;
}
.content-form select {
	float:left;
	width:120px;
}
.content-form label {
	display:none;
}
.content-search {
	float:right;
	background:#333;
	width:150px;
}
.content-search label {
	color:#fff;
	padding:4px;
}
.content-search input.text {
	float:left;
	margin:0;
	padding:2px 0 2px 8px;
	width:120px;
}
.content-form input.submit,
.content-search input.submit {
	float:right;
	height:20px;
	width:20px;
	margin:0;
	background:#333 url('glyph_grid.png') no-repeat 8px 6px;
}

/** Profile ///////////////////////////////// **/
#user-status span {
	display:block;
	font-size:85%;
	padding:1px 0 0 20px;
	height:20px;
}
#profile-info {
	margin:16px 0 0 0;
}
#profile-info .imagery {
	float:left;
	margin:0 16px 16px 0;
	width:140px;
}
#profile-info .imagery img {
	margin:0 0 8px 0;
}
#profile-info .content {
	float:left;
	width:462px;
	padding:0;
}
#profile-info .content ul {
	float:left;
	width:220px;
	padding:0 0 16px 0;
}
#profile-info .content ul.last {
	float:right;
}
#profile-info .content h3 {
	clear:both;
	margin-top:16px;
/*	padding-top:16px;
	border-top:1px solid #C8C8C8;
*/}

/** Pagination (often used as a wrapper for inline-link-list) ///////////////////////////////// **/
div.paging {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}
div.paging div.total {
	float: left;
}
div.paging div.prev, div.paging div.next {
	float: right; margin-left: 10px;
}


.pagination .inline-link-list .total {
	padding:3px 0 0 5px;
	font-size:90%;
}
.pagination {
       clear:both;
       text-align:right;
       border-top:1px dotted #C8C8C8;
       border-bottom:1px dotted #C8C8C8;
       padding:2px 8px;
       margin:8px 0 8px 0;
}
.pagination p,
.pagination .inline-link-list {
       margin:0;
       padding:0;
}
.pagination span {
       float:right; margin-right: 8px; padding-top: 2px
}
.pagination select {
       float:right; margin-right: 8px
}
.pagination .inline-link-list {
       float:right;
}

/** Inline Link List (Glossary etc) ///////////////////////////////// **/
.inline-link-list {
	margin:8px 0 16px 0;
	height:20px;
}
.inline-link-list li {
	float:left;
	color:#0aa0a9;
}
.inline-link-list li a {
	display:block;
	font-size:108%;
	font-weight:bold;
	padding:2px 4px;
}
.inline-link-list li.active a {
	color:#fff;
	text-decoration:none;
	background:#0aa0a9;
}
.inline-link-list a:hover {
	border:1px solid #0aa0a9;
	padding:1px 3px;
}

/** Glossary ///////////////////////////////// **/
#glossary dd {
	padding:0 16px 16px 0;
	margin:0 0 16px 0;
	border-bottom:1px dotted #c8c8c8;
}
#glossary dt {
	padding:0 16px 0 0;
	margin:0 0 4px 0;
	font-weight:bold;
	font-size:116%;
}

/** Sub Items List ///////////////////////////////// **/
#sub-items {
	margin:16px 0 0 0;
}
#sub-items li {
	border-bottom:1px dotted #c8c8c8;
	padding:0 16px 8px 0;
	margin:0 0 16px 0;
	font-size:100%;
}
#sub-items .graphic {
	float:left;
}
#sub-items .content {
	float:left;
	width:445px;
	margin:0 0 0 16px;
}
#sub-items li h3 {
	margin-top:0;
	font-size:160%;
}

/** Expandable pane ///////////////////////////////// **/
.expand-panel {
	padding:16px;
	background:#333;
	color:#fff;
}
.expand-panel p {
	font-size:93%;
}
.expand-panel p.title {
	font-size:106%;
	font-weight:bold;
	margin-bottom:2px;
}
.expand-panel p,
.expand-panel label {
	color:#fff;
}
.expand-panel label {
	display:block;
	margin:0 0 5px 0;
	padding:2px 0 0 0;
}
.expand-panel label.inline {
      display:inline;
}
.expand-panel input.text,
.expand-panel select  {
	width:150px;
	margin:0 0 8px 0;
}
.expand-panel span input.checkbox {
	float:left;
}
.expand-panel span label {
	float:left;
	margin-left:3px;
}
.expand-panel .button {
	margin-bottom:0;
}
.form-column {
	float:left;
	width:260px;
	margin:0 16px 0 0;
}
#edit-about-text {
	margin:4px 0 0 16px;
	width:220px;
	height:80px;
}

/** Timeline ///////////////////////////////// **/
.feed {
	margin:16px 0 16px 0;	
	border-top:1px dotted #c8c8c8;
}
.feed.flush {
	border:0;
	margin-top:0;
}
.feed li {
    padding:12px 16px 12px 0;
    border-bottom:1px dotted #c8c8c8;
    display:block;
}
.feed p,
.feed li ul,
.feed li ol {
	margin:8px 0 0 0;
}
.feed h2,
.feed h3,
.feed h4 {
	margin:0;
}
.feed li .forum-info li {
	border:0;
	padding:0;
	display:block;
	font-size:116%;
}
.feed li .feed-icon {
	float:left;
	margin:0 16px 0 0;
	padding:0;
}
.feed li .content {
	float:left;
	width:560px;
}
.feed li.feed-message {
	background:#f7f7f7;
	padding:11px 30px;
	font-size:123.1%;
	font-weight:bold;
}
.feed li.feed-message:before {
	content: open-quote;
}
.feed li.feed-message:after {
	content: close-quote;
}
.feed li.feed-article .tag-pro,
.feed li.feed-article .tag-blogger {
	float:left;
	margin:8px 16px 4px 0;
}
.feed-date {
	color:#666666;
	font-size:85%;
	padding:0 0 0 5px;
	font-weight:normal;
}
.feed .feed-promo {
	background:#F7F7F7;
	padding-left:16px;
}
.feed .feed-promo .content {
	width:500px;
}
.feed .feed-article .content {
	width:544px;
}
#sub-column-left .feed .feed-article .content {
	width:395px;
}

/** Content page panes ///////////////////////////////// **/
.content-pane-full .full-panel-left-column {
	width:140px;
	float:left;
	margin:16px 16px 16px 0;
}
.content-pane-full .full-panel-right-column {
	float:left;
	width:400px;
	margin:16px 0 16px 16px;
}
.content-pane-full {
	position:relative;
}
.content-pane-full .content {
	position:absolute;
	bottom:3px;
	left:0;
	width:586px;
	background:url('semi_trans_grey.png') repeat top left;
	padding:20px 16px 16px 16px;
	color:#fff;
}
.content-pane-full h2 {
	margin-top:0;
}
.content-pane-full h2 a {
	color:#fff;
}
.content-pane-full .content p {
	color:#fff;
	margin-bottom:0;
	font-weight:normal;
}
.content-pane-half h3,
.content-pane-quarter h4 {
	color:#0aa0a9;
	margin-top:6px;
}
.content-pane-half {
	float:left;
	width:300px;
	padding:0 8px 0 0;
	margin:12px 0 0 0;
	border-right:1px dotted #C8C8C8;
}
.content-pane-half.last {
	border:0;
	padding-right:0;
	float:right;
}
.content-pane-quarter.last {
	border:0;
	padding-right:0;
	margin-right:0;
	float:right;
}
.content-pane-quarter {
	width:140px;
	float:left;
	padding:0 9px 0 0;
	margin:12px 8px 8px 0;
	border-right:1px dotted #C8C8C8;
	font-size:85%;
}
.content-pane-wrapper {
/*	padding-bottom:8px;*/
}

/** Column Right ///////////////////////////////// **/

/** Adverts ///////////////////////////////// **/
.banner-space {
	margin:0 0 16px 0;
}
.advert-space {
	overflow:hidden;
	margin:0 0 16px 0;
	width:245px;
}
.advert-space img {
	height:152px;
	width:245px;
	margin:0;
}
.advert-space a {
	margin:0;
	display:block;
	width:245px;
	text-decoration:none;
}
.advert-space a span.advert-title {
	display:block;
	position:relative;
	background:#036363 url('advert_bkg.png') repeat-x top left;
	color:#fff;
	padding:8px 12px;
	width:221px;
	font-size:90%;
	font-weight:bold;
	line-height:123.1%;
	z-index:100;
}
.advert-space a:hover span.advert-title {
	background:#036363;
}
.advert-space a span.advert-text {
	display:block;
	padding:8px 12px;
	color:#fff;
	width:221px;
	font-size:85%;
	line-height:100%;
	background: url('semi_trans_grey.png') repeat;
	position:absolute;
	z-index:1;
}

/** My PKR ///////////////////////////////// **/
#my-pkr {
}
#my-details, 
#my-stats {
	background:#e6e6e6;
	padding:16px;
	margin:0 0 16px 0;
}
#my-pkr .tab-title {
	margin:0 0 8px 0;
}
#my-pkr .tab-title a {
	display:block;
	color:#333;
	text-decoration:none;
	font-size:123.1%;
	font-weight:bold;
	padding:0;
}
#my-details img.user-photo {
	float:left;
	background:#cc0000;
	width:82px;
	height:82px;
	margin-bottom:8px;
}
#my-social-data {
	float:right;
	width:120px;
	margin-bottom:8px;
}
#my-social-data li.first {
	padding:0 0 0 4px;
	border:0;
}
#my-game-data {
	margin-top:8px;
}
#my-game-data li {
	padding-left:48px;
}
#my-game-data .user-data a {
	position:fixed;
	display:inline;
}
#my-status {
	background:#fff;
	border:1px solid #C8C8C8;
	margin:8px 0 0 0;
}
#my-status label {
	display:none;
}
#my-status input.text {
	border:0;
	width:130px;
	padding:2px 8px 2px 4px;
	margin:2px 0 2px 2px;
	font-size:100%;
	float:left;
}
#my-status a {
	background: #333;	
	margin:2px;
	float:right;
	display:block;
	padding:3px 6px 3px 6px;
	color:#fff;
	font-size:85%;
	text-decoration:none;
}
#my-status a:hover {
	background:#0aa0a9;
}
#my-status input.submit:hover {
/*	background-color:#0aa0a9;*/
}
/*#my-status input.text:focus {
	background:#333;
	color:#fff;
}*/
.user-data {
	width:100%;
}
.user-data li {
	border-bottom:1px dotted #C8C8C8;
	padding:4px 4px 4px 4px;
	position:relative;
	font-size:93%;
	font-weight:bold;
}
.user-data img {
	display:block;
	position:absolute;
	left:4px;
	top:2px;
}
.user-data span {
	display:block;
	position:absolute;
	right:4px;
	top:5px;
	font-weight:normal;
}
#my-stats table {
	font-size:85%;
	width:207px;
	margin:0 4px 8px 4px;
	border:0;
}
#my-stats thead {

}
#my-stats th {
	border-top:0;
}
#my-stats table td {
	border-bottom:0;
}
#my-stats tbody tr.last td,
#my-stats tbody tr td
#my-stats tbody tr.first td {
	border:0;
}
#my-stats tr.stripe td {
	border-bottom:0;
	background:#fff;
}
#my-stats td,
#my-stats th {
	padding:4px 4px 4px 8px;
	border-right:0;
	border-bottom:0;
}
.stat-title {
	margin:0 0 2px 0;
}
.stat-title a {
	display:block;
	background:#999 url('glyph_grid.png') no-repeat 196px -74px;
	color:#fff;
	font-size:85%;
	text-decoration:none;
	padding:1px 8px;
}
.stat-title a:hover {
	background:#666 url('glyph_grid.png') no-repeat 196px -94px;
}
.stat-title.active a,
.stat-title.active:hover a {
	background:#333 url('glyph_grid.png') no-repeat 196px -114px;
}
#my-pkr .tab-nav a {
	background:#333;
	padding:4px 16px 4px 16px;
	margin-top:4px;
	cursor:pointer;
/*	color:#fff;*/
}
#my-pkr .tab-nav a.active,
#my-pkr .tab-nav a.active:hover {
	background:#e6e6e6;
	color:#333;
	padding-top:8px;
	margin:0;
}
#my-pkr .tab-nav a:hover {
	background:#0aa0a9;
}
#tab-my-details {
	width:122px;
}
#tab-my-stats {
	width:121px;
}

/** Download panel  ///////////////////////////////// **/
#download-pkr {
	background:#E6E6E6;
	padding:0;
	margin:0 0 15px 0;
}
#download-pkr .title {
	text-transform: uppercase;
	color:#fff;
	margin:0;
	font-weight:bold;
	background:#FA0018;
	padding:8px 12px;
	font-size:146.5%;
	text-align:center;
}
#download-pkr .content {
	padding:16px 22px;
	text-align:center;
}
#free-download {
	margin:8px 0 0 0;
	display:block;
	width:199px;
	height:30px;
}

/** Sub-right Column ///////////////////////////////// **/

/** Store panel  ///////////////////////////////// **/
.store-panel {
	clear:both;
	background:#e6e6e6;
	padding:0;
	margin:16px 0 0 0;
}
.store-panel select {
      width: 136px
}
.store-panel .blue {
	font-size:85%;
}
.store-panel .title {
	background:#0aa0a9;
	padding:4px 8px;
	margin:0 0 8px 0;
	color:#fff;
}
.store-panel .content {
	padding:0 8px 8px 8px;
}
.store-panel .button {
	margin-top:8px;
}
.store-panel .total {
	padding:16px 0 0 0;
	margin:8px 0 0 0;
	border-top:1px dotted #C8C8C8;
}
.store-panel .content p {
	font-size:93%;
	margin-bottom:8px;
}

/** Social Network Icons ///////////////////////////////// **/
.social-networks {
	margin:8px 0 0px 0;
}
.social-networks li {
	float:left;
	margin:0 8px 0 0px;
	padding-top:2px;
}

/** Related links ///////////////////////////////// **/
#related-links h4, #document-downloads h4, #contact-support h4 {
	border-top:8px solid #0aa0a9;
	padding:8px 0 0 0;
	margin:8px 0 16px 0;
}
#related-links li, #document-downloads li {
	margin-bottom:8px;
	font-size:100%;
}


/** Comment ///////////////////////////////// **/
.comment {
	font-size:85%;
	border-bottom:1px dotted #C8C8C8;
	margin:0 0 16px 0;
}
#login-form {
    width: 300px
}
#login-form fieldset,
#comment-form fieldset {
	background:#E6E6E6;
	padding:12px 16px;
	margin:16px 0 0 0;
}
#login-form .title,
#comment-form .title {
	margin:0 0 8px 0;
	font-weight:bold;
	font-size:123.1%;
}
#login-form p,
#comment-form p {
	font-size:93%;
}
#login-form label,
#comment-form label {
	float:left;
	width:100px;
	font-size:93%;
	margin:0 0 5px 0;
}
#login-form input.text,
#login-form textarea  {
	float:left;
	width:160px;
	font-size:93%;
	margin:0 0 5px 0;
}
#comment-form input.text,
#comment-form textarea {
	float:left;
	width:300px;
	font-size:93%;
	margin:0 0 5px 0;
}
#comment-form .button {
	margin:8px 0 0 0;
}
#login-form .button {
	margin:8px 0 0 0;
}
#thread-tags span.checkbox {
      float: left; width:180px; margin: 0 0 5px 0;
}
#thread-tags span.checkbox label {
      width: 70px; float: none; margin: 0 8px 0 8px
}
#thread-tags span.checkbox label {
	width: 70px; 
	float: none; 
	margin: 0 8px 0 8px; 
	display: inline;
}
#comment-form #thread-post {
	width:400px;
}
 
/** PKR TV ///////////////////////////////// **/
#pkr-tv img {
      float:left;
      width:98px;
}
#pkr-tv .content {
      float:right;
      width:335px;
}
 
/** Latest Forums Updates ///////////////////////////////// **/
#latest-forum-updates {
    width: 600px
}
#latest-forum-updates img {
      float:left;
      width:98px;
}
#latest-forum-updates .content {
      float:right;
      width:500px;
}

/** Image Carousel ///////////////////////////////// **/
.image-carousel {
	width:450px;
}
.carousel-options {
	margin-top:-4px;
	padding:5px 0 0 0;
	background:#333333;
	width:450px;
}
.image-carousel .carousel-options li {
	margin:0 5px;
}
.carousel-controls {
	clear:both;
	padding:7px 16px 0px 16px;
	text-align:center;
	background:#333333;
}

/** User generated content //////////////////////////////// **/
p.user-generated-content div.image-frame {
   width: 480px;
	overflow: hidden;
}

/** Carousel //////////////////////////////// **/
#carousel-replace-content {
    height:355px;
    width:100%;
    background-repeat:none;
    background-position:top left;
    margin:10px 0 10px 0;
}
#carousel-replace-content .content {
    background:#000;
    margin:0 20px 20px 20px;
    padding:5px 22px 10px 22px;
    width:390px;
    text-align:left;
    position:relative;
    top:20px;
    height:295px;
}
#carousel-replace-content .content p,
#carousel-replace-content .content h3 {
    color:#fff;
}








































