/**
 @file
   CSS file for Amazon_store module
  */

/* Search Results Formatting */
#amazon-store-search-results {
	clear: both;
}


.search-results .form-item, #amazon-store-search-form .form-item  {
	float: left;
	margin: 5px;
}

#center form#amazon-store-search-form  {
  margin-bottom: 0;
}

.search-results .form-submit {
	clear: both;
}

.search-results span.offer-status {
	padding: 5px;
	margin: 2px;
	font-style: italic;
}

.search-results form fieldset {
	margin: 0;
	padding: 0;
}
.search-form-clear {
  clear: both;
}
.search-results p.title {
	font-size: large;
	font-weight: bold;
}
.search-results p.manufacturer {
	padding: 0;
	margin: 0;
}

.search-results .product-image {
	border: 1px solid gray;
	margin: 2px;
	padding: 2px;
}

.search-results .toggle {
	display: none;
	border: 2px solid gray;
	padding: 2px;
}

/* Item Page formatting */

.item-detail-wrapper .column {
  margin: 5px;
  border: 1px solid #0062A0;
  padding: 10px;
}

#item-details {
  float: left;
  width: 45%;
  height: 100%;
}
#right-column {
  float: right;
  width: 45%;
  height: 100%;
}
#bottom-section {
  clear: both;
}

.search-indexes-table td {
  vertical-align: top;
  line-height: 120%;
}

.customerreviews_iframe {
  width: 550px;
  height: 200px;
}

/* Manageable format for "Debug Info" widget */
#debug_info pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-size:.9em;
 line-height: 1.2em;
 max-height: 50em;
 overflow-y: auto;
}