/**
 *  iphone-one 
 *  template.css
 */  
  
.panel p.normalText { 
 	text-align: left; 
 	padding: 0 10px 0 10px;  		
  }

.panel > h2 {
  margin: 3px 0 10px 10px;
  }

/**
*   mod_iphone_article
*/
.no-stripes {
  background: #FFFFFF !important;
  }
  
.iphone-article {  
  width: auto;
}

.iphone-article-left {
  float: left;
  width: 60px;
  /* so ist die gesamtbreite 80+2*5=90 */
  /*background-color: #CCFF33;*/
  /* so ist die gesamtbreite 80+2*5=90 */
  /* border:1px solid red;
  padding:4px; */
}

.iphone-article-left h1 {
  background-color: #CCFF33;
  margin: 0;
  padding-top: 10px;
  text-align: center;
  height: 50px;
  }
  
.iphone-article-left p {
  border:1px solid #666;
  background-color: #FFFFFF;
  margin: 5px 0 0 0; 
  text-align: center; 
  font-size: 0.68em;
  padding: 0 3px 2px 0;
  }
  
.iphone-article-content {
  width: auto;
  background-color: #BBCCFF;
  background: none;
  /*border:1px solid green;*/
  margin: 0 0 0 70px;
  padding: 10px;
}

.iphone-article-content h3 {
  margin: 0;
  }

.iphone-article-content p {  
  }

.iphone-row-stripe {
  background-color: #DDDDDD;  
  }

/*************/


Xa.listing {
    padding-left: 54px;
    padding-right: 40px;
    min-height: 34px;
}

Ximg.listingImg {
    display: block;
    position: absolute;
    margin: 0;
    left: 6px;
    top: 7px;
    width: 35px;
    height: 27px;
    padding: 7px 0 10px 0;
}

Xp.listingDetails {
    display: block;
    position: absolute;
    margin: 0;
    left: 54px;
    top: 27px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    width: 100%;
    height: 13px;
    padding: 3px 0 0 0;
}

X.panel img {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 10px; 
 		border: 2px solid #666666;
    -webkit-border-radius: 6px;
}

X.row > p {
    display: block;
    margin: 0;
    border: none;
    padding: 12px 10px 0 110px;
 		text-align: left;
    font-weight: bold;
    text-decoration: inherit;
    height: 42px;
    color: inherit;
		box-sizing: border-box;
}

X.row > label {
    text-align: right; 
    width: 80px; 
    position: absolute;
    margin: 0 0 0 14px;
    line-height: 42px;
    font-weight: bold;
    color: #7388a5;
}

X.serviceButton {
    display: block;
    margin: 0;
    border: none;
    padding: 12px 10px 0 0px;
 	  text-align: center;
    font-weight: bold;
    text-decoration: inherit;
    height: 42px;
    color: #7388a5;
	box-sizing: border-box;
}

Xinput.calc {
    padding: 6px 6px 6px 120px;
}

