* {
	margin: 0px;
	padding: 0px;
}

body 
{
    background-color: #fff;
	color: #333;
	font-family: Arial, "Lucida Grande", "Lucida Sans", Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 815px;
	text-align: left;
}

#header {
	margin-top: 2px;
	width: 815px;
	height: 123px;
	position: relative;
	background-image: url(images/header2.gif);
	background-repeat: no-repeat;
}

#content {
	width: 815px;
	position: relative;
	z-index: 1;
}

#navigation {
	width: 815px;
	position: relative;
	text-align: right;
	/*z-index: 20;*/
	top: 80px;
	right: 0px;
	font-size: 120%;
	font-weight: bold;
	color: white;
}

#navigation li {
	list-style: none;
	display:inline;
	/*border-right: 1px dotted #FF9900;*/
	height: 28px;
	background: #000000 url(images/divider.png) no-repeat top right;
	margin-right: 17px;
	padding-right: 20px;
	padding-bottom: 2px;
	}
	
#navigation li.last {
	margin-right: 45px;
	background: #000 none;
	}
	
#navigation a, #navigation a:visited {
	color: #ccc;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	text-decoration: underline;
}

#navigation a.active, #navigation a.active:visited {
	color: #fff;
	text-decoration: underline;
}


img {
	border-style: none;
}


#footer {
	width: 815px;
	height: 15px;
	float: left;
	position: relative;
	background-color: #333;
	font: 0.9em Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	border-top: 3px solid #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-top: 15px;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #fff;
}

#footer p {
	padding-left: 10px;
}

#footer a, #footer:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#info {
	width: 815px;
	float: left;
	position: relative;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	background: #fff url(images/info.gif) no-repeat center right;
}

#info p.about {
	width: 340px;
}

#header h1, #footer span { display: none; }


#logo {
width: 312px;
height: 71px;
display: block;
position: absolute;
top: 22px;
left: 5px; }
#logo a:hover {
background: url(images/logo.png) top left no-repeat; }
#logo a {
background: transparent url(images/logo.png) top left no-repeat;
display: block;
width: 312px;
height: 71px; }


/*------Content -----------------*/

#left {
	width: 200px;
	float: left;
}

ul#chicago{
		width: 200px;
		border-left: 2px solid #FF9900;
		border-right: 2px solid #FF9900;
		border-bottom: 2px solid #FF9900;
		font: 0.9em Verdana, Arial, Helvetica, sans-serif;
		padding-bottom: 5px;
}

#chicago li.team {
		width: 165px;
		border-bottom: 1px dotted #ccc;
		margin-left: 25px;
		padding-top: 5px;
		padding-bottom: 2px;
		list-style: url("images/bullet.gif") outside circle;
		font-size: 125%;
}

#chicago li.topBar {
	background: transparent url(images/title_bar.png) top left no-repeat;
	width: 195px;
	height: 24px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 145%;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 8px;
	padding-left: 5px;
	border: none;
	margin: 0;
	list-style: none;
}

#chicago a, #chicago a:visited{
	color: #333;
	text-decoration: none;
}

#chicago a:hover{
	color: #333;
	font-weight: bold;
	/*text-decoration: underline;*/
}


ul#browseCat{
		margin-left: 2px;
		margin-top: 10px;
		width: 200px;
		/*border-left: 2px solid #f0f0f0;
		border-right: 2px solid #f0f0f0;
		border-bottom: 2px solid #f0f0f0;*/
		font: 0.9em Verdana, Arial, Helvetica, sans-serif;
		background-color: #f0f0f0;
		padding-bottom: 5px;
}

#browseCat li.category {
		width: 165px;
		border-bottom: 1px dotted #ccc;
		margin-left: 25px;
		padding-top: 5px;
		padding-bottom: 2px;
		list-style: url("images/bullet2.gif") outside circle;
		font-size: 125%;
}

#browseCat li.topBar {
	background: transparent url(images/title_bar.png) top left no-repeat;
	width: 195px;
	height: 24px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 145%;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 8px;
	padding-left: 5px;
	border: none;
	margin: 0;
	list-style: none;
}

#browseCat a, #browseCat a:visited{
	color: #222;
	text-decoration: none;
}

#browseCat a:hover{
	color: #222;
	font-weight: bold;
	/*text-decoration: underline;*/
}

ul#help_center {
	background: transparent url(images/help_center.png) top left no-repeat;
	width: 200px;
	margin-top: 8px;
	margin-left: 2px;
	list-style: none;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}

ul#help_center li.sell {
	padding-top: 38px;
	font-size: 125%;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	padding-left: 5px;
}

ul#help_center li {
	padding-top: 5px;
	font-size: 125%;
	padding-left: 5px;
}

#help_center a, #help_center a:visited {
	color: #333;
	text-decoration: none;
}

#help_center a:hover {
	font-weight: bold;
	/*text-decoration: underline;*/
}


#center {
	margin-left: 5px;
	margin-top: 0px;
	float: left;
}

#search {
	background: #fff url(images/search_box.gif) top left no-repeat;
	height: 125px;
	width: 325px;
}

#box{
	/*width: 315px;*/
	margin-left: 20px;
	padding-top: 30px;
}

#box p {
	padding-bottom: 5px;
	padding-top: 5px;
}

#box p.letters {
	padding-bottom: 5px;
	padding-top:0px;
}

#box a.letter, #box a.letter:visited {
	padding-right: 3px;
	color: blue;
	text-decoration: none;
}

#box a.letter:hover {
	/*font-weight: bold;*/
	text-decoration: underline;
}



#center_focus {
	margin-left: 0px;
	margin-top: 2px;
}

#center_focus ul {
	width: 270px;
	display:block;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#center_focus .spotlight_image {
	float: left;
	margin: 5px 10px 5px 0px;
} 
#center_focus .spotlight {
	padding: 5px 0px 0px 0px;
	height: 120px;
	border-bottom: 1px solid #eee;
}

#center_focus .spotlight a, #center_focus .spotlight a:visited {
	color: blue;
}

#center_focus .title {
	font-weight: bold;
	color: #FF9900;
	/*margin-bottom: 2px;*/
	font-size: 105%;
	padding-top: 2px;
}




#hats {
		position: relative;
		/*float:left;*/
		margin-left: 5px;
		margin-top: 5px;
		/*width: 600px;*/
}

.hat td {
	border: 2px solid #FF9900;
	padding: 0;
	margin: 0;
}


.hat img {
	width: 100px;
	border: none;
}



#events {
	margin-top: 0px;
	float: right;
}

ul#hot_events{
		width: 265px;
		border-left: 2px solid #000;
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
		font: 0.9em Verdana, Arial, Helvetica, sans-serif;
		padding-bottom: 5px;
}

#hot_events li.event {
		width: 250px;
		border-bottom: 1px dotted #ccc;
		/*margin-left: 25px;*/
		margin-left: 6px;
		padding-top: 5px;
		padding-bottom: 2px;
		/*list-style: url("images/bullet.gif") outside circle;*/
		list-style: none;
		font-size: 115%;
		/*background: transparent url(images/mag.gif) center right no-repeat;*/
}

#hot_events li.topBar {
	background: transparent url(images/eventBar.png) top left no-repeat;
	/*width: 265px;*/
	height: 24px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 145%;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 8px;
	padding-left: 5px;
	border: none;
	margin: 0;
	list-style: none;
}

.day {
	font-weight: bold;
}

#events a, #events a:visited{
	color: #333;
	text-decoration: none;
}

#events a:hover{
	color: #333;
	text-decoration: underline;
}


#advertisement {
	height: 140px;
}	


#shortcuts {
	width: 320px;
	margin-top: 10px;
	margin-left: 8px;
	padding-bottom: 5px;
}

#shortcuts ul {
	list-style:none;
	float: left;
	width: 105px;
}


li.league {
	font-weight: bold;
	font-size: 110%;
	color: #000;
}

li.division {
	text-decoration: underline;
}

#shortcuts a, #shortcuts a:visited{
	color: #333;
	text-decoration: none;
	padding-left: 4px;
}

#shortcuts a:hover {
	color: #FF9900;
	padding-left: 5px;
	text-decoration: underline;
}


/* ---------- End Home Page ---------------------*/

#mainContent {
	padding-left: 8px;
	padding-top: 5px;
	width: 585px;
}

#mainContent p {
	padding-left: 0px;
	font-size: 110%;
}

#mainContent p.descr {
	padding-left: 5px;
}

#mainContent p.note {
	padding-top: 5px;
	font-size: 90%;
	float: left;
	width: 575px;
}

#search_stretch {
	background: transparent url(images/search_box2.gif) top left no-repeat;
	height: 36px;
	width: 595px;
	margin-left: 5px;
}

#box_other{
	background-color: transparent;
	color: #000;
	/*width: 315px;*/
	margin-left: 125px;
	padding-top: 6px;
}

/*------- Cities Pages ---------------*/

#letters_header {
	height: 25px;
	width: 350px;
	background-color: #000;
	border: 1px solid #FF9900;
	text-transform: uppercase;
	font-size: 115%;
	font-weight: bold;
}

#letters_header h4 {
	color: #FF9900;
	text-align: center;
	padding-top: 5px;
}

#mainContent p.letters {
	padding-bottom: 5px;
	padding-top:0px;
	margin-left: 20px;
	font-weight: normal;
	font-size: 105%;
}

#mainContent a.letter, #mainContent a.letter:visited {
	padding-right: 3px;
	color: blue;
	text-decoration: none;
}

#mainContent a.letter:hover {
	/*font-weight: bold;*/
	text-decoration: underline;
}

#mainContent p {
	padding-top: 15px;
	padding-left: 10px;
	/*font-weight: bold;*/
	font-size: 115%;
}

.beg_letter {
	color: #ff9900;
	font-size: 200%;
	font-weight: bold;
}

ul.cities {
	list-style: none;
	padding-left: 12px;
}

ul.cities a, .cities a:visited {
	text-decoration: none;
	color: #333;
}

ul.cities a:hover {
	text-decoration: none;
	color: #ff9900;
	padding-left: 5px;
}

.sell_header { background-color: #000; color: #FF9900; border: 2px solid #FF9900; }

p.steps { text-align: center; font-weight: bold; }
h4.discount { text-align: center; font-weight: bold; font-size: 1.7em; }
#mainContent ol {padding-top: 10px; padding-left: 30px; }

/*------- Team Pages ----------------*/

#team_header {
	width: 580px;
	height: 40px;
	margin-bottom: 10px;
}

#team_header .grad {
	height: 38px;
	background: url(images/teamHeader.png) bottom right no-repeat;
}

#team_header h3 {
	font-size: 215%;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
}

.cubs { background-color: #0E3386; color: #D82427; border: 2px solid #D82427; }
.wsox { background-color: #000; color: #fff; border: 2px solid #999; }
.twins { background-color: #072764; color: #C6011F; border: 2px solid #C6011F; }
.cardinals { background-color: #C41E3A; color: #fff; border: 2px solid #ccc; }
.yankees { background-color: #1C2841; color: #999; border: 2px solid #6D7380; }
.mets { background-color: #003581; color: #F47937; border: 2px solid #F47937; }
.mariners { background-color: #0C2C56; color: #008080; border: 2px solid #005C5C; }
.rsox { background-color: #0D2B56; color: #BA313C; border: 2px solid #BA313C; }
.angels { background-color: #0F437C; color: #BA0021; border: 2px solid #BA0021; }
.giants { background-color: #000; color: #FD5A1E; border: 2px solid #FD5A1E; }

.bulls { background-color: #000; color: #B90000; border: 2px solid #B90000; }
.blazers { background-color: #000; color: #C90D0F; border: 2px solid #C90D0F; }
.heat { background-color: #000; color: #BA2E2F; border: 2px solid #BA2E2F; }
.raptors { background-color: #474980; color: #E50B46; border: 2px solid #AF0834; }
.warriors{ background-color: #003366; color: #F7A235; border: 2px solid #F7A235; }
.lakers { background-color: #290063; color: #FDBE31; border: 2px solid #FDBE31; }

.bears { background-color: #09162C; color: #E2632D; border: 2px solid #E2632D; }
.browns { background-color: #251505; color: #C35520; border: 2px solid #C35520; }
.bengals { background-color: #E44920; color: #000; border: 2px solid #000; }
.chiefs { background-color: #C11D24; color: #ECB119; border: 2px solid #ECB119; }
.chargers{ background-color: #193056; color: #FFC20F; border: 2px solid #FFC20F; }
.broncos { background-color: #031432; color: #E76527; border: 2px solid #E76527; }
.seahawks { background-color: #000925; color: #2FB329; border: 2px solid #2FB329; }

.blackhawks { background-color: #000; color: #CC2000; border: 2px solid #CC2000; }
.wild { background-color: #015838; color: #BF2F38; border: 2px solid #BF2F38; }
.sharks { background-color: #000; color: #2C95B5; border: 2px solid #2C95B5; }

#schedule {
	width: 575px;
	margin-top: 15px;
	padding: 5px 5px 10px 5px;
	border: 1px solid #FF9900;
	float: left;
}

#schedule ul {
	list-style: none;
	padding-left: 10px;
	margin-right: 25px;
}

#schedule .divisions {
	float: left;
}

#schedule a, #schedule a:visited{
	color: #333;
	text-decoration: none;
	padding-left: 4px;
}

#schedule a:hover {
	color: #FF9900;
	padding-left: 4px;
	text-decoration: underline;
}


/* ------- Sports Page ----------------*/

div.sports_column {
	float: left;
	width: 195px;
	text-align: center;
}

div.sports_column a,div.sports_column a:visited {
	text-decoration: none;
	color: blue;
}

div.sports_column a:hover {
	text-decoration: underline;
	color: blue;
}

div.sports_column ul {
	list-style: none;
	padding-left: 10px;
}

div.sports_column li {
	height: 120px;
}

/*--------- NFL/NBA/MLB/NHL Pages ---------------------*/

table.teamsTable {width:595px}

table.teamsTable img { margin-bottom: 3px;}

td.teamCell {padding:5px;font-size:10px;text-align:center; width: 25%;}
td.division { padding: 5px 15px 5px 15px; font-size: 1.4em; font-weight: bold; background-color: #ccc; }

a.teamLink{color:white;font-weight:bold;font-size:11px;background-color:gray;padding:1px; text-decoration:none;}

a.teamLink:hover{color:white;font-weight:bold;font-size:11px;background-color:#FF9900;padding:2px;text-decoration:none;}


/*--------- NCAA Pages -------------------------------------*/
table.mainpage_sports {width: 595px;}

td.mainpage_vert_divider{width:1%;background-image:url(images/mainpage_vert_divider.gif);  padding: 0px 10px 0px 10px;}

td.mainpage_sports_link {width: 25%; padding-left: 5px;}

span.mainpage_sports_subhead { color: #000; font-weight: bold; font-size: 110%;}

a.mainpage_sports_link, a.mainpage_sports_link:visited {
	color: blue;
	text-decoration: none;
	padding-left: 4px;
}

a.mainpage_sports_link:hover {
	color: #FF9900;
	padding-left: 5px;
}

#featured {
	font-size: 0.9em;
	margin-bottom: 10px;
}

#featured .spotlight_image {
	float: left;
	margin: 5px 10px 5px 0px;
} 

#featured a, #featured a:visited {
	color: blue;
}

#featured .title {
	font-weight: bold;
	color: #FF9900;
	font-size: 1.1em;
}

#featured td {
	width: 300px;
	padding-right: 5px;
}













/* Search Test */
