﻿#shopsContainer
{
}

#shopsContainer h3
{
    margin-top:                     1em;
    margin-bottom:                  0.2em;
    font-weight:                    bold;
    color:                          #666;
    font-size:                      8pt;     
}

.shopDetails
{
    padding:                        0 0 0 1.1em; 
    padding-bottom:                 1em; 
    border-bottom:                  1px solid #e7e7e7;
}

ul.city-list
{
	list-style:						none; 
	margin:							0;
}

ul.city-list li
{
    margin:                         0 0 2px 0;
}

ul.city-list li a
{
	background:						#f6f6f6;
	display:						block;
	width:							153px;
	color:							#000;
	font-weight:					bold;
	font-size:						8pt;
	text-decoration:				none;
	padding:						6px;
	border-left:					10px solid #e7e7e7;
}

ul.city-list li a:hover
{
	color:							#000;
	background:						#e7e7e7;
	border-left:					10px solid #cc0000;
}
