@import "tinymce_styles.css";

body {
    color: #58585a;
    font-family: Verdana, "MS Trebuchet", sans-serif;
    font-size: 12px;
}

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

a,
a:visited {
    color: black;
}

a:hover {
    color: black !important;
}

h1 {
    font-size: 138.5%;
    font-weight: bold;
    margin: 10px 0;
}

h1.first-heading {
    margin: 0 0 10px 0;
}

h1.section {
    margin: 0 0 10px 0;
    padding: 20px 0 0 0;
    border-bottom: 1px solid #dfd7d3;
}

h2 {
    font-size: 116%;
    font-weight: bold;
    margin: 10px 0;
}

h3 {
    font-size: 100%;
    font-weight: bold;
    margin: 10px 0;
}

img {
    border: none;
}

p {
    line-height: 1.5em;
}

/* Forms */
form label {
    font-weight: bold;
}

td.label {
    padding-right: 10px;
}

.field {
    padding-bottom: 10px;
}

ul.errorlist {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: red;
}

tr.error td {
    color: red;
}

table.lfs-default {
    width: 100%;
    border-collapse: collapse;
}

table.lfs-default td {
    padding-top: 3px;
    padding-bottom: 3px;
}

table.lfs-default th {
    background: url("../img/table_bg_gray.jpg") repeat-x;
    color: black;
    font-weight: bold;
    padding: 4px 6px;
}

table.lfs-default a {
    text-decoration: none;
}

table.lfs-default .buttons {
    padding: 10px 0;
}

td, th {
    text-align:left;
    vertical-align: top;
}

td.total {
    font-weight: bold;
}

td.discreet {
    font-size: 90%;
}

td.select {
    padding-right: 5px;
}

.right,
.number {
    text-align:right;
}

.padding-right {
    padding-right: 4px;
}

.padding-left {
    padding-left: 4px;
}

.padding-top {
    margin-top: 10px;
}

.padding-top-large {
    margin-top: 20px;
}

.checkbox-left {
    width: 1px;
    padding-right: 5px;
}

/* Header */
#header {
    padding: 20px 0 10px 0;
}

#header .search {
    text-align: right;
}

.header-right {
    background-color: #6a5d4c;
    color: #fff;
}

.header-right a.account  {
    color: white;
}

.header-right input.login  {
    margin-bottom: 6px;
}

.header-left {
    background-color: #fff;
}

.header-right-table {
    border: 1px solid #aaa;
    width: 100%;
}

.header-right-table td {
    padding: 2px;
}

.header-right-table a {
    text-decoration: none;
}

.cart-link {
    background-color: #8da5d5;
}

.registration-link {
    background-color: #fff;
}

.registration-link a:visited,
.registration-link a {
    color: #8da5d5;
}

.checkout-link {
    background-color: #f4fc0b;
    color: black;
}

img.logo {
    width: 580px;
}

/* Search */
table.search-results {
    clear: both;
    margin-top: 10px;
}

.search-results-description {
    padding: 10px 0;
}

.search-results td.content {
    padding: 0;
}

.search-results .pagination {
    float: left;
    padding-bottom: 10px;
}

.search-results .pagination a {
    text-decoration: none;
}

.search-results-phrase {
    font-weight: bold;
}

#search {
    display:inline;
}

#search-form,
.search-results-form {
    display:inline;
}

#search label {
    padding-right: 10px;
    position: relative; top: 1px;
}

.search-button {
    background-color: #8da5d5;
    border: 1px solid #aaa;
    padding: 0 5px 1px 5px;
    color: #fff;
    font-weight: bold;
}

#search-results {
    border-collapse: collapse;
}

#search-results tr:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

#search-results-table td {
    vertical-align: top;
}

.livesearch-wrapper {
    position: relative; /* Anchor for absolute livesearch */
    z-index: 8000;
}

#livesearch-results-table {
    width:100%;
    border-collapse: collapse;
}

#livesearch-results-table tr {
    cursor: pointer;
}

#livesearch-results-table tr:hover {
    background-color: #eee;
}

#livesearch-results-table td {
    vertical-align: top;
    padding: 2px 0;
}

#livesearch-results-table td.image {
    width:1%;
    padding-right:8px;
    height: 60px;
}

#livesearch-results-table img {
    width: 60px;
}

#livesearch-results-table td.all-results {
    text-align:right;
}

#livesearch-result {
    position: absolute; left: 0;
    display:none;
    z-index: 9000;
    background-color: white;
    border: 1px solid #6a5d4c;
    width:500px;
    padding: 5px;
}

/* Tabs */
#tabs .container {
    background-color: #f5f5f5;
}

.tabs ul {
    height: 40px;
    padding: 0;
    background-color: #f5f5f5;
}

.tabs li {
    list-style-type: none;
    float: left;
}

.tabs li a {
    display: block;
    position: relative;
    float: left;
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    text-decoration: none;
    color: #666;
    font-weight: bold;
}

.tabs li.selected a,
.tabs li a:hover {
    color: white !important;
    background-color: #6a5d4a;
}

.tabs-right li a {
    font-size: 90% !important;
}
.tabs-right li.selected a,
.tabs-right li a:hover {
    color: black !important;
    background-color: transparent !important;
}

/* Search */
#search label {
    padding-left: 20px;
    color: white;
}

#search .container {
    line-height: 30px;
    background-color: #6a5d4a;
}

/* Breadcrumbs */
ul.breadcrumbs {
    list-style-type: none;
    padding: 10px 0 10px 0;
    margin:0;
}

ul.breadcrumbs li {
    display: inline;
}

ul.breadcrumbs a {
    color: #666;
}

/* Content ################################################################# */

#product-tabs ul.ui-tabs-nav {
    margin: 10px 0 0 0;
}

ul.ui-tabs-nav li {
    list-style: none !important;
}

#content {
    padding-top: 15px;
}

.left-slot {
    background-color: #f5f5f5;
}

.padding-both .middle-slot  {
    padding: 0 20px;
}

.padding-left .middle-slot {
    padding-left: 20px;
}

.padding-right .middle-slot {
    padding-right: 20px;
}

.middle-slot ol,
.middle-slot ul {
    margin: 10px 0 10px 30px;
}

.middle-slot ul li {
    list-style: square;
    line-height: 1.5em;
}

.middle-slot ol li {
    list-style: decimal;
    line-height: 1.5em;
}

.price-disclaimer {
    font-size: 80%;
    color: #6a5d49;
}

.product-price {
    text-align: right;
    padding: 10px 10px 0 0;
}

.unit {
    padding-left: 4px;
}

.packing-result {
    margin-top: 10px;
}

.base-price {
    padding: 5px 0 10px 0;
}

.for-sale-price {
    font-weight: bold;
}

.for-sale-standard-price {
    text-decoration: line-through;
}

.product .buttons {
    text-align: right;
}

.product .add-to-cart-button {
    background: url(../../hoehne_theme/img/add_to_cart_button.jpg) no-repeat;
    height: 51px;
    width: 168px;
    border: none;
    color: transparent;
    cursor: pointer;
    position: relative; top:10px; left: 10px;
}

.product .request-price-button {
    background: url(../../hoehne_theme/img/request_price_button.jpg) no-repeat;
    margin-top: 10px;
    height: 51px;
    width: 168px;
    border: none;
    color: transparent;
    cursor: pointer;
    position: relative; top:10px; left: 10px;
}

.sorting {
    background: url(../../lfstheme/img/portlet_header_bg.jpg) no-repeat right;
    text-align: right;
    padding-right: 5px;
}

/* Category
___________________________________________________________________________ */

a.current {
    font-weight: bold;
}

.category h3.product-title {
    font-weight: bold;
}

.category .category-image,
.category .product-image {
    margin-right: 40px;
    padding-bottom: 10px;
    width: 100px;
    height: 100px;
    float: left;
}

.category .product-row {
    border-bottom: 1px solid #eae5e2;
}

.category .product-data {
    padding-top: 10px;
}

.category .products {
    clear: both;
    padding-top: 10px;
}

.category .product-data:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.category .products-navigation {
    float:left;
}

.category .products-navigation a {
    text-decoration: none;
}

.category .products-navigation-bottom {
    padding-top: 20px;
}

.category .description {
    padding-bottom: 10px;
}

.category .shipping-costs {
    text-decoration: underline;
}

/* Product
___________________________________________________________________________ */

#product-inline {
    padding-top: 10px;
}

.product .main-image {
    width: 200px;
    height: 200px;
}

.product-images {
    float: left;
}

#unten
{
width:60px;
height:60px;
z-index:0;
}
#oben
{
position:absolute;top:0;left:-60px;
width:60px;
height:60px;
z-index:1;
}

.product-images .main-image {
    margin-right: 25px;
    /*border: 1px solid #dfd7d3;*/
    width: 200px;
}

.product .sub-images {
    padding: 10px 0; width:200px;
}

.product-images a {
    text-decoration: none;
}

.product-images .sub-images img.unten {
   border: 1px solid #dfd7d3;
   clear: both;
}

.product-title {
    font-size: 140%;
    font-weight: bold;
    padding-bottom: 5px;
    color: #6a5d4a;
}

.product .product-description {
    clear: both;
}

.product .deliverable {
    color: #e7e7e7;
}

.product .not-deliverable {
    color: red;
}

.product .prices {
    text-align: right;
    padding-bottom: 6px;
}

.product .for-sale-price,
.product .standard-price {
    font-size: 200%;
    font-weight: bold;
    margin: 0 0 2px 0;
}

.product .for-sale-standard-price {
    text-decoration: line-through;
    padding-right: 10px;
}

.product-navigation {
    float: left;
    padding: 10px 0;
    color: #58585a;
}

.product-navigation a:visited,
.product-navigation a {
    text-decoration: none;
    color: #58585a;
}

.overview {
    text-align: right;
    font-size: 80%;
    font-weight: bold;
}

.overview a {
    text-decoration: none;
    padding: 10px;
    background-color: #8da5d5;
}

table.product-accessories,
table.product-variants {
    font-size: 93%;
}

table.product-variants {
    width: 320px !important;
    margin-bottom: 10px;
}

table.product-variants th {
    background-color: #8DA5D5 !important;
    color: black;
    font-weight: bold;
    padding: 4px 6px;
    
}

table.product-variants td {
    
    padding: 5px;
}

.hh-variants {
    width: 280px;
    background-color: #eee;
    float: right;
    padding: 5px 20px;
    margin-bottom: 5px;
}

/* Cart
___________________________________________________________________________ */

h1.shipping-disclaimer {
    padding-bottom: 20px;
}

.added-to-cart td.image,
.cart td.image {
    height: 60px;
    width: 60px;
    padding-right: 10px;
}

.added-to-cart .accessories td {
    vertical-align: middle;
}

.cart .buttons,
.added-to-cart .buttons {
    padding-top: 20px;
}


/* Checkout
___________________________________________________________________________ */

.checkout .payment,
.checkout .shipping,
.checkout #cart-inline,
.checkout #bank-account {
    margin-top: 20px;
}

.checkout #bank-account td {
    padding-top: 2px;
    padding-bottom: 2px;
}

select.cart-country,
select.cart-shipping-method,
select.cart-payment-method {
    width: 150px;
}

.checkout .payment,
.checkout .shipping,
.checkout #cart-inline,
.checkout #bank-account {
    margin-top: 20px;
}

.checkout .shipping-method,
.checkout .payment-method {
    padding: 2px 0
}

.checkout textarea {
    width: 99.7%;
}

.checkout td.image {
    height: 60px;
    width: 60px;
    padding-right: 10px;
}

.checkout .buttons {
    padding-top: 20px;
}

/* Login / Register
___________________________________________________________________________ */


.customer-login th,
.checkout-login th {
    padding-right: 10px;
}

.customer-login th,
.customer-login td,
.checkout-login th,
.checkout-login td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.customer-login .description,
.checkout-login .description {
    height: 60px;
}

.customer-login .form,
.checkout-login .form {
    height: 120px;
}

h2.authenticate {
    background: url(../../lfstheme/img/menu_bg.jpg) repeat-x;
    padding: 10px;
}

div.login {
    float: left;
    padding-right: 10px;
    width: 310px;
}

div.register {
    float: left;
    padding-right: 10px;
    width: 310px;
}

div.anonymous-checkout {
    float: left;
    width: 310px;
}

.customer-login div.login {
    width: 470px
}

.customer-login div.register {
    width: 470px;
    padding-right: 0 !important;
}

/* Tags
___________________________________________________________________________ */

.tag-cloud {
    text-align: justify;
}

/* Reviews
___________________________________________________________________________ */

.add-review .label {
    padding-top: 10px;
}

.review {
    padding-top: 10px;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
    background: url(../../lfstheme/img/star.gif) left -1000px repeat-x;
}

.star-rating {
    position:relative;
    height:25px;
    overflow:hidden;
    list-style:none;
    margin:0 !important;
    padding:0 !important;
    background-position: left top;
    width: 125px;
}

.star-rating li {
    display: inline;
}

.star-rating a,
.star-rating .current-rating {
    position:absolute;
    top:0;
    left:0;
    text-indent:-1000em;
    height:25px;
    line-height:25px;
    outline:none;
    overflow:hidden;
    border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
    background-position: left bottom;
}

.star-rating .current-rating {
    z-index:1;
    background-position: left center;
}

/* smaller star */
.small-star {
    width:50px;
    height:10px;
}

.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating {
    background-image: url(../../lfstheme/img/star_small.gif);
    line-height: 10px;
    height: 10px;
}

.average-rating {
    float:right;
    cursor: pointer;
}

/* Portlets
___________________________________________________________________________ */

.left-slot .portlet {
    background-color: #f5f5f5;
}
.portlet {
    background-color: #8ca4d4;
}
.portlet a,
.portlet a:visited {
    color: #58585a;
}

.portlet {
    margin-bottom:15px;
}

.portlet a {
    text-decoration: none;
}

.portlet ul {
    list-style-type: none;
}

.portlet ul.root {
    padding: 0;
    margin: 0;
}

.portlet li {
    font-weight: normal;
}

.portlet-header {
    padding: 5px 10px;
    margin-bottom: 3px;
    color: #58585a;
}

.portlet-header,
.portlet-header a,
.portlet-header a:visited {
    color: #58585a;
}

.portlet-item {
    padding: 10px 0;
}

.portlet-item.last {
    border-bottom: none !important;
    padding: 5px 0;
}

.portlet-footer {
    padding: 5px 0 5px 10px;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
}

.portlet-footer a {
    padding-left: 25px;
    text-decoration: none;
    background: url("../../lfstheme/img/portlet-bullet.gif") left center no-repeat;
}

/* Cart portlet
___________________________________________________________________________ */

.cart-portlet .portlet-header {
    text-transform: none;
    background-color: #7e6b60;
    background-image: none;
    position: relative;
    border: 1px solid #dfd7d3;
    border-bottom: none;
    margin: 0;
}

.cart-portlet .portlet-header,
.cart-portlet .portlet-header a,
.cart-portlet .portlet-header a:visited {
    color: white;
}

.cart-portlet .portlet-header img {
    position: absolute; right: 8px;
}

.cart-portlet .portlet-body {
    padding: 16px 10px 10px 10px;
    border: 1px solid #dfd7d3;
}

.cart-portlet .price {
    font-weight: bold;
    text-align: right;
}

.cart-portlet .portlet-footer {
    background: #eae5e2;
    border: 1px solid #dfd7d3;
    border-top: none;
    padding: 5px 10px;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
}

/* Categories portlet
___________________________________________________________________________ */
.categories-portlet.portlet {
    background-color: #8DA5D5;
}

.categories-portlet .portlet-header,
.categories-portlet .portlet-header a,
.categories-portlet .portlet-header a:visited {
    background: #6A5D4A;
    color: #8DA5D5;
}

.categories-portlet li.current {
    background: #8DA5D5;
    color: #6a5d4a;
}

.categories-portlet li.current a {
    color: #6a5d4a;
}

.categories-portlet ul ul {
    padding: 4px 0 0 0;
    margin: 0 0 0 15px;
}

.categories-portlet ul ul ul {
    margin: 0 0 0 10px;
}

.categories-portlet a {
    text-decoration: none;
}

.categories-portlet a.current {
    font-weight: bold;
}

.categories-portlet li.level-0 {
    border-bottom: 1px solid #e5dfdc;
    padding: 10px 0;
}

.categories-portlet li.level-0 a {
    padding-left: 15px;
    display: block;
}

.categories-portlet li.level-1,
.categories-portlet li.level-2 {
    padding: 5px 0;
    font-size: 90%;
}

.categories-portlet li.level-1 a,
.categories-portlet li.level-1 a.current,
.categories-portlet li.level-1 a:hover {
    padding: 0;
    background: transparent;
}

/* Average rating portlet
___________________________________________________________________________ */
.average-rating-portlet .average-rating {
    float: none;
    padding-top: 5px;
}

.average-rating-portlet .average-rating-description {
    padding-top: 10px;
}

/* Distance portlet
___________________________________________________________________________ */
.distance-portlet .portlet-header {
    background-color: transparent;
}

.distance-portlet .portlet-header,
.portlet-body {
    color: white;
    font-weight: normal;
    padding: 10px;
}

.distance-portlet .portlet-body {
    min-height: 130px;
    background: url("../img/versandkostenportlet.jpg") no-repeat;
}

input.distance-zip-code{
    border:1px solid #000;
    padding:3px;
    color:#6a5d4a;
    margin-top:10px;
    font-weight:bold;
    width:120px;
}

.distance-save-button{
    background: url("../img/versandkostenbutton.jpg") no-repeat;
    width:95px;
    height:28px;
    border:0;
    cursor:pointer;
    margin-top:15px;
    margin-left:30px;
}

.distance-headline{
    font-weight:bold; padding: 25px 0 80px 0; margin-left:-5px; color:#6a5d4a;
}

html* .distance-headline {  /*Safari*/
    font-size:11px;
    padding-top:28px;
    margin-left:-7px;
}

.distance-small {
    font-size: 90%;    
}

.distance-disclaimer {
    padding-top: 10px;
    font-size: 80%;
}

#distance-portlet-result {    
    background-color: #f6fe0d;
    color: #6a5d4a;
    margin-top: 20px;
/*    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
*/}

.distance-result {
    padding: 0 5px 5px 5px;
}

.distance-result .label {
    margin-top: 10px;
    font-weight: bold;
}

.recent-products-portlet {
    padding: 0 30px;
}

.recent-products-portlet img {
    padding-bottom: 10px;
}

/* Footer
___________________________________________________________________________ */

#footer .container {
    color: #58585a;
    background-color: #f5f5f5;
    margin-top: 50px;
    padding: 10px 0;
}

#footer a {
    color: #58585a;
}

#footer h1 {
    font-size: 110%;
}

/* Buttons
-------------------------------------------------------------- */
.details-button {
    padding-top: 10px;
}

.hh-product-information {
    padding: 20px;
    background-color: #8da5d5;
/*    -moz-border-radius:3ex;
    -webkit-border-radius:3ex;
*/    width: 280px;
    float: right;
}

.hh-cart-button a {
    background-color: #8da5d5;
    padding: 5px;
    font-size: 80%;
}

.distance-spinner {
    height: 16px;
    float: right;
    padding-right: 15px;
}

/*.distance-zip-code {
    width: 120px;
    color: #999;
}

.distance-save-button {
    width: 120px;
    background-color: #8da5d5;
    border: none;
    margin-top: 10px;
}


.distance-save-button.highlighted {
    background-color: #f5fe11;
} */   

.distance-result {
    padding-top: 5px;
    font-size: 90%;
}

.distance-result label {
    font-weight: bold;
    padding-bottom: 3px;
}

.distance-spinner img {
    display: none;
    position: relative; top: 4px; left: 4px;
}

input.login-button,
input.register-button,
input.checkout-button {
    color: transparent !important;
    margin: 0;
    border:none;
    cursor: pointer;
    width: 97px;
    height: 31px;
}

input.checkout-button {
    background: url("../img/checkout_button.jpg") no-repeat;
}

input.register-button {
    background: url("../img/register_button.jpg") no-repeat;
}

input.login-button {
    background: url("../img/login_button.gif") no-repeat;
}

button {
    border: none;
    cursor: pointer;
    background: none;
    padding: none;
    margin:none;
}

.cp-property {
    min-width: 120px;
}

.property-error {
    border: 1px solid red;
    padding: 5px;
    background: #aaa;
    margin-bottom: 10px;
}

/* Scrollable ###################################################################### */

.scrollable {
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 780px;
    height: 300px;
    float: left;
}

.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

/* single scrollable item */
.scrollable .item {
    float:left;
    background-color:#fff;
    width: 780px;
}

.scrollable .text {
    max-width: 200px;
    z-index: 50;
    width: 200px;
    height: 271px;
    position: relative; top: -292px;
    float: right;
    color: black;
    padding: 10px;
    margin-right: 10px;
}

.scrollable img {
    float:left;
    width: 780px;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background:url(../img/hori_large.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    margin:0 10px;
    cursor:pointer;
    font-size:1px;
}

/* right */
a.right                 { background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover       { background-position:-30px -30px; }
a.right:active  { background-position:-60px -30px; } 


/* left */
a.left:hover        { background-position:-30px 0; }
a.left:active   { background-position:-60px 0; }

/* disabled navigational button */
a.disabled {
    visibility:hidden !important;       
}   

.submenu {
    position: relative; left: 25px;
}
.submenu a:hover,
.submenu a:visited,
.submenu a {
    color: white;
    font-weight: bold;
    font-size: 80%;
    padding: 0 0 0 10px;
}
.callback-form .message {
    padding: 10px 0;
}
.callback-form #id_first_name,
.callback-form #id_last_name,
.callback-form #id_phone,
.callback-form #id_time {
    width: 200px;    
}

.callback-form #id_message {
    width: 500px;
    height: 200px;
}

