/* CSS Document */
/* ------------------------ Global CSS Styles ------------------------ */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address 
	{
	margin:0px;
	padding:0px;
	}

ul,li 
	{
	list-style-type:none;
	}

body 
	{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	
	/* Origional BG */
	background:url(https://www.sportsfantreasures.com/images/bg2.jpg) repeat-x #000000;
	
	/* Seasonal BG */
	/*background:url(https://www.sportsfantreasures.com/images/bg-snow.jpg) repeat-x top center #ffffff;*/
	
	
	margin:12px 0px;
	text-align:center;
	line-height:1.5;
	}

.clear 
	{
	clear:both;
	}

img 
	{
	border:0px;
	}
	
h1, h2, h3, h4
	{ 
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	color:#d76f3c;
	margin-bottom: 5px;
	}
	
/*a:active, a:link, a:visited
	{
	font: normal Verdana, Arial, Helvetica, sans-serif;
	color:#46647c;
	text-decoration:none;
	}
	
a:hover
	{
	font: normal Verdana, Arial, Helvetica, sans-serif;
	color:#1777b1;
	text-decoration:none;	
	}*/

/* --------------------------------------------- Page Structure Section --------------------------------------------- */
div#container
	{
	width:810px;
	margin:0 auto;
	background: #FFFFFF;
	}
	
div#header
	{
	width: 810px;
	}
	
div#top-nav
	{
	position:relative;
	font-size: 14px;
	}
	
div#content
	{
	float:left;
	width:582px;
	text-align:left;
	padding-left: 6px;
	}
	
div#right-panel-container
	{
	float:right;
	width:200px;
	padding:0px 3px 6px 3px;
	background-color:#fff;
	font-size: 10px;
	}	
div#extra
	{
	background:url(/images/hd-bread.jpg) no-repeat top left;
	float:left;
	width:570px;
	text-align:left;
	margin-left: 6px;
	padding-left: 3px;
	line-height: 14px;
	margin-top: 3px;
	padding-top: 2px;
	margin-bottom: 5px;
	overflow:visible;
	}
	
div#extra2
	{
	float:left;
	width:570px;
	margin-left: 10px;
	text-align:left;
	line-height: 14px;
	margin-bottom: 5px;
	overflow:visible;
	}

div#prod
	{
	float:left;
	width:575px;
	margin-left: 6px;
	padding-left: 5px;
	text-align:left;
	margin-bottom: 5px;
	overflow:visible;
	font-size:12px;
	margin-top: 10px;
	}
	
div#prod img
	{
	margin-top: 8px;
	margin-bottom: 8px
	}

div#main-content
	{
	width:568px;
	float:left;
	padding:24px 0px 12px 20px;
	font-size: 12px;
	text-align:left;
	}
	
div#footer
	{
	color:#46647c;
	clear:both;
	width:800px;
	margin:0px auto;
	background-color:#fff;
	}

/* --------------------------------------------- Header Section --------------------------------------------- */


#hdr
	{
	/* Origional Header */	
	background:url(https://www.sportsfantreasures.com/images/hdr.jpg) no-repeat;
	
	/* Seasonal Header
	background:url(https://www.sportsfantreasures.com/images/hdr-snow.jpg) no-repeat;*/
	min-height:118px;
	height:118px;
	}
	
* html #hdr { min-height:118px; }

#hdr-right
	{ 
	float:right;
	margin-right:12px;
	margin-top:6px;
	color:#cccccc;
	}

/*#hdr-right a.topnav:active, a.topnav:visited, a.topnav:link 
	{ 
	color:#46647c;
	text-decoration:none;
	}
#hdr-right a.topnav:hover
	{ 
	font:Verdana, Arial, Helvetica, sans-serif normal 10px;
	color:#1777b1;
	text-decoration:none;
	}
	*/
.topnav-txt { font-size:9px; }
	
#telno 
	{
	font-size:16px;
	color:#ff6600;
	font-weight: bold;
	margin-bottom: 0px;
	margin-right: 10px;
	}	
	
#telsub
	{
	font-size: 10px;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	padding-right: 10px;
	}

/********************************* Begin CSS Popout Menu *********************************/
#top-nav2
	{
	text-align:center;
	float:left;
	min-height: 60px;
	height: 60px;
	}
	
#navcontainer
	{
	float:left;
	font-size: 14px;
	height:36px;
	margin-left:5px;
	margin-right:5px;
	width: 790px;
	background-image:url(https://www.sportsfantreasures.com/images/mnu-tile.jpg);
	background-repeat:repeat-x;
	text-align:left;
	}
	
* html #navcontainer { height:36px; }
	
#navcontainer ul
	{
	background:url(https://www.sportsfantreasures.com/images/mnu-border.jpg) repeat-y right;
	margin: 8px 0 0 0;
	padding: 0;
	}

#navcontainer ul li 
	{
	display: inline;
	background:url(https://www.sportsfantreasures.com/images/mnu-border.jpg) repeat-y right; 
	height: 36px;
	}

#navcontainer ul li a
	{
	text-decoration: none;
	padding: 0px 35px 0 35px;
	color: #FFFFFF;
	}

#navcontainer ul li a:hover
	{
	color: #000000;
	}	

.nav{
	position:absolute;
	clear:both;
	top:152px;
	height:1px;
	visibility:hidden;
}
.visibleNav{
	clear:both;
	position:absolute;
	top:157px;
	padding:10px;
	visibility:visible;
}
.column{
	position:relative;
	float:left;
	width:150px;
	background-color:#E6E6E6;
}
.column2{
	position:relative;
	text-align:center;
	left:10px;
	color:#d76f3c;
	clear:both;
	background-color:#E6E6E6;
}
.column3{
	position:relative;
	text-align:center;
	color:#d76f3c;
	color:#d76f3c;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	cursor:pointer;
	background-color:#E6E6E6;
}
.column3-hover{
	position:relative;
	cursor:pointer;
	text-align:center;
	clear:both;
	color:#d76f3c;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #FFCBAF;
}
/*.column2 a{
	margin:2px;
	text-align:center;
	color:#d76f3c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	background-color:#E6E6E6;
}
.column2 a:hover {
	color:#000000;
	background-color: #FFCBAF;
}*/
.column li{
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	padding:1px;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px dashed #CCCCCC;
}
.column ul { /* all lists */
	padding: 0;
	margin: 5px;
	list-style: none;
	text-align:left;
}
/*.column li a{
	text-decoration:none;
	color:#d76f3c;
}
.column li a:hover{
	color:#000000;
	background: #FFCBAF;
}*/

/* End CSS Popout Menu */

#header-copy
	{
	padding-top: 5px;
	width: 800px;
	height: 60px;
	float: right;
	padding: 5px;
	text-align:right;
	}

#guard
	{
	width: 100px;
	clear:left;
	float:right;
	text-align:right;
	vertical-align:top;
/*	padding: 5px 0 5px 0; */
	margin-right: 30px;
	}
	
#mnu-shadow
	{
	position:relative;
	clear:both;
	background:url(/images/mnu-shadow.jpg);
	min-height:24px;
	height:24px;
	}
	
* html #mnu-shadow { height:24px; }

/* --------------------------------------------- Gallery Section --------------------------------------------- */

.teams-img1 { padding:3px; font-size:12px; border-bottom:1px dashed #cccccc;
}

.teams-img1 img { padding-bottom:10px; }

/*.teams-img1 a:visited, .teams-img1 a:active, .teams-img1 a:link 
	{
	font:normal 12px Verdana, Arial, Helvetica, sans-serif; 
	color:#46647c; 
	text-decoration:none;
	}

.teams-img1 a:hover
	{
	font:normal 12px Verdana, Arial, Helvetica, sans-serif; 
	color:#1777b1; 
	text-decoration:underline;
	}*/

.teams-img2 { padding:3px; border-left:1px dashed #cccccc; border-bottom:1px dashed #cccccc; border-right:1px dashed #cccccc; font-size:12px;
}

.teams-img2 img { padding-bottom:10px; }

/*.teams-img2 a:visited, .teams-img2 a:active, .teams-img2 a:link 
	{
	font:normal 12px Verdana, Arial, Helvetica, sans-serif; 
	color:#46647c; 
	text-decoration:none;
	}

.teams-img2 a:hover
	{
	font:normal 12px Verdana, Arial, Helvetica, sans-serif; 
	color:#1777b1; 
	text-decoration:underline;
	}*/

.listdata
	{
	background-color: #ffffff; 
	background-image:url(/images/crn-top.gif) no-repeat top right;
	border-bottom: 1px solid #cccccc;
	border-left: #cccccc 1px solid;
	width:582 px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif; 
	color:#FF6633;
	}
	
.listdata img
	{
	padding:5px 0px;
	}
	
.retail
	{
	font-weight:normal;
	text-decoration:line-through;
	}
	
.listdata td 
	{
	padding: 5px;
	text-align:center;
	}
	
.bottom
	{
	height: 100%;
	vertical-align: bottom;
	}
	
		
.bottom td
	{
	height: 100%;
	vertical-align: bottom;
	border-top: 1px solid #cccccc;
	border-right: #cccccc 1px solid;
	}
	
.listdata td td
	{
	border: #cccccc 0px solid;
	}
	
	
	
.thumbs td
	{
	vertical-align:middle;
	border-top: 1px solid #cccccc;
	border-right: #cccccc 1px solid;
	}
	
.thumbs img
	{
	width: 165px !important;
	max-width: 165px !important;
	height: auto;
	}

.desc td
	{
	vertical-align:bottom;
	border-right: #cccccc 1px solid;
	text-align: center;
	}

.product
	{
	vertical-align:top;
	}
	
.product #main-image-box {
	width: 270px;
	height: 270px;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	}
.product #main-image-box #main_image { height:270px; max-width: 270px;}

.bold
	{
	color:#d76f3c;
	font-weight:bold;
	}
	
/* --------------------------------------------- Body Section --------------------------------------------- */

#bread
	{
	min-height:25px;
	height:25px;
	margin-top: 5px;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif; 
	color:#FF6633; 
	}
	
* html #bread { height:25px; }

/*#bread a:visited, a:active, a:link 
	{
	font:normal Verdana, Arial, Helvetica, sans-serif; 
	color:#46647c; 
	text-decoration:none;
	}

#bread a:hover
	{
	font:normal Verdana, Arial, Helvetica, sans-serif; 
	color:#1777b1; 
	text-decoration:underline;
	}*/

#bread .link2 
	{
	font:normal 9px Verdana, Arial, Helvetica, sans-serif; 
	margin:0px 4px;
	font-weight:bold;
	}

#bread .link1
	{
	font:normal 10px Verdana, Arial, Helvetica, sans-serif; 
	margin:0px 18px;
	}

/*#extra a:visited, a:active, a:link 
	{
	font:normal Verdana, Arial, Helvetica, sans-serif; 
	color:#46647c; 
	text-decoration:none;
	}

#extra a:hover
	{
	font:normal Verdana, Arial, Helvetica, sans-serif; 
	color:#1777b1; 
	text-decoration:underline;
	}*/

#extra .link2 
	{
	font:normal 9px Verdana, Arial, Helvetica, sans-serif; 
	margin:0px 4px;
	font-weight:bold;
	}

#extra .link1
	{
	font:normal 10px Verdana, Arial, Helvetica, sans-serif; 
	margin:0px 18px;
	}
	
/*#extra2 a:visited, a:active, a:link 
	{
	font:normal Verdana, Arial, Helvetica, sans-serif; 
	color:#46647c; 
	text-decoration:none;
	}

#extra2 a:hover
	{
	font:normal Verdana, Arial, Helvetica, sans-serif; 
	color:#1777b1; 
	text-decoration:none;
	}*/


#body-container
	{
	width:800px;
	margin:0px auto;
	background-color:#ffffff;
	text-align:left;
	height:100%;
	}


#main-content .separator { margin:10px 0px;	}

	
#shop-your-sport
	{
	margin:18px 0px 6px 13px;
	}	

#team-sandbag1
	{ 
	background:url(/images/category/ncaa-teams.jpg) no-repeat;
	min-height:70px;
	height:70px;
	width:200px;
	margin-bottom:6px;
	}
	
* html #team-sandbag1 { height:70px; }

#team-sandbag2
	{ 
	background:url(/images/category/nfl-teams.jpg) no-repeat;
	min-height:70px;
	height:70px;
	width:200px;
	margin-bottom:6px;
	}
	
* html #team-sandbag2 { height:70px; }
	
#team-sandbag3
	{ 
	background:url(/images/category/mlb-teams.jpg) no-repeat;
	min-height:70px;
	height:70px;
	width:200px;
	margin-bottom:6px;
	}
	
* html #team-sandbag3 { height:70px; }
	
#team-sandbag4
	{ 
	background:url(/images/category/nba-teams.jpg) no-repeat;
	min-height:70px;
	height:70px;
	width:200px;
	margin-bottom:6px;
	}
	
* html #team-sandbag4 { height:70px; }

#team-sandbag5
	{ 
	background:url(/images/category/nhl-teams.jpg) no-repeat;
	min-height:70px;
	height:70px;
	width:200px;
	margin-bottom:6px;
	}
	
* html #team-sandbag5 { height:70px; }

#team-sandbag6
	{ 
	background:url(/images/category/nascar-gear.jpg) no-repeat;
	min-height:70px;
	height:70px;
	width:200px;
	margin-bottom:6px;
	}
	
* html #team-sandbag6 { height:70px; }
	
#shipping
	{ 
	background:url(/images/banners/shipping.jpg) no-repeat;
	min-height:85px;
	height:85px;
	width:200px;
	padding-bottom:6px;
	/*background:url(/images/banner-inner.jpg) no-repeat;
	min-height:233px;
	height:233px;
	width:200px;
	padding-bottom:15px;*/
	}
	
* html #shipping { height:85px; }

#search
	{ 
	background:url(/images/rb-search.jpg) no-repeat;
	min-height:55px;
	height:55px;
	width:200px;
	margin-bottom:6px;
	}
	
* html #team-sandbag6 { height:55px; }
	
#clearance-sale
	{ 
	background:url(/images/banners/clearance-sale.jpg) no-repeat;
	min-height:110px;
	height:110px;
	width:200px;
	padding-bottom:6px;
	}
	
#clearance-sale1
	{ 
	background:url(../images/conversion-test/clearance-sale1.jpg) no-repeat;
	min-height:200px;
	height:200px;
	width:200px;
	padding-bottom:6px;
	}
	
#clearance-sale2
	{ 
	background:url(../images/conversion-test/clearance-sale2.jpg) no-repeat;
	min-height:186px;
	height:186px;
	width:200px;
	padding-bottom:6px;
	}

* html #clearance-sale { height:110px; }

.click-here
	{
	normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#46647c;
	text-align:left;
	margin-left:12px;
	padding-top:88px;
	}
.click-here1
	{
	normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#46647c;
	text-align:left;
	margin-left:12px;
	padding-top:165px;
	}

.click-here2
	{
	normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#46647c;
	text-align:left;
	margin-left:12px;
	padding-top:164px;
	}

.click-here3
	{
	normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#46647c;
	text-align:left;
	margin-left:12px;
	padding-top:100px;
	}

.click-here img
	{
	margin-left:3px; margin-bottom:-2px;
	}
	
.click-here1 img
	{
	margin-left:3px; margin-bottom:-2px;
	}
	
.click-here2 img
	{
	margin-left:3px; margin-bottom:-2px;
	}
	
.click-here3 img
	{
	margin-left:3px; margin-bottom:-2px;
	}

.go
	{
	normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#46647c;
	text-align:left;
	margin-left:8px;
	padding-top:5px;
	}

.go img
	{
	margin-left:3px;
	margin-bottom:-1px;
	margin-right: 10px;
	}
	
.go input
	{
	margin-bottom:6px;
	}
	
.news
	{
	normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#46647c;
	text-align:left;
	margin-left:15px;
	padding-top:8px;
	}
	
.news img
	{
	margin-bottom:6px;
	margin-left: 5px;
	}
	
.news input
	{
	margin-bottom:6px;
	}

.more
	{
	normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#46647c;
	text-align:right;
	margin-right:6px;
	padding-top:52px;
	}

.more img
	{
	margin-left:3px; margin-bottom:-1px;
	}
	
.more-teams
	{
	normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#46647c;
	text-align:right;
	margin-right:6px;
	padding-top: 10px;
	}

.more-teams img
	{
	margin-left:3px; margin-bottom:-1px;
	}

#credit-cards
	{ 
	background:url(/images/banners/credit-cards.jpg) no-repeat;
	min-height:85px;
	height:85px;
	width:200px;
	padding-bottom:6px;
	}
	
* html #credit-cards { height:85px; }

#satisfaction-guaranteed
	{ 
	background:url(/images/banners/satisfaction-guaranteed.jpg) no-repeat;
	min-height:110px;
	height:110px;
	width:200px;
	padding-bottom:6px;
	}
	
#satisfaction-guaranteed1
	{ 
	background:url(../images/conversion-test/satisfaction-guaranteed1.jpg) no-repeat;
	min-height:110px;
	height:110px;
	width:200px;
	padding-bottom:6px;
	}
	
#satisfaction-guaranteed2
	{ 
	background:url(../images/conversion-test/satisfaction-guaranteed2.jpg) no-repeat;
	min-height:110px;
	height:110px;
	width:200px;
	padding-bottom:6px;
	}
	
#satisfaction-guaranteed3
	{ 
	background:url(../images/conversion-test/satisfaction-guaranteed3.jpg) no-repeat;
	min-height:140px;
	height:140px;
	width:200px;
	padding-bottom:6px;
	}
	
* html #satisfaction-guaranteed { height:110px; }

#newsletter
	{ 
	background:url(/images/banners/newsletter.jpg) no-repeat;
	min-height:110px;
	height:110px;
	width:200px;
	padding-bottom:6px;
	}
	
* html #newsletter { height:110px; }
	
#left-panel-container
	{
	float:left;
	width:582px;
	padding-left:6px;
	background-color:#fff;
	}

#banner
	{
	background:url(/images/home-header.jpg) no-repeat;
	min-height:243px;
	height:243px;
	width:582px;
	/*background:url(/images/banner-home.jpg) no-repeat;
	min-height:209px;
	height:209px;
	width:582px;
	padding-bottom: 20px;*/
	}
	
* html #banner { height:243px; }

#banner2
	{
	background: url(/images/banner-cat-generic.jpg) no-repeat;
	height:145px;
	width:583px;
	text-transform:uppercase;
	font-size: 11px;
/*	letter-spacing: 1px;*/
	}
	
* html #banner { height:145px; }

#banner_short
	{
	background: url(/images/banner-cat-generic-short.jpg) no-repeat;
	height:76px;
	width:583px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: #FF6600;
	}
	
* html #banner_short { height:76px; }

#where
	{
	margin-left: 250px;
	padding-top: 18px;
	
	}
#where_short
	{
	margin-left: 175px;
	padding-top: 15px;
	}
.tab
	{
	background:url(/images/but-prod-results.gif) no-repeat;
	height: 25px;
	min-height: 25px;
	padding:0;
	width: 195px;
	}
	
.tab2
	{
	background:url(/images/but-prod-2.gif) no-repeat;
	height: 24px;
	min-height: 24px;
	padding:0;
	width: 195px;
	}


#right-teams
	{
		font: normal 10px Verdana, Arial, Helvetica, sans-serif;
		/*color:#46647c;*/
		width:199px;
		float:right;
		clear:right;
	}
	
	
.right-teams-hd
	{
		font: normal 10px Verdana, Arial, Helvetica, sans-serif;
		margin-top:33px;
		width:190px;
	float:right;
		height:42px;
	}

#ncaa-college-team
	{
		font: normal 10px Verdana, Arial, Helvetica, sans-serif;
		margin-top:10px;
		width:383px;
		float:left;
	}
	
#ncaa-left
	{
	float:left;
	width:192px;
	}
	
#ncaa-right
	{
	float:right;
	width:191px;
	}

#iconlist li
	{
		padding:5px 0px;
		margin-left:3px;
		height:28px;
		min-height:28px;
		vertical-align:middle;
		border-bottom:1px dashed #cccccc;
		width:180px;
		clear:both;
	}	

#iconlist img { margin-left:6px; margin-bottom:-10px; margin-right:2px;
text-decoration:none;}
	
* html #iconlist { height:28px; }



/* --------------------------------------------- Footer Section --------------------------------------------- */


/*#footer a:visited, a:active, a:link 
	{
	font:normal Verdana, Arial, Helvetica, sans-serif; 
	color:#46647c; 
	text-decoration:none;
	}

#footer a:hover
	{
	font:normal Verdana, Arial, Helvetica, sans-serif; 
	color:#1777b1; 
	text-decoration:underline;
	}*/

#footer .link2 
	{
	font:normal 9px Verdana, Arial, Helvetica, sans-serif; 
	margin:0px 4px;
	font-weight:bold;
	}

#footer .link1
	{
	font:normal Verdana, Arial, Helvetica, sans-serif; 
	margin:0px 18px;
	}

#footer-tile
	{
	background:url(https://www.sportsfantreasures.com/images/footer-tile.jpg) repeat-x;
	height:13px;
	min-height:13px;
	margin-bottom:24px;
	}

* html #footer-tile { height:13px; }

#topsellers {
	font-size:16px;
	color:#ff6600;
	font-weight: bold;
}

#livechat
    {
    float:right;
		width:162px;
		margin:0 10px 0 0;
    }
	
	
.thumbnails { display:block; margin:0; padding:0; width:274px; }
.thumbnails li { display:block; float:left; margin:4px 4px 0 0; padding:0; width:42px; height:42px; text-align:center; border:1px solid #eee; cursor:pointer; }
.thumbnails li span { display:inline-block; height:100%; text-align:center; vertical-align:middle; }
.thumbnails li img { vertical-align:middle; }

.swatches { display:inline; margin:0; padding:0; }
.swatches li { display:block; float:left; margin:4px 4px 0 0; padding:0; width:50px; height:50px; text-align:center; border:1px solid #eee; cursor:pointer; }
.swatches li span { display:inline-block; height:100%; text-align:center; vertical-align:middle; }
.swatches li img { vertical-align:middle; }

.product-image-margin { height:8px; }

.closeup { position:absolute; top:75px; padding:10px 10px 5px; background-color:#fff; border:1px solid #333; text-align:center; display:none; z-index:2; min-width:274px; min-height:274px; }
.closeup a { cursor:pointer; margin-top:5px; z-index:2; }
.closeup_backing { display:none; position:absolute; left:0px; top:0px; background-color:#333; opacity:0.75; filter:alpha(opacity=75); width:100%; }
