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

BRUNSWICK BOWLING - Consumer 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.

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


/* HEADER
----------------------------------------------------------------------*/
#header #nav > li.div {
	padding: 0 32px 0 33px;
}
#header #nav > li > a {
	background: url('/assets/images/consumer-nav.png') no-repeat 0px 0px;
}
#header #nav li.balls > a {
	background-position: 0px 0px;
	width: 43px;
}
#header #nav li.bags > a {
	background-position: -43px 0px;
	width: 37px;
}
#header #nav li.accessories > a {
	background-position: -80px 0px;
	width: 95px;
}
#header #nav li.shoes > a {
	background-position: -175px 0px;
	width: 46px;
}
#header #nav li.apparel > a {
	background-position: -221px 0px;
	width: 62px;
}
#header #nav li.the-pros > a {
	background-position: -283px 0px;
	width: 67px;
}
#header #nav li.pro-shop-resources > a {
	background-position: -350px 0px;
	width: 154px;
}
#header #nav li.balls > a:hover {
	background-position: 0px -13px;
}
#header #nav li.bags > a:hover {
	background-position: -43px -13px;
}
#header #nav li.accessories > a:hover {
	background-position: -80px -13px;
}
#header #nav li.shoes > a:hover {
	background-position: -175px -13px;
}
#header #nav li.apparel > a:hover {
	background-position: -221px -13px;
}
#header #nav li.the-pros > a:hover {
	background-position: -283px -13px;
}
#header #nav li.pro-shop-resources > a:hover {
	background-position: -350px -13px;
}
#find-pro-shop-btn {
	display: block;
	height: 20px;
	width: 97px;
	float: right;
	background: url('/assets/images/main-sprite.png') no-repeat -482px 0px;
	text-indent: -9999px;
	margin: 0 10px 0 10px;
}
#find-pro-shop-btn:hover {
	background: url('/assets/images/main-sprite.png') no-repeat -482px -20px;
}


/* HOMEPAGE
----------------------------------------------------------------------*/
#home .banner {
	padding-top: 0px;
	float: left;
	width: 630px;
	height: 75px;
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 20px;
	color: #FFF;
}
#home .banner h3 {
	margin: 28px 25px 0 10px;
	width: 115px;
	height: 18px;
	background: url('/assets/images/text.png') no-repeat -215px -57px;
	text-indent: -9999px;
	float: left;
}
#home .banner a {
	margin: 4px 11px 0 0;
	padding: 4px;
	float: left;
}
#home .banner a img {
	float: left;
}
#home .banner a:hover {
	background: #393939;
}


/* BALL DETAIL
----------------------------------------------------------------------*/
#primary #content #core {
	margin: 5px 0 0 0;
}
#ball-specs {
	width: 470px;
	padding: 10px 10px 5px 10px;
	margin-bottom: 29px;
	float: left;
	font-size: 12px;
	background: #1a1a1a;
}
#ball-specs dt {
	width: 150px;
	margin-bottom: 5px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}
#ball-specs dd {
	width: 315px;
	margin-bottom: 5px;
	float: left;
	font-size: 12px;
}
#ball-specs dd.stats {
	position: relative;
	top: 2px;
	font-size: 10px;
}
dd.stats div {
	width: 90px;
	height: 9px;
	position: absolute;
	top: 1px;
	left: 86px;
	padding: 1px;
	border: 1px solid #fff;
}
dd.stats div > div {
	height: 7px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-right: 5px;
	border: 0;
	text-indent: -9999px;
	background: #fff;
	max-width: 88px;
}
dd.stats .high {
	position: absolute;
	left: 230px;
}
dd.stats .actual {
	position: absolute;
	left:  180px;
	color: #808080;
	width: 41px;
	height: 11px;
	line-height: 10px;
	top: 1px;
	text-align: center;
	border: 1px solid #424242;
	border-left: 0;
}
#ball-specs + h1 {
	clear: left;
}

#ball-detail #content .related {
	width: 220px;
	padding: 0;
	background: none;
}
#information-docs {
	float: right;
	width: 200px;
	background: #1a1a1a;
	margin: 0;
	padding: 0 10px;
}
#information-docs ul {
	margin: 10px 0;
}
#related-list {
	float: right;
	width: 220px;
	margin: 0;
	background: #1a1a1a;
}
#related-list li {
	width: 100%;
	height: 70px;
	padding: 0;
	background: none;
	margin: 0 0 5px 0;
	float: left;
}
#related-list a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}
#related-list a:hover {
	color: #fff;
	background: url('/assets/images/bg-related-products.png') repeat-x;
}
#related-list img {
	float: left;
	margin: 5px 0 0 10px;
}
#related-list div {
	float: left;
	width: 130px;
	height: 60px;
	margin: 5px 5px 0 10px;
	padding: 0;
}
#related-list div span {
	display: block;
	float: left;
	width: 130px;
	height: 60px;
	margin: 0;
	display: table;
}
#related-list div span p {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
.pro-tip {
	float: right;
	width: 220px;
	background: #1a1a1a;
}
.pro-tip p {
	line-height: 140%;
	margin: 5px 10px 10px 10px;
}
#lane-photo {
	clear: right;
	float: right;
	width: 220px;
	background: #1a1a1a;
	margin-top: 5px;
}
#lane-photo img {
	float: left;
	margin: 10px 0 20px 0;
}
#lane-photo h3 {
	margin: 10px;
	height: 13px;
	text-indent: -9999px;
	background: url('/assets/images/text-links.png') no-repeat 0px -137px;	
}
#bags #primary #content .callout, #accessories #primary #content .callout, #shoes #primary #content .callout {
	margin-top: 5px;
}


/* PROS
----------------------------------------------------------------------*/
#pro-headlines {
	width: 100%;
	background: #1a1a1a;
	padding: 10px 0;
	font-size: 18px;
	overflow: hidden;
	margin-bottom: 10px;
}
#pro-headlines ul li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}
#pro-headlines ul li a {
	text-decoration: none;
}
#pro-headlines ul li a span {
	color: #199dda;
}
#pros #primary #content .copy p.intro {
	margin-bottom: 1.2em;
}
#pros #content .copy h3.title {
	font-family: Arial, Helvetica;
	padding: 2px 0 0 23px;
	background: url('/assets/images/crown.png') no-repeat left top;
	margin: 0;
	font-size: 14px;
}
#pros #content .copy h3.title.large {
	font-family: Arial, Helvetica;
	padding: 2px 0 0 23px;
	background: url('/assets/images/crown.png') no-repeat 0px 5px;
	margin: 0 0 5px 0;
	font-size: 22px;
}
#pros #content .copy ul.info {
	margin: .5em 0 1.5em 23px;
}
#pros #content .copy .other p, #pros #content .copy .other ul, #pros #content .copy ul.website {
	margin: .5em 0 1.5em 24px;
}
#pros #content .copy ul.website li {
	background: none;
	padding-left: 0;
}
#pros dl.pros {
	margin: 0 0 30px 24px;
	line-height: 140%;
}
#pros dl.pros dt {
	float: left;
	width: 40%;
}
#pro-headlines {
	position: relative;
}
.tickercontainer { /* the outer div with the black border */
	position: absolute;
	left: 180px;
	width: 530px; 
	height: 27px; 
	margin: 0; 
	padding: 0
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	width: 530px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 550px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #fff;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0 50px 0 0;
} 
ul.newsticker span {
	margin: 0 10px 0 0;
}


/* PRO SHOP
----------------------------------------------------------------------*/
#pro-shop #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;
}
#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;
}

#resource-list li {
	padding: 0;
	margin: 0 10px 10px 0;
	float: left;
	background: none;
}
#resource-list .even {
	margin-right: 0;
}
#resource-list a {
	width: 202px;
	height: 30px;
	padding: 9px 0 0 35px;
	font-family: Arial, Helvetica;
	font-size: 16px;
	text-decoration: none;
	background: url('/assets/images/btn-resources.png') no-repeat;
	display: block;
}
#resource-list a:hover {
	color: #fff;
	background-position: -239px 0;
}