/* 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;
	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 {
    font-size: 2.0em;
	margin-left:0em;
}

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.png) 100% 20px no-repeat;
    height:7.875em;
    margin:0 auto;
    padding:0;
	position:relative;
    width:57.5em;
}

ul#nav {
	height:1.25em;
	list-style-type:none;
	left:13.75em;
	margin:1em 0;
	position:absolute;
	top:4.875em;
	width:56.25em;
}

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

ul#nav li a {
	color:#b53121;
	height:1.25em;
	padding:1.5em;
	text-decoration:none;
}

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

div.c1 div.c3 {
	background:#000;
	border:1px solid #fff;
	padding:0.75em;
	position:absolute;
	right:0.375em;
	top:0;
	width:14em;
}

div.c1 div.c3 h3 {
	color:#666;
	font-weight:600;
}

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 {
	margin:0 0 1.5em 0.625em;
	width:32em;
}

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

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

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;	
}

