/* Style for Store Item */

.item{
  width: 235px;
  float: left;
  display: inline;
  border: 1px black solid;
  padding: 7px;
  margin: 6px;
  height: 380px;
  background: #e82;
  font-weight: bold;
}
.price{
	color: #600;
	font-size: 1.1em;
	display: block;
	margin-top: 8px;
	}
.thumb{
  width: 212px;
  margin: 10px;
  border: 1px black solid;
}
.thumbv{
  height:180px;
  margin: 10px 40px;
  border: 1px black solid;
}
.desc{
  font-size: .9em;
  display: block;
  margin: 10px;
}

/* ////////// Page content blocks /////////// */

/*box for primary page content.*/
#content{
width: 527px;
float: right;
padding: .6em;
margin: 0px;
clear: none;
padding-top: 0px;
}

/*Style elements in the page body*/


#bar h4{
  text-align: center;
  margin: 0px;
}
#title{
  display: block;
  padding: 3px;
  width: 350px;
  float: left;
  clear: none;
  font-weight: bold;
}


#label{
  padding: 3px;
  background: #600;
  color: white;
  width: 150px;
  float: right;
  clear: none;
}

/*box for tertiary page content. Is optional and next in the code source. Usually contains ads,or sidebars and is usually positioned absolutely as the  right column*/
#content3{
  float: left;
  width: 150px;
  padding: .6em;
  clear: both;
  text-align: center;
}








