

.product_images {
    float: right;
    width: 170px;
}

.product_images .product_thumbnails a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: inline;
	text-decoration:none;
}

.product_images .product_thumbnails {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    width: 150px;
    height: inherit;
}

.product_images .product_thumbnails img {
    width: 150px;
    border: 0px;
    margin: 0 0 0 0;
    padding: 0;
}

.product_images #imagetitle {
    display: block;
    padding: 2px;
    margin: 0px;
    padding-left: 0px;
    font-size: 0.9em;
}

/* mootabs */
.content .mootabs {
    clear: both;
    height: 400px;
    width: 570px;
}

.content .mootabs_title {
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 24px;
}

.content .mootabs_title li {
    float: left;
    background-color: #ddd;
    background-image: url("tabs/normal.jpg");
    padding: 2px 8px 2px 8px;
    margin-right: 2px;
    cursor: pointer;
    height: 24px;
}

.content .mootabs_title li.active {
    background-color: #e6e6e6;
    background-image: url("tabs/active.jpg");
    font-weight: bolder;
}

.content .mootabs_panel {
    display: none;
    background-color: #EFF2E1;
    background-image: url("tabs/background.jpg");
    background-repeat: repeat-x;
    position: relative;
    width: 100%;
    top: -1px;
    clear: both;
    overflow: auto;
}

.content .mootabs_panel.active {
    background-color: #EFF2E1;
    display: block;
}

/* mootabs */
.content_empty .mootabs {
    clear: both;
    height: 400px;
    width: 570px;
}

.content_empty .mootabs_title {
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 24px;
}

.content_empty .mootabs_title li {
    float: left;
    background-color: #ddd;
    background-image: url("tabs2/normal.jpg");
    padding: 2px 8px 2px 8px;
    margin-right: 2px;
    cursor: pointer;
    height: 24px;
}

.content_empty .mootabs_title li.active {
    background-color: #e6e6e6;
    background-image: url("tabs2/active.jpg");
    font-weight: bolder;
}

.content_empty .mootabs_panel {
    display: none;
    background-color: #EFF2E1;
    background-image: url("tabs2/background.jpg");
    background-repeat: repeat-x;
    position: relative;
    width: 100%;
    top: -1px;
    clear: both;
    overflow: auto;
}

.content_empty .mootabs_panel.active {
    background-color: #EFF2E1;
    display: block;
}

.padding10 {
    padding: 10px;
}

.stoff_table {
    margin: 0;
    width: 95%;
}

.stoff_table td {
    padding: 2px;
}

.stoff_cell1 {
    padding: 4px 4px 4px 4px;
}

.stoff_cell2 {
    width: 100px;
    text-align: right;
}

.stoff_cell3 {
    width: 40px;
}

.table_product, .table_product td {
    margin: 0;
    padding: 0;
}

.table_product td {
    width: 295px;
    vertical-align: top;
}

/* Shop Products */
.shop_products {
    width: 294px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.shop_products ul {
    margin: 0;
    padding: 0;
}

.shop_products li {
    display: block;
    background-color: #EFF2E1;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.shop_products li.shop_products_head {
    background: #C6CFA8;
    color: #111;
    font-weight: bold;
    padding: 4px;
}

.shop_products img {
    padding: 0px 0 0 0;
    margin: 0;
}

.shop_products_title {
    background-color: #EAEFD1;
    font-weight: bolder;
    font-size: 1.0em;
    padding: 4px;
}

.shop_products_price {
    font-weight: bolder;
    font-size: 1.0em;
    padding: 4px;
}

.shop_products_buy {
    float: right;
}

.shop_products_description {
    font-size: 0.9em;
    padding: 4px;
}

