
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #666666;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:1px solid #333;
	background-color:#BBE53A;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	/*background-color:#D8FA70;*/
	background-color:#769024;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;	
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#F9FFE5;
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	margin-top: 20px;
}


/* 
 * BETSTSELLER STARTSEITE
 */
.startseite .news-list-container-bestseller {
	width: 760px;
	height: 210px;
	margin-left: -5px;
}

.startseite .news-list-container-bestseller .news-list-item {
	width: 245px;
	height: 207px !important;
	margin: 0 8px 0 0;
	padding: 0;
	border: none !important;
	background: transparent !important;
}

/* Overlay */
.startseite .news-list-container-bestseller .news-list-item .bs_overlay {
	position: absolute;
	width: 245px;
	height: 207px;
	background-color: transparent;
	background-image: url(../../images/bestseller_bg.png);
	background-repeat: no-repeat;
}

/* Bild-Link */
.startseite .news-list-container-bestseller .news-list-item .bs_overlay a {
	display: block;
	position: relative;
	top: 20px;
	left: 100px;
	width: 100px;
	height: 110px;
}

/* Produktbild */
.startseite .news-list-container-bestseller .news-list-item img.bs_product {
	display: block;
	margin-left: 95px;
	margin-top: 17px;
}

/* Produkttitel */
.startseite .news-list-container-bestseller .news-list-item h3 {
	position: absolute;
	margin-top: 137px;
	margin-left: 85px;
	width: 150px;
	height: 29px;
	color: #444 !important;
	text-decoration: underline !important;
	font-size: 11px;
	text-align: center;
	overflow: hidden;
}

/* Produktpreis */
.startseite .news-list-container-bestseller .news-list-item .news-list-preis {
	margin-right: 10px;
	margin-top: 50px;
	text-decoration: none !important;
	color: #e31b25;
}

.startseite .news-list-container-bestseller .news-list-item .news-list-preis img.bs_arrow {
	margin-right: 8px;
}


/*
 * VERWANDTE PRODUKTE ARTIKELSEITE / PRODUKTE STARTSEITE
 */

.artikelseite .news-list-container, .startseite .news-list-container {
	width: 759px;
	margin: 0px 0px 0px -4px;
	padding: 0;
}

.artikelseite .news-list-container .news-list-item, .startseite .news-list-container .news-list-item {
	width:182px;
	height: 225px !important;
	margin: 7px 7px 0 0;
	padding: 0;
	border: none;
}

.artikelseite .news-list-container .news-list-item h3.ls_header, .startseite .news-list-container .news-list-item h3.ls_header {
	width: 182px;
	height: 26px;
	background-color: #d8d8d8;
	background-image: url(../../images/ls_header_bg.gif);
	background-repeat: no-repeat;
}

.artikelseite .news-list-container .news-list-item h3.ls_header span, .startseite .news-list-container .news-list-item h3.ls_header span {
	display: block;
	width: 165px;
	height: 18px;
	position: relative;
	top: 5px;
	left: 10px;
	overflow: hidden;
	color: #333;
}

.artikelseite .news-list-container .news-list-item h3.ls_header span.ls_cat, .startseite .news-list-container .news-list-item h3.ls_header span.ls_cat {
	display: none;
}

.artikelseite .news-list-container .news-list-item img.ls_img, .startseite .news-list-container .news-list-item img.ls_img {
	display: block;
	padding: 9px 40px 9px 40px;
	margin: 0;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}

.artikelseite .news-list-container .news-list-item div.ls_title, .startseite .news-list-container .news-list-item div.ls_title {
	height: 42px;
	background-color: #E8E8E8;
}

.artikelseite .news-list-container .news-list-item h3.ls_title, .startseite .news-list-container .news-list-item h3.ls_title {
	width: 168px;
	height: 17px;
	padding: 3px 0 0 7px;
	overflow: hidden;
	color: #333;
	font-size: 11px;
	text-decoration: underline;
}

.artikelseite .news-list-container .news-list-item .news-list-preis, .startseite .news-list-container .news-list-item .news-list-preis {
	position: relative;
	right: 7px;
	top: -33px;
	font-size: 13px;
	color: #e31b25;
}

.artikelseite .news-list-container .news-list-item .news-list-preis img.ls_arrow, .startseite .news-list-container .news-list-item .news-list-preis img.ls_arrow {
	position:relative;
	top: 6px;
}

.artikelseite .news-list-container .news-list-item .ls_buy, .startseite .news-list-container .news-list-item .ls_buy {
	display: block;
	width: 182px;
	height: 39px;
	background-color: #fff;
	background-image: url(../../images/top_cat_buy_bg.gif);
	background-repeat: no-repeat;
}

.artikelseite .news-list-container .news-list-item .ls_buy.ls_buy_oos, .startseite .news-list-container .news-list-item .ls_buy.ls_buy_oos {
	background-image: url(../../images/top_cat_buy_bg_deaktiviert.gif);
}

/*
 * PRODUKTE KATEGORIE-SEITE
 */
 
.kategorie-seite div.top_cat {
	width:750px;
	height:26px;
	margin: 15px 0 0 -4px;
	background-color: #FFFFFF;
	background-image: url(../../images/top_cat_bg.gif);
	background-repeat: repeat-x;
}

.kategorie-seite h3.top_cat {
	color:#798A2E;
	padding: 5px 0 0 7px;
	
}

.kategorie-seite .news-list-container {
	width: 759px;
	height: 249px;
	margin: 0px 0px 0px -4px;
	padding: 0;
}

.kategorie-seite .news-list-container .news-list-item {
	width:182px;
	height: 242px !important;
	margin: 7px 7px 0 0;
	padding: 0;
	border: none;
}

.kategorie-seite .news-list-container .news-list-item h3.ls_header {
	width: 182px;
	height: 26px;
	background-color: #d8d8d8;
	background-image: url(../../images/ls_header_bg.gif);
	background-repeat: no-repeat;
}

.kategorie-seite .news-list-container .news-list-item h3.ls_header span {
	display: block;
	width: 165px;
	height: 18px;
	overflow: hidden;
	color: #777;
	position: relative;
	top: 5px;
	left: 10px;
}

.kategorie-seite .news-list-container .news-list-item h3.ls_header span.ls_cat {
	display: none;
}

.kategorie-seite .news-list-container .news-list-item img.ls_img {
	display: block;
	padding: 9px 40px 9px 40px;
	margin: 0;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}


.kategorie-seite .news-list-container .news-list-item div.ls_title {
	height: 42px;
	background-color: #E8E8E8;
}

/* IE */
.kategorie-seite .news-list-container .news-list-item div.ls_title a {
	text-decoration: none !important;
}

.kategorie-seite .news-list-container .news-list-item h3.ls_title {
	width: 168px;
	height: 31px;
	padding: 5px 0 0 7px;
	overflow: hidden;
	color: #333;
	font-size: 12px;
	text-decoration: none;
}

.kategorie-seite .news-list-container .news-list-item .news-list-preis {
	position: relative;
	right: 18px;
	top: -2px;
	font-size: 14px;
	color: #e31b25;
}

.kategorie-seite .news-list-container .news-list-item .news-list-preis img.ls_arrow {
	display: none;
}

.kategorie-seite .news-list-container .news-list-item .ls_buy {
	display: block;
	width: 182px;
	height: 56px;
	background-color: #fff;
	background-image: url(../../images/prod_list_buy_bg.gif);
	background-repeat: no-repeat;
}

.kategorie-seite .news-list-container .news-list-item .ls_buy.ls_buy_oos {
	background-image: url(../../images/prod_list_buy_bg_deaktiviert.gif);
}


/*
 * Allgemeine Definitionen
 */
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
        float:left;
	height: auto !important;
	border:1px solid #666666;
	background-color:#FFFFFF;
	width:160px;
        padding: 5px;
	margin: 0px 10px 10px 0;
}
.news-search-form {
	height: 47px;
	width: 320px;
	background-image: url(../../images/search_bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
}

.news-search-form .txt {
	border-color:#EEEEEE;
	border-style:inset;
	font-size:14px;
	height:17px;
	margin-left:8px;
	margin-right:2px;
	margin-top:12px;
	padding-bottom:2px;
	padding-left:5px;
	padding-top:2px;
	width:215px;
}

.news-search-form .btn {
	position: relative;
	top: 7px;
	border: none;
}

.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	height: 30px;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED {
	color:#CC0000;
}
.news-list-container H3 A {
	color:#CC0000;
}
.news-list-container H3 A:hover {
	color:#990000;
}
.news-list-container P {
	padding-left:3px;
}
.news-list-preis {
	float: right;
	color: #CC0000;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	margin-top: 5px;
	width: 150px;
}
.news-list-content {
	height: 90px;
}
.news-list-bestellen {
	float:left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	width: 125px;
}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {
	margin:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	clear:both;
}

.news-list-best {
	background-color: #CC0000;
	border:1px solid #666666;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.news-list-bestseller {
	float: left;
	background-color: #CC0000;
	color: #FFFFFF;
	width: 100px;
	font-size:16px;
	padding: 5px;
	margin-top: 0px;
}
.news-list-bestitem {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	border:1px solid #666666;
	background-color:#FFFFFF;
	color: #666666;
        padding: 5px;
}

.news-list-besth3 {
	height: auto;
	margin: 0;
	padding: 0;
	color: #666666;
}
.news-list-besth3 A {
	color: #666666;
	text-decoration: none;
}
.news-list-besth3 A:hover {
	color:#CC0000;
	text-decoration: underline;
}
.news-list-bestpreis {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 100px;
	height: 50px;
	background-image: url(../../images/preis.jpg);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.news-list-bestbestellen {
	font-size: 12px;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	padding:3px;
}

.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #CCCCCC;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
}
.news-single-item H1 {
	font-size: 16px;
	font-weight:bold;
	color: #CC0000;
	margin-bottom: 20px;
}

.news-single-item H4 {
	font-size: 12px;
	font-weight:bold;
	color: #666666;
}
.news-single-img {
	float: right;
	margin-left:5px;

}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	float: right;
}
.news-single-backlink {
	clear: both;
}

.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: -3px;
	margin-top: -18px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-preis {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
}
.news-single-bestellen {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
}
.news-single-send {
	margin-top: 20px;
	margin-bottom: 20px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/* 	clear: both; */
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}


/*
 * ARTIKELSEITE
 */
.artikelseite .as_container {
	margin-top: 25px;
}

.artikelseite .as_adsense {
	margin-top: 10px;
}

/* Produktbild */
.artikelseite .as_container img.as_produktbild {
	padding: 10px;
	float: left;
}

/* Beschreibung */
.artikelseite .as_container .as_beschreibung_container {
	width:472px;
	margin-left:247px;
	padding-left:25px;
	border-left:1px solid #CCCCCC;
}

.artikelseite .as_container .as_beschreibung_container .as_top_container {
	height: 125px;
}

.artikelseite .as_container .as_beschreibung_container .as_header_container {
	float: left;
	margin-right: 30px;
}

.artikelseite .as_container .as_beschreibung_container .as_header_container .as_brand {
	color: #666;
}

.artikelseite .as_container .as_beschreibung_container .as_header_container .as_title {
	width: 250px;
	height: 90px;
	overflow: hidden;
	color: #7a8646;
	margin-bottom: 0px;
}

.artikelseite .as_container .as_beschreibung_container .as_preis_container {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	margin-right:6px;
}

.artikelseite .as_container .as_beschreibung_container .as_preis_container .as_preis_txt {
	color: #666;
	margin-bottom:2px;
}

.artikelseite .as_container .as_beschreibung_container .as_preis_container .as_preis {
	color: #fd0000;
	margin-bottom:8px;
}

.artikelseite .as_container .as_beschreibung_container .as_preis_container .as_preis span {
	font-size: 150%;
}


.artikelseite .as_container .as_beschreibung_container .as_beschreibung {
	margin-bottom: 30px;
}

.artikelseite .as_container .as_beschreibung_container .as_beschreibung_generated {
	margin-bottom: 30px;
	display: none;
}

.artikelseite .as_container .as_beschreibung_container .as_more {
	height: 30px;
	margin-right: 10px;
	text-align: right;
}

.artikelseite .as_container .as_beschreibung_container .as_more a {
	color: #666 !important;
}

/* Best offer */
.artikelseite .as_container .as_best_offer_container {
	height: 134px;
	width: 749px;
	margin-top: 20px;
	margin-left: -4px;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	background-image: url(../../images/artikelseite_best_offer_bg.gif);
	background-repeat: no-repeat;
}

.artikelseite .as_container .as_best_offer_container .as_bo_txt {
	position: relative;
	top: 5px;
	left: 17px;
}

.artikelseite .as_container .as_best_offer_container .as_bo_shop {
	position: relative;
	top: 20px;
	left: 25px;
	width: 200px;
	height: 40px;
	font-size: 16px;
	overflow: hidden;
}

.artikelseite .as_container .as_best_offer_container .as_bo_preis {
	position: relative;
	right: 25px;
	bottom: 33px;
	color: #ec0000;
	font-size: 12px;
	text-align: right;
}

.artikelseite .as_container .as_best_offer_container .as_bo_preis span {
	font-size: 17px;
}

.artikelseite .as_container .as_best_offer_container .as_bo_btn {
	position: relative;
	right: 9px;
	bottom: 6px;
	text-align: right;
}

/* Versand */
.artikelseite .as_container .as_best_offer_container .as_bo_versand_container {
	position: relative;
	left: 228px;
	bottom: 13px;
	font-size: 11px;
}

.artikelseite .as_container .as_best_offer_container .as_bo_versand_container .as_bo_versand_verfuegbarkeit {
	width: 350px;
	height: 15px;
}

.artikelseite .as_container .as_best_offer_container .as_bo_versand_container .as_bo_versand_kosten {
	width: 350px;
	height: 15px;
	overflow: hidden;
}

.artikelseite .as_container .as_best_offer_container .as_bo_versand_container span {
	font-weight: normal;
}

/* Weitere Shopempfehlungen */
.artikelseite .as_ado_container {
	width: 750px;
	margin-left: -4px;
}

.artikelseite .as_ado_container .as_ado_item {
	display: block;
	width: 750px;
	height: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #666;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	background-color: #fff;
}

.artikelseite .as_ado_container a {
	text-decoration: none !important;
}

.artikelseite .as_ado_container .as_ado_item:hover {
	background-color: #eee;
}

.artikelseite .as_ado_container .as_ado_item .as_ado_shop {
	display: block;
	float: left;
	width: 250px;
	height: 40px;
	margin-top: 0px;
	margin-left: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
}

.artikelseite .as_ado_container .as_ado_item .as_ado_versand_container {
	display: block;
	position: relative;
	top: 6px;
	left: 20px;
}

.artikelseite .as_ado_container .as_ado_item .as_ado_versand_container .as_ado_versand_verfuegbarkeit {
	font-weight: bold;
	display: block;
}

.artikelseite .as_ado_container .as_ado_item .as_ado_versand_container .as_ado_versand_kosten {
	font-weight: bold;
	display: block;
}

.artikelseite .as_ado_container .as_ado_item .as_ado_versand_container span {
	font-weight: normal;
}

.artikelseite .as_ado_container .as_ado_item .as_ado_preis {
	display: block;
	position: relative;
	bottom: 20px;
	right: 23px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #7c8941;
}

.artikelseite .as_ado_container .as_ado_item .as_ado_preis span {
	font-size: 17px;
}


/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}



