.menu_left {
/*
     float: left;
*/
	 margin-top: 0;
	 padding-top: 1em;
	 margin-bottom: 1em;
}

.menu_left a, .menu_left .selected {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.menu_left a:hover {
	text-decoration: none;
}

/* Shop */
table.shop_index {
    width: 100%;
}

table.shop_index td {
    vertical-align: top;
}

table.shop_index td {
    text-align: center;
}

table.shop_index td b a {
    font-size: 16px;
    font-weight: bold;
}

.shop_index td ul {
    text-align: left;
    list-style-type: none;
}

.shop_index div.no_image {
    width: 100px;
    height: 100px;
    background-color: #ccc;
    margin: 0 auto;
}

.shop_index img {
    border: 0;
}

table.item_list {
    clear: both;
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.old_price {
    white-space: nowrap;
    color: #c99;
    font-weight: bold;
    text-decoration: line-through;
}

.price {
    white-space: nowrap;
    color: #c00;
    font-weight: bold;
}

.additional_curr {
    color: #999;
    white-space: nowrap;
    font-weight: bold;
}

table.item_list tr.even {
    background-color: #eee;
}

table.item_list td {
    padding: 4px;
    border-bottom: 1px solid #ccc;
}

table.item_list input[type=text] {
    width: 20px;
}

table.item_list form {
    white-space: nowrap;
}

table.item_list td.article a {
    font-size: 14px;
    font-weight: bold;
}

div.shop_item_image {
    margin: 4px;
    float: right;
}

table.cart_item_list {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table.cart_item_list td {
    border-bottom: 1px solid #ccc;
}

table.cart_item_list tr.total td {
    background-color: #ccc;
    color: #333;
    padding: 4px 1px;
}

div.form_div table {
    width: 80%;
}

form[name=order_form] input[type=text] {
    width: 100%;
    border: 1px solid #999;
    padding: 1px;
}

form[name=order_form] textarea {
    width: 100%;
    height: 5em;
    border: 1px solid #999;
    padding: 1px;
}

div.page_index {
    margin: 4px 0;
}

div.page_index a, .page_index b {
    border: 1px solid transparent;
    line-height: 20px;
    font-size: 14px;
    padding: 2px 8px;
}

div.page_index b {
    border: 1px solid #ccc;
    background-color: #ededed;
}

div.page_index a:hover {
    border: 1px solid #ccc;
    background-color: #ededed;
}

div.sort_type {
    margin-bottom: 4px;
    float: right;
    font-size: 14px;
}

div.sort_type span {
    border: 1px solid transparent;
    padding: 2px;
    line-height: 20px;
}

div.sort_type span.current {
    border: 1px solid #ccc;
    background-color: #ededed;
}

div.shop_image_frame {
    width: 200px;
    height: 200px;
    border: 2px solid #ccc;
    text-align: center;
}

div.image_switcher {
    width: 200px;
    min-height: 24px;
    border: 2px solid white;
}

div.image_switcher a img {
    border: 2px solid white;
}

div.image_switcher a:hover img {
    border: 2px solid #ccc;
}

div.shop_item_details .price {
    text-align: center;
}

div.currency_switch {
    margin: 1em 0;
    white-space: nowrap;
    padding: 4px;
    background-color: #eee;
    float: right;
}

div.currency_switch a {
    padding: 2px 4px;
    border: 1px solid transparent;
}

div.currency_switch a:hover {
    border: 1px solid #ccc;
    background-color: #dedede;
}

div.shopping_cart_link {
    text-align: center;
}

div.availability {
    white-space: nowrap;
    font-size: 10px;
    color: #000;
}

.crumbs {
    margin-bottom: 20px;
    font-size: 1.2em;
}

.pale {
    color: #ccc;
}

#overlay {
    display: none;
}