﻿.gvListings, .gvListingsAlt
{
	border-width:5px;
	border-style:ridge;
	width:600px;
}

.gvRowHover:hover
{
	background-color:#99FFCC;
	cursor:pointer;
}

.gvListingsAlt
{
	background-color:#CCCCCC;
}

.gvPrice
{
	font-weight:bold;
	float:left;
	border-bottom-style:double;
	border-width:5px;
	border-color:Blue;
}

.Status
{
    position:absolute;
    z-index:10px;
}

#test
{
    width:50px;
    height:50px;
}