/* general settings */
html {min-width: 1002px;}
body{
	margin: 0;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	min-width: 1003px;
	background: #000 url(../img/bg-body-2.jpg) no-repeat 50% 0;
}
body.buzz{background: #000 url(../img/bg-body.jpg) no-repeat 50% 0;}
a{
	color: #fff;
	text-decoration: underline;
}
a:hover{text-decoration: none;}
img{border: none;}
form, fieldset{
	margin: 0;
	padding: 0;
	border: none;
}
input, select, textarea{
	vertical-align: middle;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
}
#wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 20;
}
.w1{
	width: 1280px;
	float: left;
	left: 50%;
	position: relative;
}
.w2{
	width: 1280px;
	float: left;
	left: -50%;
	position: relative;
	overflow: hidden;
}
/* header */
.header-holder{
	width: 100%;
	_background: url(../img/bg-header.png);
}
#header{
	width: 960px;
	margin: 0 auto;
	padding: 4px 0 6px;
	position: relative;
	z-index: 100;
}
#header:after{
	content: "";
	clear: both;
	display: block;
}
/* socials */
.socials-block{float: left;}
.likes-counter{
	float: left;
	font: 11px/23px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	height: 23px;
	margin: 0 12px 0 7px;
}
.likes-counter img{
	float: left;
	margin: 0 7px 0 0;
}
.likes-counter .fb-like{
	padding: 0 0 0 16px;
	background: url(../img/ico-facebook.gif) no-repeat 0 50%;
}
.social-networks{
	float: left;
	background: #b9340b url(../img/bg-socials-block-left.gif) no-repeat;
	margin: 1px 0 0;
}
.social-networks .holder{
	background: url(../img/bg-socials-block-right.gif) no-repeat 100% 0;
	padding: 0 10px;
	line-height: 21px;
	float: left;
}
.social-networks strong{
	float: left;
	color: #ffba00;
	font-size: 9px;
	margin: 0 6px 0 0;
	text-transform: uppercase;
}
.social-networks ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-networks ul li{
	float: left;
	padding: 3px 0 0 1px;
}
.social-networks ul li a{
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
}
.social-networks ul li a.facebook{background: url(../img/ico-facebook-2.gif) no-repeat;}
.social-networks ul li a.twitter{background: url(../img/ico-twitter.gif) no-repeat;}
.social-networks ul li a.youtube{background: url(../img/ico-youtube.gif) no-repeat;}
/* menu */
.menu{
	float: right;
	margin: 1px 0 0;
	padding: 0;
	list-style: none;
	color: #ffba00;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 21px;
}
.menu li{
	float: left;
	padding: 0 0 1px 5px;
}
.menu li a{
	color: #ffba00;
	text-decoration: none;
	background: #b9340b url(../img/bg-menu-left.gif) no-repeat;
	float: left;
}
.menu li a span{
	background: url(../img/bg-menu-right.png) no-repeat 100% 0;
	padding: 0 11px;
	float: left;
}
.menu li a em{
	float: left;
	background: url(../img/arrow.gif) no-repeat 100% 50%;
	width: 99px;
}
.menu li.active{position: relative;}
.menu li.active .drop{display:block;}
.menu .drop {
	position: absolute;
	top: 22px;
	left: 5px;
	width: 121px;
	display: none;
	background: url(../img/none.gif);
	z-index: 9999;
}
.menu .drop .t,
.menu .drop .b{
	height: 5px;
	background: url(../img/bg-dropdown-top.png) no-repeat;
	overflow: hidden;
}
.menu .drop .b{background: url(../img/bg-dropdown-bottom.png) no-repeat;}
.menu .drop .c{
	background: url(../img/bg-dropdown-center.png);
	width:100%;
}
.menu .drop ul{
	margin: 0;
	padding: 7px 11px 0;
	list-style: none;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	text-transform: none;
	position: relative;
}
.menu .drop ul li{
	float: none;
	padding: 0 0 5px;
	color: #c43e15;
}
.menu .drop ul li a{
	float: none;
	background: none;
	color: #ff995c;
}
.menu .drop ul li a:hover{color: #fff;}
#main{
	width: 100%;
}
#main:after{
	content: "";
	clear: both;
	display: block;
}
/* flash */
.flash{
	width: 100%;
	overflow: hidden;
	position: relative;
}
body #footer .flash {
	margin-left: -30px;
	width: 920px;
}
.flash .holder{
	float: left;
	left: 50%;
	position: relative;
}
.flash .frame{
	float: left;
	left: -50%;
	position: relative;
}
.flash.home{margin: -3px 0 163px 32px;}
.flash img{display: block;}
/* footer */
#footer{
	width: 100%;
	overflow: hidden;
	margin: -482px 0 0;
	position: relative;
}
.home #footer{margin: -497px 0 0;}
.buzz #footer {
	margin: -505px 0 0;
	z-index: 50;
	z-index: 19;
}
#footer .w1{
	width: 1920px;
	float: left;
	position: relative;
	left: 50%;
}
#footer .w2{
	width: 1920px;
	float: left;
	position: relative;
	left: -50%;
}
.footer-t{
	width: 1920px;
	height: 540px;
	background: url(../img/bg-footer-top.png) no-repeat;
}
.buzz .footer-t{background: none;}
.footer-c{
	background: #000;
	padding: 0 0 50px;
	width: 100%;
}
.buzz .footer-c{background: none;}
.footer-c:after{
	content: "";
	clear: both;
	display: block;
}
.footer-holder{
	width: 796px;
	float: left;
	margin: -50px 0 0 562px;
	display: inline;
}
.home .footer-holder{margin-top: -60px;}
#footer .flash{
	margin: 0 0 25px 40px;
	position: relative;
	z-index: 200;
}
.footer-content{
	width: 796px;
	margin: 0 auto;
	font-size: 10px;
	color: #4d4d4d;
	text-align: center;
	line-height: 11px;
}
.footer-content p{margin: 0;}
/* board.html */
.block-holder{position: relative;}
.block-holder img{vertical-align: top;}
.block{
	background: url(../img/bg-block.png) no-repeat;
	width: 1013px;
	height: 658px;
	margin: 0 auto;
	padding: 1px 0 0;
	position: relative;
}
.flash-1{margin: -3px 0 -9px;}
.flash-2{margin: 33px -31px -9px 31px;}
.flash-3{margin: -32px 0 95px;}
/* buy.html */
.columns-holder{
	width: 999px;
	display: table;
	margin: 4px auto 0;
}
.column-1{
	float: left;
	background: url(../img/bg-block-2.png) no-repeat;
	width: 664px;
	margin: 0 0 0 1px;
	height: 502px;
	position: relative;
}
.column-1 .image-block{
	margin: 3px 0 -14px -76px;
	position: relative;
}
.column-1 .image-block img,
.column-2 .image-block img{
	display: block;
	position: relative;
}
.column-1 select{width: 193px;}
.column-2 select{width: 177px;}
.column-1 .country{padding: 0 14px 13px 0;}
.retailers{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 435px;
	position: relative;
}
.retailers li{
	float: left;
	padding: 0 4px 7px 3px;
}
.retailers li img{display: block;}
.column-2{
	float: right;
	background: url(../img/bg-column-2.png) no-repeat;
	width: 355px;
	margin: 0 -1px 0 -21px;
	height: 497px;
}
.column-2 .country{padding: 0 0 14px 0;}
.column-2 .retailers{
	width: 300px;
	margin: 0 0 0 28px;
}
.column-2 .retailers li{padding: 0 4px 4px 0;}
.column-2 .image-block{margin: 23px 0 23px 28px;}
#all-new, #wii-sas {
	height: 96px;
	left: -35px;
	position: absolute;
	top: 45px;
	width: 96px;
}
#wii-sas {
	height: 141px;
	left: auto;
	right: 30px;
	top: 50px;
	width: 115px;
}
/* buzz.html */
#two-columns{
	width: 978px;
	margin: 11px auto -18px;
	overflow: hidden;
	padding: 0 18px 0 0;
}
/* sidebar */
#sidebar{
	float: left;
	width: 268px;
	overflow: hidden;
	margin: 9px 0 0;
}
.sidebar-block{
	height: 197px;
	background: url(../img/bg-sidebar-block.png) no-repeat;
	padding: 27px 0 0 33px;
}
.sidebar-block ul.sidebar-nav{
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	line-height: 40px;
	font-size: 13px;
	text-transform: uppercase;
}
.sidebar-block ul.sidebar-nav li{margin: 0 0 2px;}
.sidebar-block ul.sidebar-nav li a{
	display: block;
	width: 160px;
	height: 40px;
	background: url(../img/bg-sidebar-nav.png) no-repeat;
	color: #808080;
	padding: 0 40px 0 20px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}
.sidebar-block ul.sidebar-nav li a:hover{
	background: url(../img/bg-sidebar-nav-hover.png) no-repeat;
	color: #f3f3f3;
}
.sidebar-block ul.sidebar-nav li.active a,
.sidebar-block ul.sidebar-nav li.active a:hover{
	background: url(../img/bg-sidebar-nav-active.png) no-repeat;
	color: #000;
}
#sidebar .flash{
	margin: -24px 0 0 8px;
}
#sidebar .flash img{display: block;}
/* content */
#content{
	width: 710px;
	float: right;
	color: #000;
	line-height: 18px;
	position: relative;
}
.content-t{
	background: url(../img/bg-content-top-corner.png) no-repeat;
	height: 8px;
	overflow: hidden;
}
.content-b{
	background: url(../img/bg-content-bottom-corner.png) no-repeat;
	overflow: hidden;
	height: 11px;
}
.content-c{background: #fff url(../img/bg-content-bottom.gif) no-repeat 0 100%;}
#content .content-holder{
	background: url(http://www.shredgame.com/assets/img/bg-content-top.png) no-repeat;
	overflow: hidden;
	height: 1%;
	padding: 3px 0 27px;
}
#content .title{
	width: 708px;
	height: 181px;
	position: relative;
	margin: 0 0 -7px 2px;
}
.tony-hawk{background: url(http://www.shredgame.com/assets/img/bg-title-block.png) no-repeat;}
.developers-blog{background: url(http://www.shredgame.com/assets/img/bg-title-block-2.png) no-repeat;}
.faq{background: url(../img/bg-block-faq.png) no-repeat;}
#content .title h1{
	position: absolute;
	margin: 0;
	text-indent: -9999px;
	top: 78px;
	right: 68px;
}
.tony-hawk img{
	position: absolute;
	margin: 0;
	top: 78px;
	right: 68px;
	z-index: 9999;
}
.developers-blog img{
	position: absolute;
	margin: 0;
	top: 48px;
	right: 68px;
	z-index: 9999;
}
.faq img{
	position: absolute;
	margin: 0;
	top: 78px;
	right: 68px;
	z-index: 9999;
}
/* breadcrumbs */
.breadcrumbs{
	margin: 0 0 7px 22px;
	padding: 0 0 0 14px;
	list-style: none;
	background: url(../img/arrow-2.gif) no-repeat 0 50%;
	font-size: 11px;
	overflow: hidden;
	height: 1%;
	position: relative;
}
.breadcrumbs li{
	float: left;
	padding: 0 8px 0 13px;
	margin: 0 13px 0 -13px;
	display: inline;
	background: url(../img/separator.gif) no-repeat 0 50%;
}
.breadcrumbs li:first-child{background: none;}
.breadcrumbs li a{
	color: #00a8df;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumbs li a:hover{text-decoration: underline;}
.articles-holder{
	margin: 0 15px 28px;
	border-top: 1px solid #bdbdbd;
}
.article{
	overflow: hidden;
	height: 1%;
	border-bottom: 1px solid #bdbdbd;
	padding: 30px 30px 27px 15px;
	position: relative;
}
.article .img-holder{
	float: left;
	margin: 0 12px 0 0;
	width: 131px;
	height: 130px;
	background: url(../img/bg-img-holder.gif) no-repeat;
	padding: 10px 0 0 11px;
}
.article .description{
	float: left;
	width: 480px;
}
.article h2,
.article-full h2{
	text-transform: uppercase;
	font-size: 22px;
	margin: 0 0 10px 0;
	line-height: 27px;
}
.article h2 a,
.article-full h2 span{
	background: #000;
	color: #fa3b22;
	padding: 0 2px;
	text-decoration: none;
}
.article-full p a { color: #fa3b22; }
.article .date{
	color: #ffd50e;
	background: #000;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	padding: 0 2px;
}
.article p {
	margin: 10px 0 0;
	word-spacing: -1px;
	line-height: 1.3;
}
.article p a { color: #fa3b22; }
.article p a.more { color: #00a8df; }
.article-full p {
	line-height: 1.3;
}

#article-full .big {
	font-size: 16px;
}
#tour {
	border-collapse: collapse;
	border-top: 2px solid #000;
	display: inline-table;
	width: 100%;
}
#tour a {
	color: #00A8DF;
	font-weight: bold;
	text-decoration: none;
}
#tour a:hover {
	text-decoration: underline;
}
#tour tr.alt {
	background: #ededed;
}
#tour th {
	background: #f18c38;
	color: #000;
	font-family: 'Arial Black', 'Arial';
	font-size: 10px;
	font-weight: bold;
	padding: 7px 10px;
	text-align: left;
	text-transform: uppercase;
}
#tour td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}
#tour td.venue { font-weight: bold; }
.copy{
	position: absolute;
	top: 34px;
	right: 15px;
	width: 13px;
	height: 14px;
	background: url(../img/ico-copy.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
/* paging */
.paging{
	overflow: hidden;
	width: 100%;
	position: relative;
	margin: 0 0 25px;
}
.paging .holder{
	position: relative;
	left: 50%;
	float: left;
}
.paging ul{
	position: relative;
	left: -50%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
}
.paging ul li{
	float: left;
	padding: 0 0 0 4px;
}
.paging ul li a{
	color: #4d4d4d;
	text-decoration: none;
	display: block;
	width: 26px;
	height: 25px;
	background: url(http://www.shredgame.com/assets/img/bg-paging-link.gif) no-repeat;
	text-align: center;
}
.paging ul li.active a,
.paging ul li a:hover{
	color: #ffd50e;
	background: url(../img/bg-paging-link-active.gif) no-repeat;
}
.paging ul li a.next,
.paging ul li a.next:hover,
.paging ul li a.previous,
.paging ul li a.previous:hover{
	background: url(http://www.shredgame.com/assets/img/arrow-next.gif) no-repeat;
	width: 5px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 7px 0 0 11px;
}
.paging ul li a.previous,
.paging ul li a.previous:hover{
	background: url(../img/arrow-previous.gif) no-repeat;
	width: 6px;
	margin: 7px 11px 0 0;
}
.link-holder{
	padding: 15px 6px 0;
	background: url(../img/bg-line.gif) no-repeat;
	margin: 0 15px;
	text-transform: uppercase;
	overflow: hidden;
	height: 1%;
}
.link-holder a.top-of-page{
	color: #000;
	background: url(../img/text-top-of-page.gif) no-repeat;
	width: 85px;
	height: 9px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
}
/* buzz-blog. html */
.article-full{
	border-bottom: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	padding: 30px 15px;
	position: relative;
	margin: 0 15px 29px;
}
.article-full h2{margin-right: 15px;}
.article-full .img-holder{
	float: left;
	width: 400px;
	height: 267px;
	background: url(http://www.shredgame.com/assets/img/bg-img-holder-2.gif) no-repeat;
	padding: 10px;
	margin: 0 20px 5px 0;
}
.article-full .img-holder img{display: block;}
.meta{
	margin: 0 0 30px;
	font-size: 11px;
	font-weight: bold;
	color: #b3b3b3;
	line-height: 15px;
}
.meta p{
	margin: 0;
	display: inline;
	background: #000;
	padding: 0 2px;
}
.meta p a{
	text-decoration: none;
	color: #00d2ff;
}
.meta p a:hover{text-decoration: underline;}
.meta p em{
	font-style: normal;
	color: #ffd50e;
}
.paging .previous-post,
.paging .next-post{
	width: auto;
	height: auto;
	line-height: 25px;
	background: url(../img/btn-pagination.gif) no-repeat;
	padding: 0 9px;
}
.paging .previous-post:hover,
.paging .next-post:hover{background: url(../img/btn-pagination-hover.gif) no-repeat;}
/* game features.html */
.game-features .block{
	background: url(../img/bg-block-features.png) no-repeat;
	height: 569px;
}
#nav {
	margin: 35px 0 23px 57px;
	padding: 0;
	list-style: none;
	line-height: 24px;
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
	width: 100%;
	text-transform: uppercase;
	position: relative;
	z-index: 200;
}
#nav li {
	float: left;
	padding: 0 2px 0 0;
}
#nav li a {
	display: block;
	width: 90px;
	height: 24px;
	text-decoration: none;
	color: #fff;
	background: url(../img/bg-nav-link.png) no-repeat;
	background: url(../img/bg-nav-link-hover.png) no-repeat;
	padding: 0 23px 0 7px;
}
#nav li a:hover{
	color: yellow;
	_background: url(../img/bg-nav-link-hover.png) no-repeat;
}
#nav li.active a,
#nav li.active a:hover{
	color: #000;
	background: url(http://www.shredgame.com/assets/img/bg-nav-link-active.png) no-repeat;
}
.heading{
	overflow: hidden;
	width: 831px;
	padding: 0 0 35px 108px;
}
.heading .tony-hawk-features{
	float: left;
	margin: 0;
}
.heading .box{
	float: right;
	width: 500px;
}
.heading .box h2{
	font-size: 21px;
	text-align: right;
	color: #fff;
	margin: 4px 0 7px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.heading .box .sub-nav{
	float: right;
	margin: 0;
	padding: 0 42px 0 0;
	list-style: none;
	font-size: 11px;
	line-height: 21px;
}
.heading .box .sub-nav li{
	float: left;
	padding: 0 0 0 2px;
}
.heading .box .sub-nav li a{
	float: left;
	text-decoration: none;
	color: #ffd50e;
	line-height: 1.5;
}
.heading .box .sub-nav li a .left,
.heading .box .sub-nav li a .right{
	float: left;
	width: 11px;
	height: 21px;
	overflow: hidden;
}
.heading .box .sub-nav li a:hover .left{background: url(../img/bg-sub-nav-left.png) no-repeat;}
.heading .box .sub-nav li a:hover .right{background: url(../img/bg-sub-nav-right.png) no-repeat;}
.heading .box .sub-nav li.active a:hover .left,
.heading .box .sub-nav li.active a .left{background: url(http://www.shredgame.com/assets/img/bg-sub-nav-left-active.png) no-repeat;}
.heading .box .sub-nav li.active a:hover .right,
.heading .box .sub-nav li.active a .right{background: url(http://www.shredgame.com/assets/img/bg-sub-nav-right-active.png) no-repeat;}
.heading .box .sub-nav li a .center{
	padding: 0 2px;
	float: left;
	height: 21px;
}
.heading .box .sub-nav li a:hover .center{background: #000;}
.heading .box .sub-nav li.active a .center,
.heading .box .sub-nav li.active a:hover .center{background: #ffd50e;}
.heading .box .sub-nav li.active a,
.heading .box .sub-nav li.active a:hover{color: #000;}
.heading .box .sub-nav li a:hover{color: #fff;}
.tabs-area{
	width: 795px;
	margin: 0 0 0 100px;
	overflow:hidden;
	position:relative;
}
.tabset{
	margin: 0 0 0 40px;
	padding: 0 0 5px;
	list-style: none;
	width: 100%;
	overflow: hidden;
	font-size: 13px;
	text-transform: uppercase;
}
.tabset li{
	padding: 0 10px 4px 0;
	float: left;
}
.tabset li a {
	display: block;
	width: 114px;
	height: 100px;
	text-align: center;
	text-decoration: none;
	padding: 10px 0 0;
	color: #5a5a5a;
	position: relative;
	cursor: pointer;
}

.tabset li a:hover, .tabset li a.active, .tabset li a.active:hover {
	color: #fff;
}

.difficulty li.tab-1 a { background: url(http://www.shredgame.com/assets/img/features/sport-skateboard.png); }
.difficulty li.tab-2 a { background: url(../img/features/sport-snowboard.png); }
.difficulty li.tab-3 a { background: url(http://www.shredgame.com/assets/img/features/sport-pro-challenge.png); }
.modes li a {
	font-size: 10px;
	line-height: 0;
	height: 73px;
	width: 84px;
}
.modes li.tab-1 a { background: url(../img/features/modes-trick.png); }
.modes li.tab-2 a { background: url(http://www.shredgame.com/assets/img/features/modes-challenge.png); }
.modes li.tab-3 a { background: url(http://www.shredgame.com/assets/img/features/modes-point-rush.png); }
.modes li.tab-4 a { background: url(http://www.shredgame.com/assets/img/features/modes-scoring-spots.png); }
.modes li.tab-5 a { background: url(http://www.shredgame.com/assets/img/features/modes-survival.png); }
.modes li.tab-6 a { background: url(http://www.shredgame.com/assets/img/features/modes-free-skate.png); }
.modes li.tab-7 a { background: url(../img/features/modes-party-mode.png); }
.modes li.tab-8 a { background: url(http://www.shredgame.com/assets/img/features/modes-training.png); }
.styles li.tab-1 a { background: url(http://www.shredgame.com/assets/img/features/navigation-casual.png); }
.styles li.tab-2 a { background: url(../img/features/navigation-casual-plus.png); }
.styles li.tab-3 a { background: url(../img/features/navigation-confident.png); }
.styles li.tab-4 a { background: url(http://www.shredgame.com/assets/img/features/navigation-hardcore.png); }
.difficulty li a:hover, .styles li a:hover { background-position: 0 -114px; }
.modes li a:hover { height: 73px; background-position: 0 -84px; }
.difficulty li a.active, .difficulty li a.active:hover, .styles li a.active, .styles li a.active:hover { background-position: 0 -228px; }
.modes li a.active, .modes li a.active:hover { height: 73px; background-position: 0 -168px; }

div.tab{
	padding: 0 0 0 28px;
	overflow: hidden;
	width: 767px;
	float:left;
	position:relative;
}
div.tabs-holder{
	overflow:hidden;
	width:1537px;
}
div.tab .img-block{
	width: 233px;
	height: 158px;
	background: url(../img/bg-img-block.png) no-repeat;
	padding: 8px;
	float: left;
	margin: 0 18px 0 0;
	position:relative;
}
div.tab .img-block img{display: block;}
div.tab .img-block .ico{
	position: absolute;
	top: 26px;
	left: 4px;
	width: 45px;
	height: 43px;
	_background: url(../img/ico.gif) no-repeat;
	z-index: 10;
}
div.tab .tab-description{
	background: url(http://www.shredgame.com/assets/img/bg-tab-description.png);
	width: 468px;
	height: 80px;
	margin: 30px 0 0;
	float: left;
	padding: 15px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
div.tab h3{
	margin: 0 0 7px;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
}
div.tab p{margin: 0;}
/* music.html */
.music .block{
	background: url(../img/bg-block-music.png) no-repeat;
	height: 509px;
}
.tony-hawk-music{
	float: left;
	margin: 0;
}
.heading-music{
	padding: 38px 60px 0 58px;
	overflow: hidden;
	width: 895px;
}
.songs-slogan{
	float: right;
	width: 516px;
	margin: 13px 0 0;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	text-transform: uppercase;
	word-spacing: -1px;
}
.albums-holder{
	background: url(../img/bg-album-block.png) no-repeat;
	width: 571px;
	height: 364px;
	overflow: hidden;
	margin: -25px -102px 0 -88px;
	float: left;
	position: relative;
}
* html .albums-holder{position:relative;}
.album{
	width: 279px;
	margin: 62px 0 0 171px;
}
.album img{
	display: block;
	margin: 0 0 12px;
}
.album .purchase{
	display: block;
	width: 140px;
	height: 21px;
	background: url(../img/text-purchase-itunes.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto;
}
.songs-list{
	width: 596px;
	float: right;
	margin: 31px 36px 0 0;
	position: relative;
	z-index: 100;
	display: inline;
}
.songs-list .head{
	background: url(http://www.shredgame.com/assets/img/bg-songs-heading.png) no-repeat;
	width: 580px;
	height: 31px;
	margin: 0 0 12px;
	line-height: 27px;
	padding: 0 0 0 16px;
	text-transform: uppercase;
	font-size: 11px;
}
.songs-list .head strong{
	float: left;
	color: #000;
}
.songs-list .head strong.track{width: 66px}
.songs-list .head strong.artist{width: 210px;}
.scrollable{
	width: 572px;
	overflow: hidden;
	height: 234px;
	margin: 0 0 0 5px;
}
.vscroll-bar{background: #252525;}
.vscroll-slider{background: #ffd50e url(../img/bg-slider.gif) no-repeat 0 50%;}
.songs-list ul{
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	width: 545px;
}
.songs-list ul li{
	width: 100%;
	vertical-align: top;
}
.songs-list ul li a{
	display: block;
	height: 24px;
	padding: 5px 7px 4px 19px;
	text-decoration: none;
	overflow: hidden;
	cursor:pointer;
}
.songs-list ul li a:hover,
.songs-list ul li a.active{background: url(../img/bg-songs-list.gif) no-repeat;}
.songs-list .number{
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 24px;
	text-align: center;
	line-height: 24px;
	color: #999;
	margin: 0 29px 0 0;
	background: url(../img/bg-number.png) no-repeat;
}
.songs-list a:hover .number,
.songs-list a.active .number{color: #fff;}
.songs-list .artist{
	font-size: 11px;
	font-weight: normal;
	float: left;
	width: 210px;
	line-height: 16px;
	color: #ffd50e;
	margin: 4px 0 0;
}
.songs-list .title{
	font-size: 11px;
	font-weight: normal;
	float: left;
	width: 160px;
	line-height: 16px;
	color: #ffd50e;
	margin: 4px 0 0;
}
.songs-list .title{width: 210px;}
.songs-list .artist span,
.songs-list .title span{padding: 0 3px;}
.songs-list a:hover .artist span,
.songs-list a:hover .title span,
.songs-list a.active .artist span,
.songs-list a.active .title span{
	font-weight: bold;
	color: #fff;
	background: #000;
}
.songs-list .ico{
	float: right;
	background: url(http://www.shredgame.com/assets/img/ico-music.png) no-repeat;
	width: 21px;
	height: 22px;
	margin: 2px 0 0;
}
.songs-list a:hover .ico,
.songs-list a.active .ico{
	float: right;
	background: url(../img/ico-music-hover.png) no-repeat;
	width: 28px;
	height: 28px;
	margin: -2px -4px 0 0;
}
/* buzz-faq.html */
.sub-sidebar-nav{
	margin: 0 0 0 21px;
	padding: 0;
	list-style: none;
	position: relative;
}
.sub-sidebar-nav li{padding: 0 0 2px;}
.sub-sidebar-nav li a{
	color: #00c0ff;
	padding: 0 0 0 15px;
	background: url(../img/arrow-2.gif) no-repeat 0 6px;
	text-decoration: none;
}
.sub-sidebar-nav li a:hover{
	font-weight: bold;
	color: #fff;
}
/* accordion */
.accordion{
	margin: 0 15px;
	padding: 30px 15px 70px;
	list-style: none;
	border-top: 1px solid #c6c6c6;
	position: relative;
}
.accordion li{
	padding: 0 0 10px;
	width: 100%;
	vertical-align: top;
}
.accordion li .opener{
	font-size: 11px;
	display: block;
	line-height: 32px;
	background: url(../img/bg-accordion-opener.gif) no-repeat;
	padding: 0 44px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.accordion li .opener:hover{background: url(http://www.shredgame.com/assets/img/bg-accordion-opener-hover.gif) no-repeat;}
.accordion li.selected .opener,
.accordion li.selected .opener:hover,
.accordion li .ui-state-active,
.accordion li .ui-state-active:hover{
	background: url(../img/bg-accordion-opener-active.gif) no-repeat;
	color: #fff;
}
.accordion .slider{
	padding: 15px 0 5px 46px;
	background: url(../img/litera.gif) no-repeat 10px 18px;
	font-size: 11px;
	line-height: 18px;
}
.accordion .slider p{margin: 0;}
.accordion .slider p a{color: #0191cd;}
/* game-characters.html */
.game-characters .block{
	background: url(http://www.shredgame.com/assets/img/bg-block-characters.png) no-repeat;
	height: 649px;
}
.game-characters .flash{margin: -44px 0 0 57px;}
.avatars-block{
	width: 885px;
	margin: -17px auto 0;
	text-align: center;
}
.avatars-block img{vertical-align: top;}
.avatars-block p.text-avatars-block{
	margin: 0 0 17px 31px;
	width: 737px;
	font-size: 11px;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
	word-spacing: -1px;
}
.avatars-block .holder{
	position: relative;
	width: 100%;
}
.avatars-block .button1{
	position: absolute;
	top: 80px;
	left: 0;
}
.avatars-block .button2{
	position: absolute;
	top: 35px;
	right: 0;
}
/* game-info.html */
.getonboard{
	position: absolute;
	top: -2px;
	right: 122px;
}
.game-info .block{
	background: url(http://www.shredgame.com/assets/img/bg-block-info.png) no-repeat;
	height: 569px;
}
.tony-hawk-info{margin: 0 0 17px 108px;}
.info-block{
	width: 445px;
	margin: 0 0 0 77px;
	font-size: 13px;
	position: relative;
}
.info-block h2{
	margin: 0 0 17px;
	text-transform: uppercase;
	color: #fff;
	font-size: 23px;
}
.info-block p{margin: 0 0 20px;}
.info-block p a{color: #00c0ff;}
/* parents.html */
.parents .block,
.videos .block,
.tricks .block{
	background: url(http://www.shredgame.com/assets/img/bg-block-parents.png) no-repeat;
	height: 659px;
}
.parents .block .holder{
	width: 100%;
	position: relative;
	padding: 1px 0 0;
	height: 658px;
}
.tony-hawk-parents{
	position: absolute;
	background: url(../img/text-tony-hawk-parents.png) no-repeat;
	width: 310px;
	height: 64px;
	text-indent: -9999px;
	overflow: hidden;
	top: 22px;
	left: 57px;
}
.engadet{
	width: 312px;
	height: 35px;
	background: url(http://www.shredgame.com/assets/img/text-engadet.gif) no-repeat;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	top: 55px;
	left: 394px;
}
.parents .image-block{
	float: right;
	position: relative;
	margin: 90px 50px 0 -230px;
}
.parents .text-box{
	margin: 139px 0 22px 59px;
	width: 300px;
	color: #b3b3b3;
	font-size: 12px;
	line-height: 18px;
	word-spacing: -1px;
}
.parents .text-box h2{
	margin: 0 0 17px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	line-height: 22px;
}
.parents .text-box p{margin: 0;}
.key-features{
	width: 343px;
	margin: 0 0 0 29px
}
.key-features-heading{
	width: 138px;
	height: 14px;
	background: url(../img/text-key-features-heading.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 8px 133px;
}
.video-block{
	width: 330px;
	position: absolute;
	bottom: 46px;
	left: 80px;
}
.video-block img{
	float: left;
	margin: 0 15px 0 0;
}
.video-block h3{
	margin: 0 0 2px;
	padding: 10px 0 0;
	font-size: 17px;
	text-transform: uppercase;
}
.video-block h3 a{
	color: #05b9f4;
	text-decoration: none;
}
.video-block h3 a:hover{text-decoration: underline;}
.video-block strong{
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
}
.esrb{
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	background: url(http://www.shredgame.com/assets/img/text-esrb.gif) no-repeat;
	width: 232px;
	height: 87px;
	bottom: 37px;
	right: 61px;
}
/* partners.html */
.partners .block{
	background: url(../img/bg-block-partners.png) no-repeat;
	height: 539px;
}
.partners .block .holder{
	width: 100%;
	position: relative;
}
.partners-heading{
	width: 100%;
	display: table;
}
.tony-hawk-partners{
	margin: 0px 0 0 108px;
	float: left;
}
.look-for-partner{
	float: left;
	margin: 10px 0 0 19px;
	color: #fff;
	width: 220px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.look-for-partner strong{
	font-size: 19px;
	display: block;
}
.look-for-partner span{font-size: 13px;}
.pre-order{
	float: right;
	margin: -50px -6px 0 0;
	background:url(../img/text-pre-oder.gif) no-repeat;
	width:383px;
	height:130px;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.pre-order a {
	display:block;
	height:100%;
}
.gallery{
	width: 836px;
	overflow: hidden;
	margin: -8px 0 0 91px;
}
.gallery .link-prev, 
.gallery .link-next{
	width: 58px;
	height: 57px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/btn-previous.gif) no-repeat;
	margin-top: 123px;
}
.gallery .link-next{
	float: right;
	background: url(../img/btn-next.gif) no-repeat;
}
.gallery .gallery-holder{
	float: left;
	margin: 0 0 0 25px;
	overflow: hidden;
	width: 695px;
	position: relative;
}
.gallery .gallery-holder ul{
	width: 99999px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;
	left: 0;
}
.gallery .gallery-holder ul li{
	float: left;
	width: 695px;
	overflow: hidden;
}
.gallery ul .row{
	width: 720px;
	overflow: hidden;
	display: block;
}
.gallery ul img{
	float: left;
	margin-right: 15px;
}
.gallery ul img.partner-1{margin-top: 1px;}
.gallery ul img.partner-3{margin: 18px 0 0 12px;}
.gallery ul img.partner-4{margin: 13px 14px 0 32px;}
.gallery ul img.partner-6{margin: 3px 0 0 2px;}
/* videos.html */
.videos .flash{
	margin: 21px -38px 0 38px;
	width: 1051px;
}
.fb-likes-block-wrapper{
	width: 960px;
	margin: -30px auto 115px;
	position: relative;
}
.fb-likes-block{
	margin: 0 0 0 91px;
	width: 322px;
	height: 90px;
	background: url(http://www.shredgame.com/assets/img/bg-fb-likes-block.png) no-repeat;
	padding: 13px 0 0 12px;
}
.fb-likes-block .likes-counter{
	float: none;
	margin: 0 0 10px;
}
.fb-likes-block ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.fb-likes-block ul li{
	float: left;
	padding: 0 3px 0 0;
}
/* tricks.html */
.tricks .flash{margin: 28px -38px 0 38px;}
/* game-levels.html */
.levels .block{
	background:url(../img/bg-block-levels.png) no-repeat;
	height: 589px;
}
.levels .flash{margin: -102px 0 0 50px;}