/* 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");

body {
	background:#000;
	color:#fff;
	font-family:arial, verdana, sans-serif;
	font-size:100.1%;
}

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, div.c1-dynamic h1 {
	display:none;
}

div#header a {
    display: block;
    width: 750px;
    height: 75px;
    text-indent: -999em;
}

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

a:link, a:visited {
    color: #9b2426;
    font-weight: bold;
    text-decoration:none;
}

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

div#wrap { 
	border-left:1px solid #fbe017;
	border-right:1px solid #fbe017;
	border-bottom:1px solid #fbe017;
    margin:0 auto;
	min-height:31.25em;
    position:relative;
    width:46.875em;
}

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/childrenofinvention-header.png) 0 0 no-repeat #000;
    height:19.25em;
	margin:0 auto;
	width:46.875em;
}

ul#nav {
	list-style-type:none;
	background:transparent;
    left:2em;
    list-style:none;
	top:16.5em;
	position:absolute;
}

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

ul#nav li.store {
    color:#fff;
    font-size:2em;
}

ul#nav li a {
	color:#006699;
}

div.c1 {
	margin:2em auto 0 auto;
    min-height:20em;
    padding-top:0.2em;
	position:relative;
	width:46.875em;
}

div.c1 div.c3 {
    font-size:0.9em;
	padding:0.25em;
	position:absolute;
	right:0.7em;
	top:0;
	width:12.5em;
}

div.c1 div.c3 h3 {
	color:#fff;
    font-size:1.1em;
	font-weight:600;
}

div#footer {
	color:#ccc;
	font-size:0.9em;
	margin:1em auto;
    padding:0;
	width:46.875em;
}

body.cart div#footer {
    display:none;
}

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

/* begin i_product properties */

div.product-box {
	margin:1em 0 1.5em 1em;
	width:35em;
}

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

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

div.product-box div.product-info .price {
    color:#fbe017;
	font-size:1em;
}

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

input.addtocart {
	background:#fbe017;
	border:1px solid #fbe017;
    color:#000;
}

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

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

div#cartcontents, div.checkout-wrap {
	margin:1em;
	width:33em;
}

body.cart div.c1 div.c3 {
    padding-top:1.3188em;
}

body.cart div.c1 div.c3 div.summary-wrap {
    font-size:1em;
}

