* {margin: 0;} 

#store {
	width: 752px;
	margin: auto;
}

#store ul {
	display: block;
	width: 100%;
	margin: auto;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#store li {
	display: block;
	float: left;
	padding: 0;
	margin: 5px;
	width: 365px;
	height: 278px;
}

#store ul a {
	text-decoration: none;
	outline: none;
	color: #fff;
}

#store ul a:visted {
	color: #fff;
	text-decoration: none;
}

.item {
	background: black;
	margin: 0;
	padding: 0;
	color: #fff;
}

.item:hover {
	background: #777;
}

.itemimg {
	padding: 3px;
	height: 238px;
}

.itembar {
	padding: 0;
	margin: 0;
	height: 34px;
	width: 100%;
}


.itemname {
	padding: 6px 20px 0 0;
	font-weight: bold;
	font-size: 1.2em; 
	color: white;
	font-family: verdana;
	text-align: right;
}

.itemclick {
	float:left;
	position: relative;
	top: 8px;
	left: 12px;
}

.itemprice {
	font-size: 0.8em;
}

.item a:hover {
	cursor: hand;
}

.itembox {
	height: 400px;
	position: relative;
	top: 60px;
	left: 10px;
	width: 280px;
	color: white;
}

.itemtop {
	padding-top: 15px;
	height: 60px;
}

.itemtext {
	padding-top: 10px;
	font-family: verdana;
	font-weight: 600;
	font-size: 0.9em;
	height: 260px;
	width: 200px;
	padding-left: 20px;
}

.viewcart {
	position:relative;top: 20px;
	font-family: verdana; 
	font-size: 1em;
	font-weight: bold; 
	color: white;
}

.addcart {
	font-size: 0.9em;
	font-family: verdana;
	font-weight: bold;
	text-align: center;
	float: left;
	padding: 6px 10px 0 0px;
}

.cartprice {
	position: relative; top: 15px; left: 5px;
	font-family: verdana; 
	font-size: 1.1em; 
	font-weight: bold; 
	color: white;
}


