a.details {
  background-image:    URL("ArrowRight.png");
  background-position: right center;
  background-repeat:   no-repeat;
  padding-right:       20px;  
}

/* CSS showcaseAsOverview  */

#showcaseAsOverview #items .compactItem {
  border:         1px solid #666666;
  margin-bottom:  15px; 
}

#showcaseAsOverview #items .compactItem table{
  width: 100%;
}

#showcaseAsOverview #items .compactItem .dataTable .title a, 
#showcaseAsOverview #items .compactItem .dataTable .title a:visited,
#showcaseAsOverview #items .compactItem .dataTable .title a:link {
  color:       #1677B8;
  font-size:   15pt;
  font-weight: bold;
}

#showcaseAsOverview #items .compactItem .dataTable .moreDetails a, 
#showcaseAsOverview #items .compactItem .dataTable .moreDetails a:visited,
#showcaseAsOverview #items .compactItem .dataTable .moreDetails a:link {
  color:       #1677B8;
  font-size:   8pt;
  font-weight: bold;
}

#showcaseAsOverview #items .compactItem .dataTable .summary{
  font-size:	8pt;
  font-weight:	Normal;
  color:	#000000;
}

#showcaseAsOverview #items .compactItem .dataTable .price{
  font-size:   13pt;
  font-weight: bold;
}

#showcaseAsOverview #items .compactItem .dataTable td{
  font-size:   10pt;
}

#showcaseAsOverview #items .compactItem .mainImage{
  margin-left:  auto;
  right:        0;
  text-align:   right;
}





/* CSS showcaseAsDoubleList  */

#showcaseAsDoubleList #items #itemsTable{
  width: 100%;
  border-spacing: 12px;
}

#showcaseAsDoubleList #items #itemsTable tr{
  height: 100px;
}

/* Left */

#showcaseAsDoubleList #items .leftCell {
  border:         1px solid #666666;
  Width:          50%;
  vertical-align: top;
}

#showcaseAsDoubleList #items .dataLeft a, 
#showcaseAsDoubleList #items .dataLeft a:visited,
#showcaseAsDoubleList #items .dataLeft a:link {
  color:       #1677B8;
  font-size:   10pt;
  font-weight: bold;
}

#showcaseAsDoubleList #items .dataLeft {
  font-size:	  10px;
  font-weight:	  Normal;
  color:	  #000000; 
  width:          40%;
  text-align:     right;
  vertical-align: top;
}

#showcaseAsDoubleList #items .dataLeft p {
  line-height:120%;
  margin:4px;
}

#showcaseAsDoubleList #items .mainImageLeft{
  margin-left:   auto;
  right:         0;
  text-align:    right;
  width:         10%;
}

/*  right */

#showcaseAsDoubleList #items .rightCell {
  border:         1px solid #666666;
  Width:          50%;
  vertical-align: top;
}

#showcaseAsDoubleList #items .dataRight a, 
#showcaseAsDoubleList #items .dataRight a:visited,
#showcaseAsDoubleList #items .dataRight a:link {
  color:       #1677B8;
  font-size:   10pt;
  font-weight: bold;
}

#showcaseAsDoubleList #items .dataRight {
  font-size:	  10px;
  font-weight:	  Normal;
  color:	  #000000;
  width:          40%;
  vertical-align: top;
}

#showcaseAsDoubleList #items .dataRight p {
  line-height:120%;
  margin:4px;
}

#showcaseAsDoubleList #items .mainImageRight{
  margin-left:   auto;
  right:         0;
  text-align:    right;
  width:         10%;
}





/* CSS showcaseAsList  */

#showcaseAsList #items{
  border: 1px solid #888888;
  width:  260px;
}

#showcaseAsList #items table tr{
  height: 50px;
}

#showcaseAsList #items table{
  width:         260px;
}

#showcaseAsList #items .data a, 
#showcaseAsList #items .data a:visited,
#showcaseAsList #items .data a:link {
  color:       #1677B8;
  font-size:   10pt;
  font-weight: bold;
}

#showcaseAsList #items .data .viewLink a, 
#showcaseAsList #items .data .viewLink a:visited,
#showcaseAsList #items .data .viewLink a:link {
  color:       #1677B8;
  font-size:   8pt;
  font-weight: normal;
  text-align:  right;
}

#showcaseAsList #items .data {
  font-size:	  10px;
  font-weight:	  Normal;
  color:	  #000000; 
  width:          130px;
  vertical-align: top;
}

#showcaseAsList #items .data .dataDiv{
  height:55px;
  overflow:hidden;
  white-space:nowrap;
  width:130px;
}

#showcaseAsList #items .data p {
  line-height:120%;
  margin:4px;
}

#showcaseAsList #items .mainImage .mainImageDiv{
  width:  100px;
  height: 70px;
  overflow: hidden;
}






/*  CSS singleImage */

#singleImage .title {
  text-align: center;
}

#singleImage .description {
  text-align: center;
}

#singleImage .image img{
  border: 1px solid #666666;
}


/* CSS imagesOverview */

#imagesOverview .title {
  vertical-align: top;
  text-align:     center;
  padding-top:    0;
}

#imagesOverview .image {
  vertical-align: bottom;
  text-align:     center;
  padding-bottom: 0;
  display:        table-cell;
}

#imagesOverview .image img{
  border: 1px solid #666666;
}




/* CSS Showcase-Item */

#extensiveItem .price{
  text-align:  right;
  font-weight: bold;
}

#extensiveItem #itemImages{
  text-align:  center;
  font-size:   12px;
}

#extensiveItem #itemImages .itemImage{
  padding-bottom: 20px;
}


