#shop .item{
	display: inline-block;
	position: relative;
	vertical-align: top; 
	width: 224px;
    margin-bottom: 10px;
}

#shop .header{
    color: #ffffff; 
    padding: 10px; 
    margin-bottom: 10px; 
    background: #2bde73; 
    border-radius: 6px; 
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
}

#shop .header .title{
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
	text-align: center;
}

#shop .info{
    color: #ffffff; 
    padding: 10px; 
    background: #ff0000; 
    border-radius: 6px; 
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}

#shop .username{
    font-weight: bold;
}

#shop .item:nth-child(3n){
	padding-left: 10px;
	padding-right: 10px;
}

#shop .item > div:first-child{
	background: #e9e9e9;
	border-radius: 6px;
	margin-top: 195px;
	font-size: 14px;
	line-height: 16px;
	padding: 30px 10px 10px 10px;	
}


#shop .item .summary{
	font-weight: bold;
}

#shop .item .showmore{
    color: #1c914a; 
    cursor: pointer;
}

#shop .item .details{
	display: none;
    overflow: hidden;
}

#shop .item .priceTag{
	color: #666666;
	font-weight: bold;
	margin: 10px 0 5px 0;
	text-align: center; 
}

#shop .item .priceTag .dollar{
	color: #000000;
	font-size: 26px;
}
#shop .item .priceTag .cent{
	color: #000000;
	font-size: 14px;
    position: relative;
    top: -8px;
}

#shop .item .purchaseOptions{
	display: none;
	text-align: center;
    overflow: hidden;
}

#shop .item .options{
    margin: 5px;
}

#shop .item .image{
	position: absolute;
	top: 0px;
    cursor: pointer;
}
