﻿/*#region GENERAL */
body
{
    margin-right: 0px;
    line-height: 20px;
    margin-left: 0px;
	font-family: 'LucidaSans', 'Lucida Sans', Tahoma;
	font-size: 14px;
}
a
{
	text-decoration: none;
    cursor: pointer;
	color: White;
}
h1 {
    margin-top: 0px;
    font-size: 18px;
    color: White;
}
input[type=text], input[type=password], textarea, select {
    background-color: #222;
    color: White;
}
input[type=text]:disabled {
	background-color: #ddd;
	color: black;
}
.Button.Main {
    background-color: #ea5d7f;
    color: white;
}
/*#endregion */

/*#region BODY */
.DarkBody
{
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../Images/Background.jpg);
	background-color: #0b0c10;
    background-size: cover;
	margin-right: 0px;
    margin-top: 0px;
	color: white;
}
.DarkBodyFrontpage
{
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../Images/Background.jpg);
	background-color: #0b0c10;
    background-size: cover;
	margin-right: 0px;
    margin-top: 0px;
	color: white;
}
@-moz-document url-prefix() {
	.DarkBody, .DarkBodyFrontpage {
		margin-right: 0px;
	}
}
/*#endregion */

/*#region COLUMNS */
.ColumnRight .Box {
	max-width: 409px;
	background-color: #111214;
}
.ColumnRight .Box.Border {
	border: 1px solid #454545;
}
.ColumnRight .Box img {
	vertical-align: bottom;
	max-width: 100%;
	width: 409px;
}
.ColumnRight .Box.Border img {
	width: 407px;
}
.ColumnRight .BoxSpacer {
	height: 15px;
}
.ColumnRight .Box .Title {
	font-weight: normal;
	font-size: 17px;
	padding: 23px 0px 0px 33px;
	height: 51px;
	color: white;
}
.ColumnRight .Box .Text {
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	padding: 23px 0px 0px 0px;
	height: 147px;
	color: white;
}
.ColumnRight .BoxIframe {
	max-width: 100%;
	height: 204px;
	width: 409px;
}
.ColumnRight .BoxIframe.h205 {
	height: 205px;
}
/*#endregion*/

/*#region ARTICLE */
.Article ul {
    margin: 0px;
}
.Article {
    line-height: 20px;
}
.Article img {
    border: 1px solid #454545;
}
/*#endregion */

/*#region ADDRESS */
.FrontpageAddress .Tel {
    font-style: italic;
    color: #e85b80;
}
.FrontpageAddress .Mail {
    color: #ee871e;
}
.Address, .AddressShop {
    text-align: center;
    background-color: Black;
    margin-right: auto;
    margin-left: auto; 
    width: 1140px; 
}
.Address {
    padding-bottom: 10px;
}
.AddressShop {
    padding-bottom: 70px;
}
/*#endregion */

.FrontpageLogin {
    margin-bottom: 16px;
    padding: 10px;
    border: 1px solid #454545;
}
.FrontpageLogin .LogOn {
    padding-bottom: 0px !important;
}
.InputText
{
	font-family: 'LucidaSans', 'Lucida Sans', Tahoma;
	font-size: 14px;
	color: #7f7f7f;
}
/*
.Title {
	line-height: 24px;
	font-size: 24px;
	color: #555349;
}
*/
.Text, .BlackText, .BlackBoldText, .BoldText, .Validator, .PageTitle
{
	font-family: 'LucidaSans', 'Lucida Sans', Tahoma;
	font-size: 14px;
}
.BoldText {
    font-weight: bold;
}
.LargeBlackText
{
	font-family: 'LucidaSans', 'Lucida Sans', Tahoma;
	font-size: 16px;
	color: Black;
}
.LargeText
{
	font-family: 'LucidaSans', 'Lucida Sans', Tahoma;
	font-size: 16px;
}
.Button:disabled
{
	color: #cccccc;
}
.PageTitle
{
	font-size: 16px;
}
.Text, .SmallText
{
	color: #eeeeee;
}
.SmallText
{
	font-size: 10px;
}
A.SmallText:hover
{
	text-decoration: underline;
	cursor: pointer;
}
A.Text, A.BlackText
{
	text-decoration: none;
}
.BlackText
{
	color: Black;
}
.WhiteBoldText
{
	font-weight: bold;
	color: White;
}
.RedText {
    color: red;
}
.RedBoldText {
    font-weight: bold;
    color: red;
}
.Validator
{
	color: Red;
}
.HiddenSpinner
{
	display: none;
}
.HeaderStyle
{
	background-color: #ea5d7f;
	color: White;
}
.ItemStyle img, .ItemStyle input[type=image] {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.GiftcardAmount {
    height: 18px;
    width: 100%;
}
.GiftcardAmount[disabled] {
    color: gray;
}
.LogOnTable .Greetings {
    width: 100%;
}
.Orders .BillingInfo {
    Color: #7b7bff;
}
