.mycart_wrapp {
    display: block;
    position: relative
}

table.module_cart_detail {
    border: none !important;
    min-width: 150px;
    max-width: 350px;
    width: 100%;
    z-index: 999;
}

table.module_cart_detail tr.even {
    background-color: #F8F8F8;
    background-image: none;
}

table.module_cart_detail tr.odd {
    background-color: #FFFFFF;
    background-image: none;
}

.mycart_headertxt {}

.mycart_header_name {
    color: #0088cc;
    border-bottom: 1px dotted #0088cc;
}

.click_mycart_name {
    cursor: pointer;
}

.mycart_content {
    display: none;
    position: relative;
    z-index: 999;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px #000000;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    padding: 0px 5px;
    margin: 2px;
    min-width: 150px;
    max-width: 350px;
}

div.mycart_img {
    float: left;
    margin: 2px;
}

div.mycart_name {
    float: left;
    margin: 5px;
}

div.mycart_qtty {
    float: left;
    margin: 5px 0px;
    text-transform: lowercase;
    font-size: 11px;
}

div.mycart_summ {
    float: right;
    margin: 5px;
}

div.delcart {
    margin: 5px;
    float: right;
}

div.delcart a {
    text-decoration: none;
    background-color: #DA3924;
    color: #FFF !important;
    font-weight: 700;
    font-size: 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0 0 2px #000 inset;
    -moz-box-shadow: 0 0 2px #000 inset;
    -webkit-box-shadow: 0 0 2px #000 inset;
    padding: 0px 3px;
}

div.mycart_link a {
    float: right;
    font-size: 12px;
    font-weight: 700;
    padding: 5px;
}

div.mycart_checkout_link a {
    float: right;
    font-size: 12px;
    font-weight: 700;
    padding: 5px;
}

div.mycart_summ_text {
    float: left;
    margin: 5px;
}

div.mycart_summ_total {
    float: right;
    margin: 5px;
}

div.hidden_for_cart {
    display: none;
}

.mycart_rel_pos {
    position: relative;
}

.mycart_abs_pos {
    position: absolute;
}

.clear {
    clear: both;
}