/*

  Brochure cart

*/


#brochurecart 
{
  border: 1px solid #2376cc;
  -moz-border-radius: 5px;
  margin: 10px 0;
  padding: 0 0 10px 0;
  background-color: white;
  position: relative;
}

#brochurecart h3 
{
  color: white;
  background-color: #2376CC;
  text-align: center;
  padding: 10px;
}

#brochurecart_items 
{
}

#brochurecart_items .brochure 
{
  padding: 5px 10px;
  display: none;
}

#brochurecart_items .odd 
{
}

#brochurecart_items .even 
{
  background-color: #F7F7F7;
}

#brochurecart_items .brochure form
{
  text-align: right;
  margin: 5px 0 7px 0;
}

#brochurecart form 
{
  margin: 15px 0 5px 0;
  text-align: center;
}

/*

  Brochure list

*/

#brochurelist .brochures
{
  margin: 15px 0;
  clear: both;
}

#brochurelist .brochures p 
{
  font-weight: bold;
  margin: 10px 0 15px 0;
}

#brochurelist .brochures .brochure 
{
  position: relative;
  float: left;
  margin: 0 0 10px 0;
  padding: 10px 5px;
  min-height: 200px;
  _height: 200px;
  width: 100px;
  text-align: center;
}

#brochurelist .brochures .hover {
  background-color: #F7F7F7;
}

#brochurelist .brochure a
{
  display: block;
  position: absolute;
  left: 10px;
  bottom: 20px;
  margin: 0 5px 5px 5px;
  text-decoration: none;
}

#brochurelist .brochure a div
{
  height: 50px;
}

#brochurelist .brochure img 
{
}

#brochurelist .brochure .name 
{
  bottom: 0;
  margin: 10px 0;  
}

#brochurelist .brochure form 
{
  display: block;
  position: absolute;
  width: 100px;
  bottom: 5px;
  left: 5px;
  text-align: center;
}


/*

  Brochure form
  
*/  


#brochureform
{
  display: none;
  margin: 15px 0;
}

#brochureform label
{
  display: block;
  margin: 5px 0;
}

#brochureform input, 
#brochureform textarea 
{
  margin: 0 0 10px 0;
}

#brochureform input.text, 
#brochureform textarea 
{
  display: block;
  width: 250px;
}

#brochureform textarea 
{
  height: 100px;
}

