/* Таблица стилей для страницы корзины. */
#content_area .ca__col_02 {width:960px;left:-330px;margin-right:-960px;}

#shopping_cart {
    width:960px;
    height:auto;
    position:relative;
    top:30px;
    font-size:12px;
    line-height:15px;
    text-align:left;
    vertical-align:top;
    margin:0 0 30px 0;
    padding-top:99px;
    padding-bottom:30px;
}

#shopping_cart h2 {
    color:#000;
    font-size:22px;
    font-weight:normal;
    line-height:100%;
    margin:0 0 0 0;
    position:absolute;
    top:0;
}


#shopping_cart .sc__table {
    width:960px;
    position:relative;
    margin:0;
    border-collapse:collapse;
    border-bottom:2px solid #ed1921;
}

#shopping_cart .sc__th_table {position:absolute;top:42px;z-index:1000;border-bottom:none;}

#shopping_cart table.fixed {
    position:fixed;
    top:0;
}



#shopping_cart .sc__table th {
    color:#fff;
    font-weight:normal;
    text-align:center;
    vertical-align:bottom;
    padding:7px 0 5px 0;
    /*background:#ed1921;*/
    background:rgba(237,28,36,0.95);
    border:1px solid #dd1920;
}

#shopping_cart .sc__th_table th.sc__th_pos {width:33px;}
#shopping_cart .sc__th_table th.sc__th_image {width:95px;}
#shopping_cart .sc__th_table th.sc__th_name {width:auto;padding:7px 10px 5px 10px;text-align:left;}
#shopping_cart .sc__th_table th.sc__th_dimensions {width:90px;}
#shopping_cart .sc__th_table th.sc__th_weight {width:72px;}
#shopping_cart .sc__th_table th.sc__th_cost {width:auto;}
#shopping_cart .sc__th_table th.sc__th_remove {width:33px;}
#shopping_cart .sc__th_table th.sc__th_cost1 {width:92px;}
#shopping_cart .sc__th_table th.sc__th_cost2 {width:84px;}
#shopping_cart .sc__th_table th.sc__th_count {width:100px;}
#shopping_cart .sc__th_table th.sc__th_total_cost {width:100px;}

#shopping_cart .sc__table td {
    color:#333;
    font-weight:normal;
    text-align:center;
    vertical-align:top;
    padding:7px 0 5px 0;
    background:#fff;
    border:1px solid #dddedf;
    cursor:default;
}

#shopping_cart .sc__table tr.odd td {background:#fafafa;}
#shopping_cart .sc__table tr.hovered td {background:#fffcdb;}

#shopping_cart .sc__table td.sc__td_pos {width:33px;color:#959595;vertical-align:middle;}
#shopping_cart .sc__table td.sc__td_image {width:95px;}
#shopping_cart .sc__table td.sc__td_name {width:auto;padding:7px 10px 5px 10px;text-align:left;vertical-align:middle;}
#shopping_cart .sc__table td.sc__td_dimensions {width:90px;vertical-align:middle;}
#shopping_cart .sc__table td.sc__td_weight {width:72px;vertical-align:middle;}
#shopping_cart .sc__table td.sc__td_cost1 {width:92px;vertical-align:middle;}
#shopping_cart .sc__table td.sc__td_cost2 {width:84px;vertical-align:middle;}
#shopping_cart .sc__table td.sc__td_remove {width:33px;vertical-align:middle;}
#shopping_cart .sc__table td.sc__td_count {width:90px;vertical-align:middle; padding-left: 5px; padding-right: 5px;}
#shopping_cart .sc__table td.sc__td_total_cost {width:100px;vertical-align:middle;}

#shopping_cart .sc__table td.sc__td_name a {color:#ed1c24;}
#shopping_cart .sc__table td.sc__td_name a:visited {color:#f5989d;}
#shopping_cart .sc__table td.sc__td_name a:hover {color:#333;text-decoration:underline;}

#shopping_cart .sc__table tr.sc__th_shadow_row {display:none;}
#shopping_cart .sc__table tr.sc__th_shadow_row td {
    width:auto;
    height:3px;
    line-height:3px;
    overflow:hidden;
    padding:0 !important;
    margin:0 !important;
    background:transparent url(/image/floatig_th_shadow.png) 0 0 repeat-x;
    border: 0 !important;
}

#shopping_cart .sc__table tr.sc__th_total_row th {font-size:18px;}
#shopping_cart .sc__table tr.sc__th_total_row th:first-child {padding-right:10px;text-align:right;}

#shopping_cart .sc__cost {
    width:90%;
    height:21px;
    display: -moz-inline-stack; /* old Mozilla */
    display: inline-block;
    *zoom: 1; /* IE */
    *display: inline; /* IE */
    position:relative;
    color:#333;
    font-size:12px;
    line-height:22px;
    text-align:center;
    text-decoration:none;
    vertical-align:top;
    margin:0 0 0 0;
    background:#fff url(/image/cic__selected.gif) 0 -10000em no-repeat;
    border:1px solid #f5f5f5;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}


#shopping_cart .sc__cost_value {
    background:#fff url(/image/dots_01.gif) 1px 95% repeat-x;
}


#shopping_cart .sc__cost:hover {background-color:#fff;border-color:#bedd82;}
#shopping_cart .sc__cost:hover .sc__cost_value {background:none;}

#shopping_cart .sc__td_cost1 a.selected,
#shopping_cart .sc__td_cost2 a.selected {
    color:#000;
    background-color:#deeec0;
    background-position:95% 50%;
    border-color:#bedd82;
    cursor:default;
}

#shopping_cart .sc__td_cost1 a.selected .sc__cost_value,
#shopping_cart .sc__td_cost2 a.selected .sc__cost_value {background:#deeec0;}



#shopping_cart input.sc__count {
  width: 40px;
  text-align: center;
  font-size: 12px;
  color: #333;
}

#shopping_cart .sc__td_count a,
#shopping_cart .sc__td_count input {
  float: left;
}

#shopping_cart .sc__td_count a.order-action {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
}

#shopping_cart .sc__td_count a.order-action:hover {
  background-color: #eeeeee;
}

#shopping_cart .sc__td_count a.order-action.plus {
  background-image: url(../image/order-plus.png);
}

#shopping_cart .sc__td_count a.order-action.minus {
  background-image: url(../image/order-minus.png);
}

#shopping_cart .sc__remove {
    width:16px;
    height:16px;
    display: -moz-inline-stack; /* old Mozilla */
    display: inline-block;
    *zoom: 1; /* IE */
    *display: inline; /* IE */
    position:relative;
    overflow:hidden;
    color:#42631d;
    line-height:16px;
    text-decoration:none;
    text-indent:-10000em;
    vertical-align:middle;
    padding:0;
    margin:0;
    background:#fff url(/image/cross.png) 0 0 no-repeat;
    border:2px solid #fff;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

#shopping_cart .sc__remove:hover {
    background-color:#f2f2f2;
    background-position:0 -16px;
    border-color:#f2f2f2;
}