@import url(StyleSheet\Common.css);
@import url(StyleSheet\SkinObjects.css);
@import url(StyleSheet\MiniCart.css);
@import url(StyleSheet\Cart.css);
@import url(StyleSheet\StoreFront.css);
@import url(StyleSheet\FontStyles.css);


/* Product List */
/* Note : This template will be repeated in a non-fixed number of row and lines */
div.ProductList-Entity { margin: 5px; display:inline-block; background: url(images/itemBackground.png) repeat; 
						 width: 225px; height: 155px; text-align:center; border: dotted 1px gray;
						 overflow: hidden; padding:3px 3px 3px 3px; }
table.ProductList-Entity { font-size: 10pt; }

.ProductList-Entity-Title { font-size: 10pt; font-weight: bold; width: 220px;
                            white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ProductList-Entity-Summary { padding: 5px; }
.ProductList-Entity-Image { padding-top: 5px; }
.ProductList-Entity-Price { text-align: right; padding-top: 5px; font-weight: bold; width: 90px; }
.ProductList-Entity-AddToCart { text-align: right; }
.ProductList-Entity-LinkDetail { text-align: right; padding-bottom: 10px; }
.ProductList-Entity-Edit { padding-right: 5px; }
	
.ListContainer-Title { color: White; }
.ListContainer-Title SPAN { display:inline; width:1px; min-width:1px; white-space:nowrap; color: White; font-size: larger; }
