@charset "utf-8";
/* CSS Document */

@import "layout.css";
@import "header.css";
@import "nav.css";
@import "page.css";
@import "promos.css";
@import "form.css";
@import "footer.css";


/* ///////////////////////////////////////////////////
GENERAL 	
////////////////////////////////////////////////////*/

body{
	background-color:#000;
	color:#fff;
	/* font-size:11px;  All em sizes are relative to this unit, mess with at your peril */
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%; /* makes ems = (pixel size * 10) ie. 1.5em == 15px (roughly) */
}
p{
	font-size:1.1em;
}
.invisibleIframe{
	margin:0;
	padding:0;
	border:0;
	height:0;
	width:0;
	line-height:0;
}
/* remove dotted link outlines */
a:active{outline: none;}
*:focus{-moz-outline-style: none;}

.clear{clear:both;}

*{margin:0px;padding:0px;}
table td, table th{padding:0.5em;}
table.nopad td, table.nopad th{padding:0;}

a:link,a:visited,a:hover{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#f09;
}
p{
	margin:1em 0 1em 0;
}

ul{list-style:none;}
li{list-style:none;float:left;}

li{}

h1{
	font-size:2em;
	color:#f09;
	font-weight:normal;
	text-transform:uppercase;
}

h1.pageTitle{margin-bottom:0.7em;}

h2{
	font-size:1.8em;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
}
h3{
	font-size:1.8em;
	color:#999;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:0.5em;
	margin-bottom:0.5em;
	clear:both;
}
h4{
	font-size:1.1em;	
	color:#999;
	margin-top:0.5em;
	font-weight:bold;
}

h5{}
h6{}

h1.staticPush, h2.staticPush, h3.staticPush {
	width: 30em;
}

.SubHeader,
.SubHeader b{
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
}

#productDetails h1 {
	margin-bottom: 5px;
}

/* titles - similar to h1,2,3 but not page specific content eg: 'shopping bag' */

.t1{
	font-size:2em;	
}
.t1,
.t1 a:link,
.t1 a:visited{
	color:#f09;
	font-weight:normal;
	text-transform:uppercase;
	display:block;
}
.t2{
	font-size:1.8em;	
}
.t2, 
.t2 a:link,
.t2 a:visited{
	color:#fff;
	display:block;
	text-transform:uppercase;
}
#header .t2{
	font-size:1.6em;
}
.t3{
	font-size:1.8em;	
}
.t3, 
.t3 a:link,
.t3 a:visited{
	font-size:1.8em;
	color:#8d8d8d;
	display:block;
	margin-top:2em;
	text-transform:uppercase;
}
.t4{
	font-size:1em;
}
.t4, 
.t4 a:link,
.t4 a:visited{
	font-size:1.1em;
	color:#666;
	display:block;
	text-transform:uppercase;
}
.t4, .t4 a:hover{
	color:#fff;	
}

.important{
	color:#f09;	
}
.ErrorMessage{
	display:block;
	text-align:left;
	padding:1em;
	border:1px solid #666;
	margin-bottom:1em;
	background-color:#f09;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
}

#checkoutSteps ul{
	margin-bottom:2em;
	border-bottom:2px solid #333;
	height:2em;
}
#checkoutSteps ul li{
	margin-right:2em;	
	padding-bottom:1em;
	height:1em;
}
#checkoutSteps ul li{
	text-transform:uppercase;
}

#checkoutSteps ul li.selected{
	color:#f09;
	border-bottom:1px solid #f09;
	font-weight:bold;
}

.cartMarginDecrease {
	margin-top: -2px;
	background: url('../images/checkout_bg_icon.jpg') no-repeat 104px 5px;
}

.unavailable{
	display:none;	
}
.unavailableOverride{
	display:block;	
}
#unavailableMessage{
	margin:10px;	
}
#showHideUnavailableLink{
	display:block;
	margin:5px;
}
.promoLabel{
	disaply:block;
	position:absolute;
	top:3px;
	left:0;
	width:100%;
	background-color:#fff;
	color:#000;
	font-size:10px;
	padding:5px;
}
