/* -------- CSS für tt_products --------- */
/* --------    netzrezepte.de   --------- */

p.list-logedin {
   font-family : verdana;
   font-size: 0.7em;
   color: black;
}

span.list-browse {
   font-family : verdana;
   font-size: 0.6em;
   color: black;
}

.list-browse-container {
   text-align: center;
}

.list-category-image {
   float: left;
   margin-top: 20px;
}
.list-category-title {
   text-align: right;
   margin-top: 40px;
   font-family : verdana;
   font-size: 1em;
   color: black;
   font-weight: bold;
}

.list-category {
   text-align: right;
   margin-top: 20px;
   font-family : verdana;
   font-size: 1em;
   color: black;
}

.list-title {
   font-family : verdana;
   font-size: 0.9em;
   color: black;
   border-top: 1px solid #808080;
   border-bottom: 1px dashed #808080;
   margin-top: 0px;
   margin-bottom: 10px;
   font-weight: bold;
}

.list-image {
   float: left;
   border: 0px solid #FFFFFF;
   margin-right: 10px;
   margin-bottom: 0px;
}

.list-content {
   font-family : verdana;
   font-size: 0.7em;
   color: black;
   margin-left: 160px;
}



span.single-browse {
   font-family : verdana;
   font-size: 0.6em;
   color: black;
}

.single-image {
   float: left;
   border: 0px solid #FFFFFF;
   margin-right: 10px;
   margin-bottom: 10px;
}

.single-title {
   font-family : verdana;
   font-size: 1.1em;
   font-weight: bold;
   color: black;
   border-top: 1px solid #808080;
   border-bottom: 1px dashed #808080;
   margin-top: 10px;
   margin-bottom: 10px;
}

.artikelnummer {
   font-family : verdana;
   font-size: 0.85em;
   color: black;
   margin-bottom: 5px;
}

.single-content {

}

p.product-search {
   font-family : verdana;
   font-size: 0.8em;
   color: black;
}

td {
   font-family : verdana;
   font-size: 0.9em;
   color: black;
}

p.product-basket {
   font-family : verdana;
   font-size: 0.8em;
   color: black;
}

/* Formulare */

input.tt_products_anzahl {
   height: 14px;
   z-index: 3;
   width: 30px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin: 0px;
   padding: 0px;
}

input.tt_products_warenkorb {
   z-index: 3;
   width: 120px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin: 0px;
   padding: 0px;
}

input.tt_products_grafik_submit {
   border: none;
}

td.tt_products_td {
   vertical-align: middle;
}

td.tt_products_td_bg {
   background-image:url(../Images/Navigation_BG.gif);
   height: 30px;
}

input.tt_products_submit {
   height: 16px;
   z-index: 3;
   width: 150px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 0px;
   margin-bottom: 3px;
}

input.tt_products_submit_large {
   height: 16px;
   z-index: 3;
   width: 200px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 0px;
   margin-bottom: 3px;
}