/* Style for Store Item */

.item{
  width: 490px;
  border: 1px black solid;
  padding: 7px;
  margin: 4px;
  background: #e82;
  font-weight: bold;
}
.price{
	color: #600;
	font-size: 1.1em;
	display: block;
	margin-top: 8px;
	}
.thumb{
	float: left;
	display: inline;
  width: 170px;
  margin: 10px;
  border: 1px black solid;
}
.thumbv{
	float: left;
	display: inline;
  height:180px;  
  margin: 10px;
  border: 1px black solid;
}
.desc{
	float: right;
	width: 55%;
  font-size: .9em;
  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;
}

#sec1{
	margin: 10px;	
	}
	
#sec1 h4{
	text-align: center;
	}

#sec1 p{
	text-align: center;
	font-weight: bold;
}
	

#sec1 ul{
	text-align: center;
}

#sec1 li{
	display: inline;
	margin: 15px;
}

#sec1 ul.narrow li{margin: 7px;
}


#sec1 li a{
	color: #ff0;
	padding: 0px 5px;
	border: black solid 1px;
	background: #00f;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em;
	
  }
  
#sec1 li a:hover{
  background: #369;
}
  
#sec1 hr{
	margin: 5px 0px;
	border: 1px solid #600;
	height: 1px;
	width: 99%}
	
.section2 h3{
	width: 200px;
	margin: 0px auto;
	}



/*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;
}








