/*
Theme Name: Standard
Theme URI: http://ololo.com
Author: Ecommerce plugin Creators
Author URI: http://lalala.net
Description: This is a default theme to our plugin
Version: 1.0
*/

.toeErrorMsg {
    color: red;
    font-weight: bold;
}
.toeSuccessMsg {
    color: green;
    font-weight: bold;
}
.toeInputError {
    border: 2px red solid !important;
}

.product_block_wrapper {
    padding: 5px;
}
.product_main {
    width: 400px;
    float: left;
}
.product_info {
    width: 560px;
    float: right;
}
.product_description {
    margin-top: 10px;
}
.product_excerpt a {
    display: none;
}
.toeWidget {
    padding-bottom: 30px;
}
.toeWidgetTitle {
    font-size: 16px;
    font-weight: bold;
}
.toeBCWidgetItem {
    list-style: none;
    font-size: 16px;
}
.toeBCWidgetItem strong {
    font-weight: normal;
    font-size: 12px;
}
a.toeBCWidgetExpand {
    text-decoration: none;
}

.toe_checkout_head_part {
    cursor: pointer;
}
.toe_checkout_part_box {
    border: 1px #e78f08 solid;
    padding: 10px;
    margin-bottom: 20px;
}

.toeCheckoutNavigationItemPoint {
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=10);
     /* Возможно какой-нибудь браузер в будущем, будем надеяться IE */
    border-radius: 15px;
    /* WebKit (Safari/Chrome) */
    -webkit-border-radius: 15px;
    /* KHTML (Konquerer) */
    -khtml-border-radius: 15px;
    /* Возможно Opera в будущем */
    -opera-border-radius: 15px;
    /* Gecko (Firefox) */
    -moz-border-radius: 15px;
    width: 30px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
}
.toeCheckoutNavigationItem {
    float: left;
    margin-right: 60px;
}
.toeCheckoutNavigationSelected {
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=10);
     /* Возможно какой-нибудь браузер в будущем, будем надеяться IE */
    border-radius: 8px;
    /* WebKit (Safari/Chrome) */
    -webkit-border-radius: 8px;
    /* KHTML (Konquerer) */
    -khtml-border-radius: 8px;
    /* Возможно Opera в будущем */
    -opera-border-radius: 8px;
    /* Gecko (Firefox) */
    -moz-border-radius: 8px;
    width: 16px;
    height: 16px;
    position: absolute;
    background-color: black;
}
.toeProdOutOfStock {
    font-weight: bold;
    color: red;
    display: none;
}

.shopping_cart_list {
    display: none;
}
.toe_order_row {
    cursor: pointer;
}
.toe_order_row:hover {
    background-color: #b9e3f0;
}