/* 
    Document   : appigloo
    Created on : Oct 22, 2009, 2:03:16 PM
    Author     : purgello
    Description:
        Purpose of the stylesheet follows.
*/


.iphone_divx {
  background-color: black;
  width: 250px;
  height: 280px;
  padding: 10px;
  color: white;
  text-align: center;

}

div.box {
    float:left;
    margin:10px;
    padding:15px;

    /*background: url("http://0.0.0.0:3000/images/iphone.png"); 
    background-repeat: no-repeat; */
    background-color:black;
    /*height:357px; */
    /*border:1px solid #bbb; */
    width:250px;
    text-align: center;
}

div.screen {
  /*position: relative;
  left: 28px;
  top: 118px;
  */
  border:1px solid black;
  height: 300px;
  width: 260px;
  color: green;
}

div.top_apps {
  border:1px solid white;
  height:850px ;
}

div.product_photo {
  margin-top:5px;
  border:1px solid #CCC;
  padding: 5px;
}

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

select#featured_app_product_id, #banner_ad_product_id{
  width:400px;	
}
}