body
{
  color:white;
}


#container
{
/*background-color: #cfd8d9;*/

}

#matte_backing
{


}

#content_div
{
  margin-top: 20px;
  width:80%;
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: 200px;
  background-color: #cfd8d9;*/
}


#site_title_div
{
	height: 30px;
	width : 100%;
	text-align: center;
	vertical-align: middle;
}

#display_div
{
	height: 200px;
	width:  250px;
	
	margin-left:  auto;
	margin-right: auto;
	z-index:5;
	
	border-width:thin;
	border-color:grey;
	border-style:solid;

}

div.imageclass
{
	position:relative;
	padding: 1em;
	/*
	float:left;
	width:200px;
	*/
}

#main_menu_div
{
	position:absolute;
	height: 150px;
	width : 150px;
	top:100px;
	left:100px;
	z-index: 0;

}

#item_title_div
{
	clear:both;
	height: 30px;
	width : 100%;
	text-align: center;
}

#price_div
{
	height: 20px;
	width : 100%;
	text-align: center;
	border-bottom:solid;
	border-width :1px;
	margin-bottom:2px;
}

#images_div
{

  position:relative;
  /*height: 200px;*/
  width:100%;
	border-top:solid;
	border-width :1px;
	/*background-color: orange;*/
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
}

#main_image
{
	height: 200px;
	width:  250px;
}

#site_title_span
{
	font-family:Georgia;
	font-size: 1.5em;
	font-style: normal;
	line-height: 120%;
	font-weight: 700;
}

#item_title_span
{
	font-family:Georgia;
	font-size: 1.5em;
	font-style: normal;
	line-height: 120%;
	font-weight: 700;
}

#price_title_span
{
	font-family:Georgia;
	font-size: 1em;
	font-style: normal;
	line-height: 120%;
	font-weight: 700;
}

#options_div
{
	text-align: center;
}

input.sort_options
{
	margin-left: 4%;
}

div.image_container
{

  position:relative;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
	height:80px;
	width  :80px;
	margin: 5px 5px 5px 5px;
  background-color:#c1cbd0;
  float:left;

}

div.image_container2
{
  	float:left;

}

img.item_image
{
  border-style: solid;
  border-width: 1px; 
  height:70px;
  width:70px;
  
  margin-top: 4px;
  margin-left: 4px;

	border-width:thin;
	border-color:grey;
	border-style:solid;

}
