body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1e1916;
}

a {
	outline: 0;
}

a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

p {
    margin: 10px 0px;
}

div.clearing { /* DIV for Mozilla browser float hack */
	clear: both;
	height: 1px;
	overflow: hidden; /* Style used because MSIE refuses to automatically make div tags less than 1em high when in Standards Compatible mode. - KM */
}

div#main { /* Contains all the content to give the basic width and alignment within the browser window. - KM */
	width: 973px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

/* Begin header styles */
div#header {
	position: relative;
	border-left: solid 1px #2e5361;
	border-right: solid 1px #2e5361;
	padding: 0;
	width: 971px;
	height: 55px;
	overflow: hidden;
}

div#header h1 {
	float: left;
	display: inline; /* Offsets the IE double-float bug - KM */
	margin: 0px;
}

div#logoTag {
	float: right;
	display: inline;
	margin: 4px 15px 0 0;
}
/* End header styles */

/* Begin navigation styles */
div#nav {
	position: relative;
	background-color: #3e3e3e;
	text-align: left;
	border-left: solid 1px #2e5361;
	border-right: solid 1px #2e5361;
	width: 971px;
	height: 20px;
	clear: both;
	z-index: 100;
}

div#flashNav {
	position: absolute;
	border-left: solid 1px #2e5361;
	border-right: solid 1px #2e5361;
	width: 971px;
	height: 20px;
	overflow: hidden;
	text-align: left;
	top: 0;
	left: -1px;
	z-index: 1000;
}

div#flashNav object, div#flashNav embed { /* Moves the Flash navigation left 1 pixel to obscure the dark border; object for IE, embed for non IE. - KM */
	position: relative;
	left: -1px;
	width: 972px;
	overflow: hidden;
}
/* End navigation styles */

/* Begin primary content styles */
div#priContent {
	background-color: transparent;
	position: relative;
	border-left: solid 1px #2e5361;
	border-right: solid 1px #2e5361;
	width: 971px;
}

div.priContent_bg1 {
	background-color: #e0e3e4 !important;
	/*color: #1e1916;*/
        color: #000000;  /* CKS added to change color of text of links on the news page */ 
}

div.priContent_bg1 a:link,
div.priContent_bg1 a:active, 
div.priContent_bg1 a:visited {
	/*color: #34687c;*/
        color: #000000;  /* CKS added to change color of text of links on the news page */ 
}

div#minHeight {
	float: left;
        height: 746px;
	width: 1px;
}

div#bodyContent,
div#bodyContent2 {
	display: inline; /* Offsets the IE double-float bug - KM */
	float: left;
	margin: 20px 0 20px 19px;
}

div#bodyContent2 {
	margin: 20px 0px;
}

div#bodyContent h2 {
    color: #000000;
    font-size: 15px;
	margin: 15px 0px 0px 0px;
}
div#bodyContent p,
div#bodyContent2 p {
	width: 515px;
}

div#bodyContent p {
    margin: 3px 0px 0px 0px;
}

div#bodyContent2 h2 {
	margin: 0 0 0 19px;
}

div#bodyContent2 p {
	margin-left: 19px;
}

div#contentLeft {
	float: left;
	display: inline; /* Offsets the IE double-float bug - KM */
	margin-left: 119px;
	padding: 0 20px;
	width: 417px;/* Width of content plus left/right padding and borders. - KM */
	voice-family: "\"}\""; /* Box model hack - KM */
	voice-family: inherit; /* Box model hack - KM */
	width: 377px; /* Actual width of content area. - KM */
}

div#contentLeft h4 {
	margin: 17px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

div#contentLeft p {
	margin: 0 0 10px 0;
	width: 377px;
}

div#contentLeft h2.articleHead {
	margin: 0px;
	font-size: 20px;
}

div#contentLeft h3.articleSubHead {
	margin: 0px;
	font-size: 14px;
}

div#contentLeft h4.articleAuthor {
	margin: 0 0 17px 0;
	font-size: 12px;
	text-decoration: none;
}

div#contentRight {
	float: left;
	padding: 0px 20px;
	width: 278px;/* Width of content plus left/right padding and borders. - KM */
	voice-family: "\"}\""; /* Box model hack - KM */
	voice-family: inherit; /* Box model hack - KM */
	width: 238px; /* Actual width of content area. - KM */
	height: 475px;
	font-size: 10px;
}

div#contentRight h4 {
	margin: 17px 0 0 0;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

div#contentRight p {
	margin: 0 0 10px 0;
	width: 238px
}

.moreEvents {
	text-align: center;
}
/* End primary content styles */

/* Begin product page styles */
div#productsText {
	margin-bottom: 38px;
}

h3.expandHeaderOver, h3.expandedHeaderOver {
    color: #58727b;
}

h3.expandHeader, h3.expandedHeader {
    color: #555;
}

h3.expandHeader, h3.expandedHeader,
h3.expandHeaderOver, h3.expandedHeaderOver  {
    font-size: 14px;
    font-weight: bold;
	margin: 9px 0 0 0;
	padding-bottom: 9px;
	width: 815px;
	cursor: pointer;
	cursor: hand;
}

h3.expandHeader, h3.expandHeaderOver {
    border-bottom: solid 1px #b0b0b0;
}

h3.expandedHeader, h3.expandedHeaderOver {
    border-bottom: 0px;
}

h3.expandHeader img, h3.expandedHeader img, 
h3.expandHeaderOver img, h3.expandedHeaderOver img {
    margin-right: 6px;
}

table.productsTable {
	border-collapse: collapse;
	display: none;
}

table.productsTable td,
table.regularTable td {
	border-bottom: solid 1px #b0b0b0;
	padding: 18px 5px 18px 5px;
	font-size: 12px;
}

table.productsTable a:link, 
table.productsTable a:active, 
table.productsTable a:visited,
table.regularTable a:link, 
table.regularTable a:active, 
table.regularTable a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

table.productsTable a:hover,
table.regularTable a:hover {
	color: #34687c;
}

td.productPic {
	padding: 2px 0 0 20px !important;
	width: 125px;/* Width of content plus left/right padding and borders. - KM */
	voice-family: "\"}\""; /* Box model hack - KM */
	voice-family: inherit; /* Box model hack - KM */
	width: 105px; /* Actual width of content area. - KM */
}

td.productPic div { /* Medium sized product image */
	margin-top: 18px;
}

td.productPic div.linkBtn {
	margin-top: 16px;
}

td.productPic img {
	cursor: pointer;
	cursor: hand;
}

td.productPic img.btnLeft {
	margin-right: 9px;
}

td.productDescription1 {
	width: 240px;
}

td.productDescription2 {
    width: 200px;
}

td.productDescription1 h4 {
	margin: 0px;
	font-size: 11px;
	color: #791313;
}

div#bodyContent2 td.productDescription1 p {
	margin: 0 0 4px 0;
	width: 200px;
}

td.productDescription1 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

td.productDescription2 ul {
    list-style: none;
    margin: 15px 0px 0px 0px;
    padding: 0px;
}

td.productDescription1 li,
td.productDescription2 li {
    background: url(http://www.wilson.com/basketball/bullet_backboard_popup.gif) no-repeat 0px 6px;
    margin: 0px;
    padding: 0px 0px 0px 7px;
}

td.productSpacer1 {
   width: 55px;
}
td.productSpacer2 {
   width: 260px;
}
td.productSpacer3 {
   width: 230px;
}

td.productDescription2 h4 {
	margin: 0px;
	font-size: 11px;
	text-transform: uppercase;
}

div.productCopy {
	height: 85px;
}

td.productDescription1 div.linkBtn, td.productDescription2 div.linkBtn {
	margin-top: 2px;
}

td.productMore {
	width: 322px;
}

td.productMore h4 {
	margin: 0px;
	font-size: 11px;
	text-transform: uppercase;
}

div.productMoreDiv {
	position: relative;
	width: 226px;
}

div.productMoreDiv div {
	margin-top: 8px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 0px 2px;
	width: 226px;/* Width of content plus left/right padding and borders. - KM */
	voice-family: "\"}\""; /* Box model hack - KM */
	voice-family: inherit; /* Box model hack - KM */
	width: 222px; /* Actual width of content area. - KM */
	height: 92px;
}

div.productMoreDiv div img {
	margin: 11px 2px 0px 2px;
}

/* Basketballs pop-up window styles */
/*
body#ball_popup {
	font-size: 11px;
	line-height: 14px;
}
*/
div#main_ball_popup {
    height: 590px;
    position: relative;
    width: 540px;
}
div#main_ball_popup img {
	margin: 42px 0px 0px 99px;
}
div#main_ball_popup h1 {
    color: #ffdc73;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 45px 0px 2px 43px;
}
div.ball_popup_content {
    color: #fff;
    font-size: 11px;
    margin: 0px 45px 35px 45px;
    position: relative;
}
div.ball_popup_column {
    display: block;
    float: left;
    height: 120px;
    line-height: 18px;
    width: 220px;
}
div.ball_popup_column ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
div.ball_popup_column li {
    background: url(http://www.wilson.com/basketball/bullet_basketballs_popup.gif) no-repeat 0px 5px;
    line-height: 14px;
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 10px;
}
/* End Basketballs popup styles */

/* Product pop-up window styles */
body#product_popup {
	color: #000;
	font-size: 11px;
	line-height: 14px;
}
div#main_product_popup {
	height: 462px;
	position: relative;
	text-align: left;
	width: 540px;
}
div#main_product_popup h1 {
	color: #34687c;
	font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 4px 0px;
}
div#main_product_popup div#productImage {
	left: 37px;
	position: absolute;
	top: 26px;
}
div#main_product_popup div#productInfo {
	left: 260px;
	position: absolute;
	top: 44px;
	width: 243px;
}
div#productInfo p {
	margin: 0px;
}
div#productInfo ul {
    list-style: none;
    margin: 8px 0px 0px 0px;
    padding: 0px;
}
div#productInfo li {
    background: url(http://www.wilson.com/basketball/bullet_backboard_popup.gif) no-repeat 0px 5px;
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 10px;
}
div#popup_footer {
    background: #fff url(http://www.wilson.com/basketball/bg_bottom_main_popup.gif) repeat-x top left;
    height: 38px;
    position: relative;
}
div#popup_footer div#popupLogo {
	bottom: 11px;
	position: absolute;
	right: 15px;
}
/* End product popup styles */

/* Begin footer styles */
div#footer {
	clear: both;
	background-color: #011f2a;
	border: solid 1px #2e5361;
	border-top: 0px;
	width: 973px; /* Width of content plus left/right padding and borders. - KM */
	voice-family: "\"}\""; /* Box model hack - KM */
	voice-family: inherit; /* Box model hack - KM */
	width: 971px; /* Actual width of content area. - KM */
	height: 29px;
	font-size: 10px;
	color: #919b9f;
}

span#copyright {
	float: left;
	display: inline; /* Offsets the IE double-float bug - KM */
	margin: 8px 0 0 14px;
}

span#footerlinks {
	float: right;
	display: inline; /* Offsets the IE double-float bug - KM */
	margin: 8px 14px 0 0;
}

span#footerlinks img {
	width: 20px;
}

div#footer a:link, div#footer a:active, div#footer a:visited {
	color: #919b9f;
	text-decoration: underline;
}

div#footer a:hover {
	text-decoration: none;
}
/* End footer styles */

/* Begin catalog page styles */
table.catalogTable {
	
}

table.catalogTable td {	
	padding: 5px;
	font-size: 12px;
}

table.catalogTable a:link, table.catalogTable a:active, table.catalogTable a:visited {
	text-decoration: underline;
}

table.catalogTable a:hover {
	color: #4f1200;
}

td.catalogPic, td.catalogText {
	width: 210px;/* Width of content plus left/right padding and borders. - KM */
	voice-family: "\"}\""; /* Box model hack - KM */
	voice-family: inherit; /* Box model hack - KM */
	width: 200px; /* Actual width of content area. - KM */
	overflow: hidden;
}
td.catalogPic div {
	width: 200px;
	overflow: hidden;
}

td.catalogPic div img {
}
/* End catalog page styles */

