﻿.content
{
    padding-left:0px;
    padding-right:0px;
    margin-top:15px;
    width:600px;
    text-align:center;
}

#results div.item
{
   float:left;
   font-size:small;
   color:Black; 
   padding-right:10px;
   margin-bottom:20px;
   padding-left:20px;
}

#results img.itemImage 
{
    border:solid 7px #E9E0C1;
}

#results a
{
    border:none;
    color:Black;
    text-decoration:none; 
}
#results a:hover
{
    color:Maroon;   
}

.resultsButtons
{
    text-align:right;
    clear:both;
    padding-right:40px;
}

.resultsButtons .pageCounter
{
    position:relative;
    top:-5px;
    font-size:x-small;
    font-weight:bold;
}

.disabledButton
{
    cursor:default;
}


/*Style for search intro images*/
.intro
{
    padding-top:10px;
    padding-right:45px;
    float:right;
    width:550px;
    text-align:center;
}

.intro a
{
    float:right;
    width:100px;
    height:400px;
    margin-right:40px;
}

.lighting a
{
    background-image:url('../images/lnf1.jpg');
}

.lighting a:hover
{
    background-image:url('../images/lnf2.jpg');
}

.furniture a
{
    background-image:url('../images/bf1.jpg');
}

.furniture a:hover
{
    background-image:url('../images/bf2.jpg');
}

.plumbing a
{
    background-image:url('../images/pp1.jpg');
}

.plumbing a:hover
{
    background-image:url('../images/pp2.jpg');
}

.hardware a
{
    margin-right:0px;
    background-image:url('../images/h1.jpg');
}

.hardware a:hover
{
    background-image:url('../images/h2.jpg');
}

