/* 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:verdana, arial, helvetica, sans-serif;
	font-size:100%;
}

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

body.home div.c1-dynamic h1 {
    display: none;
}

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

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

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

ul#nav li.linksa, ul#nav li.linksb  {
    font-size:0.75em;
	font-weight: bold;
}
ul#nav li.linksa a:link, ul#nav li.linksa a:visited {
	color: #d9d9d9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9d9d9;
}
ul#nav li.linksb a:link, ul#nav li.linksb a:visited {
	color: #b06061;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: bB06061;
}
ul#nav li.linksa a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
}
ul#nav li.linksb a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b06061;
}

div#wrap { 
    margin:0 auto;
	min-height:31.25em;
    width:51.25em;
}

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/lifesupportmusic-logo.gif) 0 0 no-repeat #000;
    height:5.875em;
	margin:1em auto 0 auto;
    position:relative;
	width:51.25em;
}

ul#nav {
	list-style-type:none;
    left:14em;
	top:0.5em;
	position:absolute;
}

ul#nav li {
	display:inline;
	float:left;
	margin:0;
}

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

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:51.25em;
}

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

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

/* begin i_product properties */

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

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

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

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

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

input.addtocart {
	background:#f2f2f2;
	border:1px solid #f2f2f2;
    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;
}


