/*
jCart v1.3
http://conceptlogic.com/jcart/
*/
h1 {margin-top:10%; margin-left:13%; }
#jcart * { margin:0; padding:0;  }
#jcart, #jcart input, #jcart-tooltip { font-size:1em; }

#jcart fieldset { border:0; }

#jcart-error { text-align:center; padding:5px; }

#jcart table { width:100%; 
        background:#fff; border-collapse:collapse; 
        margin:4% auto 0px auto; 
	 
		padding:30px; 		
        background:#fff; }
#jcart thead {  }
#jcart-title {  }
#jcart tbody {  }
#jcart tfoot {  }
#jcart tr {  }
#jcart th { background:#f4c1f0;  }
#jcart th, #jcart td {padding:5px; border:solid 1px #89029C; vertical-align:middle; text-align:left; font-weight:normal; }
#jcart #jcart-empty { text-align:center; }

.jcart-item-qty { width:25%; }
#jcart .jcart-item-name { width:50%; font-weight:bold; }
#jcart .jcart-item-price { width:25%; font-weight:bold; text-align:right; }
.jcart-item-price span { display:block; }

.jcart-remove { font-size:11px; font-weight:normal; }

#jcart-subtotal { display:block; }
#jcart-subtotal strong {  }

#jcart-buttons input { padding:2px; margin:2px; }

//#jcart-checkout { float:right; padding:2px; }

//#jcart-paypal-checkout { display:block; width:14em; padding:10px; margin:20px auto; }

#jcart-tooltip { display:none; position:absolute; padding:3px 7px 3px 25px; background:url(../images/checkmark.png) 3px center no-repeat #fdfdfd; border:1px solid #89029C; z-index:9999; }

#jcart-checkout{
    float:right;
    background-color:#fff;
    border:1px solid #ed029c;
	padding:2% 6% 2% 5%;
	margin-top:6%;
	margin-bottom:6%;
	font-size:1em;
	font-weight:bold;
    font-family: "Shadows Into Light Two","Myriad Pro", "Trebuchet MS", Arial;
	-webkit-border-radius:10px;
    -webkit-border-radius:10px;
	border-radius:10px;
	border-radius:10px; 
}
#jcart-checkout:hover{
	
      	color:#ed029c;
		background-color:#f9f9f9;
    	opacity:1.0;
		border:2px solid #ed029c;
	 }


#jcart-paypal-checkout{
   display:block;
    float:center;
    background-color:#fff;
    border:1px solid #ed029c;
	padding:2% 6% 2% 5%;
margin:20px 38%;
	font-size:1em;
	font-weight:bold;
    font-family: "Shadows Into Light Two","Myriad Pro", "Trebuchet MS", Arial;
	-webkit-border-radius:10px;
    -webkit-border-radius:10px;
	border-radius:10px;
	border-radius:10px; 
}
#jcart-paypal-checkout:hover{	
      	color:#ed029c;
		background-color:#f9f9f9;
    	opacity:1.0;
		border:2px solid #ed029c;
	 }
