div#cart_header{
padding:3px 5px;
}
div.cart-menu{
 padding:5px;
 float:left;
}
div.cart-menu a{
 font-size:12px;
 padding:3px 5px;
 background: #E03AA2;
 color:white;
 border:2px dashed #fff;
 margin:3px;
}
div.cart-menu a:hover{
 background: #fff;
 color: #E03AA2;
 border:2px dashed #E03AA2;
}

div#cart_box_wrapper{
 width:565px;
 float:left;
 margin-left:10px;
}

div.cart_item{
 border-top:4px solid #E03AA2;
 border-left:4px solid #E03AA2;
 border-bottom:4px solid #AF0977;
 border-right:4px solid #AF0977;
background:#fff;
 background:#C9BA69;
 background:#E4DD99;
float:left;
position:relative;
padding:0;
text-align:center;
font-size:11px;
width:175px;
margin:2px;
}
p.cart-remove{
  text-align:left;
  font-size:10px;
 padding:2px 3px;
}
p.cart-remove a{
  text-decoration:underline;
}
p.cart-remove a:hover{
  text-decoration:none;
}


/*******************
 * PAYPAL FORM STUFFS
 *****************/
div#paypal_form_box{
 text-align:center;
 width:190px;
 float:left;
}
div#ppcart_wrapper{
  font-size:12px;
 padding: 5px 10px;
}
div#paypal_form_box h1,
div#ppcart_total_box,
#ppcart_total_disclaimer{
 font-size:12px;
 padding:3px 5px;
 background: #E03AA2;
 color:white;
 border:2px dashed #fff;
 margin:3px 5px;
}
div#paypal_form_box h1{
  font-size:17px;
 background: #fff;
 color: #E03AA2;
 border:2px dashed #E03AA2;
}
span#ppcart_total_price{	
  font-weight:bold;
}
#ppcart_total_disclaimer{
  font-style:italic;
  font-size:10px;
}
#paypal_submit{
 background: transparent url( https://www.paypal.com/en_US/i/btn/btn_xpressCheckoutsm.gif ) no-repeat;
 width:145px;
 height: 42px;
 border:0;
 padding: 5px;
 cursor:pointer;
}
/***********************
 *
 * cart item styles
 *
 ***********************/
.pp_cart_options p{
 height:12px;
}
.inplaceeditor-form{
 display:inline;
}
.inplaceeditor-form input{
 font-size:11px;
}
.editor_field{
 font-size:11px;
 display:inline;
 border:1px solid #333;
 margin-right:3px;
 text-align:center;
}

/*******************
 * style for cloud over during remove
 *********/

.cloud{
	background:#000;
	color:#ccc;
	position:absolute;
	width:100%;
	height:100%;
	z-index:666;
	top:0px;
	left:0px;
	font-size: 17px;
	font: Helvetica, Verdana, sans-serif;
	font-style:italic;
	margin:0;
	padding:0;
	text-align:center;
}
.cloud p, .cloud img{
	 margin:23px auto;
}

