/* Products List */
#module-store-products-ul {
	margin:0;
	padding:0;
	list-style:none;
	width:650px;
	overflow:hidden;
}
#module-store-products-ul li  {
	list-style:none;
	text-align:center;
	float:left;
	padding:0 18px 0 18px;	
	width:175px;
	height:275px;
}
#module-store-products-ul li img {
	border:1px solid #D1D5D9;
	padding:10px;
	margin:6px;
}
#module-store-products-ul li h4 {
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
}
#module-store-products-ul li h5 {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
}


/* Products Detail */
#module-store-product-detail-img {
	border:1px solid #D1D5D9;
	padding:10px;
	margin-left:6px;
	margin-bottom:6px;
	float:right;
}
#module-store-product-detail-table {
	margin:15px 0 0 0;
	padding:0;
	background:#f6f7f8;
	width:100%;
	clear:both;
	border:1px solid #D1D5D9;
	border-collapse:collapse;
}
#module-store-product-detail-table td {
	padding:7px;
	margin:0;
}
#module-store-product-detail-table tr {
	margin:0;
	padding:0;
}
#module-store-product-detail-table tr:hover {
	background:#eaeaea;
}

#module-store-product-view-my-cart {
	margin:15px 8px 15px 0;
	text-align:right;
}




/* Cart Table */
#module-store-cart-table {
	margin:15px 0 0 0;
	padding:0;
	background:#f6f7f8;
	width:100%;
	clear:both;
	border:1px solid #D1D5D9;
	border-collapse:collapse;
}
#module-store-cart-table td {
	padding:7px;
	margin:0;
}
#module-store-cart-table th {
	padding:7px;
	margin:0;
}
#module-store-cart-table tr {
	margin:0;
	padding:0;
}
#module-store-cart-total {
	margin:15px 8px 15px 0;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}
#module-store-cart-checkout {
	margin:15px 8px 15px 0;
	text-align:right;
}

#module-store-cart-continue-shopping {
	margin:15px 8px 15px 0;
	text-align:right;
}


/* Checkout Table */
#module-store-checkout-table {
	margin:0;
	padding:0;
	width:100%;
	clear:both;
	border-collapse:collapse;
}
#module-store-checkout-table td {
	padding:4px;
	margin:0;
}
#module-store-checkout-table th {
	padding:4px;
	margin:0;
}

/* Confirm Table */
#module-store-confirm-cart-table {
	margin:15px 0 0 0;
	padding:0;
	background:#f6f7f8;
	width:100%;
	clear:both;
	border:1px solid #D1D5D9;
	border-collapse:collapse;
}
#module-store-confirm-cart-table td {
	padding:7px;
	margin:0;
}
#module-store-confirm-cart-table th {
	padding:7px;
	margin:0;
}
#module-store-confirm-cart-table tr {
	margin:0;
	padding:0;
}
#module-store-confirm-total {
	margin:15px 20px 15px 0;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}
#module-store-confirm-shipping-total {
	margin:15px 20px 15px 0;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}
#module-store-confirm-grand-total {
	margin:15px 20px 15px 0;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}

#module-store-confirm-table {
	margin:0;
	padding:0;
	width:100%;
	clear:both;
	border-collapse:collapse;
}
#module-store-confirm-table td {
	padding:4px;
	margin:0;
}
#module-store-confirm-table th {
	padding:4px;
	margin:0;
}