﻿#ProductList .Product
{
   border: 2px dashed #DBCEC5;
    color: black;
    float: left;
    font-family: Arial;
    font-size: 12px;
    height: 320px;
    margin-right: 7px;
    margin-bottom: 7px;
    position: relative;
    width: 200px;
}

#UserLocation
{
    color: #c1bab6;
    font-style: italic;
    margin-bottom: 15px;
    margin-top: 5px;
}

#UserLocation a
{
    color: #c1bab6;
    font-style: italic;
    text-decoration: none;
}

#UserLocation a:hover
{ text-decoration:underline;}

.ProductListHeader
{
    padding: 10px 0;
}

#ProductList .Product .Price
{
	position: relative;
	bottom: 0px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 0px 10px;
}

#ProductList .Product .Price a
{
	float: right;	
}

#ProductList .Product .Price span
{
	font-weight:bold;
}

#ProductList .Product img.Picture
{
	 display: block;
    height: 230px;
    margin-left: 8px;
    margin-top: 20px;
    width: 185px;
    cursor:pointer;
}

#ProductList .Product .Name
{
	height: 30px;
	line-height: 30px;	
	text-align: center;
	display: block;
}