
/*
//
// Style sheet - Classic range clay roof tiles
// ===========================================
//
// NB - tile sizes also set in javascript
// 
*/


DIV.TileTitle {
  background-color:                             #F37A1F;
  border-radius:                                10px}
  
P.TileTitle {
  font-family:                                  "nimbus-sans";
  font-size:                                    16pt;
  color:                                        #ffffff;
  text-align:                                   center;
  padding-top:                                  10px;
  padding-left:                                 10px;
  padding-right:                                10px;
  padding-bottom:                               10px}

A.TileTitle:link {
  color:                                        #ffffff;
  text-decoration:                              none}

A.TileTitle:visited {
  color:                                        #ffffff;
  text-decoration:                              none}

A.TileTitle:active {
  color:                                        #ffffff;
  text-decoration:                              none}

A.TileTitle:hover {
  color:                                        #ffffff;
  text-decoration:                              none}
  
DIV.TileImageContainer {
  width:                                        300px;
  height:                                       300px;
  box-shadow:                                   10px 10px 5px #999999}

DIV.TileButtonContainer {
  width:                                        100%}
    

/* ==================== END ==================== */
