﻿/* -------------------------------- */
/* Schnaudt Webshop CSS Anpassungen */
/* -------------------------------- */
/*                                  */

/* Import Skin CSS*/
@import url('https://shopcontent.schnaudt.de/CssNukevilleMorpheus/SchnaudtPst.css');

/* Anpassungen */
.Normal, .NormalDisabled, li, ul, table, tr, td, div, p, body
{
	font-size: 8pt; color: #4f4f4f;
}

/* -------------------------------- */

.NormalImportant
{
	color: #1c741c;
	font-size: 8pt;
	font-weight: bold;
}

.NormalImportant2
{
	color: #1c741c;
	font-size: 10pt;
	font-weight: bold;
}

/* -------------------------------- */

li.Star
{
	background-image: url('../Images/star.png');
	background-repeat: no-repeat;
	background-position: left;
}

ul.Star
{
	list-style-type: none;
	line-height: 30px;
	text-align: center;
}

/* -------------------------------- */

span.Schnellauswahl
{
	position: absolute;
	bottom: 1px;
	text-align: center;
}

div.Schnellauswahl
{
	border: 1px solid white;
	background-color: white;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	height: 130px;
	cursor: pointer;
}

div.IESchnellauswahl /* Hover für IE */
{
	border: 1px solid #1c741c;
	background-color: #D3EED3;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	height: 130px;
	cursor: pointer;
} 

div.Schnellauswahl:hover
{
	border: 1px solid #1c741c;
	background-color: #D3EED3;
}


/* -------------------------------- */

table.ShopTableOuter
{
	background-color: #F3FFF3;
	border-spacing: 1px;
}

table.ShopTableOuter thead td
{
	background-color: #1c741c;
	color: white;
	font-weight: bold;
}

table.ShopTableOuter td
{
	border-bottom:1px dashed #1c741c;
}

/* -------------------------------- */

table.ShopTableInner
{
	background-color: transparent;
	border-spacing: 1px;
}

table.ShopTableInner thead td
{
	background-color: transparent;
	color: #4f4f4f;
	font-weight: normal;
}

table.ShopTableInner td
{
	border:none;
}

/* -------------------------------- */

table.ShopTable
{
	border-collapse: collapse;
}

table.ShopTable td
{
}

td.PaddingLeft1
{
	padding-left: 5px;
}

td.PaddingTopBottomLeft1
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

td.PaddingTopBottomLeft2
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

td.PaddingTopBottom1
{
	padding-top: 10px;
	padding-bottom: 10px;
}

td.PaddingTopBottom2
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.ShopTableLeftStripe
{
	border-left: 1px solid #C3CCC3;
	border-right: 1px solid #C3CCC3;
	background-color: #F3FFF3;
	width: 20px;
}

.ShopTableLeftStripe td
{
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.ShopTableTopStripe
{
	padding-left: 0px;
}

Fieldset.Padding
{
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}

Legend.Padding
{
	padding-bottom: 8px;
	font-weight: bold;
}

/* -------------------------------- */

.GridViewDefault
{
	background-color: #F3FFF3;
	border-spacing: 1px;
	border: none;
}

.GridViewDefault th
{
	border-top: none;
	border-bottom: none;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-color: #1c741c;
	color: white;
	font-weight: bold;
	height: 20px;
}

.GridViewDefault td
{
	border-top: 1px solid #D3DDD3;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: none;
	margin-left: 40px;
}

/* -------------------------------- */

p.ShopPageTitle
{
	font-weight: bold;
	font-size: 10pt;
	border-top: 1px solid #1c741c;
	border-bottom: 1px solid #1c741c;
	background-color: #F3FFF3;
	line-height: 20px;
	padding-left: 5px;
}

/* -------------------------------- */

.resizeWidth98px
{
	width: 98px;
	height: auto;
}

.resizeHeight84px
{
	width: auto;
	height: 84px;
}

/* -------------------------------- */

.TextboxWatermark
{
	color: #AAAAAA;
	font-style: italic;
}

/* -------------------------------- */

Input[type="text"], Input[type="password"], Input[type="file"], Select, Textarea
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 8pt; color: #4f4f4f;
	border-top: none;
	border-left: none;
	border-right: 1px solid #1c741c;
	border-bottom: 1px solid #1c741c;
	background-color: #F3FFF3;
}

Input[type="button"], Input[type="submit"]
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 8pt;
	color: white;
	background: transparent url('../Images/button4.png') no-repeat center;
	border: none;
	width: 114px;
	height: 29px;
}

Input[type="button"][disabled], Input[type="submit"][disabled]
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 8pt;
	color: #4f4f4f;
	background: transparent url('../Images/button4dis.png') no-repeat center;
	border: none;
	width: 114px;
	height: 29px;
}

/* -------------------------------- */

a img
{
	border: none;
}

/* -------------------------------- */

div.Error
{
	text-align: center;
	border: 1px solid #CC0000;
	background-color: #FFD3D3;
	margin: 10px;
	padding: 5px;
	clear: both;
}

div.Warning
{
	text-align: center;
	border: 1px solid #FF9900;
	background-color: #FFCC66;
	margin: 10px;
	padding: 5px;
	clear: both;
}

div.Info
{
	text-align: center;
	border: 1px solid #1C741C;
	background-color: #F3FFF3;
	margin: 10px;
	padding: 5px;
	clear: both;
}

div.Header
{
	line-height: 20px; background-color: #F3FFF3;
}

img.Error
{
	padding-right: 5px;
}

img.Info
{
	padding-right: 5px;
}
