/*----------------------Browser Reset----------------------*/
/*-----------------------DO NOT EDIT-----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*----------------------End Browser Reset----------------------*/

/*--------PNG Trasnparency Fix--------*/
.email, #closelist { behavior: url(iepngfix.htc); }
/*-----------------------------------*/

body {
	font-family: Arial, Verdana, Sans-seif;
	font-size: 12px;
	background: #003366 top left;
}

h1 {
	width: 170px;
	height: 91px;
	padding-top: 5px;
	text-align: center;
}
	
	h1 a {
		display: block;
		width: 160px;
		height: 91px;
		margin: 0 auto;
		background: url('http://baseballtips.com/images/layout/logo.jpg') top left no-repeat;
	}
	
		h1 a span {
			display: none;
		}
		
	strong {
		font-weight: bold;
	}
	
	em {
		font-style: italic;
	}

ul.navigation li {
	float: left;
}

#container {
	width: 1000px;
	background: transparent;
}

	.articlelist {
		position: absolute;
		width: 425px;
		height: 475px;
		border: 2px outset;
		padding: 10px;
		overflow: auto;
		background: #FFFFFF;
		z-index: 1500;
		display: none;
	}
	
		.articlelist h3 {
			font-size: 18px;
			font-weight: bold;
			margin-bottom: 15px;
			padding: 3px;
			color: white;
			background: red;
		}
		
		.articlelist ul {
			
		}
		
			.articlelist ul li {
				margin: 0 0 10px 0;
				_margin: 0;
				_padding: 0;
			}
			
			.articlelist ul li.new {
				background:url('images/layout/new.gif') top left no-repeat;
				padding-left:33px;
				
			}
			.articlelist ul li.popular {
				background:url('star.gif') top left no-repeat;
				padding-left:25px;
				
			}
			
				.articlelist ul li a {
					color: blue;
					_margin: 0;
					_padding: 0;
				}
				
				.articlelist ul li a:hover {
					background: red;
				}
				
				.articlelist ul li span.author {
					display: block;
					margin: 3px 0 0 0;
					_padding: 0;
				}

				.newarticles {
					background: white;
					border: 2px inset;
					padding: 8px;
					margin-top:2px;
					overflow:hidden;
					xheight:115px;
					width:570px;
					float:left;
				}

				.newarticles h3 {
					color:blue;
					font-weight:bold;	
					font-size:16px;
					margin-bottom:8px;
				}
				
				.newarticles ul {
					overflow: hidden;
				}
				
				.newarticles li {
					width:260px;
					margin-bottom:8px;
					line-height:12px;
					float:left;
					
				}
				.newarticles div.clear {
					width: 100%;
					height: 0;
					margin: 0;
					padding: 0;
					visibility: hidden;
					clear: both;
				}
				
	a#closelist {
		display: block;
		height: 24px;
		width: 59px;
		margin-bottom: 10px;
		background: url('images/layout/close_default.png') top left no-repeat;
		text-decoration: none;
		border: none;
	}
	
	a#closelist:hover {
		background: url('images/layout/close_over.png') top left no-repeat;
		cursor: pointer;
	}
	
		#closelist span {
			display: none;
		}
	
	#overlay {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background-color: black;
		-moz-opacity: 0.8;
		opacity: .80;
		filter: alpha(opacity=80);
		z-index: 1000;
	}

#header {
	position: absolute;
	top: 0;
	left: 170px;
	width: 830px;
	height: 169px;
	background: transparent;
	z-index: 900;
}

	#header .main {
		position: relative;
		top: 111px;
		background: #CC0000;
		height: 58px;
		_height: 5px;
		overflow: visible;
	}

		#header .main li {
			position: relative;
			top: 6px;
			margin: 0 3px;
			_top: 20px;
			_margin: -14px 3px 0 3px;
		}
		
			#header .main li a {
				display: block;
				height: 62px;
				width: 59px;
				padding: 10px 5px 0 5px;
				background: url(images/layout/plate.gif) top left no-repeat;
				text-align: center;
				font-size: 10px;
				font-weight: bold;
				line-height: 12px;
				text-decoration: none;
			}
			
			#header .main li.important a {
				background: url(images/layout/plate_home.gif) top left no-repeat;
			}
			
	#header .sub {
		position: relative;
		top: 15px;
		*top: 29px;
		background: #FFFACD;
		height: 24px;
		line-height: 24px;
		vertical-align: middle;
		clear: both;
	}
	
		#header .sub li {
			border-left: 2px solid #3D6775;
			float: none;
			display: inline;
		}
		
		#header .sub li.first {
			border-left: none;
		}
		
			#header .sub li a {
				font-size: 12px;
				font-weight: bold;
				margin: 0 6px 0 8px;
			}
			
			#header .sub li.cart a {
				background: url(http://baseballtips.com/images/layout/cart.png) top left no-repeat;
				padding-left: 18px;
			}
			
	#header .bbc {
		position: absolute;
		top: 0;
		margin: 2px 0 0 179px;
		text-align: center;
	}
	
		#header .bbc li {
			border-left: 1px solid white;
			float: none;
			display: inline;
		}
		
		#header .bbc li.first {
			border-left: none;
		}
		
			#header .bbc li a {
				color: white;
				margin: 0 6px 0 8px;
			}
			
#leftcolumn {
	width: 150px;
	float: left;
	padding: 0 10px;
	text-align: center;
	background: transparent;
}

	#leftcolumn .module {
		margin: 10px auto;
		padding: 5px;
		background: white;
	}
	
		#leftcolumn .module h3 {
			font-size: 16px;
			font-weight: bold;
			margin-bottom: 5px;
		}
		
		#leftcolumn .module a {
			border: none;
		}
		
		#leftcolumn .module form {
			margin: 5px 0;
		}
		
			#leftcolumn .module form .textinput {
				width: 128px;
			}
			
			#leftcolumn .module form .button {
				margin-top: 4px;
			}
			
		#leftcolumn .search h3 {
			color: white;
		}
		
	#leftcolumn .contact {
	background: white url(http://baseballtips.com/home/phone.gif) 5px 5px no-repeat;
	text-align: center;
	}
	
		#leftcolumn .contact strong {
			font-weight: bold;
		}
		
		#leftcolumn .contact p,
		#leftcolumn .contact img,
		#leftcolumn .contact h3 {
			margin-left: 35px;
			margin-bottom: 5px;
		}
	
		#leftcolumn .contact address a {
			background: url(images/layout/email_go.png) top left no-repeat;
			padding-left: 18px;
			font-style: normal;
		}
		
	#leftcolumn .creditcards h3 {
		color: #3366ff;
		border-bottom: 2px solid #3366ff;
	}
	
		#leftcolumn .creditcards a span {
			display: none;
		}
		
	#leftcolumn .othersites {
		padding: 0;
	}
		
		#leftcolumn .othersites h3 {
			color: yellow;
			border-bottom: 2px solid yellow;
		}
		
		#leftcolumn .othersites .module {
			margin-top: 0;
		}
		
			#leftcolumn .othersites .module p {
				margin: 5px 0;
			}
	
	#leftcolumn .bookmark {
		padding: 0;
		background: transparent;
	}
				
	#leftcolumn .search,
	#leftcolumn .livesupport,
	#leftcolumn .controlscan,
	#leftcolumn .othersites {
		background: transparent;
	}
	
#centercolumn {
	position: absolute;
	top: 169px;
	left: 170px;
	width: 590px;
	margin-bottom: 60px;
	padding: 35px 10px 10px 10px;
	background: #3366ff;
}

	#centercolumn .tagline {
		position: absolute;
		top: -149px;
		width: 830px;
		height: 71px;
		margin-left: -10px;
		background: white url(http://baseballtips.com/shadow.gif) top left repeat-x;
		color: #CC0000;
		font-size: 11px;
		text-align: center;
		z-index: 1000;
	}
	
		#centercolumn .tagline strong {
			font-size: 16px;
			display: block;
			margin-top: 20px;
		}

	#centercolumn .greeting {
		background: white;
		border: 2px outset;
		padding: 6px;
	}
	
		#centercolumn .greeting h2 {
			color: red;
			font-size: 18px;
			font-weight: bold;
			margin: 0 0 8px 0;
		}
		
		#centercolumn .greeting p {
			margin: 10px 0;
		}
		
	#centercolumn .categorylist {
		float: left;
		overflow: hidden;
	}

	#centercolumn .categorylist li {
		float: left;
		width: 283px;
		height: 90px;
		margin: 0 0 0 5px;
		_margin: 0 2px 0 2px;
	}
	
		#centercolumn .categorylist li a {
			text-decoration: none;
			border: none;
		}
		
			#centercolumn .categorylist li a img {
				border: none;
			}
	
			#centercolumn .categorylist li a span {
				display: none;
			}
			
			#centercolumn .categorylist li p.link a {
				color: white;
				position: relative;
				top: 30px;
				left: 20px;
				}
			
			#centercolumn .categorylist li p.link a:hover {
				text-decoration: underline;
				}
			
	#centercolumn .instructions {
		background: white;
		padding: 10px;
		clear: both;
	}
	
		#centercolumn .instructions p {
			margin: 5px 0;
			font-weight: bold;
		}
	
		#centercolumn .instructions ol {
			list-style: decimal;
			padding-left: 25px;
			margin: 5px 0;
		}
		
/*--------------Pro Division--------------*/
	#centercolumn div.prodivision {
		background: none;
		border: none;
	}
	
		#centercolumn div.prodivision img {
			float: left;
			margin: 0 10px 10px 0;
		}
		
		#centercolumn div.prodivision img.alt {
			float: right;
			margin: 0 0 10px 10px;
		}
		
		#centercolumn div.prodivision.greeting a.arnald {
			float: left;
			margin: 0 10px 10px 0;
		}
		
		#centercolumn div.prodivision .hasCaption {
			float: left;
			margin: 0 0 10px 10px;
		}
		
		#centercolumn div.prodivision .hasCaption.alt {
			float: right;
			margin: 0 0 10px 10px;
		}
		
			#centercolumn div.prodivision .hasCaption img {
				float: none;
				margin-bottom: 5px;
			}
			
			#centercolumn div.prodivision .hasCaption p {
				margin: 0 0 0 5px;
				font-size: 12px;
				font-weight: bold;
				line-height: 12px;
				text-align: center;
			}
			
				#centercolumn div.prodivision .hasCaption p span {
					font-size: 10px;
					font-weight: normal;
				}
			
		#centercolumn div.prodivision h2 {
			color: white;
			font-weight: bold;
			font-size: 18px;
			line-height: 22px;
		}
		
		#centercolumn div.prodivision p {
			font-size: 16px;
			line-height: 18px;
			font-weight: bold;
		}
		
			#centercolumn div.prodivision p strong {
				display: block;
				font-size: 18px;
				line-height: 22px;
			}
			
		#centercolumn div.prodivision p.staff {
			color: white;
			font-size: 13px;
			line-height: 14px;
			font-weight: bold;
		}
		
		#centercolumn div.prodivision div.infolink {
			width: 116px;
			padding: 5px;
			margin: 0 30px 0 15px;
			_margin: 0 15px 0 9px;
			border: 2px solid red;
			background: white;
			font-size: 13px;
			line-height: 16px;
			font-weight: bold;
			float: left;
			clear: left;
			text-align: center;
		}
		
		#centercolumn div.articletip {
			width: 200px;
			padding: 5px;
			border: 2px inset green;
			margin: 0 0px 0 177px;
			_margin: 0 0px 0 9px;
			background: white;
			font-size: 13px;
			line-height: 14px;
			font-weight:bold;
			float: left;
			clear: left;
			text-align: center;
		}

	#centercolumn div.contact {
		color:red;
		clear: both;
		margin: 10px 0;
		font-size: 16px;
		line-height: 18px;
		text-align: center;
		font-weight: bold;
	}
		
	#centercolumn div.categorylist {
		clear: both;
		margin: 10px 0;
		padding: 10px 0;
		background: white;
		text-align: center;
		font-size: 13px;
		line-height: 16px;
		font-weight: bold;
	}
	
		#centercolumn div.categorylist div {
			padding: 5px 0;
			border-top: 1px solid #d3d3d3;
			border-bottom: 1px solid #d3d3d3;
		}
		
			#centercolumn div.categorylist div a {
				padding: 0 4px;
			}
			
	#centercolumn h3.categorytitle {
		clear: both;
		font-size: 18px;
		font-weight: bold;
		margin: 20px 0 10px 0;
		padding: 10px 0 0 0;
		border-top: 2px inset;
		color: white;
	}
	
	#centercolumn ul.prodivision {
		clear: both;
		padding: 2px;
		border: 2px outset;
	}
	
		#centercolumn ul.prodivision li {
			clear: both;
			width: 578px;
			border: 2px inset;
			margin-bottom: 5px;
		}
		
			#centercolumn ul.prodivision li h2 {
				clear: both;
				padding: 2px;
				background: red;
				color: white;
				border-bottom: 1px solid gray;
				font-weight: bold;
			}
			
			#centercolumn ul.prodivision li div.image {
				width: 282px;
				background: white;
				border: 2px solid red;
				margin: 2px;
				float: left;
				text-align: center;
			}
			
				#centercolumn ul.prodivision li div.image div {
					float: left;
					margin: 5px 2px;
					text-align: center;
				}
				
				#centercolumn ul.prodivision li div.image div.clear {
					float: none;
					width: 100%;
					height: 0;
					visibility: hidden;
					margin: 0;
					padding: 0;
					clear: both;					
				}
			
			#centercolumn ul.prodivision li div.text {
				width: 276px;
				_width: 274px;
				background: white;
				margin: 2px 0 2px 0;
				padding: 5px;
				float: left;
				font-size: 10px;
				line-height: 12px;
				font-weight: normal;
			}
			
				#centercolumn ul.prodivision li div.text strong {
					font-size: 12px;
				}
				
				#centercolumn ul.prodivision li div.text a {
					display: block;
					margin-top: 10px;
				}
				
				#centercolumn ul.prodivision li div.text ul {
					border: none;
					list-style: disc;
				}
				
					#centercolumn ul.prodivision li div.text ul li {
						width: auto;
						border: none;
						margin: 2px 0 2px 15px;
						padding: 0;
					}
		
	#centercolumn ul.prodivision div.clear {
		width: 100%;
		height: 0;
		margin: 0;
		padding: 0;
		visibility: hidden;
		clear: both;
	}

.color {
	color: red;
	}
/*------------End Pro Division------------*/

#rightcolumn {
	width: 200px;
	margin-top: 73px;
	padding: 35px 10px 0 10px;
	float: right;
	text-align: center;
	background: url(images/layout/rightcol_bg.gif) top left repeat-y;
}

	#rightcolumn h3 {
		background: #CC0000;
		height: 25px;
		
		
		border: 1px outset;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		color: white;
		
	}
	
		#rightcolumn h3 span {
			display: -moz-inline-box;
			*display: inline-block;
			height: 25px;
			padding-left: 29px;
			margin: 0 auto;
			background:  url(home/newsball.jpg) top left no-repeat;
			line-height: 25px;
			vertical-align: middle;
			overflow: visible;
		}
	
	#rightcolumn .module {
		margin: 10px auto;
		background: white;
		padding-bottom: 10px;
	}
	
	#rightcolumn .photos {
		background: #003366;
	}
	
		#rightcolumn .photos h3 {
			background: #ff0000;
			color: white;
			text-align: center;
			border: 1px inset;
			line-height: 25px;
			vertical-align: middle;
		}
		
		#rightcolumn .photos p {
			font-size: 18px;
			color: white;
			font-weight: bold;
			margin: 5px 0;
		}
		
		#rightcolumn .photos img {
			padding: 5px 0;
			border-bottom: 1px solid gray;
		}
	
	#rightcolumn .free {
		border: 1px outset;
		margin-top: 0;
	}

		#rightcolumn .free a {
			margin-top: 5px;
			font-size: 15px;
			display: block;
		}
		
	#rightcolumn .recommend {
		border: 4px solid green;
		color: #3366ff;
	}
	
		#rightcolumn .recommend h3 {
			font-size: 20px;
			color: #cc0000;
			background: none;
			border: none;
			padding: 0;
		}
		
		#rightcolumn .recommend a {
			display: block;
			height: 17px;
			width: 123px;
			margin: 2px auto;
			background: url(http://baseballtips.com/tell.gif) top left no-repeat;
		}
		
			#rightcolumn .recommend a span {
				display: none;
			}
			
	#rightcolumn .relatedproduct li {
		height: 20px;
		}
		
	#rightcolumn .newsletter {
		background: #cc0000;
		border: 1px outset;
		padding: inherit 5px;
	}
	
		#rightcolumn .newsletter h3 {
			border: none;
			color: yellow;
		}
		
		#rightcolumn .newsletter ul {
			text-align: left;
		}
		
			#rightcolumn .newsletter ul li {
				min-height: 22px;
				line-height: 20px;
				padding-left: 15px;
				font-size: 13px;
				font-weight: bold;
				color: white;
			}
			
		#rightcolumn .newsletter form {
			margin: 5px 0;
			
		}
		
			#rightcolumn .newsletter form input.textinput {
				color: #a7a7a7;
			}
		
		
				#rightcolumn .newsletter form fieldset {
					margin: 2px 0;
				}
			
				#rightcolumn .newsletter form fieldset span {
					background: url(http://baseballtips.com/home/arrow.gif) top left no-repeat;
					margin-left: 10px;
					display: block;
					height: 24px;
					width: 70px;
					float: left;
				}
				
					#rightcolumn .newsletter form fieldset span strong {
						display: none;
					}
					
		#rightcolumn .newsletter a {
			color: yellow;
		}
			
	#rightcolumn .arnald,
	#rightcolumn .tips {
		background: transparent;
	}
	
		#rightcolumn .arnald h3,
		#rightcolumn .tips h3 {
			margin-bottom: 5px;
		}
	
		#rightcolumn .arnald strong,
		#rightcolumn .tips strong {
			margin: 10px 0 2px 0;
			display: block;
		}

#footer {
	clear: both;
	text-align: center;
}

	#footer div.clear {
		width: 100%;
		height: 0;
		margin: 0;
		padding: 0;
		display: hidden;
		clear: both;
	}
	
	#footer ul.navigation {
		height: 16px;
		background: white;
		text-align: center;
		font-size: 10px;
		margin-bottom: 5px;
	}
	
		#footer ul.navigation li {
			line-height: 16px;
			vertical-align: middle;
			float: none;
			display: inline;
		}
	
			#footer ul li a {
				border-left: 1px solid black;
				line-height: 14px;
				padding: 0 6px 0 4px;
			}
	
			#footer ul li.first a {
				border: none;
			}
		
	#footer ul.free {
		background: url(http://baseballtips.com/bigfree.gif) top left no-repeat;
	}
