
/*--------- body container ---------------*/

.body-container {
  margin-top: 10px;
  
  /* side border widths must equal the
     widths of the left and right columns. 
     Putting the left column in the border for this column
  */
  border-style: solid;
  border-width: 0 0 0 28em;	
  border-left-color: #fff5d4;	/* left hand column background color */
  /*border-right-color: #fff5d4;	/* right hand column background color */
  z-index: 1;
}

.inner-body-container {
  border-style: solid;
  border-color: #fff5d4;
  border-width: 0 1px;	/* borders between middle and the side columns. */
  margin: 0 -1px;		/* compensate for the borders because of 100% width declaration */
  width: 100%;
  z-index: 2;
}

html[xmlns] .mozclear {
  border-bottom: 1px solid;
  border-color: transparent;
  margin-bottom: -1px;
}

.clear {
	clear: both;
}

* html .body-with-footer {
	word-wrap: break-word;	/* invalid CSS but keeps IE from breaking 
				   horribly under narrow viewports */
}

/*-------------SSGT----------------------*/

.wantList-container, .ssgt-search-container, .navigation-container, .options-container, .generate-container {
  float: left;
  position: relative;
  border-color: #fff5d4;
  z-index: 10;
}

/*------ ssgt wantlist container --------*/

.wantList-container {
  margin: 0 1px 0 -27em;
  width: 26em;
  padding: 5px;
  padding-bottom: 25px;
  z-index: 11;
  /* border-right: 1px solid #CDCDB4; */
  
}

/*------ ssgt search container -----------*/
.ssgt-search-container, .navigation-container, .options-container, .generate-container {
  margin: 0 0 0 -4px;
  
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 25px;
  padding-left: 10px;

  border-left: 4px double #CDCDB4;
}

.ssgt-search-container {
  
  
}

.ssgt-searchResults img {
  border: 0px;
}

/*-------- navigation container ---------*/

.navigation-container {
  
}

.navigation-container img {
  border: 0px;
}

/*---------- options-container --------------*/

.options-container {
  
}

/*---------- generate container  --------------*/

.generate-container {
  
}

