﻿.storeItem
{
   float:left; 
   padding: 20px 0; 
   /*border-top: 1px solid #999; */
}

.storeImage
{
    width:150px; 
    height:150px; 
    float:left; 
    margin: 0 10px 0 0;
}
.storeInfo
{
    float:left; 
    margin: -10px 0 0 0; 
    width: 500px;
}
.storeItemDetail
{
    display:inline; 
    width: 500px; 
    height: 25px; 
    background:#fff; 
    margin:10px 0; 
    padding:5px 0 0 5px;
}
.storeAltRow
{
    background-color:#ddd;
}
ul.storeOrder {
	padding:0 0 0 5px;
	margin:5px 0;
}

ul.storeOrder li{
	display:inline-block;
	list-style:none;
	margin: 0 15px 0 0;
	width: 80px;
}

ul.storeOrder li.description {
	margin: 0 5px 2px 0;
	width:150px;
}
ul.storeOrder li.description small {
	font-size:10px;
	color:#999;
	line-height:1.1;
}

ul.storeOrder li.price {
	width: 100px;
    text-align:center;
}

ul.storeOrder li.button {
	position:relative;
	top: 6px;
}
