.clear
{
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	border-width:0;
	margin:0;
	padding:0;
}
.category_main
{   
    text-decoration:none;
    font-family:Arial;
    font-size:13px;
    font-style:normal;
    color:white;
    padding-right:8px;
}
.main_category_text
{
    color:white;
    
}
.red_dot
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:red;
    padding-right:3px;
}
.tender
{
	font-size:12px;
	font-weight: bold;	
}
.tender_text
{
	font-size:14px;
	font-color:#333333;
}


.thumbnail{
position: relative;
z-index: 0;
}

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

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

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

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

}

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

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

.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 */

}


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

.ajax_category 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;
}

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

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

}
