/*----------------------------------------------------------------------

BRUNSWICK BOWLING - Master Styles

DEVELOPED BY: MIGHTY // MIGHTYINTHEMIDWEST.COM
DESIGN BY: AUXILIARY // AUXILIARYINC.COM

Author:			Chris Chiles
Author:			Andrew Philpott
Date Created:	11/09/2009
Last Modified:	03/03/2010

Copyright 2010, All Rights Reserved.

----------------------------------------------------------------------*/
@import url('/assets/css/reset.css');
@import url('/assets/css/sifr.css');

html { height: 100%; }
body {
	height: 100%;
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #000 url('/assets/images/background-top.jpg') no-repeat top;
}
#wrapper {
	overflow: auto;
	min-height: 100%;
	background: url('/assets/images/background-bottom.png') no-repeat bottom;
}
#wrapper-inner {
	margin: 20px auto 0 auto;
	width: 950px;
}


/* HEADER
----------------------------------------------------------------------*/
#logo {
	display: block;
	float: left;
	width: 232px;
	height: 31px;
	background: url('/assets/images/main-sprite.png') no-repeat 0px 0px;
	text-indent: -9999px;
}
#header #email-search {
	float: right;
}
#header #email-search form {
	float: left;
}
#header #email-search input {
	float: left;
	margin: 0 0 0 10px;
	padding: 4px 6px;
	width: 150px;
	height: 12px;
	border: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	color: #59595b;
	font: normal 11px Arial,Helvetica,sans-serif;
}
#header #email-search button {
	float: left;
	border: 0;
	width: 26px;
	height: 20px;
	background: url('/assets/images/main-sprite.png') no-repeat -232px 0px;
	text-indent: -9999px;
}
#header #email-search button:hover {
	background-position: -232px -20px;
	cursor: pointer;
}
#header #nav {
	width: 100%;
	float: left;
	margin: 20px 0;
	clear: both;
	position: relative;
	z-index: 8888;
}
#header #nav > li {
	float: left;
	text-indent: -9999px;
	padding-bottom: 13px !important;
	z-index: 8888;
}
#header #nav > li.div {
	width: 9px;
	background: url('/assets/images/nav-divider.png') no-repeat center 3px;
}
#header #nav > li.first {
	padding-left: 0;
}
#header #nav > li.last {
	padding-right: 0;
	background: none;
}
#header #nav > li > a {
	display: block;
	height: 13px;
}
#header #nav > li.mm {
	background: url('/assets/images/mega-menu-arrow.png') no-repeat center bottom;
}
#translate-btn,
#international,
#find-pro-shop-btn {
	display: block;
	height: 20px;
	width: 97px;
	float: right;
	font-weight: bold;
	background: url('/assets/images/main-sprite.png') no-repeat -579px 0px;
	text-indent: -9999px;
/*	margin: 5px 10px 0 0;*/
	text-decoration: none;
}
#translate-btn:hover {
	background: url('/assets/images/main-sprite.png') no-repeat -579px -20px;
}


/* FOOTER
----------------------------------------------------------------------*/
#footer {
	width: 950px;
	float: left;
	clear: both;
	margin: 20px 0;
	font-weight: bold;
}
#footer .copyright {
	float: right;
	width: 324px;
	height: 10px;
	font-size: 9px;
	text-indent: -9999px;
	background: url('/assets/images/main-sprite.png') no-repeat 0px -42px;
	margin-left: 14px;
	margin-top: 2px;
}
#footer .gBranding {
	margin-top: -13px;
	float: left;
}
#footer ul {
	float: right;
}
#footer ul li {
	float: left;
	margin-right: 18px;
}
#footer ul li.last {
	margin-right: 0px;
}
#footer a {
	text-decoration: none;
	white-space: nowrap;
} 
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* GENERAL STYLES
----------------------------------------------------------------------*/
#main {
	float: left;
	clear: both;
	width: 955px;
	margin-left: -5px;
	margin-top: -13px;
}
#home #main {
	width: 950px;
	margin-left: 0;
}
.copy {
	color: #ffffff;
	line-height: 120%;
}
.copy p {
	margin: 1.5em 0;
}
.copy p.small {
	font-size: 11px;
}
.copy h1 + p, .copy h2 + p, .copy h3 + p, .copy h4 + p {
	margin-top: 0;
}
.copy h1 + ul, .copy h2 + ul, .copy h3 + ul, .copy h4 + ul {
	margin-top: 0;
}
.copy p.intro + h2, .copy p.intro + h3, .copy p.intro + h4 {
	margin-top: .5em;
}
.copy p.intro + p {
	margin-top: .5em;
}
.copy ul {
	line-height: 170%;
	margin: 1.2em 0;
}
.copy ul li {
	margin: 0 0 0 3px;
	padding-left: 12px;
	background: url('/assets/images/bullet-2.png') no-repeat left 9px;
}
.copy ul li ul {
	margin: .2em .5em;
}
.copy ol {
	line-height: 170%;
	margin: 1.2em 0;
	list-style: decimal;
}
.copy ol li {
	margin: 0 0 0 23px;
}
h1 {
	font-family: Arial, Helvetica;
	font-size: 33px;
	margin: 0 0 15px 0;
	line-height: 110%;
}
h2 {
	clear: left;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 8px;
}
h3 {
	font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: Arial, Helvetica;
	font-weight: bold;
}
h3 strong {
	margin-right: 5px;
}
h3 a {
	text-decoration: none;
}
h4 {
	font-weight: bold;
}
#content .copy h3 {
	clear: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 140%;
}
#content .copy h4 {
	clear: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 5px;
}
a:link, a:visited, a:active {
	color: #FFF;
}
a:hover {
	color: #199dda;
}
.quick-links, .related, .watch-video, .promo-docs, .gallery, .gallery-sm {
	padding: 10px;
}
.quick-links ul, .related ul, .watch-video ul, .promo-docs ul, .gallery ul, .gallery-sm ul, #information-docs {
	margin: 1em 0 0 0;
}
.quick-links ul li, .related ul li, .watch-video ul li, .promo-docs ul li, .gallery ul li, .gallery ul li, #information-docs li {
	margin: 0 0 0 3px;
	padding-left: 12px;
	background: url('/assets/images/bullet.png') no-repeat left 9px;
	line-height: 20px;
}
.button {
	display: block;
	float: right;
	width: 200px;
	padding: 10px;
	background: #1a1a1a;
	margin-bottom: 10px;
}
a.button:hover {
	background: #13739f url('/assets/images/bg-button.png') repeat-x top;
}
.button-small {
	display: block;
	float: right;
	width: 200px;
	padding: 10px;
	background: #1a1a1a;
	margin-top: 5px;
}
a.button-small:hover {
	background: #13739f url('/assets/images/bg-button-small.png') repeat-x top;
}
.button-link {
	clear: left;
	float: left;
	display: block;
	padding: 10px;
	background: #1a1a1a;
	margin-bottom: 1.5em;
}
a.button-link:hover {
	background: #13739f url('/assets/images/bg-button-small.png') repeat-x top;
}
.button span {
	display: block;
	height: 18px;
	text-indent: -9999px;
}
.button-small span, .button-link span {
	display: block;
	height: 13px;
	text-indent: -9999px;
}

.img-float-left,
.img-float-right,
.img-float-none,
.img-float-center {
	display: block;
}
.img-float-left {
	float: left;
	margin: 0 10px 0 0;
}
.img-float-right {
	float: right;
	margin: 0 0 0 10px;
}
.img-float-none {
	margin: 10px 0;
}
.img-float-center {
	margin: 10px auto;
}

.img-float-left + .img-float-left,
.img-float-right + .img-float-right {
	margin-top: 0;
}



/* SIDEBAR
----------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 210px;
	margin-top: -2px;
}
#sidebar h3 {
	height: 38px;
	padding: 22px 0 0 15px;
	margin: 0 0 3px 0;
	background: url('/assets/images/sidebar-header.png') no-repeat left center;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica;
	text-transform: uppercase;
	color: #FFF;
	position: relative;
	z-index: 2;
}
#sidebar #subnav {
	padding-top: 3px;
	margin: -11px 5px 10px 5px;
	background: #515151 url('/assets/images/sidebar-bg.png') repeat-x top;
	line-height: 110%;
}
#sidebar #subnav li a {
	display: block;
	padding: 8px 5px 8px 11px;
	text-decoration: none;
	font-weight: bold;
}
#sidebar #subnav li {
	overflow: hidden;
	border-bottom: 1px solid #979797;
}
#sidebar #subnav li.current > a {
	color: #199dda;
}
#sidebar #subnav li.last {
	border-bottom: 0;
}
#sidebar #subnav .current.last {
	padding-bottom: 1px;
}
#sidebar #subnav li ul li {
	border: 0;
	font-size: 11px;
	margin: 0 0 5px 23px;
}
#sidebar #subnav li ul li a {
	padding: 0;
}
#sidebar #subnav li ul {
	margin: 0 0 8px 0;
}
#sidebar #subnav li ul li ul {
	margin: 8px 0 0 0;
}
#sidebar #subnav li ul li ul li {
	border: 0;
	font-size: 11px;
	margin: 0 0 5px 10px;
}
#sidebar #subnav li ul li ul li a {
	font-weight: normal;
}
#sidebar .callout {
	margin: 0 5px 10px 5px;
	background: #1a1a1a;
	padding: 10px 10px 15px 10px;
	color: #FFF;
}
#sidebar .callout .img {
	margin-bottom: 10px;
}
#sidebar .callout h4 {
	font-size: 14px;
	margin:  0 0 5px 0;
	line-height: 120%;
}
#sidebar .callout h4 a {
	font-weight: bold;
	font-family: Arial, Helvetica;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
#sidebar .callout h4 a:hover {
	color: #199dda;
}
#sidebar .admin {
	margin: 10px 5px 0;
	background: #1A1A1A;
	padding: 10px;
	color: #FFF;
	font-size: 11px;
}
#sidebar .admin strong {
	display: block;
}


/* PRIMARY CONTENT
----------------------------------------------------------------------*/
#primary {
	float: right;
	width: 740px;
}
#primary #banner {
	float: left;
	-webkit-box-shadow:0px -5px 35px rgba(0,0,0,.5);
	-moz-box-shadow: 0px -5px 35px rgba(0,0,0,.5);
	height: 290px;
	width: 740px;
	background: #999;
	position: relative;
}
#primary #banner.transparent {
	text-align: center;
	background: #d7d7d7;
	padding: 10px;
	height: 270px;
	width: 720px;
}
#primary #banner.transparent.balls {
	padding: 0;
	height: 290px;
	width: 740px;
	background: url(/assets/images/header-balls.jpg) no-repeat;
}
#primary #banner.transparent.accessories, #primary #banner.bags, #primary #banner.shoes {
	text-align: center;
	background: #FFF;
	padding: 10px;
	height: 270px;
	width: 720px;
}
#primary #banner .slides {
	height: 290px;
	width: 740px;
	overflow: hidden;
}
#primary #banner.transparent .slides {
	height: 270px;
	width: 720px;
}
#primary #banner.transparent .slides .slide {
	height: 270px;
	width: 720px;
}
#primary #banner.transparent.balls .slides {
	height: 290px;
	width: 740px;
}
#primary #banner.transparent.balls .slides .slide {
	height: 290px;
	width: 740px;
}
#primary #banner img {
	float: left;
}
#primary #banner.transparent img {
	float: none;
}
#primary #banner #colors {
	position: absolute;
	z-index: 50;
	bottom: 12px;
	right: 10px;
}
#primary #banner #colors li {
	float: left;
	display: block;
	margin-right: 5px;
}
#primary #banner #colors li a {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}
#primary #banner span {
	float: right;
	display: block;
	position: absolute;
	right: 16px;
	bottom:36px;
	text-transform: lowercase;
	font-size: 11px;
	font-weight: bold;
	color: #393939;
	z-index: 50;
}
#primary #banner .ball, #primary #banner .core {
	width: 370px;
	height: 290px;
	float: left;
}
#primary #banner .ball img, #primary #banner .core img {
	float: left;
}
#primary #content {
	clear: left;
	float: left;
	width: 720px;
	background: #393939 url('/assets/images/content-shadow.png') repeat-x top;
	padding: 10px;
}
#primary #content.nobanner {
	background: #393939;
}
#primary #content .content {
	float: left;
	width: 485px;
	font-size: 14px;
	padding: 0 15px 0 0;
	margin: 5px 0 0 0;
	overflow: hidden;
}
#primary #content .content.wide {
	width: 720px !important;
}
#primary #content .content p {
	clear:left;
	line-height: 140%;
}
#primary #content .copy p.intro {
	font-family: Arial, Helvetica;
	font-size: 19px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
#primary #content .quick-links, #primary #content .related, #primary #content .watch-video, #primary #content .promo-docs,
#primary #content .gallery, #primary #grid .quick-links {
	clear: right;
	float: right;
	width: 200px;
	background: #1a1a1a;
	margin-bottom: 10px;
}
#primary #content .gallery-sm {
	float: right;
	width: 200px;
	background: #1a1a1a;
	margin-top: 5px;
}
#primary #content .callout, #primary #grid .callout {
	clear: right;
	float: right;
	width: 220px;
	background: #1a1a1a;
	margin-bottom: 10px;
	position: relative;
}
#primary #content .callout.text, #primary #grid .callout.text {
	padding: 51px 0 34px;
	color: #FFF;
}
#primary #content .callout.last {
	margin-bottom: 0;
}
#primary #content .callout img, #primary #grid .callout img {
	float: left;
}
#primary #content .callout .top {
	position: absolute;
	top: 0;
	width: 220px;
	height: 51px;
	background: url('/assets/images/right-callout-top.png') no-repeat top;
}
#primary #content .callout .bottom {
	position: absolute;
	bottom: 0;
	width: 220px;
	height: 34px;
	background: url('/assets/images/right-callout-bottom.png') no-repeat bottom;
}
#primary #content .callout .text {
	background: url('/assets/images/right-callout-bg.png') repeat-y;
	padding: 15px 22px 0;
	text-align: center;
	font-size: 15px;
	line-height: 150%;
}
#primary #content .callout .text p {
	margin: 0;
}
#primary #content .callout .text cite {
	margin: 10px 0 0 0;
	display: block;
	width: 100%;
	font-style: normal;
}
#primary .breadcrumb {
	width: 100%;
	float: left;
	padding-left: 25px;
	margin: 2px 0 15px 0;
	background: url('/assets/images/breadcrumb-crown.png') no-repeat left 0px;
}
#primary .breadcrumb li {
	float: left;
	padding: 0 15px 0 0;
	margin-right: 8px;
	background: url('/assets/images/breadcrumb-arrow.png') no-repeat right 4px;
	color: #6b6b6b;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 140%;
}
#primary .breadcrumb li.last {
	padding-right: 0;
	margin-right: 0;
	background: none;
}
#primary .breadcrumb li a {
	color: #6b6b6b;
	text-decoration: none;
}
#primary .breadcrumb li a:hover {
	color: #FFF;
}
#primary #grid {
	background: #393939;
	clear: left;
	float: left;
	width: 720px;
	padding: 10px 10px 10px 10px;
}
#primary #grid .item {
	width: 174px;
	height: 202px;
	float: left;
	margin: 0 8px 8px 0;
	background: #FFF;
}
#parts #primary #grid .item,
#lane-maintenance #primary #grid .item {
	height: 217px;
}
#balls #primary #grid .item {
	background: url('/assets/images/ball-bg.png') no-repeat;
}
#primary #grid .item.last {
	margin-right: 0;
}
#primary #grid .item a.img {
	display: block;
	text-decoration: none;
	position: relative;
	float: left;
	overflow: hidden;
	width: 174px;
	height: 174px;
}
#parts #primary #grid .item a.img,
#lane-maintenance #primary #grid .item a.img {
	background: #d7d7d7;
}
#primary #grid .item a.img span {
	display: none;
}
#primary #grid .item:hover a.img span {
	display: block;
	width: 25px;
	height: 25px;
	right: 0px;
	top: 0px;
	background: #199dda;
	position: absolute;
	text-indent: -9999px;
	background: url('/assets/images/item-icons.png') no-repeat 0px -25px;
}
#primary #grid .item:hover a.img span.video {
	background: url('/assets/images/item-icons.png') no-repeat 0px 0px;
}
#primary #grid .item:hover a.img {
	border: 4px solid #199dda;
	border-bottom: 0px;
	width: 166px;
	height: 170px;
}
#primary #grid .item:hover a.img img {
	float: left;
	margin: -4px -4px 0 -4px;
}
#primary #grid .item a.title {
	float: left;
	display: block;
	width: 164px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	background: #666;
	text-decoration: none;
	padding: 8px 5px 0 5px;
	overflow: hidden;
}
#parts #primary #grid .item a.title,
#lane-maintenance #primary #grid .item a.title {
	height: 35px;
}
#balls #primary #grid .item a.title {
	color: #FFF;
}
#primary #grid .item:hover a.title {
	background: #199dda;
}
#primary .navigation {
	clear: both;
	padding: 12px 15px;
	background: #1a1a1a;
	text-align: right;
	font-size: 11px;
	margin-top: 10px;
	overflow: auto;
}
#primary .navigation .view-all {
	margin-left: 20px;
}
#primary .navigation .pagination-links {
	display: inline;
	margin: 0 0 0 20px;
}
#primary .navigation ul li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
}
#primary .navigation strong {
	color: #199dda;
}
#primary .navigation a, #primary .navigation strong,
#primary #search-results .navigation a, #primary #search-results .navigation strong {
	margin: 0 3px 0 0;
}
#primary #search-results .navigation span {
	float: left;
}
#primary #grid #filter {
	float: left;
	margin: 0px 0 10px 0;
	width: 100%;
	position: relative;
	padding: 5px 0;
}
#primary #grid #filter select {
	margin: 0 5px 0 0;
	height: 20px;
}
#balls #primary #grid span.select,
#balls #primary #content span.select,
#parts #primary #grid span.select,
#parts #primary #content span.select,
#masking-units #primary #grid span.select,
#masking-units #primary #content span.select,
#animation-environments #primary #grid span.select,
#animation-environments #primary #content span.select,
#photo-gallery #primary #grid span.select,
#find-pro-shop #primary #content span.select {
	position: absolute;
	width: 132px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 20px;
	padding: 0 20px 0 8px;
	color: #EEE;
	font: 11px/19px arial,sans-serif;
	background: url('/assets/images/dropdown.png') no-repeat left top;
	overflow: hidden;
}
#primary #grid span.select,
#primary #content span.select,
#pattern-library #primary #grid span.select,
#pattern-library #primary #content span.select {
	position: absolute;
	width: 202px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 20px;
	padding: 0 20px 0 8px;
	color: #EEE;
	font: 11px/19px arial,sans-serif;
	background: url('/assets/images/dropdown-lg.png') no-repeat left top;
	overflow: hidden;
}
#primary #grid #filter button {
	float: right;
	width: 58px;
	height: 19px;
	border: 0;
	background: url('/assets/images/main-sprite.png') no-repeat -285px 0px;
	font-size: 1px;
	margin-left: 2px;
}
#primary #grid #filter button:hover {
	background: url('/assets/images/main-sprite.png') no-repeat -285px -19px;
	cursor: pointer;
}

#primary #grid .block {
	padding: 10px;
	margin: 0px 10px 8px 0;
	position: relative;
	float: left;
	background: #1a1a1a;
}
#primary #grid .third, #primary #grid .even {
	margin-right: 0;
}

#primary .copy address {
	font-style: normal;
}
#primary .copy address span {
	line-height: 20px;
	display: block;
}
#primary .copy address strong {
	font-weight: normal;
	text-transform: uppercase;
}
#primary .no-results {
	clear: both;
	padding: 15px 10px;
	background: #1a1a1a;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 100%;
}
#part-number {
	margin: 0;
}
#part-number li {
	background: none;
	padding: 0;
}

/* Features */
.features {
	float: left;
	width: 365px;
}
.twitter {
	float: left;
	width: 335px;
	background: #1a1a1a;
	min-height: 338px;
	padding: 10px;
}
.twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.twitter ul li {
	margin: 0 0 15px 0;
	padding: 0;
	background: none;
	line-height: 1.4em;
}
.twitter ul li a {
	text-decoration: none;
}
.twitter ul li a:hover {
	text-decoration: underline;
}
.twitter .tweet-name {
	color: #5e5e5e;
	display: block;
	margin-bottom: 3px;
}
.twitter .tweet-name a {
	font-weight: bold;
	color: #FFF;
}
.twitter .tweet-date a {
	color: #5e5e5e;
}
.twitter .tweet-text a {
	color: #199dda;
}
.twitter h3 {
	text-indent: -9999px;
	height: 18px;
	margin-bottom: 20px;
}
.twitter h3 span {
	display: block;
	float: left;
	width: 84px;
	height: 18px;
	background: url(/assets/images/text.png) no-repeat 0 -126px;
}
.twitter h3 a {
	display: block;
	float: right;
	width: 220px;
	height: 18px;
	background: url(/assets/images/text.png) no-repeat 0px -144px;
}
.twitter h3 a:hover {
	background-position: -221px -144px;
}
.feature {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
	width: 310px;
	height: 160px;
	background: #1a1a1a;
	overflow: hidden;
}
.feature.large {
	width: 355px;
	height: 174px;
}
.feature.small {
	width: 174px;
	height: 174px;
	margin: 0 8px 0 0;
}
.feature.right {
	margin-right: 0;
}
.feature a {
	display: block;
	float: left;
	overflow: hidden;
}
.feature a:hover {
	border: 4px solid #199dda;
}
.feature a:hover img {
	float: left;
	margin: -4px;
}
.feature a span {
	position: absolute;
	bottom: 14px;
	right: 15px;
	display: block;
	width: 26px;
	height: 19px;
	background: url('/assets/images/main-sprite.png') no-repeat -343px 0px;
}
.feature a:hover span {
	background: url('/assets/images/main-sprite.png') no-repeat -343px -19px;
}


/* HOMEPAGE
----------------------------------------------------------------------*/
/* Slideshow */
#slideshow {
	position: relative;
	clear: both;
	width: 950px;
	height: 370px;
	margin-bottom: 10px;
	overflow: hidden;
}
#slideshow .counter {
	display: inline;
	position: absolute;
	bottom: 15px;
	right: 20px;
	z-index: 10;
	float: right;
}
#slideshow .counter ul {
	float: right;
}
#slideshow .counter ul li {
	float: left;
	margin: 0 5px;
}
#slideshow .counter ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#slideshow .counter ul li a.activeSlide {
	color: #199dda;
}
#slideshow .counter .previous, #slideshow .counter .next {
	margin-top: 4px;
	display: block;
	width: 16px;
	height: 7px;
	text-indent: -9999px;
}
#slideshow .counter .previous {
	margin-right: 5px;
	float: right;
	background: url('/assets/images/main-sprite.png') no-repeat -200px -32px;	
}
#slideshow .counter .next {
	margin-left: 5px;
	float: right;
	background: url('/assets/images/main-sprite.png') no-repeat -216px -32px;	
}
#slideshow .counter .previous:hover {
	background: url('/assets/images/main-sprite.png') no-repeat -168px -32px;	
}
#slideshow .counter .next:hover {
	background: url('/assets/images/main-sprite.png') no-repeat -184px -32px;	
}
#home .news, #home .quick-links, #home .banner, #home .callout, #tech-support .news, #media .news {
	margin-top: 10px;
	background: #1a1a1a;
}
#home .news,
#tech-support .news,
#media .news {
	float: left;
	padding: 10px;
	clear: left;
	width: 610px;
	min-height: 360px;
	font-size: 14px;
	line-height: 17px;
}
#home .news h3,
#tech-support .news h3,
#media .news h3 {
	float: left;
}
#home .news .rss,
#tech-support .news .rss,
#media .news .rss {
	margin: -1px 0 0 8px;
	float: left;
	display: block;
	width: 27px;
	height: 21px;
	background: url('/assets/images/main-sprite.png') no-repeat -258px 0px;
	text-indent: -9999px;
}
#home .news .rss:hover,
#tech-support .news .rss:hover,
#media .news .rss:hover {
	background-position: -258px -21px;
}
#home .news a.news-entry,
#tech-support .news a.news-entry,
#media .news a.news-entry {
	display: block;
	float: left;
	clear: both;
	padding: 7px 10px 8px;
	margin: 0 -10px;
	width: 100%;
	text-decoration: none;
}
#home .news a.news-entry:hover,
#tech-support .news a.news-entry:hover,
#media .news a.news-entry:hover {
	color: #FFF;
	background: #247093 url('/assets/images/news-bg-hover.png') repeat-x top;
}
#home .news a.news-entry .date,
#tech-support .news a.news-entry .date,
#media .news a.news-entry .date {
	clear: left;
	color: #199dda;
	float: left;
	width: 65px;
}
#home .news a.news-entry:hover .date,
#tech-support .news a.news-entry:hover .date,
#media a.news-entry:hover .date {
	color: #FFF;
}
#home .news a.news-entry .entry {
	float: left;
	width: 545px;
}
#home .news h4,
#tech-support .news h4,
#media .news h4 {
	font-weight: bold;
	margin: 0;
}
#home .news p,
#tech-support .news p,
#media .news p {
	margin: 0;
}
#home .quick-links {
	float: right;
	padding: 10px;
	width: 290px;
	height: 245px;
}
#home .callout {
	float: right;
	width: 310px;
	height: 190px;
}


/* SEARCH RESULTS
----------------------------------------------------------------------*/
#primary #search-results {
	background: #393939;
	clear: left;
	float: left;
	width: 720px;
	padding: 20px 10px 10px 10px;
	font-size: 14px;
}
#primary #search-results .result {
	padding: 10px;
}
#primary #search-results .result.alt {
	background: #272727;
}
#primary #search-results .result h3 {
	font-size: 14px;
	font-weight: bold;
}
#primary #search-results .result p {
	margin: 0 0 .5em 0;
}


/* MEGA MENU
----------------------------------------------------------------------*/
.mega-menu {
	position: absolute;
	z-index: 5000;
	top: 25px;
	background: #393939;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow:0px 5px 35px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 5px 35px rgba(0,0,0,.8);
	margin: 0 auto;
}
.mm-balls, .mm-products {
	margin: 0 !important;
	left: auto;
}
.mega-menu .content {
	text-indent: 0;
	float: left;
}
.mega-menu .mega-inner {
	padding: 20px 15px 0px 15px;
	float: left;
}
.mega-menu .content ul {
	width: 200px;
	float: left;
	position: relative;
	margin-left: 15px;
}
.mega-menu .content ul.col1 {
	margin-left: 0;
}
.mega-menu .content ul li a {
	text-decoration: none;
	float: left;
}
.mega-menu .content ul li {
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 15px 5px;
	float: left;
	clear: left;
	width: 195px;
}
.mega-menu .content ul li ul {
	border-top: 1px solid #EEE;
	width: 190px;
	padding: 5px 0 0 5px;
	margin: 3px 0 0px -5px;
}
.mega-menu .content ul li ul li {
	border-bottom: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 140%;
	padding: 0;
	margin: 0;
}


/* COLORBOX
----------------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;padding: 10px;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxOverlay{background:url('/assets/images/overlay.png') 0 0 repeat;}
#colorbox{}
	#cboxTopLeft{width:21px; height:21px; background:url('/assets/images/colorbox.png') -21px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url('/assets/images/colorbox.png') -42px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url('/assets/images/colorbox.png') -21px -21px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url('/assets/images/colorbox.png') -42px -21px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url('/assets/images/colorbox.png') left top repeat-y;padding: 5px 0;}
    #cboxMiddleRight{width:21px; background:url('/assets/images/colorbox.png') right top repeat-y;padding: 5px 0;}
    #cboxTopCenter{height:21px; background:url('/assets/images/border.png') 0 0 repeat-x;padding: 0 5px;}
    #cboxBottomCenter{height:21px; background:url('/assets/images/border.png') 0 -21px repeat-x;padding: 0 5px;}
    #cboxContent{background:#474747;padding: 5px;}
        #cboxLoadedContent{margin-bottom:38px;}
        #cboxTitle{position:absolute; bottom:8px; left:0px; text-align:center; width:100%; font-size: 14px; color:#FFF;}
        #cboxCurrent{position:absolute; bottom:8px; left:68px; font-size: 14px; color:#FFF;}
        #cboxSlideshow{position:absolute; bottom:8px; right:30px; font-size: 14px; color:#FFF;}
        #cboxPrevious{position:absolute; bottom:5px; left:5px; background:url('/assets/images/controls.png') 0px 0px no-repeat; width:24px; height:24px; text-indent:-9999px;
						box-shadow:0px 0px 5px #262626; -webkit-box-shadow:0px 0px 5px #262626; -moz-box-shadow: 0px 0px 5px #262626;}
        #cboxPrevious.hover{background-position:0px -24px;}
        #cboxNext{position:absolute; bottom:5px; left:34px; background:url('/assets/images/controls.png') -24px 0px no-repeat; width:24px; height:24px; text-indent:-9999px;
					box-shadow:0px 0px 5px #262626; -webkit-box-shadow:0px 0px 5px #262626; -moz-box-shadow: 0px 0px 5px #262626;}
        #cboxNext.hover{background-position:-24px -24px;}
        #cboxLoadingGraphic{background:url('/assets/images/loading.gif') center center no-repeat;}
        #cboxClose{position:absolute; bottom:5px; right:5px; background:url('/assets/images/controls.png') -48px 0px no-repeat; width:24px; height:24px; text-indent:-9999px;
					box-shadow:0px 0px 5px #262626; -webkit-box-shadow:0px 0px 5px #262626; -moz-box-shadow: 0px 0px 5px #262626;}
        #cboxClose.hover{background-position:-48px -24px;}
	.hidden {display: none;}


/* TEXT REPLACEMENT
----------------------------------------------------------------------*/
.news h3 {
	width: 175px;
	height: 18px;
	background: url('/assets/images/text.png') no-repeat 0px -36px;
	text-indent: -9999px;
}
.quick-links h3 {
	width: 123px;
	height: 21px;
	background: url('/assets/images/text.png') no-repeat -200px -36px;
	text-indent: -9999px;
}
.docs h3 {
	width: 148px;
	height: 18px;
	background: url('/assets/images/text.png') no-repeat -158px -18px;
	text-indent: -9999px;
}
.parts h3 {
	width: 200px;
	height: 16px;
	background: url('/assets/images/text.png') no-repeat -215px -91px;
	text-indent: -9999px;
}
.products h3 {
	width: 200px;
	height: 17px;
	background: url('/assets/images/text.png') no-repeat 0px -54px;
	text-indent: -9999px;
}
.watch-video h3 {
	width: 138px;
	height: 18px;
	background: url('/assets/images/text.png') no-repeat -330px 0px;
	text-indent: -9999px;
}
.gallery h3 {
	width: 89px;
	height: 18px;
	background: url('/assets/images/text.png') no-repeat 0px 0px;
	text-indent: -9999px;
}
.gallery-sm h3 {
	width: 65px;
	height: 13px;
	background: url('/assets/images/text-links.png') no-repeat 0px -247px;
	text-indent: -9999px;
}
.promo-docs h3 {
	width: 135px;
	height: 18px;
	background: url('/assets/images/text.png') no-repeat 0 -71px;
	text-indent: -9999px;
}
#pro-headlines h3 {
	width: 157px;
	height: 18px;
	background: url('/assets/images/text.png') no-repeat -306px -18px;
	text-indent: -9999px;
	float: left;
	margin: 4px 15px 0 10px;
}
.photo-gallery span {
	background: url('/assets/images/text-links.png') no-repeat 0px -110px;
}
#buy-this-ball span {
	background: url('/assets/images/text-links.png') no-repeat 0px 0px;
}
#buy-this-now span {
	background: url('/assets/images/text-links.png') no-repeat 0px -291px;
}
#buy-this-now {
	margin-bottom: 10px;
}
#buy-this-bag span {
	background: url('/assets/images/text-links.png') no-repeat 0px -159px;
}
#buy-this-accessory span {
	background: url('/assets/images/text-links.png') no-repeat 0px -181px;
}
#buy-this-shoe span {
	background: url('/assets/images/text-links.png') no-repeat 0px -203px;
}
#photo-gallery-sm span {
	background: url('/assets/images/text-links.png') no-repeat 0px -225px;
}
#watch-video-sm span {
	background: url('/assets/images/text-links.png') no-repeat 0px -22px;
}
#pro-tips span {
	background: url('/assets/images/text-links.png') no-repeat 0px -44px;	
}
#download-info-sheet span {
	background: url('/assets/images/text-links.png') no-repeat 0px -66px;
}
#more-information {
	margin-bottom: 0;
}
#more-information span {
	background: url('/assets/images/text-links.png') no-repeat 0px -269px;
}
#might-also-like {
	margin-bottom: 0;
}
#might-also-like span {
	background: url('/assets/images/text-links.png') no-repeat 0px -88px;
}
#get-started span {
	width: 98px;
	background: url('/assets/images/text-links.png') no-repeat 0px -336px;
}

#visit-gemini span {
	width: 159px;
	background: url('/assets/images/button-links.png') no-repeat 0px 0px;
}
#browse-apparel span {
	width: 223px;
	background: url('/assets/images/button-links.png') no-repeat 0px -22px;
}
#browse-apparel-ibowlingshirts span {
	width: 228px;
	background: url('/assets/images/button-links.png') no-repeat 0px -360px;
}
#browse-apparel-brunswick-pro span {
	width: 368px;
	background: url('/assets/images/button-links.png') no-repeat 0px -384px;
}
#authority-a22 span {
	width: 157px;
	background: url('/assets/images/button-links.png') no-repeat 0px -44px;
}
#phoenix-lite span {
	width: 138px;
	background: url('/assets/images/button-links.png') no-repeat 0px -66px;
}
#download-csv {
	float: right;
	margin-top: -12px;
}
#download-csv span {
	width: 137px;
	background: url('/assets/images/button-links.png') no-repeat 0px -408px;
}


/* PRO SHOP RESOURCES/INSTALLATION INSTRUCTIONS
----------------------------------------------------------------------*/

#resources select,
#support select {
	margin-bottom: 17px;
	display: block;
}
#resources #primary #grid .block,
#support #primary #grid .block,
#pattern-library #primary #grid .block {
	width: 335px;
	height: auto;
	padding: 13px 10px 9px;
	position: relative;
}
#support #primary #grid .block,
#pattern-library #primary #grid .block {
	padding: 10px 10px 9px;
}
#resources .block h2,
#resources .block p,
#support #primary #grid .block h2,
#support #primary #grid .block p {
	width: 248px;
	float: right;
}
#resources .block h2,
#support #primary #grid .block h2 {
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: normal;
}
#support #primary #grid .block h2,
#pattern-library #primary #grid .block h2 {
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
}
#resources .block p,
#support #primary #grid .block p,
#pattern-library #primary #grid .block p {
	margin-bottom: 0;
}
#resources .block a.download,
#support #primary #grid .block a.download{
	width: 72px;
	height: 20px;
	position: absolute;
	top: 19px;
	clear: right;
	text-indent: -9999px;
	background: url(/assets/images/btn-download.png) no-repeat;
	display: block;
}
#support #primary #grid .block a.download {
	top: 17px;
}
#resources .block a.download:hover,
#support #primary #grid .block a.download:hover,
#pattern-library #primary #grid .block a.download:hover {
	background-position: 0 -20px;
}


/* NEWS
----------------------------------------------------------------------*/
#news #primary #content,
#support #primary #content,
#tech-support #primary #content,
#training #primary #content,
#contact #primary #content,
#sitemap #primary #content,
#blog #primary #content,
#facebook #primary #content,
#events #primary #content,
#rollers #primary #content,
#primary #content.noheader,
#media #primary #content {
	background: #393939;
}
#news-list {
	float: left;
	font-size: 14px;
	list-style: none;
	margin: 0;
}
#news-list li {
	padding: 10px;
	float: left;
	position: relative;
	background: #2d2d2d;
	margin: 0 0 10px 0;
}
#news-list li.last {
	margin-bottom: 0;
}
#news-list li:hover {
	background: url('/assets/images/news-bg-hover.png') #69b8db repeat-x left bottom;
}
#news-list li a {
	text-decoration: none;
}
#news-list li:hover .date {
	color: #fff;
}
#news-list .date {
	float: left;
	margin: 0 10px 0 0;
	color: #319acb;
	display: block;
}
#news-list .post {
	width: 634px;
	float: left;
}
#news-list h4 {
	font-size: 14px;
	margin-bottom: 4px;
	text-transform: capitalize;
}
#news-list h4 a {
	text-decoration: none;
}
#news-list a:hover {
	color: #FFF;
}
#news-list p {
	margin-bottom: 0;
	line-height: 18px;
}

#news-paginate,
#item-paginate {
	width: 100%;
	padding: 14px 0;
	float: left;
	text-align: right;
	background: #1a1a1a;
}

#news-paginate li,
#item-paginate li {
	margin-right: 3px;
	position: relative;
	left: -7px;
	display: inline;
}

#news h2 {
	margin-bottom: 19px;
	font-size: 22px;
	line-height: 28px;
	text-transform: capitalize;
}
#news #content .date {
	color: #319acb;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}
#news .vcard {
	line-height: 20px;
}
#news .vcard dt {
	width: 80px;
	float: left;
}
#news .vcard dd {
	width: 400px;
	float: left;
}

/* EVENTS
----------------------------------------------------------------------*/
#training #content .content, #events #content .content {
	width: 100%;
}
#employee-list {
	clear: both;
}
#training-list, #event-list, #employee-list {
	margin: 18px 0 0 0;
}
#training-list li, #event-list li, #employee-list li {
	padding: 10px;
	margin: 0 0 10px 0;
	position: relative;
	background: #272727;
	overflow: hidden;
}
#employee-list li {
	line-height: 20px;
}
#training-list li a, #event-list li a {
	display: block;
	text-decoration: none;
}
#training-list li a:hover, #event-list li a:hover {
	color: #FFF;
}
#training-list li.last, #event-list li.last, #employee-list li.last {
	margin-bottom: 0;
}
#training-list li:hover, #event-list li:hover, #employee-list li:hover {
	background: url('/assets/images/news-bg-hover.png') #69b8db repeat-x left bottom;
}
#training-list .info, #event-list .info, #employee-list .info {
	width: 270px;
	float: right;
	margin: 2px 0 0;
}
#training-list .info span, #event-list .info span {
	line-height: 18px;
	text-align: right;
	display: block;
}
#employee-list .info li {
	text-align: right;
	display: block;
	padding: 0;
	margin: 0;
	background: none;
}
#employee-list li a {
	text-decoration: none;
}
#employee-list li a:hover {
	text-decoration: underline;
	color: #FFF;
}
#content #training-list h4, #content #event-list h4, #employee-list h4 {
	margin-bottom: 4px;
	font-size: 14px;
}
#content #employee-list h4 {
	margin-bottom: 0;
}
#training-list p, #event-list p, #primary #employee-list p {
	margin: 0;
	line-height: 18px;
}
#employee-list p + p {
	margin: 0;
}
#training #item-paginate, #events #item-paginate, #employee-list #item-paginate {
	margin-top: 0;
}
#training .event-info, #events .event-info {
	padding: 10px;
	float: left;
	line-height: 20px;
	background: #1a1a1a;
	margin-bottom: 1em;
}
#training #event-info,
#training #contact-info,
#events #event-info,
#events #contact-info {
	float: left;
}
#training #event-info, #events #event-info {
	width: 320px;
}
#training #contact-info, #events #contact-info {
	width: 378px;
}
#training #event-info dt,
#training #contact-info dt,
#events #event-info dt,
#events #contact-info dt {
	width: 73px;
	float: left;
}
#training #event-info dd,
#training #contact-info dd,
#events #event-info dd,
#events #contact-info dd {
	width: 237px;
	float: left;
}
#training #contact-info dd, #events #contact-info dd {
	width: 295px;
}
#training #event-resources, #events #event-resources {
	margin-top: 0;
	width: 698px;
	padding: 10px;
	float: left;
	background: #1a1a1a;
}
#training #event-resources li, #events #event-resources li {
	width: 100%;
	padding: 0;
	float: left;
	background: none;
}
#training #event-resources li + li, #events #event-resources li + li {
	margin-top: 13px;
}
#training #event-resources h4, #events #event-resources h4 {
	width: 300px;
	margin-left: 15px;
	margin-bottom: 0;
	float: left;
	clear: none;
	font-size: 18px;
	font-weight: normal;
}
#training #event-resources #info-button,
#training #event-resources #map-button,
#events #event-resources #info-button,
#events #event-resources #map-button {
	width: 84px;
	height: 20px;
	float: left;
	clear: left;
	text-indent: -9999px;
	display: block;
	background: url('/assets/images/btn-event-resources.png') no-repeat;
}
#training #event-resources #info-button:hover, #events #event-resources #info-button:hover {
	background-position: 0 -20px;
}
#training #event-resources #map-button, #events #event-resources #map-button {
	background-position: -84px 0;
}
#training #event-resources #map-button:hover, #events #event-resources #map-button:hover {
	background-position: -84px -20px;
}
#register-now {
	margin-top: 1.2em;
}
#register-now span {
	background: url('/assets/images/button-links.png') no-repeat 0 -313px;
	width: 105px;
}


/* HIGH ROLLERS
----------------------------------------------------------------------*/

#rollers #content .content {
	width: 100%;
}

#rollers abbr.error {
	display: none!important;
}

#score-list,
#score-list ol {
	list-style: none;
	margin: 40px 0 0;
}
#score-list ol {
	margin-top: 0;
}
#score-list li {
	border-bottom: 1px solid #545454;
	margin: 0 0 16px;
	min-height: 244px;
	padding: 42px 0 0 260px;
	position: relative;
}
#score-list ol li {
	border: none;
	line-height: 1.5em;
	margin: 0;
	min-height: 0;
	padding: 0;
}
#score-list h2 {
	font-size: 40px;
	margin-bottom: 22px;
}
#score-list h3 {
	color: #319acb;
	left: 0;
	position: absolute;
	top: 0;
}
#score-list .label {
	display: inline-block;
	font-weight: bold;
	margin-right: 4px;
	width: 65px;
}
#score-list p {
	width: 400px;
}
#score-list img {
	left: 0;
	position: absolute;
	top: 30px;
}

#rollers .ngen-file-loader {
	display: none!important;
}
#rollers .ngen-file-input {
	display: inline!important;
}

#roller-name,
#roller-score {
	margin: 0 0 4px;
}
#roller-month,
#roller-day,
#roller-year {
	margin: 0;
}
#roller-city,
#roller-state,
#roller-country {
	margin: 0 0 5px;
}
#roller-country {
	width: 150px;
}


/* COMPANY PAGES
----------------------------------------------------------------------*/
#about #primary #content, #privacy-policy #primary #content {
	background: #393939;
	clear: left;
	float: left;
	width: 720px;
	padding: 10px;
}
.about-contact {
	float: right;
	width: 200px;
	background: #1a1a1a;
	padding: 10px;
	margin: 53px 0 10px 0;
	font-size: 13px;
	line-height: 130%;
}
.about-contact h3 {
	width: 125px;
	height: 39px;
	background: url('/assets/images/text.png') no-repeat -330px -37px;
	text-indent: -9999px;
}
.about-contact .vcard .adr {
	margin: 15px 0;
}
.about-contact .vcard .tel .type {
	display: block;
	float: left;
	width: 75px;
}
.about-contact p {
	margin: 15px 0 0 0;
}
#privacy-policy #primary #content .content {
	width: 100%;
}
#privacy-policy #primary #content .copy {
	font-size: 11px;
	line-height: 150%;
}


/* CONTACT
----------------------------------------------------------------------*/

#content h3#contact-title {
	margin-top: 26px;
	margin-bottom: 4px;
	font-size: 18px;
}

#contact h3 + p, #contact p + p {
	font-size: 13px;
}
#contact dl {
	margin-bottom: 15px;
	font-size: 13px;
	float: left;
	line-height: 140%;
}
#contact dt {
	float: left;
	clear: left;
	width: 65px;
}
#contact dd {
	float: left;
}
#contact dl + * {
	clear: left;
	font-size: 13px;
	display: block;
}

#contact ul.links {
	font-size: 13px;
}
#contact .links li {
	padding: 0;
	margin: 0;
	background: none;
}


/* SITE MAP
----------------------------------------------------------------------*/

#sitemap #content #sections {
	width: 682px;
	padding: 18px 19px;
	margin-left: 0;
	margin-bottom: 21px;
	float: left;
	background: #1a1a1a;
}
#sitemap #content #sections li {
	padding: 0;
	margin: 0;
	float: left;
	font-size: 13px;
	line-height: 1em;
}
#sitemap #content #sections li + li {
	padding-left: 8px;
	margin-left: 7px;
	border-left: 1px solid #fff;
}
#sitemap #content .content {
	clear: left;
}
h2.map-title {
	font-family: Arial, Helvetica;
	padding: 0px 0 35px 23px;
	background: url('/assets/images/crown.png') no-repeat left 2px;
	margin: 0;
	font-size: 18px;
}
#sitemap h1 {
	margin-bottom: 10px;
}
#sitemap #content .content {
	width: 100%;
}
#sitemap #content ul {
	margin: -35px 0 35px 0px;
	line-height: 140%;
}
#sitemap #content li {
	margin-left: 14px;
	font-size: 13px;
	background: none;
}
#sitemap #content li a {
	text-decoration: none;
}
#sitemap .column {
	width: 50%;
	float:  left;
}


/* PHOTO GALLERY
----------------------------------------------------------------------*/
#primary #grid .gallery-item {
	width: 174px;
	height: 144px;
	float: left;
	margin: 0 8px 8px 0;
	background: #FFF;
}
#primary #grid .gallery-item.first {
	clear: left;
}
#primary #grid .gallery-item.fourth {
	margin-right: 0;
}
#primary #grid .gallery-item a.img {
	display: block;
	text-decoration: none;
	position: relative;
	float: left;
	overflow: hidden;
	width: 174px;
	height: 116px;
}
#primary #grid .gallery-item a.img img {
	position: absolute;
	float: left;
	top: 0;
	left: 0;
}
#primary #grid .gallery-item a.img span {
	display: none;
}
#primary #grid .gallery-item:hover a.img span {
	display: block;
	width: 25px;
	height: 25px;
	right: 0px;
	top: 0px;
	background: #199dda;
	position: absolute;
	text-indent: -9999px;
	background: url('/assets/images/item-icons.png') no-repeat 0px -25px;
}
#primary #grid .gallery-item:hover a.img span.video {
	background: url('/assets/images/item-icons.png') no-repeat 0px 0px;
}
#primary #grid .gallery-item:hover a.img {
	border: 4px solid #199dda;
	border-bottom: 0px;
	width: 166px;
	height: 112px;
}
#primary #grid .gallery-item:hover a.img img {
	margin: -4px -4px 0 -4px;
}
#primary #grid .gallery-item a.title {
	float: left;
	display: block;
	width: 164px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	background: #666;
	text-decoration: none;
	padding: 8px 5px 0 5px;
	overflow: hidden;
}
#primary #grid .gallery-item:hover a.title {
	background: #199dda;
}


/* TRANSLATE PAGE
----------------------------------------------------------------------*/
#translate #content {
	background: #393939;
}
#translate #content .content {
	width: 100%;
}
#translate h1,
.gBranding {
	float: left;
}
.gBranding {
	position: relative;
	top: 13px;
	left:  5px;
	color: #fff!important;
}
#language-list {
	margin: 0;
	list-style: none;
}
#language-list li {
	width: 355px;
	float: left;
	margin: 0 10px 10px 0;
}
#language-list li.even {
	margin-right: 0;
}
#language-list li a {
	display: block;
	text-decoration: none;
	background: #1a1a1a;
	font-size: 16px;
	padding: 12px 8px;
}
#language-list li a:hover {
	color: #FFF;
	background: #13739f url('/assets/images/bg-button.png') repeat-x top;
}
#translating {
	width: 300px;
	height: 50px;
	text-align: center;
}



/* FIND A PRO SHOP
----------------------------------------------------------------------*/
#find-pro-shop #content {
	background: #393939;
}
#find-pro-shop #content .content {
	width: 100%;
}
#pro-shop-list {
	margin: 18px 0 0 0;
	line-height: 130%;
}
#pro-shop-list li {
	padding: 10px;
	margin: 0 0 10px 0;
	position: relative;
	background: #272727;
	overflow: auto;
}
#pro-shop-list li div {
	width: 50%;
	float: left;
}
#pro-shop-list li div + div {
	text-align: right;
}
#pro-shop-list li .distance {
	font-weight: bold;
}
#pro-shop-list li.last {
	margin-bottom: 0;
}
#search-pro-shops {
	border: none;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	background: #1a1a1a;
	padding: 10px;
	height: 33px;
}
#search-pro-shops span {
	display: block;
	width: 151px;
	background: url('/assets/images/button-links.png') no-repeat 0px -337px;
}
#search-pro-shops:hover {
	background: #13739f url('/assets/images/bg-button-small.png') repeat-x top;
}
#find-pro-shop label {
	margin: 0 0 3px;
	line-height: 170%;
}
#find-pro-shop label.radius {
	margin: -3px 10px 3px 0;
	float: left;
}
#find-pro-shop input {
	padding: 2px;
	margin: 0 0 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 13px normal 'Helvetica', 'Arial', sans-serif;
	display: block;
	border: 2px solid #FFF;
}
#find-pro-shop #primary .no-results {
	margin-top: 0;
}

/* 404 PAGE
----------------------------------------------------------------------*/
#error #wrapper,
#error-msg #wrapper,
#ie6 #wrapper {
	background: none;
}
#error #primary,
#error-msg #primary,
#ie6 #primary {
	width: 878px;
	padding: 0 36px;
	margin-top: 34px;
	font-size: 14px;
	background: url('/assets/images/bg-404.png') no-repeat;
}
#error-msg #primary {
	background: #393939;
}
#error #primary .wrapper {
	height: 380px;
	background: url(/assets/images/bg-sad-ball.png) no-repeat 8px 31px;
}
#error #primary .content {
	width: 500px;
	margin-top: 36px;
	float: right;
}
#error-msg #primary .content {
	margin-top: 36px;
	width: 100%;
}
#error h1 {
	margin-bottom: 0;
	font-size: 60px;
}
#ie6 #primary {
	padding-top: 22px;
	padding-bottom: 22px;
}
#upgrade-intro {
	width: 362px;
	height: 337px;
	padding-left: 18px;
	padding-right: 66px;
	float: left;
	border-right: 1px solid #fff;
}
#upgrade-intro h1 {
	width: 356px;
	height: 166px;
	margin-bottom: 27px;
	text-indent: -9999px;
	background: url(/assets/images/txt-upgrade.png) no-repeat;
}
#upgrade-intro p {
	line-height: 17px;
	text-align: center;
}
#error .content li {
	padding: 0 0 0 18px;
	font-size: 15px;
	text-transform: uppercase;
	background: url(/assets/images/bg-crown.png) no-repeat left 5px;
}
#ie6 ol {
	width: 333px;
	height: 235px;
	padding: 92px 0 0 84px;
	margin: 0;
	float: left;
	border-left: 1px solid #9c9e9f;
}
#ie6 ol li {
	margin: 0;
	padding: 0;
	float: left;
}
#firefox,
#ie {
	height: 153px;
	text-indent: -9999px;
	background: url(/assets/images/bg-browsers.png) no-repeat;
	display: block;
}
#firefox {
	width: 133px;
	margin-right: 50px;
	background-position: 0 bottom;
}
#ie {
	width: 124px;
	background-position: -176px bottom;
}
#ie6 #continue {
	width: 290px;
	margin-top: 0px;
	margin-right: -11px;
	float: right;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
#browser-warning {
	width: 100%;
	height: 27px;
	padding-top: 14px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #199dda;
}
#browser-warning h2 {
	padding-left: 37px;
	font-size: 14px;
	background: url(/assets/images/bg-warning-crown.png) no-repeat 0 -1px;
	display: inline;
}
#browser-warning span {
	padding-right: 37px;
	background: url(/assets/images/bg-warning-crown.png) no-repeat right -1px;
}
#browser-warning a:hover {
	color: #393939;
}



/* BLOG
----------------------------------------------------------------------*/

#blog #primary #content .content {
	width: 100%;
}
#blog.post #primary #content .content {
	width: 485px;
}
#blog #primary #content .content p {
	clear: none;
}
#blog-list,
#blog-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#blog-list li {
	border-bottom: 1px solid #555;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
#blog-list li.last {
	border-bottom: none;
	margin-bottom: 15px;
}
#blog h2 {
	margin-bottom: 19px;
	font-size: 22px;
	line-height: 28px;
	text-transform: capitalize;
}
#blog h2 a {
	text-decoration: none;
}
#blog h2 a:hover {
	text-decoration: underline;
}
#blog .date {
	color: #319acb;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
#blog .author {
	margin-top: -14px;
}
#blog .avatar-link {
	display: block;
	width: 32px;
}
#blog .author cite {
	font-size: 12px;
	left: 42px;
	position: relative;
	top: -24px;
}

#blog .author + p {
	margin-top: -3px;
}

img.avatar {
	display: block;
	height: 32px;
	width: 32px;
}

a.read-more {
	background: url(/assets/images/btn-read-more.png) no-repeat;
	display: block;
	height: 28px;
	text-indent: -9999px;
	width: 108px;
}
a.read-more:hover {
	background-position: 0 -28px;
}

#about-author {
	margin-bottom: 29px;
	overflow: hidden;
}
#about-author img {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
#about-author img + p {
	margin-top: 0;
}
#blog h2.posts-by {
	border-bottom: 1px solid #555;
	font-size: 28px;
	margin-bottom: 30px;
}

/* EMPLOYEES
----------------------------------------------------------------------*/

#employees #primary .content {
	width: 100%;
	font-size: 14px;
	line-height: 140%;
}
.hiddenFields {
	display: none;
}
#log-in {
	width: 255px;
	padding-right: 35px;
	margin: 0 28px 0 0;
	float: left;
	border-right: 1px solid #fff;
}
#log-in.activated {
	border-right: 0;
}
#create-account, #forgot-password {
	width: 400px;
	float: left;
}
#log-in form {
	margin-top: 0px;
}
#create-account form, #forgot-password form {
	margin: 26px 0 20px;
}
#log-in label, #create-account label, #forgot-password label {
	margin: 0 0 3px;
	display: block;
}
#log-in input, #create-account input, #forgot-password input {
	padding: 2px;
	margin: 0 0 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 13px normal 'Helvetica', 'Arial', sans-serif;
	display: block;
	border: 2px solid #FFF;
}
#log-in input:focus, #create-account input:focus, #forgot-password input:focus {
	border: 2px solid #2598cd;
}
#log-in input {
	width: 248px;
}
#create-account input, #forgot-password input {
	width: 374px;
}
#log-in a {
	width: 130px;
	margin: -1px 0 14px;
	font-size: 12px;
	display: block;
}
#log-in button, #create-account button, #forgot-password button {
	border: none;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	background: #1a1a1a;
	padding: 10px;
	height: 33px;
}
#log-in button span {
	display: block;
	width: 46px;
	background: url('/assets/images/button-links.png') no-repeat 0px -88px;
}
#create-account button, #forgot-password button {
	margin: 22px 0 0;
}
#log-in button:hover, #create-account button:hover, #forgot-password button:hover {
	background: #13739f url('/assets/images/bg-button-small.png') repeat-x top;
}
#create-account button span {
	display: block;
	width: 129px;
	background: url('/assets/images/button-links.png') no-repeat 0px -110px;
}
#forgot-password button span {
	display: block;
	width: 132px;
	background: url('/assets/images/button-links.png') no-repeat 0px -132px;
}
.error {
	color: #b72126;
}
