﻿.topLinks
{
	float: right;
	font-family: Arial;
	color: #005995;
	font-size: 11px;
	text-decoration: none;
	margin-top: 7px;
}
.topLinks:hover
{
	text-decoration: underline;
}
.topLinksAccount
{
	font-weight: bold;
	background: url(../../images/icons/personal.png);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: 0px 2px;
}

.topLinksContact
{
	font-weight: bold;
	background: url(../../images/icons/personal.png);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: 0px 2px;
    margin-right: 50px;
}

.topLinksBascet
{
	background: url(../../images/icons/basket.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
}
.topLinksBascet a
{
}
.topLinksBascet span
{
	font-weight: bold;
}
.topLinksSep
{
	float: right;
	width: 49px;
	height: 29px;
	background: url(../../images/icons/sep.png);
	background-repeat: no-repeat;
	background-position: center center;
}

