@charset "utf-8";
/* reset browser styles and fonts */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* end reset browser styles and fonts */

/* site layout */
html {background:#D6D6D6;}
body {
	text-align:center;
	font-size:62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:20px auto;
}
/* page wrapper */
#page {
	margin:0 auto;
	width:971px;
	text-align:left;
}
/* end of page wrapper */

.productdescription {
	font-size: 12px;
	margin: 1em 40px  1em  40px;
	}
.productdescriptionred {
	font-size: 12px;
	color: #ff3300;
	margin: 8px 0px;
	}

/* drop-down menu - go to http://alistapart.com/articles/dropdowns/ for a better explaination */
#top-nav {
	padding-left:172px;
}
#top-nav ul {
	list-style:none;
}
#top-nav li {
	position:relative;
	float:left;
	width:141px;
}
#top-nav li ul {
	position: absolute;
	left: 0;
	top: 31px;
	display: none;
}
#top-nav li>ul {
	top: auto;
	left: auto;
}
#top-nav ul li ul li {
	height:22px;
}
#top-nav li:hover ul, #top-nav li.over ul { 
	display: block;
	top:31px;
	left:0;
	-moz-opacity:.80;
	opacity:.80;
	filter:alpha(opacity=80);
       background-color:#000;
       width:141px;
}

#top-nav li ul a {
	background:#000;
	color:#FFFFFF;
	letter-spacing:2px;
	text-decoration:none;
	font-family:Impact, Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:20px;
	text-align:left;
	font-weight:normal;
       text-indent:10px;
}
#top-nav li ul a:visited {
       background:#000;
	color:#FFFFFF;
       font-family:Impact, Arial, Verdana, sans-serif;
       font-size:12px;
       line-height:20px;
       padding-left:10px;
       text-indent:10px;
}
#top-nav li ul a:hover, #top-nav li ul a:hover:visited {
	text-decoration:none;
	color:#FF6600;
	font-weight:normal;
}
/* end of drop-down menu */

/* roll-over images on tabs - see explaination at http://www.3point7designs.com/blog/2006/07/24/accessible-css-roll-over-images/ */
#top-nav a:link {
	width:141px;
	float:left;
	font-weight:normal;
}
#top-nav a:hover {
	background-position:-141px 0;
	font-weight:normal;
}
a#rawlings {
	margin:0; 
	padding:0;
    position:relative;
    width:141px; 
    height:31px;
    overflow:hidden;
	font-size:16px;
	color:#000000;
	text-decoration:none;
}
a#rawlings span {
	display: block;
	position:absolute; left:0; top:0; z-index:1;
    width: 141px;
    height: 31px;
    background: url("../../images/rawlings-tab.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover#rawlings span {
    background-position: -141px 0;
}
a#mizuno {
	margin:0; 
	padding:0;
    position:relative;
    width:141px; height:31px;
    overflow:hidden;
	font-size:16px;
	color:#000000;
	text-decoration:none;
}
a#mizuno span {
	display: block;
	position:absolute; left:0; top:0; z-index:1;
    width: 141px;
    height: 31px;
    background: url("../../images/mizuno-tab.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover#mizuno span {
    background-position: -141px 0;
}
a#glovesmith {
	margin:0; 
	padding:0;
    position:relative;
    width:141px; height:31px;
    overflow:hidden;
	font-size:16px;
	color:#000000;
	text-decoration:none;
}
a#glovesmith span {
	display: block;
	position:absolute; left:0; top:0; z-index:1;
    width: 141px;
    height: 31px;
    background: url("../../images/glovesmith-tab.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover#glovesmith span {
    background-position: -141px 0;
}
a#ssk {
	margin:0; 
	padding:0;
    position:relative;
    width:141px; height:31px;
    overflow:hidden;
	font-size:16px;
	color:#000000;
	text-decoration:none;
}
a#ssk span {
	display: block;
	position:absolute; left:0; top:0; z-index:1;
    width: 141px;
    height: 31px;
    background: url("../../images/ssk-tab.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover#ssk span {
    background-position: -141px 0;
}
/* end of roll-over images on tabs */

/* CustomGlove.com image to the right of tabs */
#url img {
	padding-left:79px;
	display:inline;
}
/* end of CustomGlove.com image to the right of tabs */

/* header section */
#header {
	width:971px;
	margin:0;
	height:143px;
	background:url(../../images/header-bg.jpg) repeat-x;
	border-right:1px solid #000000;
}
#header #logo {
	position:relative;
	float:left;
	margin-top:-31px;
}
#header .ballplayer {
	float:left;
	margin:0;
	padding:1px 0 0 0;
	width:485px;
}
.address {
	float:right;
	width:150px;
	margin:8px 0;
}
.address address {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.address address a {
	color:#FFCC00;
	text-decoration:none;
}
.address address a:hover {
	text-decoration:underline;
	color:#FFCC00;
}
/* sub navigation menu */
.subnav {
	float:right;
	width:798px;
}
.subnav ul {
	list-style:none;
}
.subnav li {
	position:relative;
	float:left;
	padding-top:2px;
}
.subnav li a:link, .subnav li a:visited {
	color:#FFFFFF;
	font-size:12px;
	font-family:Impact, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	text-decoration:none;
	padding:0 20px;
	font-weight:normal;
}
.subnav li a:hover, .subnav li a:active {
	color:#F2C301;
	text-decoration:none;
	font-weight:normal;
}
.secondrow {
	height:19px;
	padding-top:1px;
}
.secondrow li a:hover, .secondrow li a:active {
	color:#FF6600;
}
.left {
	float:left;
	width: 570px;
}
.right {
	float:right;
	width:218px;
	background:url(../../images/cart-checkout-bg.gif) no-repeat;
	padding:0;
}
.subnav .right li a:link, .subnav .right li a:visited {
	padding:0;
	margin-left:30px;
}
.subnav .right li a:hover, .subnav .right li a:active {
	color:#FFFFFF;
}
/* end sub navigation menu */
/* end of header section */

/* content section */
#content {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-left:23px;
	width: 947px;
	background:#FFF;
}
.sideways {
	min-height:740px;
	width:44px;
	float:left;
	margin-left:10px;
}
#content h1	{
	font-family:"Courier New", Courier, monospace;
	color:#FF7B00;
	font-size:24px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top:30px;
}
.itemnumber {
	float:left;
	margin:-18px 0 0 8px;
	color:#FFF;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.productbox {
	background:url(../../images/productbox-top.gif) no-repeat top left;
	padding-top:24px;
	width:745px;
	float:left;
	margin:20px 0 0 75px;
}
.productbox-left {
	padding:0 5px;
	float:left;
	width: 361px;
	margin:0;
	border-right:1px dotted #000;
	border-left:1px solid #000;
	display:inline;
}
.productbox-left img {
	margin-right:10px;
	margin:-10px 10px 0 0;
} 
.productbox-left h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	margin-top:7px;
}
.productbox-left h2 a:visited, a:link { 
	color: #003300; 
	font-weight: bold; 
	text-decoration: underline; 
}
.productbox-left h2 a:active, a:hover { 
	color: #006600; 
	font-weight: bold;
	text-decoration: none; 
}
.productbox-left ul {
	margin:20px 0;
	float:left;
}
.productbox-left li {
	background: url(../images/li.gif) no-repeat left;
	list-style:none;
	line-height:18px;
	font-size:12px;
	text-indent:12px;
}
.productbox-right {
	padding:0 5px;
	float:left;
	margin:0;
	display:inline;
	width:362px;
	background: url(../../images/drop-shadow-right.gif) top right repeat-y;
}
.productbox-right img {
	margin:-10px 10px 0 0;
}
.productbox-right h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	margin-top:7px
}
.productbox-right h2 a:visited, a:link { 
	color: #003300; 
	font-weight: bold; 
	text-decoration: underline; 
}
.productbox-right h2 a:active, a:hover { 
	color: #006600; 
	font-weight: bold;
	text-decoration: none; 
}
.productbox-right ul {
	margin:20px 0;
	float:left;
}
.productbox-right li {
	background:url(../images/li.gif) no-repeat left;
	list-style:none;
	line-height:18px;
	font-size:12px;
	text-indent:12px;
}
.radiobuttontext {
	margin: 5px 0px;
}
.itemprice {
	font-size:14px;
	line-height:20px;
	color:#FF6600;
	font-weight:bold;
	text-align:right;
	float:left;
	width:60%;
	margin:-10px 0 10px 0;
}
.addtocartbox {
	float:left;
	background:url(../../images/addtocartbox-bg.gif) no-repeat bottom left;
	width:100%;
	height:59px;
	margin:0;
}
.addtocartleft {
	float:left;
	width:360px;
	padding:5px;
	text-align:right;
}
.addtocartright {
	float:left;
	width:360px;
	padding:5px;
	text-align:right;
}

select {
	margin:0 0 5px 0;
}
.submit {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	background: #666666;
	vertical-align: middle;
	border: 1px solid #000000;
}
.sb_links ul {
	float:left;
	list-style:none;
	width:745px;
	margin:30px 0 30px 75px;
}
.sb_links li {
	display:inline;
	background:url(../images/li.gif) no-repeat left bottom;
	padding:0 60px 0 12px;
	margin-left:40px;
}
.sb_links li a:link, .sb_links li a:visited {
	font-size:12px;
	text-indent: 12px;
	font-weight:bold;
}
.sb_links li a:hover, .sb_links li a:visited:hover {
	color:#006600;
	text-decoration:none;
	font-weight:bold;
}
.bottomnav ul {
	list-style:none;
	width:90%;
	height:15px;
	background:#006600;
	border:1px solid #000;
	margin:0 auto 2px auto;
}
.bottomnav li {
	display:inline;
}
.bottomnav li a:link, .bottomnav li a:visited {
	color:#FFFFFF;
	font-size:12px;
	font-family:Impact, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	text-decoration:none;
	padding:0 30px;
	font-weight: lighter;
}
.bottomnav li a:hover, .sbottomnav li a:active {
	color:#F2C301;
	text-decoration:none;
	font-weight:normal;
}
/* end of content section */

/* footer */
#footer {
	width:880px;
	color: #000000; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:5px auto 0;
}
#footer a:link {
	font-weight:normal;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:none;
}
#footer .left {
	float:left;
	width:40%;
}
#footer .right {
	float:right;
	width:60%;
	background:none;
	text-align:right;
}
/* end of footer */
	
/* end site layout */

/* site style */
a:visited, a:link { 
	color: #003300;
	text-decoration: underline; 
}
a:hover { 
	color: #006600;
	text-decoration: none; 
}
/* end site style */

/*clear floating boxes*/
.clearfix:after{
	content:".";
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
}
.clearfix{
	display:inline-table;
}
/*Hide from IE/Mac \*/
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
/*end hide*/
/*end clear floating boxes*/

/* Keokee link at the bottom of the page */
#keokeecontainer {
	width:727px;
	margin:0 auto;
	text-align:center;
}
.keokee, .keokee a:link, .keokee a:hover, .keokee a:visited {
	color: #606060;
	margin-top:20px;
	font-size: 10px;
	font-style:italic;
	text-decoration:none;
	font-weight:normal;
}
/* end Keokee link at the bottom of the page */