@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	background-color: #323232;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 120%;
	text-align: center;
	background-image: url(images/stadium-bg.jpg);
	background-position: center -100px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-moz-text-size-adjust:none !important; 
	-webkit-text-size-adjust:none !important; 
	-ms-text-size-adjust:none !important; 
	text-size-adjust:none !important;
}
@font-face {
	font-family: 'roboto_bkbold';
	src: url('fonts/roboto-black-webfont.eot');
	src: url('fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-black-webfont.woff') format('woff'), url('fonts/roboto-black-webfont.ttf') format('truetype'), url('fonts/roboto-black-webfont.svg#roboto_bkbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sports_worldregular';
	src: url('fonts/sports_world-regular-webfont.eot');
	src: url('fonts/sports_world-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sports_world-regular-webfont.woff') format('woff'), url('fonts/sports_world-regular-webfont.ttf') format('truetype'), url('fonts/sports_world-regular-webfont.svg#sports_worldregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ~~this fixed width container surrounds the other divs~~ */

#containerwrapper {
	width: 962px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: -20px 2px 30px #000;
	-webkit-box-shadow: -20px 2px 30px #000;
	box-shadow: -20px 2px 30px #000;
}
#container {
	width: 960px;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 20px 2px 30px #000;
	-webkit-box-shadow: 20px 2px 30px #000;
	box-shadow: 20px 2px 30px #000;
}
/* HEADER */
/* the header is not given a width, but extends the full width of the layout.*/
#header {
/*border-bottom: #000 solid 1px;*/
}
#header img {
	float: left;
	width: 450px;
	padding: 40px 0px 35px 40px;
}
#header img.shophere {
	position: relative;
	top: 3px;
	left: -74px;
	width: 134px;
	padding: 0px;
	margin: 0px;
}
#header div#specialbanner { /*for holiday announcements, sales, etc.*/
	position: absolute;
	top: -35px;
	left: 49%;
	z-index: 20;
}
#header div#specialbanner img {
	width: 425px;
	height: 53px;
}
#header div.tagline {
	width: 294px;
	float: left;
	margin: 0px;
	padding: 44px 0px 20px 172px;
	font-size: 24px;
	line-height: 130%;
	/*border-left: solid 1px #000;*/
	text-align: left !important;
}
.headerBold {
	font-family: roboto_bkbold, "Franklin Gothic Heavy", "Arial Black", Arial, Impact, sans-serif !important;
	font-size: 25px;
	font-weight: bold;
	color: #EF4136;
	text-transform: uppercase !important;
	text-align: left !important;
}
p.upper-nav-p, p.upper-nav-p1 {
	background: none;
	background-color: #7a797a;
	color: #FFFFFF;
	float: right;
	text-shadow: 1px 1px 0px #333;
	margin-left: 1px;
	padding: 8px 0;
	text-align: center;
	width: 124px;
	letter-spacing: .05em;
	cursor: pointer;
	font-family: roboto_bkbold, "Franklin Gothic Heavy", "Arial Black", Arial, Impact, sans-serif !important;
	font-weight: normal;
	text-transform: uppercase;
}
p.upper-nav-p1 {
	width: 170px;
}
p.upper-nav-p:hover, p.upper-nav-p1:hover {
	background: none;
	background-color: #ff8000;
}
/* NAVIGATION BUTTONS*/
#boxcontainer {
	width: 100%;
	height: 252px;
	margin: 0px 30px 40px 35px;
}
#boxcontainer > div {
	float: left;
	width: 173px;
	margin: 0px 7px 0px 0px !important;
}
#boxcontainer > div.last {
	float: left;
	width: 173px;
	margin-right: 0px !important;
}
#boxcontainer > div > a > img {
	-moz-box-shadow: 0px 2px 5px #000;
	-webkit-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px #000;
}
/*--------------------- CONTENT AREA--------------------- */

#sportsyoushouldbewatchingcontainer {
	float: right;
	width: 290px;
}
#sportsyoushouldbewatchingbox {
	color: #000;
	float: right;
	clear: right;
	width: 290px;
	line-height: 140%;
	background-image: url(images/short-gradient.png);
	background-repeat: repeat-x;
	padding: 20px 0px;
	margin: 20px 35px 30px 30px;
	-moz-box-shadow: 0px 2px 5px #000;
	-webkit-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px #000;
}
#sportsyoushouldbewatchingbox img {
	float: left;
	width: 70px;
	margin: -2px 10px 10px -10px;
}
#sportsyoushouldbewatchingbox p {
	padding: 0px 20px 10px 30px;
}
#joinemaillist {
	color: #000;
	float: right;
	width: 290px;
	line-height: 140%;
	background-image: url(images/short-gradient.png);
	background-repeat: repeat-x;
	padding: 20px 0px;
	margin: 20px 35px 30px 30px;
	-moz-box-shadow: 0px 2px 5px #000;
	-webkit-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px #000;
}
#content {
	padding: 0px 5px;
	margin: 0px 330px 30px 0px;
}
#content-productspage {
	padding: 0px 5px 20px 5px;
	margin: 0px 0px 30px 260px;
}
#content-cart {
	padding: 20px 5px;
	margin: 0px 30px 30px 30px;
}
#welovesports {
	display: block;
	min-height: 70px !important;
}
h1#welovesportsh1 {
	margin: 0;
	padding: 0px 30px 10px 30px;
	text-align: left;
	line-height: 140%;
	font-family: "Franklin Gothic Heavy", sports_worldregular, "Arial Black", Arial, roboto_bkbold, Impact, sans-serif !important;
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
}
/* GENERIC SELECTORS */

h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding: 0px 30px 10px 30px;
	text-align: left;
	line-height: 140%;
}
p.category-p {
	padding: 8px 0px 0px 0px;
	margin: 0px;
}
ol, ul {
	padding: 0px 30px 10px 50px !important;
}
h1 {
	font-family: roboto_bkbold, "Franklin Gothic Heavy", "Arial Black", "Impact", sans-serif !important;
	font-size: 36px;
	text-transform: uppercase;
	padding: 0px 30px 10px 30px;
	line-height: 140%;
	text-align: left !important;
}
h2 {
	font-size: 22px;
	padding: 0px 30px 8px 30px;
	line-height: 140%;
	text-align: left !important;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	padding: 0px 30px 8px 30px;
	line-height: 140%;
	text-align: left !important;
	font-weight: bold;
}
h4 {
	font-size: 15px;
	padding: 0px 30px 6px 30px;
	line-height: 140%;
	text-align: left !important;
	font-weight: bold;
}
.orange {
	color: #FF8000;
}
.lightred {
	color: #EF4136;
}
.red {
	color: #BE1E2D;
}
.black {
	color: #000;
}
.gray {
	color: #cbcbcb;
}
.darkgray {
	color: #6E6C64;
}
a img {
	border: none;
}
/* ------------------------FAQ styles--------------------------- */


.answerspan, .questionspan {
	padding: 5px 20px;
	font-family: roboto_bkbold, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	-moz-box-shadow: 0px 2px 5px #555555;
	-webkit-box-shadow: 0px 2px 5px #555555;
	box-shadow: 0px 2px 5px #555555;
	color: white;
}
.questionspan {
	background-color: #EF4136;
}
.answerspan {
	background-color: #6E6C64;
}
#qandadiv {
	margin-left: 35px;
}
.questiondiv, .answerdiv {
	float: left;
	width: 120px;
	padding-top: 25px;
}
.questiondiv {
	clear: left;
}
.question {
	margin: 0px 35px 0px 120px;
	padding-top: 20px;
	line-height: 1.8em;
	font-weight: bold;
}
.answer {
	margin: 0px 35px 0px 120px;
	padding-top: 20px;
	line-height: 1.8em;
}
div.qa {
	clear: left;
}
div > .qa > .answer {
	margin: 0px 0px 20px 30px;
	padding: 30px 10px 10px 10px;
	background-image: url(images/smallbuttonbackground-a.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 40px;
	float: left;
	clear: none;
}
div > .qa > .question {
	margin: 0px 0px 20px 30px;
	padding: 30px 10px 10px 10px;
	background-image: url(images/smallbuttonbackground-q.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 40px;
	float: left;
	clear: none;
}
p.faq {
	font-size: 16px !important;
}
p.faq-q {
	font-size: 16px !important;
	font-weight: bold;
}
/*-----------------------browsers page styles-----------------------*/

#browsersdiv {
	line-height: 150%;
	background: url(images/short-gradient.png);
	background-position: center -100px;
	background-repeat: repeat-x;
	padding: 20px;
	margin: 20px 30px 30px 30px;
}
/*Styling for links must remain in this order  */
a:link {
	color: #EF4136;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	font-weight: bold;
}
/* ~~ The footer ~~ */
#footer {
	background: #fff;
	clear: both;
	font-size: 12px;
	padding: 10px 5px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	text-align: center;
}
#footer p {
	text-align: center;
}
/* ~~ miscellaneous float/clear classes ~~ */
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/* styles from main.css */

#product_left_column {
	float: left;
	width: 200px;
	padding: 20px 20px 20px 0px;
}
#product_right_column {
	padding: 20px 5px;
	margin: 0px 0px 30px 210px;
}
#product_left_column #productimg {
	position: absolute;
	z-index: 1001;
	margin: 0px;
	padding: 0px;
}
form {
	margin: .5em 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
label {
	min-width: 180px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 16px;
}
textarea {
	min-width: 300px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #6E6C64;
	/*			-moz-box-shadow: 0px 2px 5px #555555;
	-webkit-box-shadow: 0px 2px 5px #555555;
	box-shadow: 0px 2px 5px #555555;*/
	-webkit-appearance: none;
}
table {
	border-collapse: collapse;
	margin: 0px 0px 10px 30px;
}
td, th {
	margin: 0;
	padding: 3px;
	vertical-align: top;
}
input[type="text"], input[type="input"], input[type="password"], input[type="email"], input[type="search"], select {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 3px;
	border: 1px solid #6E6C64;
	/*	-moz-box-shadow: 0px 2px 5px #555555;
	-webkit-box-shadow: 0px 2px 5px #555555;
	box-shadow: 0px 2px 5px #555555;*/
	-webkit-appearance: none;
}
:focus {
	outline-color: #EF4136;
	background: #EEEEEE;/*outline-style: none;*/
}
input[type="text"]:hover, textarea:hover, input[type="email"]:hover {
	background: #EEEEEE;
}
input.redbutton {
	/*background-image:url(images/inputbuttons-small-hover.png) !important;
	background-color:transparent;
	background-repeat:repeat-x;		
	-moz-box-shadow: 0px 2px 5px #555555;
	-webkit-box-shadow: 0px 2px 5px #555555;
	box-shadow: 0px 2px 5px #555555;*/
	background-color: #ef4136;
	color: #fff;
	text-shadow: 1px 1px 0px #333;
	letter-spacing: .05em;
	text-align: center;
	text-transform: uppercase;
	font-family: roboto_bkbold, "Franklin Gothic Heavy", "Arial Black", Arial, Impact, sans-serif !important;
	font-size: 14px !important;
	font-weight: normal;
	width: 150px !important;
	padding: 8px;
	cursor: pointer;
	margin: 10px 0px;
	border: none;
}
input.nobutton {
	background-color: transparent;
	display: block;
	color: #6E6C64;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: bold;
	height: 25px !important;
	width: 80px !important;
	padding: 5px;
	cursor: pointer;
	margin: 10px 0px;
	border: none;
}
input.nobutton.first {
	height: 25px !important;
	width: 50px !important;
}
input.redbutton:hover {
	/*background-image:url(images/inputbuttons-small.png) !important;
	background-repeat:repeat-x;*/
	background: none;
	background-color: #515152;
}
input.nobutton:hover {
	background-color: transparent;
	display: block;
	color: #EF4136;
}
p.discount-banners {
	background: #ef4136;
	font-family: roboto_bkbold, Arial, sans-serif !important;
	color: #FFFFFF;
	font-size: 16px;
   left: 0px;
	padding: 3px 0;
	position: relative;
	width:100px;
	text-align: center;
	text-shadow: 1px 1px #515152;
	top: 80px;
}
img.on-sale {
	margin-top: -20px;
}
div.hide-discount-div {
	display: none;
}
table.minitable td {
	border: 1px solid #cbcbcb;
	padding: 5px;
	height: 115px;
}
th.signingsth {
	border: 1px solid #cbcbcb;
	padding: 5px;
	background-color: #cbcbcb;
}
td.signingstd, td.producttd {
	border: 1px solid #cbcbcb;
	padding: 5px;
}
td.producttd {
	width: 400px;
}
/* products sidebar */

#sidebar {
	float: left;
	width: 180px;
	color: #000;
	line-height: 140%;
	background-image: url(images/short-gradient.png);
	background-repeat: repeat-x;
	padding: 20px 20px;
	margin: 5px 0px 30px 35px;
	-moz-box-shadow: 0px 2px 5px #000;
	-webkit-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px #000;
}
#sidebar h3 {
	padding: 15px 0px 5px 0px;
	margin: 0px;
}
#sidebar h2 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
#sidebar h3 {
	font-size: 16px;
}
#sidebar h2 {
	font-size: 19px;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
}
#sidebar ul {
	list-style-type: none;
	padding: 0px 10px 10px 0px !important;
	padding-left: 0;
}
#sidebar li {
	margin: 0;
	line-height: 140%;
	padding: 0px;
}
.lightred {
	color: #EF4136;
}
.red {
	color: #BE1E2D;
}
/********************************************************************
* styles for the classes
********************************************************************/
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.cart_qty {
	text-align: right;
	width: 3em;
}
.button_form {
	margin: 0;
	padding: 0;
	float: left;
}
.inline {
	display: inline;
	margin-left: .5em;
}
/********************************************************************
* Styles for the Product Manager application
********************************************************************/
#category_table form {
	margin: 0;
}
#category_table td {
	margin: 0;
	padding: .15em .5em 0 0;
}
#add_category_form {
	margin: 0;
}
#add_category_form input {
	margin-right: .5em;
}
#add_admin_user_form label {
	width: 8.5em;
}
#edit_and_delete_buttons {
	margin-bottom: .5em;
}
#edit_and_delete_buttons form {
	display: inline;
}
#image_manager input {
	margin: .25em;
}
/********************************************************************
* Styles for the Product Catalog application
********************************************************************/
#product_image_column {
	width: 100px;
	text-align: left;
}
/******************************************************************
#add_to_cart_form {
    margin: .25em;
}
#add_to_cart_form input {
    float: none;
}
/*******************************************************************/
#cart {
	margin: 0;
	padding: 1em .25em;
	border-collapse: collapse;
	width: 100%;
}
#cart_header th {
	border-bottom: 2px solid black;
}
#cart_footer td {
	border-top: 2px solid black;
	font-style: bold;
}
#cart td {
	padding: .25em 0;
}
/*******************************************************************/
#login_form label {
	text-align: right;
	width: 100px;
	padding-right: 10px;
}
#login_form input[text] {
}
#payment_form label {
	width: 8em;
	padding-right: 1em;
}
#payment_form input[text] {
	width: 5em;
	margin: 0;
	padding-right: 1em;
}
#add_category label {
	text-align: left;
	width: 3em;
}
#add_category input {
	margin-right: .25em;
}
input#general_search {
	margin: 10px 5px 10px -125px;
}
