

#photostore{
  margin:0px 10px;
}

#photostore .store_name{
  font-size:25px;
}

#photostore .imgContainer{
  text-align:right;
}

/*featured photo*/

#featuredPhoto{
  border:1px solid #dbdbdb;
  
}

  #featuredPhoto #featuredContainer{
    padding:10px;
  }

  #featuredPhoto #pricing{
    background-color:#dbdbdb;
    width:350px;
    padding:10px;
  }
  
/*photo finder*/

#photoFinder{
  margin:10px 0px;
  padding:5px;
  background: url(/fls/16800/site_graphics/photoFinderBg.gif) repeat-x;
  color:#ffffff;
}
  
  #photoFinder .title{
    color:#FFFFFF;
    font-size:15px;
	font-weight:bold;
  }
  
  #photoFinder .search{
    color:#FFFFFF;
  }
  
  #photoFinder a {
    color:#ffffff;
  }
  
  #photoFinder td{
    font-size:13px;
    font-weight:bold;
  }

/*sport list*/

.photostore_image .imgContainer{
  border:1px solid #dbdbdb;
  padding:5px;
  height:180px;
  width:165px;
  overflow:hidden;
}

  .photostore_image .imgContainer div.photostore_sporttitle{
    text-align:left;
    font-size:13px;
    font-weight:bold;
  }
  
  .photostore_image .imgContainer div{
    text-align:center;
  }
  
  .photostore_image .buttons{
    text-align:right;
  }

