.pr_link
{
	color:black;
}
.thumbnail_bids{
position: relative;
z-index: 0;
}

.thumbnail_bids:hover{
background-color: transparent;
z-index: 50;
}

html {

}

.thumbnail_bids span{ /*CSS for enlarged image*/
position: absolute;
background-color: #cccccc;
padding: 5px;
left: -260px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_bids span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail_bids:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
right: 60px; /*position where enlarged image should offset horizontally */

}
body
{
	direction: rtl;
	
}
table
{
	background-repeat: no-repeat; 
}
div
{
	background-repeat: no-repeat; 
	font-family:Arial;
}
td
{
    text-align:right;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    vertical-align:top;
    padding-right:0px;
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
    color:#333333;
    background-repeat: no-repeat; 
}
tr
{
	background-repeat: no-repeat; 
}
img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    text-decoration:none;
    
}
h1
{
    margin: 0px;
    color: #333333;
    font-size:14px;
    font-family:Arial;
}
h2
{
    margin: 0px;
    color: #333333;
    font-size:13px;
    font-family:Arial;
}
h3
{
    margin: 0px;
    color: #333333;
    font-size:12px;
    font-family:Arial;
}
h4
{
    margin: 0px;
    color: #333333;
    font-size:14px;
    font-family:Arial;
}
h5
{
    margin: 0px;
    color: #333333;
    font-size:14px;
    font-family:Arial;
}
a
{
	text-decoration:none;	
	font-style:normal;
	font-family:Arial;
	color:blue;
}
ul
{
	margin-bottom:0px;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
}
li
{
	margin-bottom:0px;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;	
}