div.grid-view {
    width:100%;
    margin: 10px auto;
}

.grid-view-loading
{
	background:url(loading.gif) no-repeat;
}

.grid-view table.items
{
	border-collapse: collapse;
        width:100%;
}

.grid-view table.items th, .grid-view table.items td
{
	font-size: 0.9em;
	padding: 0.4em 0.6em;
        vertical-align: middle;
}

 .grid-view table.items tfoot td.shopping-cart
{
	padding:5px 8px 5px;
    text-align:right;
    font-size: 1.1em;
    vertical-align: top;
    line-height: 2em;
}

 .grid-view table.items tfoot td.shopping-cart span#footer-total-label,
 .grid-view table.items tfoot td.shopping-cart span#footer-total-value
{
    font-size: 1.3em;
    font-weight: bold;
}

.grid-view table.items tfoot td.footer-left
{
	border-right:0px;
}

.grid-view table.items tfoot td.footer-right
{
	border-left:0px;
}

.grid-view table.items th
{
	text-align: center;
}

.grid-view table.items th a
{
	font-weight: bold;
	text-decoration: none;
}

.grid-view table.items th a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items th a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view .link-column img
{
	border: 0;
}

.grid-view .button-column
{
	text-align: center;
	width: 60px;
}
.grid-view .button-column.small
{
	width:24px;
}
.grid-view .button-column.medium
{
	width:48px;
}
.grid-view .button-column.big
{
	width:76px;
}
.grid-view .button-column.bigger
{
	width:95px;
}

.grid-view .button-column img
{
	border: 0;
}

.grid-view .checkbox-column
{
	width: 15px;
}

.grid-view .summary
{
	margin: 0px 0 5px 0;
	text-align: right;
	font-style: italic;
	opacity: 0.5;
}

.grid-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.grid-view .empty
{
	font-style: italic;
}

.grid-view .filters input,
.grid-view .filters select
{
	width: 100%;
}
