/*
 * CSS File for Luxusbabe rental area
 */



/* bags list */
.listing {
  float:left;
  margin:0 10px 20px 10px;
  text-align:center;
  width:182px;
}
*html .listing {
  width: 182px;
}
.listing .listimage img{
  border: 1px solid #F4F4F4;
}


.paging {
  background-color:#F4F4F4;
  margin-bottom:20px;
  width:588px;
  padding: 10px;
}
.pagingleft {
  float:left;
  padding-left:5px;
  text-align:left;
  width:100px;
}
.pagingcenter {
  float:left;
  text-align:center;
  width:278px;
}
.pagingright {
  padding-right:5px;
  text-align:right;
}

.fcVerleihListTable {
  width: 100%;
}

/* bags details */
.fcVerleihDetailAttributes {
  float: right;
  width: 278px;
  color: #2d2d2d;
  font-size: 11px;
}
.fcVerleihDetailImage {
  width: 300px; 
  overflow: hidden;
}
.fcVerleihDetailManufacturerImage {
  margin-bottom: 10px;
  text-align: center;
}
.fcVerleihDetailAttributes .optionheader {
  background-color: #f4f4f4;
  padding: 5px;
}
.fcVerleihDetailAttributes .option {
  padding: 5px;
  font-weight: bold;
}
.fcVerleihDetailAttributes .option .note{
  font-weight: normal;
  font-size: 10px;
  color: #2d2d2d;
}

/* registration */
#fcVerleihAnmeldungSteps {
  width: 608px;
}
#fcVerleihAnmeldungSteps td {
  background-color: #f4f4f4;
  font-size: 11px;
  text-align: center;
  height: 40px;
}
#fcVerleihAnmeldungActStep {
  background-color: #2d2d2d !important; 
  font-weight: bold;
  color: #ffffff;
}

.fcVerleihAnmeldungForm {
  font-size: 12px;
}
.fcVerleihAnmeldungForm .inputlabel{
  float: left;
  width: 200px;
}
.fcVerleihAnmeldungForm .inputfield{
  width: 300px;
  border: 1px solid #2d2d2d;
  height: 25px;
  font-size: 12px;
}