/*
 * jQuery UI Tabs 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0 0 -1px -1px; padding: 0 0 0 1px; overflow: hidden;}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; padding: 0; white-space: nowrap; background-color: #d7d7d7; border: 1px solid #d7d7d7; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; color: #000; outline: none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; border-bottom: 0 !important; background-color: #fff; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; border: 1px solid #D7D7D7; overflow: auto; height: 100px;}
.ui-tabs .ui-tabs-hide { display: none !important; }

.c-t{
float:left;
}
.ui-dialog {
width: auto !important;
}
.table thead th{
	background-color: #fff;
	color:#333;
}
.total-items{
       float: left;
    font-size: 11px;
    padding-top: 5px;
}
.code{
font-size:10px;
}
.attrib{
border: 1px solid #cdcdcd;
    color: #888;
    float: left;
    font-size: 10px;
    font-weight: bold;
    margin-right: 2%;
    padding: 5px;
    width: 47%;
    text-align:center;
    margin-left:26%;
}

    .right_input input[type="submit"], .right_input a.checkoutBtn {
    background: none repeat scroll 0 0 #ea1616;
    border: medium none;
    color: #fff;
    height: 38px;
    text-transform: uppercase;
    margin-bottom:6px;
    width: 100%;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
}
.ac-skin .f-row {
    color: #678daf;
    font-weight: normal;
    margin-bottom: 5px !important; 
    text-align: left;
    vertical-align: top;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    font-size: 14px !important;
    font-weight: bold;
}
.table.basket .item-title a {
    color: #666;
    font-family: open sans;
    font-size: 13px;
    font-weight: bold;
}
.price-final {
    font-size: 14px;
    line-height: 22px;
}
  .ac-skin .promos .f-row label {
    vertical-align: middle;
    display: inline-block;
    /* margin-bottom: 10px; */
}
.total {
    font-size: 14px;
   /* padding-top: 10%; */
    font-weight: bold;
}
 .right_input {
    float: left;
    font-size: 11px;
    margin-left: 0px;
    margin-right: %;
    overflow: hidden;
    width: 32%;
}
 .basket-action-link{
                            font-size:11px;
                            }
                            
.continueCheckout {
    float: left;
    margin-bottom: 5%;
  
    width: 100%;
}
           .c-form{
                    width: 100%;
    float: left;
    margin: 15px 0px;
    padding: 15px;
    background: #fff;
    border: 2px dotted #d31e1e;
    font-size: 15px;
    text-align: center;
}
.ac-skin .f-buttons {
    clear: both;
    /* text-align: left; */
    margin-bottom: 15px;
    }
    .coupon_box {
    margin-top: 0px;
    float: left;
}
    .Empty_cart{
    text-align:center;
    font-size:15px;
    padding-top:15px;
    font-weight:bold;}
    .continue_empty{
    text-align:center;
    font-size:12px;   
    float: left;
    padding-top: 10px;
    width: 100%;}