﻿/*
The div that holds the page size selection */
#PagerDiv
{
    margin-top: -30px;
    float: right;
}

/*
Class of the Table element*/
.ItemListTable
{
    width: 100%;
}

/*
Table Header Cell*/
.ItemListTable th
{
    padding: 0px;
	text-align: left;
}

/*
Header Row class*/
.ItemListHeader
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/*
Table Cell*/
.ItemListTable td
{
	vertical-align: top;
	padding: 5px;
}

.ItemListRow
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


/*
The Cell with the name and brand*/
.ItemNameField
{
    padding-bottom: 20px;
}

.LocationField
{
    font-size: 10px;
    padding-bottom: 10px;
}

/*
A Hyper Link that is the ad name*/
.AdName
{
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}

/*
Label of ad brand*/
.AdBrand
{
    text-decoration: none;
    font-weight: bold;
}

/*
the word 'brand: '*/
.BrandLabel
{
    font-size: 13px;
}


/*
category column hyper link*/
.CategoryLink
{
    cursor: pointer;
}

/*
div that contains the cart buttons*/
.CartButtonDiv
{
    width: 125px; 
}
