﻿.TopBar
{
	/*background-image: url('Images/TopBar/topBar_back.png');     background-repeat: repeat-x;*/
	height: 62px;
}

.TopBarLinkSelected
{
	color: #d90013;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.TopBarLink
{
	color: #424242;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.TopBarSeparator
{
	width: 1px;
	background-image: url(Images/TopBar/topseparator.png);
	background-repeat: no-repeat;
	background-position: top left;
}


.TopBarMotto
{
	color: #000000;
	font-size: 13px;
}

.ShopCartBgd
{
	background-image: url(Images/TopBar/shopping-cart.png);
	background-repeat:no-repeat;
	background-position:center center;
	width: 122px;
	height: 29px;
	cursor: pointer;
}
