/*
Theme Name: Toolshop24 Blog
*/

/* **************************************** */
/* 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*/
}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.metadata { border-top:1px #2964b6 dotted;padding-top:5px; }
#search2 {margin-top:23px;}

#comments-list li{border-bottom:1px #2964b6 dotted;border-top:1px #2964b6 dotted;}


.table_product strong, .producttable_list strong {
        color:#f00;
}

a.dock-item span {
        font-weight:bold;
}


.producttable_list a strong {
        color:#A93030;
}

.productOldPrice {
        color:#000;
        text-decoration: line-through;
}

#maintable {
        background: url('ts24_images/background.gif') repeat-x;
        width:100%;
        min-width:990px;
}

body.popup {
        background-image:none;
}

h1 {
color: #ffffff;
float:left;
}

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 {

}

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: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;
}

a.box, a.box:link, a.box:visited, 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;
}

ol, ul, li {
list-style:none;list-style-position:outside;
padding-left:0;

}





.box li {
 color:#666;
        font-weight:normal;

        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;

}



.box li:hover {
        background-color:#D2D2D2;
        color:#000;
}

a.boxActive, a.boxActive:link, a.boxActive:visited, 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:#D2D2D2;
}


a.boxActive:hover {
        background-color:#cecece;

}



td.searchtext input {
        width:200px !important;
        border: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;
        margin:0px;
        padding:0px;
        z-index:5000;
}

#right_container {
        margin:0px;
        padding:0px;
        margin-right:0px;
        /*padding-left:200px;*/
}

#rightright_container {
        width:214px;
}

/* **************************************** */
/* Bar_Top */
/* **************************************** */
#bar_top {
        /*height:51px;*/
        color:#fff;
        text-align:center;
        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_row a{margin-right:5px;}

.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;
}

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 #2964b6 dotted;
} .productdetail img {margin-right:5px;}

.productdetail_desc {
        border:1px solid #ccc;
        border-right:none;
        border-left:none;
}

.warenkorb {
        border:1px #eee dotted;
}

.warenkorb tr:hover {
        background:#fcfcfc;
}

.warenkorb th {
        background:#eee;
        color:#666;
        font-size:.85em;
        text-align:left;
}

/* **************************************** */
/* Boxen */
/* **************************************** */


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;
}

div.boxs {
        /*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;
}

#rmenu div.boxs {
        border:1px solid #ccc;
        margin:20px;
}

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:0.85em;
        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;
}

#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 {
        width:165px;
        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.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.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:#fff;
        margin-top:-6px;
        margin-bottom:2em;
        font-size:0.9em;
}

#navtrail a {
        color:#fff;
        text-decoration:none;
}

#navtrail a:hover {
        text-decoration:underline;
}

#main_content {
        padding-top:20px;
}

#main_content h1 {
        background:none;
        color:#a81616;
        display:block;
        text-align:center;
        font-size:1.35em;
}

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:600px;
        margin:0px auto;
        padding-top:7px;
}

td.searchlabel {
        color:#ccc;
}

div.kundencenter {
        padding:15px !important;
        font-size:.75em !important;
}

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 {
        padding:0px 20px;
}

@media print {

        #rightright_container,
        #menu,
        #bar_top {
                display:none;
                width:0px;
        }

        #right_container {
                margin:0px;
                padding:0px;
        }

        #content {
                margin:0px;
                padding:0px;
        }

}

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;
}

.ihre_sicherheit li{
        list-style:url(ts24_images/okay.gif);
        margin:0px;
        margin-left:15px;
        padding:0px;
}