﻿
.nav-right {
	width: 200px;
	vertical-align: top;
}

.nav-right-title {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}

.nav-right-links ul {
	font-family: Arial;
	font-size: 11px;
	line-height: 1.2em;
	margin-top: 10px;
	margin-left: 0;
	padding-left: 0;
}

.nav-right-links li {
	padding-bottom: 7px;
	margin-left: 10px;
	list-style: none;
}

.nav-right-links li a {
	color: #000;
	text-decoration: none;
}

.nav-right-links li a:hover {
	color: #9c2929;
	text-decoration: underline;
}

.nav-right-links li a:active {
	color: #9c2929;
	text-decoration: underline;
}

.nav-right-offer {
	width: 180px;
	height: 160px;
	border: solid 1px #000;
	font-family: Arial;
	padding: 0 5px;
	margin-left: 5px;
}

.nav-right-offer-title {
	font-size: 60px;
}

.nav-right-offer-subtitle {
	font-size: 18px;
}

.nav-right-offer p {
	text-align: right;
}

.nav-right-offer a {
	font-size: 14px;
	color: #3475CD;
	padding-top: 10px;
	text-decoration: none;
}

.nav-right-offer a:hover {
	text-decoration: underline;
}