@import url("/common/styles-profile.css");
/*@import url("/common/styles-navigator.css");*/

body {
	margin: 16px 33px 41px;
	padding: 0;
	background: #fff url('/images/page/bg-body.gif') bottom left repeat-x;
	color: black;
/*	color: #878d93; */
}


a {
	color: #104298;
	text-decoration:none;
}

a:visited {
	color: #5576ad;
	text-decoration:none;
}

a:hover {
	color: #e6370e;
	text-decoration:unerline;
}


*:focus {
	outline: none;
}


h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.17em;
}

h4,
h5,
h6 {
	font-size: 1em;
}


h1 {
	color: #000;
}

h2,
h3,
h4,
h5,
h6 {
	color: #333;
}


hr {
	height: 1px;
	background: #eee;
	color: #eee;
}


.spacerGlobal,
.spacerColumn {
	display: block;
	height: 2px;
	overflow: hidden;
	margin: 0 0 -2px;
	font-size: 1px;
}

.spacerGlobal {
	width: 931px;
}

.spacerColumn {
}


*.gray,
*.gray *,
.gray a {
	color: #999 !important;
}

a.gray:hover,
.gray a:hover,
.gray a:hover * {
	color: #333 !important;
}


*.silver,
*.silver *,
.silver a {
	color: #c5c5c5 !important;
}

a.silver:hover,
.silver a:hover,
.silver a:hover * {
	color: #333 !important;
}


*.white,
*.white *,
.white a {
	color: #dce3ef !important;
}

.white a {
	text-decoration:underline;
}

a.white:visited, .white a:visited {
	color: #dce3ef !important;
	text-decoration:underline;
}

a.white:hover,
.white a:hover,
.white a:hover * {
	color: #fff !important;
	text-decoration:none;
}


#pageHeader {
		/*margin: 0 40px;
	padding: 40px 0 0;*/
	margin:0;
	padding:0;
	cursor: default;
}

.header {
	width:100%;
	position:relative;
}
	
.imgzoom img {
	-ms-interpolation-mode: bicubic;  /* nearest-neighbor; */
}


#logotype {
	display: block;
	width:100%;
	position:absolute;
	bottom:13px;
	left:0;
	text-align:center;
}

#logotype img {
	vertical-align: bottom;
}


#headerAddress {
	position:absolute;
	bottom:27px;
	right:10%;
}

#headerSignin {
	position:absolute;
	bottom:27px;
	left:8%;
}


#register {
}

#registerTitle {
}

#registerContent {
}

#registerContent a {
	margin: 0 0.25em 0 0;
	white-space: nowrap;
}


#basket {
}

#basketTitle {
}

#basketContent {
}

#basketContent a {
	margin: 0 0.25em 0 0;
	white-space: nowrap;
}


#telephone {
	margin:20px 0 0 0;
	min-height: 20px;
	padding: 0 0 0 17px;
	background: left top url("/images/page/icon-phone.gif") no-repeat;
}

#telephoneNumber {
	font: normal 23px/1em Arial, sans-serif;
}

#telephoneNone {
}


#cover {
	width:100%;
	height:252px;
	overflow:hidden;
	position:relative;
}


#pageMenu {
	width:100%;
	height: 41px;
	overflow-y: hidden;
	margin: 0;
	background: #08388f url('/images/page/menu-bg.gif') repeat-x;
}

.menu-separator {
	width:2px;
	height:41px;
	background: url('/images/page/menu-separator.gif') no-repeat;
}


.menuItem {
	text-align:center;
}

.menuItem a {
	display: block;
	width: 100%;	
	color: #fff;
	font: normal 1.0em/1em Arial, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	background: url("/images/page/menu-item.gif") top left repeat-x;
	cursor:pointer;
	cursor:hand;
}

.menuItem a:visited {
	color:#fff;
}

.menuItem a:hover {
	background: url("/images/page/menu-item.gif") left -41px repeat-x;
	color:#fff;
}

.menuItem a:active {
	/*background-position: left -129px;
	background-repeat: repeat-x;*/
	background: url("/images/page/menu-item.gif") left -82px repeat-x;
	color:#fff;
}

.menuItem a:active span.l {
	background: url("/images/page/menu-item.gif") left -123px no-repeat;
}

.menuItem a:active span.r {
	background: url("/images/page/menu-item.gif") right -164px no-repeat;
}

.menuItem span {
	display: block;	
	width: 100%;
}

.menuItem span strong {
	display: block;
		padding: 14px 17px 30px 19px;
	font-weight: normal;	
}

.menuItem span.r {
	
}


.menuItemNow {
}

.menuItemNow a, .menuItemNow a:hover  {
	color: #fff;
	background: url("/images/page/menu-item.gif") left -205px repeat-x;
	text-decoration: none;
}

.menuItemNow span.l, .menuItemNow a:active span.l {
	background: url("/images/page/menu-item.gif") left -246px no-repeat;
}

.menuItemNow span.r, .menuItemNow a:active span.r {
	background: url("/images/page/menu-item.gif") right -287px no-repeat;
}



#newsTicker {
	width:100%;
	height:44px;
	position:absolute;
	bottom:0;
	left:0;
		
}

#newsTicker * {
	overflow: hidden;	white-space: nowrap;
	cursor: default !important;
}

#newsTicker a {
	color:#0c2c66 !important;
	text-decoration: none;
	cursor: pointer !important;
}

#newsTicker a:hover {
	color:#e6370e !important;
	text-decoration: underline;
}

.newsTicker {
	position:absolute;
	bottom:3px;
	left:13px;
	width: 90%;
	height: 1.4em;
	overflow: hidden;
	font: 0.95em/1.2em Arial, sans-serif;
	}


#search {
	width: 209px;
	height: 29px;
	overflow: hidden;
	background: #fff left top url("/images/page/search.gif") no-repeat;
	margin: 16px 0 0 0;
	white-space: nowrap;
}

#searchForm {
	background: right -29px url("/images/page/search.gif") no-repeat;
	cursor: default;
}

#searchInput {
	padding: 0 0 0 7px;
	vertical-align: middle;
}

#searchInput input {
	width: 160px;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: -1px;
	background: transparent;
	color: #56626b !important;
	border: none;
	font-size: 1em;
	cursor: text;
}

#searchButton {
	height: 29px;
	padding: 0 10px;
	vertical-align: middle;
}

#searchButton input {
	width: 14px;
	height: 14px;
	overflow: hidden;
	margin: 2px 0 0;
	padding: 0;
	color: #56626b;
	font-size: 1em;
	vertical-align: middle;
	cursor: pointer;
}

#searchDescription {
	margin: 1em 0 0 0;
}

#searchDescription p {
	margin: 0.25em 0 0.25em 0;
}

#searchDescription a {
	white-space: nowrap;
}


#pageContent {
		margin: 0;
	padding: 0;
	background:#fff url('/images/page/bg-page-content.gif') top left repeat-x;
	border-left:1px solid #e2e6eb;
	border-right:1px solid #e2e6eb;
}

#pageContentInner {
		margin: 0;
	padding: 20px;
	background: url('/images/page/bg-page-content-b.gif') bottom left repeat-x;
}


#pageBody {
	}


#pageFooter {
		background: #08378e url("/images/page/footer-bg.gif") bottom left repeat-x;
	cursor: default;
}

#pageFooter a {
	white-space: nowrap;
}

#pageFooter img {
	vertical-align: bottom;
}

.footer-topline {
	padding:0 0 2px 0;
	background:url('/images/page/separator2.gif') bottom left repeat-x;
}

.footer-b {
	background: #0b3f97 url('/images/page/footer-bg-b.gif') repeat-x;
}


#pageNavigation {
	height: 46px;
	overflow: hidden;
}

#pageNavigation table {
	background: left url("/images/page/separator.gif") repeat-y;
}

#pageNavigation td {
	padding: 0 2px 0 0;
	background: right url("/images/page/separator.gif") repeat-y !important;
}

#pageNavigation span {
	display: block;
}

#pageNavigation a {
	display: block;
	padding: 15px 9px 88px;
	text-decoration: none;
	white-space: nowrap;
}

.screen1280 #pageNavigation a {
	padding-left: 12px;
	padding-right: 12px;
}

#pageNavigation a:hover {
	background: #042e7c;
}

#pageNavigation span.disabled a {
	background: none !important;
	color: #e1e1e1 !important;
	cursor: default;
}


#update {
	margin: 0 20px;
	padding: 5px 0;
}

.screen1280 #update br {
	display: none;
}


#hint_ {
	margin: 16px 20px;
}

#copyright {
}

#hintSource {
}

#hintCopy {
	margin: 0 0.4em 0 0;
	color: #fff;
	line-height: 1.1em;
}

#hintName {
	display: block;
	padding: 4px 29px 4px 8px;
	color: #d6d6d6;
	line-height: 1.1em;
	text-decoration: none !important;
	cursor: wait;
}

#hintSource.on #hintName {
	background: #2b57a3 right center url("/images/page/copyright-arrow.gif") no-repeat;
	color: #fff;
	cursor: pointer;
}

#hintSource.on #hintName.now {
	background: none;
	color: #859ecb !important;
	cursor: default;
}


#hint {
	width: 388px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 3001;
	margin: 0 0 0 -7px;
	padding: 0 0 4px;
	cursor: default;
}

#hintClose {
	width: 15px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	margin: 5px 0 0 367px;
	font-size: 1px;
	background: center 4px url("/images/page/hint-close.gif") no-repeat;
	cursor: pointer;
}

#hintClose.on {
	background-position: center -46px;
}

#hint_t,
#hint_b {
	width: 388px;
	height: 4px;
	overflow: hidden;
	margin: 0;
	font-size: 1px;
}

#hint_b {
	height: 5px;
}

#hint_t em,
#hint_b em {
	display: block;
	width: 388px;
	height: 509px;
	background: left top url("/images/page/hint.png") no-repeat;
}

#hint_t em {
	margin: -500px 0 0;
}

#hint_b em {
	margin: -504px 0 0;
}

#hint_c {
	width: 388px;
	background: left top url("/images/page/hint.png") no-repeat;
}

#hintContact {
		padding: 0 0 0.75em;
	font-size: 1.17em;
}

#hint_c div.silver {
		padding: 7px 15px 10px;
	text-align: left;
}

#hint_c a {
	position: relative;
}

#profile {
	padding: 0 2.5em 0 0;
}

#profileAddress,
#profileContacts {
	margin: 0;
}

#profileAddress {
	padding: 0 2em 0 0;
}


#pageNavigation2 {
	margin: 0 0 0 1.35em;
	padding: 5px 0 0;
}

#pageNavigation2 span {
	margin: 0 0.85em 0 0;
}

#pageNavigation2 a, #pageNavigation2 a:visited  {
	color: #859ecb !important;
}

#pageNavigation2 a:hover {
	color: #f5f5f5 !important;
}


#brick {
	height: 17px;
	overflow: hidden;
	margin: 16px 20px;
}



































#pageList {
	margin: 0 35px 0 0;
}

#pageList_Title {
	font-size: 1.4em;
}

#pageList ul {
	margin: 1em 0 1.5em 0.75em;
}

#pageList ul ul {
	margin: 0.85em 0 1.5em 1.25em;
}


#pageList em {
	font-style: normal;
	font-weight: bold;
}

#pageList strong a {
	color: #333 !important;
	text-decoration: none;
	cursor: default;
}


#bodyHomepage {
}

#bodyHomepage h1 {
	font-size: 1.65em;
}

#bodyHomepage h2 {
	font-size: 1.3em;
}

#bodyHomepage h3 {
	font-size: 1.1em;
}


h2.box-ttl, #bodyHomepage h2.box-ttl {
	font-size: 1.6em;
	line-height:1em;
	text-transform:uppercase;
	color:#48688f;
	background:#d1ddec;
	padding:0.5em 14px;
	margin:0;	
	position:relative;
	
}

h2.box-ttl span {
	font-size: 0.55em;
	line-height:1em;
	text-transform: capitalize;
	font-weight:normal;	
	display:block;
	position:absolute;
	right:13px;
	top:1.4em;
	z-index:500;
	
}

h2.box-ttl a, h2.box-ttl a:visited  {
	color:#48688f;
	text-decoration:underline;
}
h2.box-ttl a:hover  {
	color:#e6370e;
	text-decoration:underline;
}

.box-content {
		padding:14px;
	border:1px solid #d2d9e1;
	border-top:none;
}

.grad-line-g {
	padding:25px 0;
}


.ad-banner {
	display:block;
	width:100%;
	height:100%;
	background:#d1ddec;
}

.ad-banner img {
	margin-top:30%;
	
}


#getQuotesForm {
	width:400px;
	height:206px;
	position:absolute;
	top:23px;
	right:23px;
	z-index:600;
	color:#104298;
}

#getQuotesForm h3 {
	font-size:1.5em;
	color:#104298;
	text-transform:uppercase;
	margin:0 0 0.2em 0;
}

.frame22-content {	
	background:#d1ddec;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	padding:0 18px;
	width:100%;
}

.frame22-content td {
	color:#104298;
}

.frame22-lt, .frame22-rt, .frame22-lb, .frame22-rb {
	width:22px;
	height:22px;
}

.frame22-lt {
	background:url('/images/page/frame22-lt.png') no-repeat;
}
.frame22-rt {
	background:url('/images/page/frame22-rt.png') no-repeat;
}
.frame22-lb {
	background:url('/images/page/frame22-lb.png') no-repeat;
}
.frame22-rb {
	background:url('/images/page/frame22-rb.png') no-repeat;
}

.frame22-t, .frame22-b {
	width:100%;
	height:18px;
}

.frame22-t {
	border-top:4px solid #fff;
	background:#d1ddec;
}

.frame22-b {
	border-bottom:4px solid #fff;
	background:#d1ddec;
}


.itemCar {
	background: #eeeeee;
	margin: 1em;
	padding: 1em;
}

.itemCar h2 {
	margin: 0 0 1em 0;
}

.cornerFix {
	width: 11px;
	height: 10px;
	overflow: hidden;
	font-size: 1px;
}