#store-container{
	margin:50px 0 0 35px;
	width:900px;
}


#store-categories{
	float:right;
	width:190px;
}

#item-container{
	float:left;
	width:620px;
}

#store-categories ul{
	list-style:none;
}

#store-categories li{
	height:100px;
	margin-bottom:10px;
	background-color:#000000;
}

#store-categories li:last-child{
	margin-bottom:0;
}


.store-item{
	float:left;
	margin:20px 0 20px 0;
	padding-bottom:20px;
	border-bottom:1px solid #444444;
}

.store-item .img{
	float:left;
	margin: 0 5px;
	width:135px;
	overflow:hidden;
}

.store-item .info{
	float:right;
	width:470px;
}

#store-container h1{
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:16px;
	float:left;
	width:620px;
	margin-top:20px;
	text-transform:uppercase;
}


#store-container h1:first-child{
	margin-top:0px;
}

.store-item .title{
	color:#CCCCCC;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:14px;
}

.store-item .price{
	float:right;
	font-weight:bold;
}

.store-item .cat-info{
	margin-top:3px;
   font-size:12px;
}

.cat-info span.b{
	margin-left:25px;
}

.store-item .description{
	margin-top:10px;
	color:#999999;
}

.store-item .more-info{
	margin-top:10px;
}

.store-item .more-info a{
	font-size:11px;
}