﻿/* main css file */

img { border-style:none;}

/* Listing */
body 
{
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size:8pt;
    background-color:#fff; 
    margin:0px;   
}
.clsSmallBlue
{
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size : xx-small;
    color: #333399;
}
.clsSmallRed
{
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size : xx-small;
    color: #FF0000;
}

.sliderLeft:hover
{
	background-image: url(img/ListingDetails/LeftRollover.png)	
}

.sliderRight:hover
{
	background-image: url(img/ListingDetails/RightRollover.png)	
}
