/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

.offerFrame
{
 width:80%;
 min-width:350px;
 min-height:50px;
 background-color:#ffffff;
 border: solid 1px #999; 
 margin: 2% auto 2%;
 padding:0;
 
 -moz-border-radius: 14px 14px 14px 14px; 
 -webkit-border-radius: 14px 14px 14px 14px;
 
 -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  overflow:hidden;

 }
 
 
.offerside
{
 display:block;
 float:left;
 width:33%;
 font-size:11px;
 line-height:200%;
 text-align:justify;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
 background-color:#1d136c;
 padding:20px;
 
 padding-bottom:1000px;
 margin-bottom:-1000px;
 
 
 overflow:hidden;
} 
 
 
 .offertype
 {
  display:block;
  width:29%;
  float: left;
  margin:10px;
   
 }
 .offername
 {

 width:100%;
 height:100%;
 line-height:200%;
 font-size:15px;
 font-weight:bold;
color: #000000;
text-align:right; 
border-bottom:0px solid #777777;
 background-color:#eeeeee;
  -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right:10px;
  }
 
 
 .offerheading
 {
   display:block;
   font-size:13px;
   font-weight:bold;
   line-height:200%;
   width:100%;
   text-align:right;
   color: #aaaaaa;
   border-bottom: 1px solid #555555; 
   
 
  }
  
  .offertype ul
  {
  -webkit-padding-start: 10px;
  
   }
  
  .offertype li
 {
    display:block;
    cursor:pointer;
    margin:3px auto 3px;
    margin-left:10px;  
    text-align:left;
    color: #444444;
    padding: 3px;
 }

 
      