  /******************Styling FOR Custom Package MODULE*********************************/
  
  
  body #price-wrap{
	float:right;
	width:160px;
	text-align:center;
	/*border:1px solid #ccc;*/
	/*padding:19px 20px 15px;*/
	margin:154px 0 12px 0;
	/*background:#f8f8f8;*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 0;
	padding-top: 25px;
	}
	
/*custom price div, which we set as absolute, upper our normal price*/
.cust_price{
    background-color: #F8F8F8;
	position: absolute;
	margin-top: -290px;
	width: 160px;
	border-radius: 5px;
	padding-top: 25px;
	border: 1px solid #CCCCCC;
}

/*Description text*/
div.descr{
	font-weight: bold;
	font-size: 12px;
	margin: 5px 18px;
	line-height:1.2;
	color: #666666;
}

/*custom price description text*/
.cust_price .descr{
	margin-top: 12px;
	margin-bottom: 3px;
}

/*normal price down descr text*/
div.descr-down{
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

/*submit button*/
body #price-wrap input.form-submit{
	padding:4px 23px;
	border-radius: 11px;
	font-weight: bold;
	border: 1px solid white;
	font-size: 16px;
}

body #price-wrap input.form-submit:hover{
	border: 1px solid black;
	color: black;
	background-color: #84C1F8;
}




/*cust price submit button*/
body #price-wrap .cust_price input.form-submit{
	margin-bottom: 8px;
}



.product-info{margin:0 0 6px;}

body .uc-price-display{
	clear:none;
	float:none;
	font-size:36px;
	font-family:SommetBold,Helvetica,Sans-serif;
	font-weight:bold;
	padding:0;
	margin:0;
	text-align:center;
	width:auto;
	}
  /*******************************END of stying of custom package module****************************************************/
 