﻿@import url(./Includes/Common.css);

#ShoppingPoints
{
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(Images/Skin/ShoppingPoints/Background.png);
	
	position: absolute;
	left: 40px;
	top: 175px;
	
	width: 866px;
	height: 435px;
}

#ShoppingPoints #ShoppingPlaces
{
	float: left;
}

#ShoppingPoints #ShoppingPlaces ul
{
	padding: 0px;
	margin: 0px;
}

#ShoppingPoints #ShoppingPlaces ul li
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#ShoppingPoints #ShoppingPlaces ul li a
{
	display: block;
	width: 80px;
	height: 72px;
	background-position: center center;
	background-repeat: no-repeat;
}

#ShoppingPoints #ShoppingPlaces ul li a span
{
	display: none;
}

#ShoppingPoints #ShoppingPlaces ul li#ShoppingParis a
{
	background-image: url(images/skin/ShoppingPoints/Paris.png);
}

#ShoppingPoints #ShoppingPlaces ul li#ShoppingFrance a
{
	background-image: url(images/skin/ShoppingPoints/France.png);
}

#ShoppingPoints #ShoppingPlaces ul li#ShoppingWorld a
{
	background-image: url(images/skin/ShoppingPoints/World.png);
}


#ShoppingLocations
{
	position: absolute;
	left: 160px;
	top: 10px;
	padding: 0px;
	margin: 0px;
}

#ShoppingLocations ul 
{
	padding: 0px;
	margin: 0px;
}

#ShoppingLocations ul li
{
	display: block;
	float: left;
	width: 170px;
	height: 80px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	margin-top: 5px;
	font-size: 12px;
}

#ShoppingLocations ul li span, #ShoppingLocations ul li a
{
	display: block;
	margin-left: 10px;
}

#ShoppingLocations ul li span.zipcode
{
	float: left;
	margin-right: 5px;
}


#ShoppingLocations ul li span.name
{
	font-size: 15px;
	font-weight: bold;
	margin-left: 0px;
}

