/* ------------------------------
	Basic
------------------------------ */
body {
background:#000 url('../images/skin/md-10-main-bg.jpg') center 0 no-repeat;
    color: #222;
    font: 12px  Verdana, Arial, Helvetica, sans-serif;
	margin:0; 
	padding:0; 
	}
body, th, td, input, select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;}
body.nobg {
	background: #666;
	margin: 0;
	padding: 15px;}
body.pop {
	margin: 0;
	padding: 15px;}

input, select {color: #000;}
input.inputright {text-align: right;}

/* brainstorm #26 */
input.disabled {
	border:0; 
	background-color: transparent;}

/* brainstorm #26 */
input.inputrightdisabled { 
	border:0; 
	background-color: transparent;
	text-align: right;}

a			{color: #00f; text-decoration: none;}
a:hover 	{color: #c00;}
a:visited	{color: #009;}
a:active	{color: #c00;}

hr {
	border: 0;
	height: 2px;
	margin: 2px 0;
	background-color: #c00;
	color: #c00;}

img {border: 0;}

h1, h2, .lgmedb, h3, h4, h5 {
	font-weight: bold;
	color: #c00;}
h1 {font-size: 18px;}
h2, .lgmedb {
	font-size: 16px;
	line-height: 1.5em;}
h3 {font-size: 14px;}

big, .lgmed, .sectionhead {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	color: #c00;}

small, .small, .smallbold, .smallmedbold, .errorsm {
	font-size: 10px;}
.small strong, .smallbold, .smallmedbold {font-weight: bold;}
.small strong, .smallmedbold {color: #c00;}

form, script {margin: 0; padding: 0;}

/* ------------------------------
	Layout
------------------------------ */
/* ------------------------------
	Mini Cart - top hover version
------------------------------ */

#cartIcon{
	background-color: transparent; 
	color: #fff;  
	width: 170px; 
	z-index: 10; 
	position: absolute;
	margin-top: -50px;;
	padding: 0;
	left: 950px;
	* left: 950px;}
	
#cartIcon #expStr{color: #fff; }
	

#carttimer {  
	font-size: 11px;
	color: #000;
	padding: 2x 4px;
	text-align: center;}

#mCart{
	padding:10px 0;}
	
#timer {
	background-color: #eee;
	margin: 0 0 0 0;
	padding: 5px 5px;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
	color: #fff;}
	
#timer input {
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
	border: 1px solid #808080;
	text-align: center;
	background-color: #eee;}

#timer a:link, #timer a:active, #timer a:visited{	
  color: #09326f;
  text-decoration: none;}  

#timer a:hover{	
  color: #cc0000;}    
	
.timer {
	font-size: 13px;
	color: #cc0000;
	font-weight: bold;
	border: 1px solid #808080;
	text-align: center;
	background-color: #eee;
	padding: 3px 5px;}
	
a.timer:link{
	font-size: 10px;
	color: ##09326f;
	border: 1px outset #808080;
	text-decoration: none;
	padding: 3px 8px;}

a.timer:hover{
	color: #cc0000;
	text-decoration: none;}	
	
#loginStatus{
	color:#fff;
	background-color: transparent; 
	color: #fff;  
	width: 220px; 
	z-index: 10; 
	margin-top: -120px;	
	position: absolute;
	padding: 0;
	left: 900px;
	* left: 900px;
	* margin-top: -60px;}
	
/*   ----------------------
		end of mini cart - top hover
--------------------------*/ 

#content, body.pop {
	background: #fff;
	margin: 0;
	padding: 10px;
	padding-bottom: 75px;}

#footer {
	background: #000;
	color: #fff;
	padding: 10px;
	font-size: 10px;
	text-align: center;}

#pleasewait {
	background: #fff;
	border: 6px double #ddd;
	width: 400px;
	text-align: center;
	color: #666;}

/* ------------------------------
	Menu
------------------------------ */
#menu {
	background: #000 url('../images/menubg.gif') top left repeat-x;
	/*background: #ccc;*/
	margin: 0;
	border-left: 1px solid #848284;
	border-right: 1px solid #848284;	
	border-bottom: 1px solid #848284;		
	padding: 1em 0 10px 0;}
#menu ul {}
#menu li {
	margin-bottom: 1em;}
#menu li a {
	display: block;
	font-weight: normal;
	text-decoration: underline;
	text-transform: capitalize;
	color: #fff;}
#menu li a:hover {
	color: #efc300;
	text-decoration: none;}

/* ------------------------------
	Breadcrumbs
------------------------------ */
#breadcrumbs {
	margin: 0;
	padding: 2px;
	font-size: 10px;
	text-align: right;
	color: #666;}
#breadcrumbs strong {
	font-weight: bold;
	color: #c00;}

/* ------------------------------
	Tables
------------------------------ */
.boxed {
	border: 1px solid #ccc;
	padding: 5px;}

.boxedhead, .boxedheadsm, .bgmed {
	background-color: #c00;
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;}

.boxedheadsm {
	font-size: 10px;}

/* brainstorm # 25 */
.boxedheadlink, a.boxedheadlink, a.boxedheadlink:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ffff00;}

a.boxedheadlink:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;}

/* brainstorm # 22 */
.label {
	text-align: right;
	padding: 0 5px 0 0;}	
	
.acctInfo {
	text-align: left;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: bold;}	
	
.myacct a:link{
	text-decoration: none; 
	font-weight: bold; 
	font-size: 11px;
}	
/* end of brainstorm #22 */

/* ------------------------------
	Event List Style
------------------------------ */
ul.eventlist li {
	list-style-image: url('../images/bullet.gif');
	margin-bottom: 1.5em;}

ul#eventlistbig {margin: 0 180px;}
p#eventlistbig {margin: 0; text-align: center;}
#eventlistbig {
	list-style: none;
	margin: 0 175px;
	padding: 2em 0;
	text-align: center;}
#eventlistbig li {
	list-style-type: none;
	margin: 0;
	padding: 0;}
#eventlistbig li a {
	background: url('../images/bullet-big2.gif') top center no-repeat;;
	display: block;
	padding: 25px 0 1em 0;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #000;}
#eventlistbig li a:hover {
	color: #c00;}

th, .listhead {
	background-color: #c00;
	font-weight: bold;
	color: #fff;}
.listeven, .listevenb {
	border-bottom: 1px solid #c00;} /* custom code */

.listevenb {
	font-weight: bold;}

.listodd, .listoddb {
	border-bottom: 1px solid #c00;} /* custom code */

.listoddb {
	font-weight: bold;}
	
/* ------------------------------
	Cart Display
------------------------------ */
.sectionhead {
	background: #eee;
	border: 1px solid #666;
	padding: 4px;
	color: #000;}
.cartbox {
	border: 1px solid #fdd207;
	padding: 4px;
	font-size: 10px;
	line-height: 1.5em;}
.cartbox img{
	float: left;
	padding-right: 10px;}
.carthead {
	background-color: #000;
	padding: 1px 3px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;}
	
.cartTotal {
	border: 1px solid #d9d9d9;
	background: #fff;
}

.cartTotal input {
	text-align: right;
	border: 1px solid #d9d9d9;
	background-color: #eee;
}	
	
.amounthead {
	background-color: #c00;
	padding: 1px 3px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;}
.amount {
	background: #eee;
	padding: 1px 5px;
	text-align: right;}

/* ------------------------------
	Content
------------------------------ */
.attention {
	font-weight: bold;
	color: #0000ff;}

.button {
	/* background-color: #060;
	border: 1px solid #999;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff; */}

.colorBox {
	border: 1px solid #666;
	margin: 2px 5px;}
	
.checkOut {
	padding: 5px;
	font-size: 13px;}

div.checkoutButton_white input {
	display: block;
	background: #cc0000 url(../images/icons/checkout_white.png) no-repeat;
	cursor:pointer;
	width: 190px;
	height: 50px;
	border: 5px solid #ccc;
}

div.checkoutButton_black input {
	display: block;
	background: #cc0000 url(../images/icons/checkout_black.png) no-repeat;
	cursor:pointer;
	width: 190px;
	height: 50px;
	border: 5px solid #ccc;
}

.colorBox {
	border: 1px solid #666;
	margin: 2px 5px;}

.error, .errorsm, .req  {
	font-weight: bold;
	color: #cc0000;}
	
ul.extended li {margin-bottom: 1em;}

.hide {display: none;}
.hilite{background: #feca00;}

.medbold {font-weight: bold;}

span.secret {color: #fff;}

.secret, a.secret, a.secret:hover, a.secret:visited {
	font-weight: normal;
	text-decoration: none;
	color: #000;}

.spaceOut {line-height: 1.5em;}

.white {background: #fff;}

/* ------------------------------
	eCheck
------------------------------ */
.checkamount {
	font-size: 11pt;
	font-weight: bold;}

.checkamountbox {
	border: 1px solid #000;
	padding: 4px;}

.checki {
	font-size: 7pt;
	font-style: italic;}

.checkmain {
	font-size: 10pt;}

.checkmaini {
	font-size: 10pt;
	font-style: italic;}

.checksmall {
	font-size: 7pt;}

.maincheck {
	background-image: url('../images/echeck-bg.gif');
	border: 2px solid #000;
	padding: 4px;}
	
/* ------------------------------
	10px font fix
	(use when global font is arial
	instead of verdana)
------------------------------ */
/*
small, .small, .small p, .small div, .small td, .smallbold, .smallmedbold, .errorsm,
#timer,
#footer b, #footer strong,
#breadcrumbs,
.boxedheadsm,
.sectionhead,
.cartbox,
.carthead,
.amounthead{
	font-family: Verdana, Geneva, sans-serif;}
*/

/*---------------------------------
		POPUP : windows
----------------------------------*/

#layer {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

#box {
	background-color: transparent;
	font-size: 100%;
	position: absolute;
	z-index: 101;
	}		
	
#box .hd {
	background-color:#cc0000;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px; 
	height: 18px;
	} 	
	
html>body #box .hd{ 
    background-image: url('../images/opacityHeader2.png')!important;
    background-position: top left;
    background-repeat: repeat-x;	  	
   }	
	
	
*html #box .hd {
	height: 28px;
	} 	
	
	
#box .content {
	background-color: #fff;
	margin: 0;
	padding: 10px 10px;
	overflow: auto;	
	} 		

#box .ft {
	background-color: #505050;
	position: relative;
	text-align: center;
	padding: 10px 10px 10px 10px;;
	color: #fff;
	} 

#box .button{
	padding: 5px 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	background-color: #eee;
	color: #000;
	border: 1px outset #666666;
	margin: 2px 5px;
}	

#box a:hover{
 	color: #cc0000;
}	


/*****************/
/* round corners */
/*****************/

.hdCorner, .ftCorner {display:block}
.hdCorner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.001em;
  background-image: url('../media/image/2ColorHeader.png')!important; 
  background-image: url('../images/opacityHeader2.png')!important;
  background-color: #cc0000; 
  }  
  
html>body .hdCorner *{
  background-image: url('../images/opacityHeader2.png')!important;
  background-position: top left;
  background-repeat: repeat-x;	    
} 

  
.ftCorner *{ 
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.001em;
  background:#505050;}
  
.Corner1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  }
.Corner2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  }
.Corner3{
  margin-left:1px;
  margin-right:1px;
  }
.Corner4{
  border-left:1px solid #505050;
  border-right:1px solid #505050;
  }
.Corner5{
  border-left:1px solid #505050;
  border-right:1px solid #505050;
  }

 
.whtCornerfg{
  padding: 3px 6px 3px 6px;  }
  

/*****************/
/* shadow		 */
/*****************/
  

.x1, .x1a, .x2, .x2a {
   display:block;
   background:url('../images/glow2.png') no-repeat;
   /* turn off for IE6 or use a GIF */
   _background:transparent; 
   width:100%;
   height:90%;
   position:absolute;
}
.x1{
   background-position:0 0;
   z-index:-2;
   top:-10px; /* set to the size of the glow */
   left:-10px;
   bottom:0px;
   /* set glow to the edges of 'mod' */
   padding:0 10px 10px 0; 
   height:95%;  
   * height: 105%;       
}

.x1 .x1a {
   height:10px;
   width:10px;
   background-position:100% 0;
   right:-10px;
   top:0;
}
.x2 {
   background-position:100% 100%;
   z-index:-1;
   bottom:0px;
   * bottom: -35px;
   right:-10px;
   padding:10px 0 0 10px;
}

.x2 .x2a {
   height:10px;
   width:10px;
   background-position:0 100%;
   left:-10px;
   bottom:10px;
}	

/* form validation */

.errors{
	background: #ffcece url('../images/error-bkg.gif')top right scroll no-repeat;
	padding: 3px 10px 3px 2px;
	margin: 0;
	height: 19px;
	font-size: 0.9em;
	z-index:10;
	position:absolute;	
	}

.acctMenu {margin: 8px 0px;}

/*---------------------------
		site specifc
-----------------------------*/

#wrapper {
	margin:0 auto;
	padding:0;
	width:1000px;	
}
#main {
	padding: 5px 10px;
}
#mast {
	margin:0;
	padding:0;
	width:1000px;
	height:129px;	
}


/* navigation: #top-nav
* ------------------------------------------------------------------------- */

#top-nav, #top-nav * { border-collapse: collapse; margin: 0; padding: 0 }

#top-nav {
	background: url("../images/skin/md-09-top-nav.gif") no-repeat;
	height: 38px;
	position: relative;
	width: 408px;
	z-index: 999; 
	float:left;
	margin-left: 0;
	}
	
#top-nav span { display:none; }

#top-nav li, #top-nav a {
	font-size: .95em;  
	height: 38px;
	display: block;
	}

#top-nav li { float: left; }


#top-nav-01 { width:125px; }
#top-nav-02 { width:116px; }
#top-nav-03 { width:167px; }


/* navigation: #panel-nav
 * ------------------------------------------------------------------------- */

#panel-nav, #panel-nav * { border-collapse: collapse; margin: 0; padding: 0 }

#panel-nav {
	background: transparent url("../images/skin/md-10-evNav.gif") no-repeat;
	height: 26px;
	position: relative;
	width: 782px;
	z-index: 999;
	clear:left;
	}

#panel-nav span { display:none; }
#panel-nav span.panel-nav-tab-title { display:block; font-weight:bold; color: #c89710; }

#panel-nav li, #panel-nav a {
	font-size: 1em;  
	height: 26px;
	display: block;
	}

#panel-nav li { float: left; }

#panel-nav-01 { width:123px; }
#panel-nav-02 { width:191px; }
#panel-nav-03 { width:196px; }
#panel-nav-04 { width:126px; }
#panel-nav-05 { width:146px; }

#panel-nav-01 a:hover { background: url("../images/skin/md-10-evNav.gif") 0 -26px }
#panel-nav-02 a:hover { background: url("../images/skin/md-10-evNav.gif") -122px -26px }
#panel-nav-03 a:hover { background: url("../images/skin/md-10-evNav.gif") -313px -26px }
#panel-nav-04 a:hover { background: url("../images/skin/md-10-evNav.gif") -508px -26px }
#panel-nav-05 a:hover { background: url("../images/skin/md-10-evNav.gif") -633px -26px }

#panel-nav-01:hover>a { background: url("../images/skin/md-10-evNav.gif") 0 -26px }
#panel-nav-02:hover>a { background: url("../images/skin/md-10-evNav.gif") -122px -26px }
#panel-nav-03:hover>a { background: url("../images/skin/md-10-evNav.gif") -313px -26px }
#panel-nav-04:hover>a { background: url("../images/skin/md-10-evNav.gif") -508px -26px }
#panel-nav-05:hover>a { background: url("../images/skin/md-10-evNav.gif") -633px -26px }

/* navigation dropdown: #panel-nav
	 * ------------------------------------------------------------------------- */

	/* normal dropdown../images/skin/md-09-panel-nav.gif
	 * ----------------------*/
	#panel-nav ul.generic {
		border: none;
		border-width: 0 1px;
		left: -9999px;
		_top: 50px;
		top: 50px;
		position:absolute;
		z-index:999;
		width: 250px;
		margin-left:0px;
		}		
		
	/* dropdown w/background 
	 * ----------------------*/
	#panel-nav ul.panel {
		position: absolute;
		background: url("../images/skin/md-09-bg-dropdown.gif") no-repeat;
		color: #fff;
		top: 26px;
		left: -9999px;
		width: 662px;
		_width: 680px;
		height: 164px;
		z-index: 998;
		padding: 6px 0px 0px 340px;
		_padding: 6px 0px 0px 320px;
		font-family: Arial;
		font-size: 11px;
		display:block;
		overflow:hidden;
		margin-left:-218px;
		}

	#panel-nav-tab img {
		background: #000;
		width: 75px;
		height: 55px;
		margin: 0px 5px 0px 0px;
		}

	#panel-nav li li { width: 250px; font: 12px Arial; } 

	#panel-nav li li, 
	#panel-nav li li a { height: auto; }

	#panel-nav li:hover ul, 
	#panel-nav a:hover ul { left: auto; }

	#panel-nav .title a, #panel-nav .title a:hover { 
		background:transparent; 
		color:#FECA00; 
	}
		

	

	/* dropdown w/background
	 * ---------------------------------------------------- */
	#panel-nav li.background:hover ul, 
	#panel-nav .background a:hover ul { left: 0px; padding-top:3px; }

	#panel-nav li li { text-indent: 0; }

	#panel-nav li li a {
		color: #aaa;
		display: block;
		padding: 1px;
		text-decoration:none;
		_width: 250px;

		}

	#panel-nav li li a:hover { 
		background: none; 
		color: #000; 
		}

		
	/* dropdown w/background
	 * ---------------------------------------------------- */
	#panel-nav li.background li a {
		color: #fff;
		display: block;
		padding: 1px;
		text-decoration:none;
		_width: 250px;
		line-height:16px;
		}

	#panel-nav li.background li a:hover {
		color:#f3363b;
		}
		

	/* panel-nav on top of bg
	 * ------------------------------------------------------------------------- */

	#panel-nav li ul li ul  {
		display: none;
		width: 170px;
		margin-left: 170px; /* width of drop down panel-nav +2 */
		margin-top: -19px; /* height of drop down panel-nav item +1 */
		padding-top:2px;
		}

	#panel-nav li ul li:hover ul, #panel-nav li ul li.over ul { display: block; }

	#panel-nav li ul li ul li a {
		height: 18px;
		width: 100%;
		}

	#panel-nav li li.tall, #panel-nav li li.tall a {
		height:26px;
		}
		
	#panel-nav li li.title a, #panel-nav li li.title a:hover { background:transparent; color:#FECA00; font-size:14px; text-transform:uppercase; }				

	#panel-nav ul.right2 { margin-left: 250px; text-align: left; }
	#panel-nav ul.right3 { margin-left: 500px; text-align: left; }
	#panel-nav ul.right4 { margin-left: 275px; text-align: left;  }
	#panel-nav ul.right5 { margin-left: 425px; text-align: left; }
	#panel-nav li li.header a {color:#f3363b; font-weight: bold }
	
	#panel-nav ul.generic li.indent {
		padding-left:5px;
		}
		
	#panel-nav ul.generic li.lt-gray, #panel-nav ul.generic .lt-gray a {
		color:#fff;
		}	

	/* dropdown w/background
	 * ---------------------------------------------------- */
#content-box1 {
		width: 173px;
		height: 100px;
		padding:5px;
		position:absolute;
		top:25px;
		left:790px;
		}

	#content-box-tickets {
		background:#161616;
		border:1px solid #8E8E8C;
		width: 373px;
		height: 134px;
		padding:5px;
		position:absolute;
		top:5px;
		left:455px;
		}	

	#content-box1 span, #content-box-tickets span {
		display:block;
		width:174px;
		float:left;
		padding-right:4px;
		}

	#content-box1 img, #content-box-tickets img {
		float:left;
		border:1px solid #8E8E8C;
		}	

	#content-box1 .title, #content-box2 .title, #content-box-tickets .title {
		font-size:12px;
		color:#e96e17;
		}

	#content-box1 .body, #content-box-tickets .body {
		color:#8e8e8c;
		}

	#content-box1 span a, #content-box-tickets span a {
		font-size:10px;
		color:#e96e17;
		}			

	#content-box2 {
		background:#161616;
		border:1px solid #8E8E8C;
		width: 383px;
		height: 144px;
		position:absolute;
		top:5px;
		left:411px;
		}			
		
	.sprint-sponsor {
		background: url('../images/skin/md-09-dd-sprint.png') no-repeat;
		/*background-image:none;*/
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/skin/md-09-dd-sprint.png') no-repeat;
		width: 177px;
		height: 83px;
		float:right;
		cursor: hand;
	}
	.marines-sponsor {
		background: url('../images/skin/md-10-dd-marinesv2.png') no-repeat;
		*background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/skin/md-10-dd-marinesv2.png') no-repeat;
		width: 177px;
		height: 83px;
		float:right;
		cursor: hand;
	}

		

/* navigation: #panel-nav */


/*****************/
/* Upsell		 */
/*****************/

.upsell{
	padding:10px 0;
	background: transparent url('../images/topgreybg.gif') top left repeat;}

