@import url("/common/styles-profile.css");

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #444;
}


a:link {
	color: #5e3897;
}

#pageContent a:visited {
	color: #8e73b6;
}

a:hover,
#pageContent a:hover {
	color: #dd3093;
}


*:focus {
	outline: none;
}


h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.17em;
}

h4,
h5,
h6 {
	font-size: 1em;
}


h1 {
	color: #67439d;
}

h2,
h3,
h4,
h5,
h6 {
	color: #dd3093;
}


hr {
	height: 1px;
	background: #fce3f1;
	color: #fce3f1;
}


.spacerGlobal,
.spacerColumn {
	height: 1px;
	overflow: hidden;
	margin: 0 0 -1px;
	font-size: 1px;
}

.spacerGlobal {
	width: 998px;
}

.spacerColumn {
}



*.gray,
*.gray *,
.gray a {
	color: #a68aa5 !important;
}

a.gray:hover,
.gray a:hover,
.gray a:hover * {
	color: #5e3897 !important;
}


*.silver,
*.silver *,
.silver a {
	color: #b2b2b2 !important;
}

a.silver:hover,
.silver a:hover,
.silver a:hover * {
	color: #5e3897 !important;
}


*.pink,
*.pink *,
.pink a {
	color: #af7aad !important;
}

a.pink:hover,
.pink a:hover,
.pink a:hover * {
	color: #9051b8 !important;
}


*.pink2,
*.pink2 *,
.pink2 a {
	color: #ae9bcb !important;
}

a.pink2:hover,
.pink2 a:hover,
.pink2 a:hover * {
	color: #eb5aab !important;
}


#pageHeader {
		margin: 0 20px;
	padding: 11px 0 0;
}


#logotype {
	display: block;
	position: relative;
	bottom: -52px;/*39+13*/
	margin: -52px 0 0;
	border-left: 3px solid #fff;
}

#logotype img {
	vertical-align: bottom;
}


#register {
	padding: 3px 0 22px;
}

#register .separator {
	height: 13px;
	background: center center url("/i/separator/2.gif") no-repeat;
}

#register .spacer {
	width: 15px;
	height: 13px;
}

#register a {
	display: block;
	padding: 0 0 1px;
	color: #5e3897 !important;
	font-size: 0.95em;
}

#register a:hover {
	color: #da298d !important;
}


#basket {
	padding: 0 6px 22px;
}

#basket.filled {
	padding-right: 0;
}

#basketTitle {
	height: 15px;
	overflow: hidden;
	padding: 0 0 0 24px;
	background: 0 0 url("/i/basket-filled.gif") no-repeat;
	color: #da298d;
	font-size: 12px;
}

#basket.filled #basketTitle {
	background-position: 0 -100px;
}

#basket td {
	height: 21px;
}

#basketTitle span {
	display: block;
}

#basketTitle a {
	color: #da298d !important;
}

#basketTitle a:hover {
	color: #5e3897 !important;
}

#basketCheckout {
	padding: 0 0 0 10px;
}


#telephone {
	padding: 0 0 18px;
	position: relative;
	left: -1px;
}


#delivery {
	padding: 0 0 17px;
	position: relative;
	right: -6px;
}


#shellMenu {
	height: 39px;
	overflow: hidden;
	padding: 0 0 0 297px;
	background: #67439d;
}


#rootMenu {
}

.menuItem a {
	display: block;
	padding: 1px 0;
	color: #fff;
	font: bold 14px/14px Arial, sans-serif;
	text-decoration: none;
	white-space: nowrap;
}

.menuItem strong {
	display: block;
}


.menuItemNow {
}

.menuItemNow a {
	color: #ff56b4;
	text-decoration: none;
}

#homepage .menuItemNow a {
	color: #ff56b4 !important;
	text-decoration: none !important;
	cursor: default;
}


.menuItem a:hover {
	color: #ff93cf;
	text-decoration: underline;
}


#rootMenu .separator {
	background: center center url("/i/separator/1.gif") no-repeat;
}

#rootMenu .separator .spacer {
	width: 23px;
	height: 39px;
}


#search {
	width: 273px;
	height: 27px;
	margin: 6px;
	background: #fff 0 0 url("/i/search/shell.gif") no-repeat;
	text-align: left;
	white-space: nowrap;
}

#searchForm {
	width: 273px;
	height: 27px;
	overflow: hidden;
	background: right -27px url("/i/search/shell.gif") no-repeat;
	cursor: default;
}

#searchInput {
	padding: 0 0 0 8px;
	vertical-align: middle;
}

#searchInput input {
	width: 238px;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #43276d;
	border: none;
	font-size: 14px;
	cursor: text;
}

#searchSubmit {
	height: 27px;
	vertical-align: top;
}

#searchSubmit input {
	width: 27px;
	height: 27px;
	margin: 0;
	padding: 0;
	color: #43276d;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
}


#newsTicker {
	height: 17px;
	overflow: hidden;
	margin: 4px 6px 0 297px;
	position: relative;
	bottom: -3px;
}

#newsTicker * {
	overflow: hidden;	white-space: nowrap;
	cursor: default !important;
}

#newsTicker a {
	color: #a693c2 !important;
	text-decoration: none;
	cursor: pointer !important;
}

#newsTicker a:hover {
	color: #da298d !important;
	text-decoration: underline;
}

.newsTicker {
	width: 100%;
	height: 1.4em;
	overflow: hidden;
	font: 0.95em/1.2em Arial, sans-serif;
	}


#pageContent {
		margin: 0 20px;
	padding: 22px 0 0;
}

#homepage #pageContent {
}


#pageBody {
		height: 100%;
}


#pageFooter {
		margin: 0 20px;
	padding: 24px 0 20px;
}

#pageFooter a {
	white-space: nowrap;
}

#pageFooter img {
	vertical-align: bottom;
}


#pageNavigation {
	padding: 0 2.5em 20px 15px;
	line-height: 1.5em;
}

#pageNavigation span {
	margin: 0 5px 0 0;
	padding: 0 8px 0 0;
	background: right 2px url("/images/page/separator.gif") no-repeat;
	cursor: default;
}


#update {
	padding: 0 15px 20px 0;
	line-height: 1.5em;
}


#copyright {
	padding: 0 0 0 15px;
}

#profileRegistration {
	margin: 0.1em 0 0;
}


#profile {
	padding: 0 0 0 20px;
}


#profileContacts {
	margin: 0;
	padding: 0 0 0 25px;
}


#brick {
	padding: 0.5em 0 0 15px;
}

#brick p {
	margin: 0 0 0.65em;
}


#logos {
	position: relative;
	top: -2px;
	padding: 0 15px 0 25px;
	text-align: right;
}

#cards {
	padding: 0 0 11px;
}

#logos img {
	opacity: 0.32;
}

#logos img.on {
	opacity: 1.00;}


#AddThisButton {
	position: relative;
	top: 15px;
	margin: 0px 0px 0px 24px;
	text-align: left;
}

#AddThisButton img {
	opacity: 0.32;
}

#AddThisButton img.on {
	opacity: 1.00;}


#pageList {
	margin: 0 25px 0 0;
}

#pageList h2 {
	margin: 0;
}

#pageList ul,
#bodyMap ul {
	margin: 1em 0 1.5em 0.75em;
}

#pageList ul ul,
#bodyMap ul ul {
	margin: 0.85em 0 1.5em 1.25em;
}


#pageList em {
	font-style: normal;
	font-weight: bold;
}

#pageList strong a:link,
#pageList strong a:visited,
#pageList strong a:hover {
	color: #dd3093;
	text-decoration: none;
	cursor: text;
}

.pink-ly {
	background: left center url("/i/border/1/color.gif") repeat-y;
}

.pink-xt {
	background: center top url("/i/border/1/color.gif") repeat-x;
}

.pink-ry {
	background: right center url("/i/border/1/color.gif") repeat-y;
}

.pink-xb {
	background: center bottom url("/i/border/1/color.gif") repeat-x;
}

.pink-lt {
	background: left top url("/i/border/1/lt.gif") no-repeat;
}

.pink-rt {
	background: right top url("/i/border/1/rt.gif") no-repeat;
}

.pink-rb {
	background: right bottom url("/i/border/1/rb.gif") no-repeat;
}

.pink-lb {
	background: left bottom url("/i/border/1/lb.gif") no-repeat;
}

.pink-ly,
.pink-xt,
.pink-ry,
.pink-xb,
.pink-lt,
.pink-rt,
.pink-rb,
.pink-lb {
	height: 100%;
}

.cyan-ly {
	background: left center url("/i/border/1/color.gif") repeat-y;
}

.cyan-xt {
	background: center top url("/i/border/1/color.gif") repeat-x;
}

.cyan-ry {
	background: right center url("/i/border/1/color.gif") repeat-y;
}

.cyan-xb {
	background: center bottom url("/i/border/1/color.gif") repeat-x;
}

.cyan-lt {
	background: left top url("/i/border/1/lt.gif") no-repeat;
}

.cyan-rt {
	background: right top url("/i/border/1/rt.gif") no-repeat;
}

.cyan-rb {
	background: right bottom url("/i/border/1/rb.gif") no-repeat;
}

.cyan-lb {
	background: left bottom url("/i/border/1/lb.gif") no-repeat;
}

.cyan-ly,
.cyan-xt,
.cyan-ry,
.cyan-xb,
.cyan-lt,
.cyan-rt,
.cyan-rb,
.cyan-lb {
	height: 100%;
}


#pageContent .area {
	height: 100%;
}

#pageContent .area .rectangle {
		min-height: 102px;
	padding: 20px 18px;
}

#pageBody .rectangle {
	padding: 20px 21px !important;
}

#homepage .area .rectangle h2 {
	margin: 0;
}


#bodyCategories {
	cursor: default;
}

#bodyCategories ul {
	margin: 1.25em 0 0 2px;
	font-size: 1.1em;
}

#bodyCategories ul li {
	margin: 1.25em 0;
	background: 0 0.35em url("/images/page/marker2-ul.gif") no-repeat;
}


#banner {
	font-size: 1px;
}

#homepage #banner {
	padding: 0 0 13px;
}

#bannerItem {
	width: 306px;
	height: 250px;
	overflow: hidden;
	font-size: 1px;
}

#bannerImage a {
	display: block;
}

#bannerImage img {
	vertical-align: bottom;
}


#bodyNews {
}


#follow {
	margin: 0 15px;
	padding: 25px 0 0;
	white-space: nowrap;
}

#follow strong {
	display: block;
}

#follow div {
	margin: 9px 0 0;
	position: relative;
	left: -1px;
}

#follow span {
	margin: 0 1px 0 0;
}

#follow img {
	vertical-align: bottom;
}

