/* pixel to em coversion: http://pxtoem.com/ ems based on default browser 1em text size of 16px */

/* --- Imports --- */
@import url("reset.css");
@import url("common.css");
@import url("cart-layout-000.css");
@import url("error.css");

body {
	background:url(/images/clients/bk/2player.jpg) 0 0 no-repeat #000;
    background-attachment: fixed;
	color:#fff;
	font-family:tahoma, 'trebuchet ms', verdana, arial, sans-serif;
	font-size:100.1%;
}

body.cart, body.checkout {
	background-image:none;
}

p {
	font-size:0.875em;
	line-height:1.4em;
	margin:0.5em 0;
}

strong {
	font-weight:600;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.825em 0 0.5em 0;
}

h1 {
    background:url(/images/clients/bk/black-trans-80.png) 0 0 repeat;
    border-top:1px dotted #999;
    border-right:1px dotted #999;
    border-left:1px dotted #999;
    color:#ff0000;
    font-family:arial, verdana, sans-serif;
    font-size: 1.75em;
    font-weight:600;
	margin:1em 0 0 0.35em;
    padding:0.25em;
    text-shadow: 2px 2px 0 #333;
    text-transform:uppercase;
    width:11em;
}

div#header h1 {
	display:none;
}

br.clear {
	clear:both;
	height:0;
}

a:link, a:visited {
    color: #bf7815;
    font-weight: bold;
}

a:hover, a:active {
    color: #5a6569;
    text-decoration: none;
}

div#system-message {
	background:#666;
	color:#fff;
	font-size:1.5em;
	width:auto;	
}

div#system-message p {
	margin:15px;
}

div#header {
    background:url(/images/clients/logos/2player-nav-crowd.jpg) 0 0 no-repeat;
    border:1px dotted #999;
    height:13em;
    margin:1.25em auto 0 auto;
    padding:0;
	position:relative;
    width: 918px;
}

div#header img.logo {
    margin: 8px 13px 0 9px;
    float: left;
}

#header .tagline {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    margin: 12px 0;
    text-shadow: 2px 2px black;
}

ul#nav {
	height:1.25em;
	list-style-type:none;
	left:12.75em;
	margin:1em 0 0 0;
	position:absolute;
    text-transform:uppercase;
	bottom:0.5em;
	width:56.25em;
}

ul#nav li {
	display:inline;
	font-size:1em;
    font-weight:normal;
	float:left;
	margin:0.25em 0;
}

ul#nav li a {
	color:#fff;
	height:1.25em;
	padding:0 1em;
	text-decoration:none;
}

div.c1 {
	margin:0 auto;
	position:relative;
	width:56.25em;
}

div.c1 div.c3 {
	background:url(/images/clients/bk/black-trans-80.png) 0 0 repeat;
	border:1px dotted #999;
	padding:0.75em;
	position:absolute;
	right:0.375em;
	top:3em;
	width:14em;
}

div.c1 div.c3 h3 {
    color:#ff0000;
    font-family:arial, verdana, sans-serif;
    font-size: 1.25em;
    font-weight:600;
    text-shadow: 2px 2px 0 #333;
    text-transform:uppercase;
}

div#footer {
	color:#ccc;
	font-size:0.8em;
	text-align:center;
	margin:1em auto;
	width:56.25em;
}

div#checkout-cues {
	width:56.25em;
}

div#checkout-cues .col {
	width: 20em;
}

/* begin store specific properties pulled from cart-layout */

/* begin i_product properties */

div.product-box {
    background:url(/images/clients/bk/black-trans-80.png) 0 0 repeat;
    border:1px dotted #999;
	margin:0 0 1.5em 0.625em;
    padding:1em;
	width:32em;
}

div.product-box div.product-image {
	width:10em;
}

div.bundle div.product-image, div.tshirt div.product-image {
    width:14em;
}

div.product-box div.product-info {
	margin:0;
	width:22em;
}

div.bundle div.product-info, div.tshirt div.product-info {
    width:18em;
}

div.product-box div.product-info .price {
	font-size:1.25em;
}

div.product-box div.product-info h4 {
	color:#fff;
	font-size:1.25em;
	margin:0 0 0.375em 0;	
}

