@import url("/common/styles-profile.css");
@import url("/common/styles-navigator.css");

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
}

#homepage {
	color: #777;
}


a {
	color: #003b74;
}

#rootEssence a:visited {
	color: #336290;
}

a:hover,
#rootEssence a:hover {
	color: #f60;
}


.underlineOver a {
	text-decoration: none;
}

.underlineOver a:hover {
	text-decoration: underline;
}


a.anchor {
	color: #333;
}


*:focus {
	outline: none;
}


h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.17em;
}

h4,
h5,
h6 {
	font-size: 1em;
}


h1,
h1 a.anchor {
	color: #444;
}

h2,
h3,
h4,
h5,
h6,
h2 a.anchor,
h3 a.anchor,
h4 a.anchor,
h5 a.anchor,
h6 a.anchor {
	color: #555;
}


hr {
	height: 1px;
	background: #eee;
	color: #eee;
}


.spacerGlobal,
.spacerColumn {
	display: block;
	height: 2px;
	overflow: hidden;
	margin: 0 0 -2px;
	font-size: 1px;
}

.spacerGlobal {
	width: 998px;
}

.spacerColumn {
	width: 200px;
}


*.gray,
*.gray *,
.gray a {
	color: #747474 !important;
}

a.gray:hover,
.gray a:hover,
.gray a:hover * {
	color: #f60 !important;
}


*.silver,
*.silver *,
.silver a {
	color: #c5c5c5 !important;
}

a.silver:hover,
.silver a:hover,
.silver a:hover * {
	color: #f60 !important;
}


#rootHeader {
		margin: 0 20px;
	padding: 17px 0 0;
	cursor: default;
}


#logotype {
	display: block;
	margin: 0 20px 0 0;
	padding: 15px 20px;
	background: #003b74 0 0 url("/i/gradient/2.gif") repeat-x;
}

#logotype img {
	vertical-align: bottom;
}


#optionsNucleus {
	border-left: 1px solid #5ab8ec;
}


#options {
	padding: 1px 10px;
}


#register {
	line-height: 1.2em;
}

#register span {
	display: block;
}


#basket {
	padding: 5px 0 0;
}

#basket td {
	height: 22px;
}

#basketTitle {
	font-size: 1.1em;
}

#basket.filled #basketTitle {
}

#basketTitle span {
	color: #747474;
}

#checkout {
	width: 0;
}

#checkout a {
	display: none;
}

#basket.filled #checkout {
	width: auto;
	padding: 0 0 0 10px;
}

#basket.filled #checkout a {
	display: block;
	height: 22px;
	overflow: hidden;
}


#basketTarget {
	width: 15px;
	height: 15px;
	margin: -1px 0 0 18px;
}

#basketMessage {
	margin: 17px 0 0 40px !important;
}


#search {
	width: 290px;
	height: 44px;
	background: 0 0 url("/i/search/shell.gif") no-repeat;
	text-align: left;
	white-space: nowrap;
}

#searchForm {
	width: 290px;
	height: 44px;
	overflow: hidden;
	background: right -44px url("/i/search/shell.gif") no-repeat;
	cursor: default;
}

#searchInput {
	padding: 0 0 0 16px;
	vertical-align: middle;
}

#searchInput input {
	width: 230px;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: -1px;
	background: transparent;
	color: #003b74;
	border: none;
	font-size: 14px;
	cursor: text;
}

#searchSubmit {
	height: 44px;
	vertical-align: top;
}

#searchSubmit input {
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	color: #003b74;
	font-size: 11px;
	cursor: pointer;
}


#rootHeader .rectangle {
		margin: 15px 0 0;
	padding: 0 10px;
	border: 1px solid #4b7ba9;
	border-left: none;
	border-right: none;
}

#rootMenu {
	padding: 6px 0;
}

.menuItem a {
	display: block;
	color: #003b74;
	font: normal 1.1em/1em Arial, sans-serif;
	text-decoration: none;
	white-space: nowrap;
}

.menuItem strong {
	display: block;
	font-weight: normal;
}


.menuItemNow {
}

.menuItemNow a {
	color: #777;
}

#homepage .menuItemNow a {
	color: #777 !important;
	text-decoration: none !important;
	cursor: default;
}


.menuItem a:hover {
	color: #f60;
	text-decoration: underline;
}


#rootMenu .separator {
	background: center center url("/i/separator/1.gif") repeat-y;
}

#rootMenu .separator .spacer {
	width: 35px;
	height: 28px;
}


#newsTicker {
	padding: 1px 0 0;
}

#newsTicker * {
	overflow: hidden;	white-space: nowrap;
	cursor: default !important;
}

#newsTicker a {
	color: #747474 !important;
	text-decoration: none;
	cursor: pointer !important;
}

#newsTicker a:hover {
	color: #f60 !important;
	text-decoration: underline;
}

.newsTicker {
	width: 100%;
	height: 1.4em;
	overflow: hidden;
	font: 0.95em/1.2em Arial, sans-serif;
	}


#rootContent {
		margin: 0 20px;
	padding: 15px 0;
}

#homepage #rootContent {
}


#rootEssence {
	}


.separatorVertical {
	background: center center url("/i/line/1.gif") repeat-y;
}

.separatorVertical .spacer {
	width: 35px;
}

#homepage .separatorVertical .spacer {
	width: 21px;
}


#rootFooter {
		margin: 0 20px;
	padding: 10px 0 17px;
	border-top: 1px solid #acacac;
	cursor: default;
}

#rootFooter * {
	font-family: Arial, sans-serif !important;
}

#rootFooter a {
	white-space: nowrap;
}

#rootFooter img {
	vertical-align: bottom;
}


#rootNavigation {
	margin: 0 30px 0 0;
	font-size: 0.85em;
	line-height: 1.5em;
}

#rootNavigation span {
	display: inline-block;
	margin: 0 9px 0 0;
	padding: 0 10px 0 0;
	background: right 3px url("/i/separator/2.gif") no-repeat;
}

#rootNavigation span.last {
	margin: 0;
	padding: 0;
	background: none;
}


#brick {
	height: 24px;
	overflow: hidden;
}


#copyright {
	margin: 0.5ex 0 0;
}

#promptSource {
}

#promptCopy {
	margin: 0 0.45em 0 0;
	padding: 0 0 1px;
	color: #747474;
	line-height: 1.1em;
}

#promptName {
	display: block;
	padding: 0 0 1px;
	color: #999;
	line-height: 1.1em;
	text-decoration: none !important;
	cursor: wait;
}

#promptSource.on #promptName {
	background: left bottom url("/i/prompt/underline.gif") no-repeat;
	color: #747474;
	cursor: pointer;
}

#promptSource.on #promptName:hover {
	background-position: -500px bottom;
	color: #f60;
}

#promptSource.on #promptName.now {
	background: none;
	color: #747474 !important;
	cursor: default;
}


#prompt {
	width: 388px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 7001;
	margin: 0 0 0 -15px;
	padding: 0 0 5px;
	cursor: default;
}

#promptClose {
	width: 15px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	margin: 5px 0 0 367px;
	font-size: 1px;
	background: center 4px url("/i/prompt/close.gif") no-repeat;
	cursor: pointer;
}

#promptClose.on {
	background-position: center -46px;
}

#prompt_t,
#prompt_b {
	width: 388px;
	height: 4px;
	overflow: hidden;
	margin: 0;
	font-size: 1px;
}

#prompt_b {
	height: 5px;
}

#prompt_t em,
#prompt_b em {
	display: block;
	width: 388px;
	height: 509px;
	background: left top url("/i/prompt/case.png") no-repeat;
}

#prompt_t em {
	margin: -500px 0 0;
}

#prompt_b em {
	margin: -504px 0 0;
}

#prompt_c {
	width: 388px;
	background: left top url("/i/prompt/case.png") no-repeat;
}

#promptContent {
		padding: 7px 15px 10px;
	text-align: left;
}

#promptContent div,
#promptContent a {
	color: #fff !important;
}

#promptContent a:hover {
	color: #e2f1f9 !important;
}

#promptContact {
		padding: 0 0 0.75em;
	font-size: 1.17em;
}

#promptContent .rectangle {
	margin: 0.75ex 0 3ex;
}

#prompt_c a {
	position: relative;
}

#profile {
	margin: 0 2em 0 0;
}

#profileAddress {
	margin: 0.1em 0 0;
}

#profileContacts {
	margin: 0.65em 0 0;
}


#profileRegistration {
	margin: 1.1ex 0 0;
}


#rootList {
}

#rootList ul {
	margin: 1em 0 1.5em 11px;
}

#rootList ul ul {
	margin: 0.85em 0 1.5em 1px;
}


#rootList em {
	font-style: normal;
	font-weight: bold;
}

#rootList strong a {
	color: #666 !important;
	text-decoration: none;
	cursor: default;
}


#productNavigator {
	margin: 12px 0 0;
	background: #f5f5f5;
}


#productNavigator p span,
#productNavigator p em a,
#productNavigator p em strong {
	border-color: #ccc;
}

#productNavigator p span.separatorTitle,
#productNavigator p span.separator,
#productNavigator p span.hellip {
	border-color: #f5f5f5;
}

#productNavigator p em a,
#productNavigator p em a:visited {
	color: #003b74;
}

#productNavigator p em a:hover {
	background: #f60;
	color: #fff;
	border-color: #f60;
}

#productNavigator p em span.nohref,
#productNavigator p span.separator {
	color: #999;
}


#productNavigator div a,
#productNavigator div a:visited {
	color: #003b74;
}

#productNavigator div a:hover {
	color: #f60;
	text-decoration: underline;
}


.caption {
}

.caption .case {
		padding: 3px 10px;
	/*background: #4899c5 0 0 url("/i/gradient/1.gif") repeat-x;*/
	background: #003b74 0 0 url("/i/gradient/1.gif") repeat-x;
	cursor: default;
}

.caption h1,
.caption h2,
.caption strong {
	display: block;
	margin: 0 !important;
	color: #fff;
	font-size: 1.6em !important;
	font-weight: normal;
}


#rootHome {
}

#rootHome h1 {
	font-size: 1.65em;
}

#rootHome h2 {
	font-size: 1.3em;
}

#rootHome h3 {
	font-size: 1.1em;
}

#rootHome .rectangle {
	padding: 1.5ex 0;
}


#rootCatalog {
}

#rootCatalog h2 {
	margin: 0;
	color: #333;
	font-size: 1.5em;
	text-transform: uppercase;
}

#rootCatalog ul {
	margin: 8px 0 0;
	font-size: 1.1em;
	border-top: 1px solid #79a1c7;
}

#rootCatalog li {
	margin: 0;
	padding: 1ex 0;
	background: none;
	border-bottom: 1px solid #79a1c7;
}

/*#rootCatalog a {
	color: #858585 !important;
}

#rootCatalog a:hover {
	color: #f60 !important;
}*/


#rootNewsletter {
	margin: 14px 0 0;
}

#rootNewsletter .case {
	padding: 6px;
	/*background: #4797c3 0 0 url("/i/gradient/2.gif") repeat-x;*/
	background: #003b74 0 0 url("/i/gradient/2.gif") repeat-x;
}

#rootNewsletter .caption strong {
	color: #fff;
	font-size: 1.1em !important;
	font-weight: bold;
}

.newsletterInput {
	margin: 6px 0 7px;
	background: #fff;
	border: 1px solid #abadb3;
	border-right-color: #dbdfe6;
	border-bottom-color: #e3e9ef;
	border-left-color: #e2e3ea;
}

.newsletterInput p {
	margin: 0;
	padding: 2px 5px;
}

.newsletterInput input {
	width: 181px;
	height: 16px;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #003b74;
	border: none;
	font-size: 13px;
	cursor: text;
}

.screen1280 .newsletterInput input {
	width: 231px;
}

.newsletterSubmit {
	height: 23px;
	overflow: hidden;
	text-align: right;
}

.newsletterSubmit input {
}


.rootAds {
	margin: 0 0 15px;
}

.adsItem {
	border: 4px solid #1f5385;
}

.adsHyperlink {
	display: block;
	width: 100%;
	height: 150px;
	background: #f9f9f9 center center url("/i/blank.gif") no-repeat;
}


#rootNews {
}

#rootNews .caption {
	margin: 0 0 12px;
}

#rootNews .more {
	padding: 0 0 2px;
}

#rootNews .more a {
	color: #fff !important;
}


#rootProducts {
	margin: 1ex 0 0;
}

#rootProducts .caption {
	margin: 0 0 12px;
}

#rootProducts .caption .case {
	/*background: #363636 0 0 url("/i/gradient/3.gif") repeat-x;*/
}

#rootProducts .more {
	padding: 0 0 2px;
}

#rootProducts .more a {
	color: #fff !important;
}



#google_translate_element {
	margin-bottom: 6;
}


#languages {
	margin: 0 28px 0 0;
	padding: 16px 0 0;
	position: relative;
	z-index: 1002;
}

#languages span {
	margin: 0 0 0 0.75em;
}

#languages a {
	color: #a18c8c;
}

#languages a:hover {
	color: #f4dc48;
}

#languageCurrent a {
	color: #000 !important;
	cursor: default;
	font-weight: bold;
}

