#content .pagination
{
	background: url(../images/pagination-bg.gif) repeat-x left bottom;
	height: 35px;
}


#content table.tableListing

{

    margin: 15px 0px;
	margin-top: 0px;
	width: 100%;

}



#content table.tableListing tr.even

	{

		background-color: #f3f7fa;

	}



#content table.tableListing th

{

    background: url(../images/tableListing-bg.gif) repeat-x top left;

    color: #ffffff;

    font-size: 1.15em;

    padding: 8px 10px;

}



#content table.tableListing td

{

    padding: 10px;

	border-bottom: 1px solid #777777;
	
	background: url(../images/tablecell-bg.gif) no-repeat right center;

}

#content table.tableListing td.last
{
	background: none;
}

#content table.tableListing td div
{
	background: url(../images/thumb-bg.gif) no-repeat;
	height: 43px;
	width: 41px;
}

#content table.tableListing img
{
	border: 1px solid #BFBFBF;
	margin-left: 3px;
	margin-top: 3px;
	vertical-align: middle;

}



#content table.tableListing td.price

{

    color: #54ab1f;

    font-weight: bold;

    font-size: 1.15em;

}
#dummy-element { width: 2px; }
