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

body {
	background:url(/images/clients/bk/bk-asha-body-2.jpg) 0 0 repeat #fff;
	color:#fff;
	font-family:tahoma, 'trebuchet ms', verdana, arial, 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 {
    color:#ff5900;
    display:none;
    font-size: 1.5em;
	margin:0;
}

div#header h1 {
	display:none;
}

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

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

a:hover {
	text-decoration:underline;
}

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

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

div#wrap {
	margin:0 auto;
}

div#header {
    background:url(/images/clients/logos/asha-header-2.png) 0 0 no-repeat;
    height:6em;
	margin:0.5em auto 0 auto;
    padding:0;
    position:relative;
	width:60em;
}

body.home div#header {
	height:6em;
}

ul#nav {
    bottom:0;
    height:2em;
    right:0;
	list-style-type:none;
	margin:0 auto;
	padding:0;
    position:absolute;
}

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

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

div.c1 {
    background:url(/images/clients/bk/bk-asha-pink.png) 0 0 repeat;
    border-top:5px solid #bb7913;
    border-bottom:5px solid #bb7913;
	margin:1em auto;

    min-height:22em;
	padding:2em;
}

div.c1 div.c1-sub-wrap {
    background:url(/images/clients/bk/bk-asha-grey.png) 0 0 repeat;
    -moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	border-radius:0.5em;
    margin:0 auto;
    position:relative;
    width:60em;
}

div.c1 div.c1-sub-wrap div.c1-sub {
    background:url(/images/clients/bk/bk-asha-lotus.png) 100% 100% no-repeat;
        min-height:30em;
    padding:3em;    
}

div.c1 div.c1-sub-wrap div.c1-sub  div.c3 {
	padding:0.25em 1em;
	position:absolute;
	right:2em;
	top:2em;
	width:14.5em;
}

div.c1 div.c1-sub-wrap div.c1-sub  div.c3 h3 {
	color:#ffaC80;
	font-weight:600;
}

div#footer {
	text-align: right;
	color: #ff5900;
	font-size: 0.8em;
	margin:0 auto;
	width:60em;
}

div#checkout-cues {
    color:#333;
    margin:0 auto;
    padding:1em;
	width:50em;
}

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

div#cartcontents, div.checkout-wrap {
    color:#333;
    margin:0;
    padding:0;
    width:32em;
}

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

/* begin i_product properties */

div.product-box {
	margin:0;
	padding:1em 3em 1em 1em;
	width:31em;
    
    border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #712424;

}

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

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

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

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

/*begin cart overrides*/

div#checkout-cues { 
	margin:1em auto 0 auto;
	padding:2em;
	color:#fff;
    width:60em;
 }
 

div#cartcontents {
    background:#fff;
    border:1px solid #ccc;
	margin:1em;
	width:36em;
}

div#cartcontents table {
	color:#333;
	font-size:0.8em;
	font-weight:600;
	margin:1em auto;
	width:90%;
}

body.cart div.c1 div.c3 {
    margin-top:1.75em;
}

body.cart.checkout div.c1 div.c3 {
    margin-top:0.75em;
}

fieldset div label {
    color:#fff;
}

body.cart.checkout.thankyou p  {
    color:#fff;
}

pre {
    color:#fff;
}
