/* Grüner Eindruckservice - Snippet Styles */
.sn {
	padding-left: 30px;
	margin-bottom: 20px;
	color: #333333;
}

/* Schritt 1 Produktauswahl */
h3.product-list-head {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	margin-bottom: 15px;
}
.product-container {
	width: 650px;
	height: 20px;
	overflow: visible;
}
html>body .product-container {
	height: auto;
	min-height: 20px;
}
.product-pic {
	width: 202px;
	margin-right: 17px;
	overflow: hidden;
}
.product-pic img {
	border: 1px solid #333333;
	margin-bottom: 3px;
}
.product-details {
	width: 390px;
}
.product-prices {
	width: 200px;
}
.product-container h4 {
	font-size:12px;
	font-weight: bold;
}
.table-product-options {
	width: 390px;
}
.table-product-options th, .table-product-options td  {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-bottom: 7px
}
.table-product-options th {
	width: 93px;
}
.table-product-options td {
	width: 295px;
}
/* Schritt 2 Produkt bearbeiten */
.edit-product-data {
	width: 370px;
	margin-right: 17px;
}
.product-preview {
	width: 350px;
	overflow: visible;
}
.product-preview img {
	border: 1px solid #333333;
}
.product-pdf-preview {
	background-image: url(/templates/pics/pdficon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 10px 45px;
	margin-top: 10px;
}

/* Dynamisch generierte Eingabemasken für Produkte */
.tyContentLabel, .tyImageLabel {
	display: block;
	margin:0;
	font-weight: bold;
	font-size: 12px;
	color: #B9D631;
}

h3.product-list-head {
	margin: 0 0 23px 0;
	padding: 7px;
	color: #15386C;
	font-size: 14px;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	background-color: #BBD5FB;
	width: 735px;
}
h3.product-list-head a:link, h3.product-list-head a:visited, h3.product-list-head a:active, h3.product-list-head a:hover,
div.product-list-head a:link, div.product-list-head a:visited, div.product-list-head a:active, div.product-list-head a:hover {
	display: block;
	width: auto;
	cursor: pointer;
	background-color: #15386C;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 17px;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
	margin: 0 5px 0 0;
	font-size: 11px;
	height: 15px;
	width: 80px;
}
.tyImageLabel {
	border-top: 2px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	color: #15386C;
	background-color: #BBD5FB;
	font-weight: bold;
	padding: 4px 7px 4px 7px;
	clear: both;
}
.tyImageContainer img {
	float: left;
}
.tyImageDescription {
	padding-top: 10px;
	color: #15386C;
	width: 238px;
	float: right;
}
.tyImageDescription ul li {
	margin-left: 20px;
}
.tyImageDescription ul li ul {
	margin: 3px 0 0 0;
}
.ty-PDF-Page-Title {
	color: #15386C;
	margin: 23px 0 23px 0;
	width: 508px;
	border-bottom: 1px solid #15386C;
	font-weight: bold;
	font-size: 13px;
}

.snippetSelection {
	margin: 10px 0;
}

td.imageBorder img {
	border: 1px solid #225CB1;
}
.tyContentCharCounter {
	padding: 5px !important;
	background-color: #FFFFFF;
	color: #15386C;
	font-size: 10px;
	border: 1px solid #BBD5FB;
	border-top: 0;
}
.charCountError {
	color: #AB0D0D;
}

