/* **************************************** */
/* Allgemein */
/* **************************************** */
body {
	margin:0px;
	padding:0px;
	font-size:1em;
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	color:#000;
	/*background:url('ts24_images/rightcontainer.gif') repeat-y #fff; <-- steht jetzt im body  in header.php*/
}

/* allgemeine Formulardefiniton */
input[type=text],
input[type=password],
textarea {
	background-image:url('img/input_bg.png');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
	border:1px solid #999;
}
div.box input[type=text],
div.box input[type=password] {
        width:150px;
        font-size:0.9em;
}
.table_product strong, .producttable_list strong {
	color:#f00;
}

a.dock-item span {
	font-weight:bold;
}


.producttable_list a strong {
	color:#A93030;
}

.productOldPrice {
	color:#e20;
	text-decoration: line-through;
}

#maintable {
	background: url('ts24_images/background.gif') repeat-x;
	width:100%;
	min-width:990px;
}

body.popup {
	background-image:none;
        width:560px;
        padding:20px;
}

h1 {
	font-size:1.2em;
	color:#fff;
	letter-spacing: 1px;
	margin-bottom:0;
	background:url('ts24_images/headline.png') #2964b6;
	display:inline;
	height:23px; 
}

form {
	margin:0px;
}

div.tab {
	display:inline;  
	background:#343434;
}

h2{
	font-size:.95em;
	color:#c6000d;
	margin-bottom:5px;
	margin-top:10px;
}

h3{
	font-size:0.9em;
	color:#c6000d;
	margin-bottom:5px;
	margin-top:10px;
}

h5 {
	font-weight:normal;
}

ul,
ol {
	font-size:0.9em;
}

/* die folgenden 2 Angaben werden gemacht, dass Produktbeschreibungen, 
   die LIs OHNE ULs haben eine Einrueckung bekommen */
li {
	margin-left:40px;
}
ul li {
	margin-left:0;
}



table p {
	font-size:0.9em;
}

td.messageStackSuccess {
	font-size:1.2em;
	color:#990000;
	margin-bottom:5px;
	margin-top:10px;
	font-weight:bold;
}

h1.print {
	font-size:1.1em;
	color:black;
	letter-spacing:0px;
}

h2.print {
	font-size:1.0em;
	color:black;
}


p {
	margin-top:0.6em;
	margin-bottom:0.2em;
	font-size:.8em;
}

p.klein {
	font-size:0.9em;
}

p.rechnung {
	font-size:0.7em;
	color:#555555;
	
}

.trustedshop {
	width:100px;
	margin:0px auto;
}

span.small_1 {
	font-size:0.7em;
}
span.small_2 {
	font-size:0.8em;
}
span.small_h {
	font-size:0.7em;
	font-weight:bold;
}

.ta_left {
	text-align:left;
	font-size:.9em;
}
.ta_center {
	text-align:center;
	font-size:0.85em;
}
.ta_right {
	text-align:right;
}

.onepxwidth {
	width: 1px;
}

.inputRequirement {
	color: #990000;
	font-size:0.9em;
}

.va_top {
	vertical-align:top;
}
.va_middle {
	vertical-align:middle;
}
.va_bottom {
	vertical-align:bottom;
}

.errorBox {
	font-weight: bold;
	background-color: #ffb3b5;
}

.smallprice {
  font-size:0.8em;
}

.bigprice {
  font-size:1.0em;
  font-weight:bold;
}

.contentsTopics {
	color:#aaa;
	font-weight:bold;
	font-size:.9em;
	letter-spacing:1px;
	padding-bottom:2px;
}

a, a:focus, a:link, a:visited, a:active {
	color:#A93030;
	text-decoration:none;
}

a:hover {
	color:#f01111;
}

a.weiss, a.weiss:link, a.weiss:visited, a.weiss:active{
	color:#333;
}

a img {
	border:none;
}

div.box_content a.box, 
div.box_content a.box:link, 
div.box_content a.box:focus, 
div.box_content a.box:visited, 
div.box_content a.box:active  {
	color:#666;
	font-weight:normal;
	font-size:0.85em;
	display:block;
	border-bottom: 1px #fcfcfc solid;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:14px;
	padding-right:2px;
	background-image:url('ts24_images/body_bg.png');
	background-repeat:repeat-y;
}
div.box_content a.box:hover {
	background-color:transparent;
	color:#c20;
}
*|html div.box_content a.box:hover {
	/* alles in diesem Selektor wird vom IE6+7 ignoriert */
	/* eine Farbaenderung beim hovern laesst beim IE7 das fisheye verschwinden !! */
	background-color:#ddd;
}


div.box_content a.boxActive, 
div.box_content a.boxActive:link,
div.box_content a.boxActive:focus,
div.box_content a.boxActive:visited, 
div.box_content a.boxActive:active  {
	color:#A93030;
	font-size:0.85em;
	display:block;
	border-bottom: 1px #eee solid;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:14px;
	padding-right:2px;
	background-color:#d2d2d2;
}
div.box_content a.boxActive:hover {
	background-color:#d2d2d2; /* muss fuer IE7 die gleiche Farbe sein, wie im nicht-gehoverten Zustand */
	color:#c20;
}
*|html div.box_content a.boxActive:hover {
	/* alles in diesem Selektor wird vom IE6+7 ignoriert */
	/* eine Farbaenderung beim hovern laesst beim IE7 das fisheye verschwinden !! */
	background-color:#ccc;
	color:#c20;
}


td.searchtext input {
	width:200px !important;
	border:1px solid #000;
	border-bottom:1px solid #999;

}


.infoBoxNoticeContents {
	font-weight:bold;
	background-color:#e0b8b8;
	padding:5px;
}


/* **************************************** */
/* Hinweis auf xt:Commerce */
/* **************************************** */
td.copyright, td.copyright a{
	font-size:0.5em;
	color:white;
	text-align:right;
	padding-right:5px;
	padding-top:5px;
	display:none;
}

/* **************************************** */
/* Layout */
/* **************************************** */
#left_container {
	/*width:214px;*/
	width:190px; /* schmaeler gemacht */
	margin:0px;
	padding:0px;
	z-index:5000;
}

#right_container {
	margin:0px;
	padding:0px;
	margin-right:0px;
	/*padding-left:200px;*/
}

#rightright_container {
	/*width:214px;*/
	width:180px;
}

/* **************************************** */
/* Bar_Top */
/* **************************************** */
#bar_top {
	/*height:51px;*/
	color:#fff;
	text-align:left;
	margin:0px;
	margin-left:20px;
	padding:0px;
}

#bar_top a {
	color:#fff;
	text-decoration:none;
}

div.bar_top_row {
	padding-top:3px;
	height:25px;
	font-size:0.8em;
	color:#666;
}

.bar_top_gear {
	float:right;
	margin-left:20px;
}

/* DIE SUCHE */

#bar_top #quick_find {
	width:250px;
}

#bar_top .box_title {
	display:none;
}

#bar_top .box,
#bar_top .box_title,
#bar_top #quick_find {
	background:none;
	border:none;
}

/* **************************************** */
/* Bar_Bottom */
/* **************************************** */
#bar_bottom {
	background-image:url('ts24_images/bar_bottom_bg.png');
	background-repeat:repeat-x;
	background-position:bottom;	
	height:105px;
	color:#333;
	clear:both;
	padding-left:0px;
	margin-left:-20px;
	margin-right:-20px;
	
}

#bar_bottom img {
	float:left;
	vertical-align:bottom;
}

#bar_bottom div {
	float:left;
	width:200px;
	margin-left:30px;
	font-size:0.8em;
	margin-top:62px;
}

#bar_bottom a {
	font-size:0.9em;
}

/* **************************************** */
/* Logo */
/* **************************************** */
#logo {
	margin:0px;
	padding:0px;
}

/* **************************************** */
/* Menu */
/* **************************************** */
#menu {
	margin:0px;
	padding:0px;
}

#menu div.box div.box_content {
	color:#666;
	font-size:0.75em;
}

#menu div.box div.box_content a {
	font-size:1em;
	text-decoration:none;
}

table.menu_table {
	/* width:200px; ---- auskommentiert wegen Warenkorb, der sonst das Layout zu breit fuer den Webbrowser macht (Scrollbar unten) */
}

td.menu_table_left {
	width:12px;
}

table.category_overview {
	border:1px #2964b6 solid;
	padding:20px;
}

table.producttable {
margin-top:20px;
}
td.producttable_td {
	background:url(ts24_images/productbg.gif) no-repeat right bottom;
}

.table_product h2 {
	font-size:.85em;
}

.table_product p {
	font-size:.85em;
	color:#666;
	margin:0px;
}

.table_product_tax {
	color:#333;
	font-size:.9em;
}

.table_product_detail {
	font-size:.8em;
	display:block;
}

.producttable_list {
	border:1px #2964b6 dotted;
}

.img_formatted img {
	padding:3px;
	border:1px solid #666;
}

.productdetail {
	/* border:1px #920 dotted; */
	background-color:#fff;

}

.productdetail_desc {
	border:1px solid #ccc;
	border-right:none;
	border-left:none;
}

form#cart_quantity {
	/* im contentbereich */
	border-top:1px solid #eee;
        border-bottom:1px solid #eee;
	padding:10px;
	background-color:#fff;
        background-image:url('img/product_detail_form_bg.png');
        background-repeat:repeat-y;
        background-position:right;
}

.warenkorb {
	border:1px #eee dotted;
}

.warenkorb tr:hover {
	background:#fcfcfc;
}

.warenkorb th {
	background:#eee;
	color:#666;
	font-size:.85em;
	text-align:left;
}
div#cart_layer {
	z-index:100;
}
div#cart_layer div.box_title {
	cursor:move;
}

/* **************************************** */
/* Boxen */
/* **************************************** */
div#cart_layer {
        width:173px;
        position:absolute;
        top:40px;
        right:30px;
}
div#cart_layer div.box_cart {
        -moz-box-shadow:0 0 7px #433;
        -webkit-box-shadow:0 0 7px #433;
        box-shadow:0 0 7px #433;
        background-color:#eee;
        border:1px solid #fff;
        color:#000;
        margin:0;
}
div#cart_layer div.box_cart div.box_title {
        display:block;
        background-image:url('ts24_images/box_right_title.png');
}
div#cart_layer div.box_cart div.box_title a {
        color:#920;
}
div#cart_layer div.box_cart div.box_content {
        font-size:0.85em;
        padding:5px !important;
        color:#000;
}
div#cart_layer div.box_cart div.box_content a {
        color:#920;
}
div.box {
	/*border-bottom:1px solid #ddd;*/
	background:url('ts24_images/navbg.gif') repeat-x bottom center #fff;
	border-bottom:1px solid #ccc;
	border-top:none;
}

#rmenu div.box {
	border:1px solid #ccc;
	margin:20px;
	margin-left:0;
	margin-right:10px;
	width:170px;
}

div.box_title {
	background-image:url('ts24_images/box_title_bg.png');
	background-repeat:repeat-x;
	font-size:0.85em;
	font-weight:normal;
	padding:3px;	
	padding-left:16px;  
	color:#fff;
	letter-spacing:1px;
}

#rmenu div.box_title {
	background-image:url('ts24_images/box_right_title.png');
	background-repeat:repeat-x;
	font-size:1em;
	font-weight:normal;
	padding:3px;
	/* ### suricate-develop vom 19.07.2009 - Start */
	/* padding-left:25px; */
  padding-left:5px;	
	/* color:#666; */
	color:#9D0B0B;
	/* ### suricate-develop vom 19.07.2009 - ENDE */	
	letter-spacing:1px;
}
div.box_content {
	padding:0px;
	/*font-size:0.85em; --- wegen zu kleiner Schrift in Boxen (rechts?!) rausgenommen */
}

#rmenu div.box_content {
	/* ### suricate-develop vom 19.07.2009 - Start */
  /*padding:10px;*/
  padding: 0;
  /* ### suricate-develop vom 19.07.2009 - Start */
}

#rmenu div.box_content a {
	background:none;
	border:none;
	padding:2px 0px;
}

#catsmenu div.box_content {
	padding:20px 0px;
	color:#fff;
	background:url('ts24_images/body_bg.png') repeat-y;
}

div.box_content_login {
	padding:2px;
	padding-left:18px;
	color:#fff;
}
div.box_content_login input {
	/* ### suricate-develop vom 19.07.2009 - Start */
  /* width:165px; */
  width:130px;
  /* ### suricate-develop vom 19.07.2009 - ENDE */
	border: 1px solid #666;	
}

div.box_content input, textarea {
	border: 1px solid #666;
	padding:2px;
	font-size:.95em;
}

div.button input{
	border:none;
	padding-left:0px;
}

#loginbox span input {
	border:none;
	padding:0px;
}

div.box_content p,div.box_content ul, div.box_content a, div.box_content a:visited, div.box_content a:active {
	font-size:1em;
	color:#333333;
}

#loginbox {
	padding:20px 0px;
	padding-top:10px;
}

/* Tickerbox unten */
div#bestsellers_ticker{
	width:500px;
	height:140px;
	border:0px red solid;
	position:relative;
	margin:0px auto;
}

div.tickerelement {
	text-align:center;
	width:140px;
	margin:0px 15px;
}

div.tickerelement a{
	display:block;
	height:75px;
	
}





/* **************************************** */
/* Content*/
/* **************************************** */
#content {
	font-size:0.9em;
	color:#000;
	padding:0px;
	margin:20px;
	margin-bottom:0;
	margin-left:20px;
}

#navtrail {
	color:#999;
	margin-top:15px;
	margin-bottom:2em;
	font-size:0.75em;
        position:absolute;
}

#navtrail a {
	color:#920;
	text-decoration:none;
}

#navtrail a:hover {
	text-decoration:underline;
}

#main_content {
	padding-top:20px;
	position:relative;
	padding-bottom:400px;
}

#main_content h1 {
	background:none;
	color:#a81616;
	display:block;
	text-align:left;
	font-size:1.35em;
	clear:both; /* damit die Ueberschrift in der Detailansicht nicht ins Zusatzmenue rutscht */
	margin-top:2px;
	padding-top:10px;
    padding-bottom:10px;
}

div.content table td.contentTopics {
	font-size:1.6em;
	color:#86242b;
}
.kleinweiss {
	color:#000;
}

/* Apple Style Dock Men� f�r Kategorie-Listing */
/* dock - top */
.dock {
margin:0px auto;
	width:600px; 
	position: relative;
	text-align: center;
	height:180px;
	background:url('ts24_images/fisheyebg.gif') center bottom no-repeat;
}

.dock_content {
	margin:0px auto;
	width:600px; 
	position: relative;
	text-align: center;
	height:220px;
	/*background:url('ts24_images/fisheyebg.gif') center bottom no-repeat;*/
}

.dock-container {
	position:absolute;
	height: 140px;
	text-align:center;
	width:600px; 
}  

.dock-container-labels {
	background: #efefef;
	margin-top:1px; 
	padding:10px;
	text-align:left;
	font-size:.85em;
	width:512px;
	margin-left:34px;
	color: #333;
	margin:0px auto;
}

.dock-container a:link,
.dock-container a:visited,
.dock-container a:active,
.dock-container a:hover {
	color:#A93030;
}

.dock-container-labels a:link,
.dock-container-labels a:visited,
.dock-container-labels a:active {
	display:block;
	width:200px !important;
	float:left; 
	color:#666; 
}

.dock-container-labels a:hover {
	color:#000;
	text-decoration:underline;
}

a.dock-item {
	display: block;
	position: absolute;
	width: 140px;
	text-decoration: none;
	padding:5px;
}


.dock-item img {
	width: 80%;

}
.dock-item span {
	display: none; 
	
}

#displaypicture {
	display:none;
	position:fixed;
	top:100px;
	z-index:999999;
	padding:20px;
}
#displaypictureimg {
	border:1px solid #666;
}

h3 img {
	display:none;
}

div.headerleiste {
	width:380px;
	margin:0px auto;
	padding-top:7px;
	text-align:left;
}

td.searchlabel {
	color:#fff;
}


div.kundencenter {
	padding:15px !important;
	font-size:.75em !important;
}

/* ### suricate-develop vom 20.07.2009 - START */
div.kundencenter2 {
	padding:5px !important;
}
/* ### suricate-develop vom 20.07.2009 - ENDE */

div.kundencenter a {
	display:block;
}

p.subhead {
	font-size:1.1em;
	font-weight:bold;
	display:block;
	text-align:center;
	margin-top:-20px;
}

ul.ihre_sicherheit { 
	list-style:url(ts24_images/okay.gif);
	margin:0px;
	margin-left:15px; 
	padding:0px;
}

#sign_in {
  /* ### suricate-develop vom 19.07.2009 - START */
	/* padding:0px 20px; */
	
	/* ### suricate-develop vom 19.07.2009 - ENDE */
}



div.productmenu {
	border:0px solid black;
	text-align:center;
	display:none;
}

div.productmenu div.productmenu_item {
	background: url(ts24_images/product_title_menu.png);
	width: 150px;
	float: left;
	border: 1px solid #666;
	margin-top: -1px;
	margin-left: -1px;
}

div.productmenu div.productmenu_item a {
	color: #000;
	display: block;
	width: 150px;
	height: 19.5px;
	padding: 3.5px 0px 0px 0px;
}

div.productmenu div.productmenu_item a:hover {
	color: #fff;
}

div.productmenu div.productmenu_item:hover {
	background: url(ts24_images/product_title_menu_hover.png);
	border: 1px solid #000;
}

/* Socialbookmarks icons */

table.socialbookmarks {
	margin:10px auto;
	border:1px solid #ccc;
	padding:10px;
}

table.socialbookmarks td {
	padding:5px;
}


/* EBAY-CSS Erweiterung ! innerhalb von "div#EBdescription" */
div#EBdescription {
	position:relative;
	width:900px;
}
div#EBdescription div#content_container {
	margin-left:0px !important;
	margin-right:0px !important;
	margin:0;
	padding:0;
	width:570px !important;
}
div#EBdescription div#content {
	width:570px !important;
	margin:0;
	padding:0;
}
div#EBdescription div#main_content {
	width:570px !important;
	margin:0;
	padding:0;
}



/* **************************************** */
/* Wunschzettel */
/* **************************************** */
div#plugin_wishlist {
}

div#plugin_wishlist table.wish_info {
	margin-bottom:30px;
	background-color:#efefef;
	border:1px solid #ccc;
	font-size:0.9em;
}
div#plugin_wishlist table.wish_info td {
	padding:5px;
}
div#plugin_wishlist table.wish_info form#wish {
	
}
div#plugin_wishlist table.wish_info form#wish fieldset {
	border:none;
	border-left:1px solid #999;
	padding-left:20px;
}
div#plugin_wishlist table.wish_info form#wish legend {
	display:none;
}
div#plugin_wishlist table.wish_info form#wish fieldset input[type=text] {
	width:300px;
}
div#plugin_wishlist table.wish_info form#wish fieldset textarea {
	width:300px;
}
div#plugin_wishlist table.wish_products {
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
}
div#plugin_wishlist table.wish_products td {
	padding-bottom:10px;
}
div#plugin_wishlist table.wish_products td p {
	margin:0;
	padding:0;
}

div#plugin_wishlist table.wish_products td.wish_description div.wl_name {
}
div#plugin_wishlist table.wish_products td.wish_description div.wl_date {
	margin-bottom:20px;
	font-size:0.8em;
}
div#plugin_wishlist table.wish_products td.wish_description div.wl_desc {
}
div#plugin_wishlist table.wish_products td.wish_description div.wl_price {
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:1.3em;
}


div#plugin_wishlist table.wish_products td.wish_image {
	padding-right:10px;
}
div#plugin_wishlist table.wish_products td.wish_functions {
	text-align:left;
}
div#plugin_wishlist table.wish_products td.wish_functions input {
	margin-bottom:10px;
}

/* Kommentar */
div#plugin_wishlist div.wl_memo {
	margin-top:20px;
}

/* ### suricate-develop vom 16.07.2009 - START */
.sd_h3 {
	background:none;
	color:#a81616;
	display:block;
	text-align:center;
	font-size:1.35em;
}
/* ### suricate-develop vom 16.07.2009 - ENDE */



/***** Lange Beschreibung in der Listenansicht *****/
div.dm_long_description {
	position:absolute;
	bottom:5px;
	left:0;
}



