@charset "UTF-8";
/* CSS Document */

body  {
	margin:0 auto;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:18px;
}

#logo {
	background-image:url(../images/bolt_logo.gif);
	background-repeat:no-repeat;
	width: 512px;
	height:105px;
}

#logo span {
	display:none;
}

#header {
	width:100%;
	height:125px;
}

.headerContentRight {
	position:absolute;
	right:15px;
	top:33px;
	vertical-align:middle;
}

#header h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 40px 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#topNavItems {
	font-size:10px;
	color:#FF0;
	position:absolute;
	left:20%;
	top:7px;
}

.mainNav {
	position:absolute;
	left:270px;
	top:92px;
	float:left;
}

.mainNav span {
	display:none;
}

#blackBox {
	background:#000;
	border:1px solid #666;
	text-align:left;
	padding:0 20px;
}

#banner {
	background:#000;
	border:1px solid #666;
}

#botd-button {
	display:block;
	width: 165px;
	height: 40px;
	background: url("../images/button_botd.gif") no-repeat 0 0;
}

#botdPos {
	position:absolute;
	top:92px;
	right:0;
	z-index:100;
}

#botd-button span {
	display:none;
}

#container {
	margin:0 auto;
	padding-top:15px;
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height:600px;
}

.subMenu {
	padding-top:2px;
	padding-bottom: 2px;
	padding-left:7px;
	line-height:20px;
	display:block;
	text-decoration: none;
	color:#CCC;
	height: 20px;
	cursor: pointer;
}

a.subMenu:hover {
	background: url(../images/arrow_white.gif);
	background-position:left;
	background-repeat:no-repeat;
	cursor: pointer;
	color:#FFF;
}

.subMenuSub {
	display: block;
	padding-left:15px;
	color:#CCC;
}

a.subMenuSub:link, a.subMenuSub:visited {
	display: block;
	padding-left:15px;
	color:#CCC;
}

a.subMenuSub:hover {
	display: block;
	padding-left:15px;
	color:#FFF;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.selected {
	background: url(../images/arrow_blue.gif);
	background-position:left;
	background-repeat:no-repeat;
	cursor: pointer;
	color:#375db1;
}

#sportHeader {
	background-image:url(../images/h2_bg.gif);
	height:25px;
	margin: 3px;
	padding:0 0 0 15px;
	color:#FFF;
}

#prodTitle {
	position:relative;
	text-align:left;
	top:3px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

#mainContent {
	min-height:100%;
	border:1px solid #333;
	margin: 0 191px 0 171px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#thumbBox {
	margin:10px 0;
	width:47%;
	padding-right:10px;
	float:left;
}

#floatLeft {
	float:left;
	padding-right:5px;
}

#itemThumb {
	width:88px;
	height:88px;
}

#productTitle {
	font-size:14px;
	font-weight:bold;
	width:100%;
}

#productInfo {
	vertical-align:top;
}

#productpic img {
	width:250px;
	height:250px;
	border:1px solid #333;
}

#mTop {
	margin-top:20px;
}

#infoColor {
	color:#FFF;
}

fieldset {
	background-color:#000;
	margin-top:25px;
	padding: 1em;
	border:1px solid #333;
}

label {
	float:left;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
}

select {
	margin:2px;
}

legend {
	padding: 0.2em 0.5em;
	color:#FFF;
	font-size:90%;
	text-align:right;
}

.itemBorder {
	border:1px solid #999;
}

.itemBorder:hover {
	border: 1px solid #69F;
}

.item {
	width:150px;
	height:115px;
	border: 1px solid #666666;
	margin-bottom:25px;
	margin-right:7px;
	float:left;
}

.thumb {
	float:left;
}

.t-name {
	margin:5px;
	padding:2px;
	text-align:center;
	background:#000;
}

#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

#footer p {
	margin:20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	text-align:center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link, a:visited {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.white:link, a.white:visited {
	color: #FFF;
	text-decoration:none;
	padding-left:7px;
}

a.white:hover {
	background: url(../images/arrow_blue.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#375db1;
}

.blue {
	color:#2F5099;
}

.yellow {
	color:#FFCC33;
}

.grey {
	color:#CCC;
}

a.blue:link, a.blue:visited {
	color: #2F5099;
	text-decoration:none;
}

a.blue:hover {
	text-decoration:underline;
}

a.yellow:link, a.yellow:visited {
	color: #FC3;
	text-decoration:none;
}

a.yellow:hover {
	text-decoration:underline;
}

.item:hover {
	border: 1px solid #69F;
}

img {
	border:0;
}

#buttonFootball {
	background: url("../images/button_football.gif") no-repeat 0 0;
	display:block;
	width: 80px;
	height: 27px;
	float:left;
}

#buttonFootball:hover {
	background-position: 0 -27px;
}

#buttonBaseball {
	background: url("../images/button_baseball.gif") no-repeat 0 0;
	display:block;
	width: 80px;
	height: 27px;
	float:left;
}

#buttonBaseball:hover {
	background-position: 0 -27px;
}

#buttonSoftball {
	background: url("../images/button_softball.gif") no-repeat 0 0;
	display:block;
	width: 80px;
	height: 27px;
	float:left;
}

#buttonSoftball:hover {
	background-position: 0 -27px;
}

#buttonBasketball {
	background: url("../images/button_basketball.gif") no-repeat 0 0;
	display:block;
	width: 80px;
	height: 27px;
	float:left;
}

#buttonBasketball:hover {
	background-position: 0 -27px;
}

#buttonSoccer {
	background: url("../images/button_soccer.gif") no-repeat 0 0;
	display:block;
	width: 80px;
	height: 27px;
	float:left;
}

#buttonSoccer:hover {
	background-position: 0 -27px;
}

#buttonLacrosse {
	background: url("../images/button_lacrosse.gif") no-repeat 0 0;
	display:block;
	width: 80px;
	height: 27px;
	float:left;
}

#buttonLacrosse:hover {
	background-position: 0 -27px;
}

#buttonCheer {
	background: url("../images/button_cheer.gif") no-repeat 0 0;
	display:block;
	width: 80px;
	height: 27px;
	float:left;
}

#buttonCheer:hover {
	background-position: 0 -27px;
}

#buttonContact {
	background: url("../images/button_contact.gif") no-repeat 0 0;
	display:block;
	width: 90px;
	height: 27px;
	float:left;
}

#buttonContact:hover {
	background-position: 0 -27px;
}

#buttonBolt {
	background: url("../images/button_bolt.gif") no-repeat 0 0;
	display:block;
	width: 80px;
	height: 27px;
	margin-left:50px;
	float:left;
}

#buttonBolt:hover {
	background-position: 0 -27px;
}

#buttonBoltTV {
	background: url("../images/button_bolttv.gif") no-repeat 0 0;
	display:block;
	width: 80px;
	height: 27px;
	margin-left:20px;
	float:left;
}

#buttonBoltTV:hover {
	background-position: 0 -27px;
}

h2 {
	font-size:12px;
	color:#FFCC33;
	margin-left:10px;
	text-decoration:underline;
}

hr {
	color:#333;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:20px 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#000;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/*ACCORDIAN*/

#side{
  float:left;
  display:inline;
  padding-bottom:1.3em;
  position:relative;
  overflow:hidden
}

/* --- Links --- */

a:hover, a:focus, a:active {border-color:#b3c5db; text-decoration:none; outline:0 none}

#side a {border-width:0 0 1px 0; border-color:#33383f}

#side a, #side a:link, #side a:visited {color:#f0f0f0}

#side a:hover, #side a:active, #side a:focus {background-color:#171717; color:#2f5099}


/* --- Accordion --- */
.accordion {margin:0; padding:0 10px}

.accordion li {list-style-type:none}

#side ul.accordion ul {margin:0; padding:0 0 0 20px;}

.accordion p {margin-bottom:0; padding-bottom:1em}

/*  
  Add styles for all links in the 'accordion':
.accordion a {...}
*/    

a.trigger {display:block; padding-left:20px; background-image: url(/images/plus.gif); background-repeat: no-repeat; background-position: 1px 50%;  font-weight:700}

a.trigger.open {background-image: url(/images/minus.gif)}

/* jquery slideshow css */
.pics {  
    height:  580px;  
    width:   273px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0 
}

/* Cart */

.cartColumnHeader {
	background-color:#333;
	border:1px solid #666;
	color:#FFF;
	font-weight:bold;
	padding:4px 3px 2px 5px;
	vertical-align:bottom;
}

.cartColumnHeaderRight {
	background-color:#333;
	border:1px solid #666;
	color:#FFF;
	font-weight:bold;
	padding:4px 3px 2px 5px;
	vertical-align:bottom;
}

#cartTotal {
	width:55px;
}

.cartThumb {
	border-bottom:1px dashed #000000;
	padding:10px 0 10px 5px;
	width:80px;
}

.productBorder {
	border:1px solid #666;
}

.cartRow {
	border-bottom:1px dashed #000000;
	padding:10px 0 10px 5px;
}

#cd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #fff;
	text-align: center;
	font-weight: bold;
}





--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 180px; }
#sidebar2 { width: 140px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar2, #sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->