div.exportlinks {
    margin: -5px 0 10px 5px;
    padding: 2px 4px 2px 0;
    width: 100%;
}

div.exportlinks a {
    text-decoration: none;
}

div.exportlinks span {
    background-repeat: no-repeat;
}

span.export {
    cursor: pointer;
    display: inline-block;
    padding: 0 4px 1px 0;
}

span.pagebanner {
    display: block;
    font-size: .95em;
    float: left;
    padding: 10px 0 10px 5px;
 
}

span.pagelinks {
    display: block;
    font-size: .95em;
    float: right;
    padding: 10px 5px 10px 0;
}

th.sorted a, th.sortable a {
    background-position: right;
    display: block;
}

.table th.order1 a {
    background-image: url(/store/images/arrow_down.png) !important;
}

.table th.order2 a {
    background-image: url(/store/images/arrow_up.png) !important;
}

.table th.sorted {
    background-color: #FFE87F;
    color: #000000;
}

.table th.sorted a, .table th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

.table tr.even {
    background: #f6f6f6;
    border-top: 1px solid #eee;
    color: #000000;
}

.table tr.odd {
    background: #fff;
    border-top: 1px solid #eee;
    color: #000000;
}

/* highlight .table row onmouseover */
.table tr.over, .table tr:hover {
    border-bottom: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    color: #000000;
    cursor: pointer;
    background: #D7E9F5;
}


/* TABLE */
	table {
        font-size: 1em;
		margin: 0 0 1.5em 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
	}

/*********************************
           Project: CSS Table Galery
           Title: Like Adwords
           Author: Cleiton Francisco
           URL: http://www.cleiton.net/
           Country: Brazil
           Update: 2005-12-18
         *******************************/

            .table {
                border-collapse: collapse;
                color: #000;
                background: #fff;
                width: auto;
                margin: 0px;
            }
                .table caption {
                    padding: 0 0.6em 0.8em;
                    font-size: 1.3em;
                    font-weight: bold;
                    text-align: left;
                    color: #000;
                    background: transparent;
                }
                .table td, .table th {
                    border: 1px solid #fff;
                    padding: 1em;
                    vertical-align: top;
                }
                .table thead th {
                    border: 1px solid #fff;
                    text-align: left;
                    font-size: 1.1em;
                    font-weight: bold;
                    
                    background: url('/store/images/table_header.png');
                    background-repeat: repeat-x;
                    background-color: #D7E9F5;
                }
								        .table th a {
								            background: transparent;
								            color: #2763A5;
								        }
                .table tfoot th, tfoot td {
                    border: 1px solid #e0e0e0;
                    text-align: left;
                    font-size: 1em;
                    background: #e8e8cf;
                }
                .table tfoot th {
                    font-weight: bold;
                }
                .table tbody td a {
                    background: transparent;
                    text-decoration: underline;
                }
                .table tbody td a:hover {
                    background: transparent;
                    text-decoration: underline;
                }
                .table tbody th a {
                    background: transparent;
                    text-decoration: underline;
                    font-weight: bold;
                }
                .table tbody th, .table tbody td {
                    text-align: left;
                }
                .table tfoot td {
                    border: 1px solid #996;
                }
    /* END TABLE */

table.list {
	margin-top: 2em;	
}
    
.list td {
    background: #fff;
    border-bottom: 1px solid #eee;
    color: #333;
    padding: 10px;
}
