/*
jCart v1.3 by http://conceptlogic.com/jcart/
modificated by skallian
*/


* { margin:0; padding:0; }

html { background:#fff;   }
body { font-size:1.5em; }

#wrapper { 	margin:13% auto 0px auto; 
		width:890px; 
		border:solid 1px #89029C; 
		padding:1%; 		
		background:#fce5ff;
		-moz-border-radius:0px 0px 0px 10px;
		-webkit-border-radius:20px;
		border-radius:20px;
		-webkit-border-bottom-left-radius:50px;
        -webkit-border-bottom-right-radius:50px;
		border-bottom-left-radius:50px;
		border-bottom-right-radius:50px; }

h2, p { margin-bottom:1%;  }

#sidebar { width:35%; float:right; }

#content { width:60%; float:left; }

.clear { clear:both; }

/* Item forms  jcart border:dashed 2px #ed029c;*/
.jcart { 
	margin:0 20px 20px 0; 
	padding-top:2%;  
	float:left; 
	background:#fff; 
	text-align:center; 
	-webkit-border-radius:20px;
	border-radius:20px;
 	}
.jcart ul { margin:0; list-style:none; padding:0 20px; text-align:left; }
.jcart fieldset { border:0; }
.jcart strong { color:#ed029c; }
/*.jcart .button { margin:20px; padding:5px; }*/

.button {
   
    float:center;
    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;
	border-radius:10px;

}
.button:hover{
		float:center;
      	color:#ed029c;
		background-color:#f9f9f9;
    	opacity:1.0;
		border:2px solid #ed029c;
	 }

.button tip {   
    	float:center;
    	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;
	border-radius:10px;

}
.button tip:hover{
		float:center;
      		color:#ed029c;
		background-color:#f9f9f9;
    		opacity:1.0;
		border:2px solid #ed029c;
	 }

