@charset "utf-8";
/* CSS Document */

.Price { 
font-family: 'Khand', sans-serif;
font-size: 24px;
color: #333;
font-weight: 400; 
 } 
.PriceBox { 
float: right;
position: relative;
width: auto;
line-height: 28px;
background-color: #FFF;
background: linear-gradient(#EEE, #FF6600);
border: 1px solid #EEE;
padding: 5px;
border-radius: 5px;
box-shadow: 3px 3px 4px #999;
right: 6px;
min-width: 100px; 
 } 
