/* common */

.ban-login .inner {
    padding: 30px;
}
.loginbox {
	right: 0px;
    width: 305px;
    position: absolute;
    top: 90px;
    height: 100px;
    display: block;
    border: 1px solid transparent;
    background-color: rgba(255,255,255,0.9);
    z-index: 1111;
}
.loginbox table {
	margin: 0px;
}
.loginbox table span#msg {
	font-weight:bold; 
	font-size:11px; 
	color:#FF0000;
	padding-left: 15px;
}
.form-content form .submit_but {background:url("../img/login-bg.png") repeat scroll center top; border: 0 none; border-radius: 5px; color: #fff; float: left; font-size: 15px; padding: 7px 29px;margin: 20px 0;cursor: pointer;width: auto;}
.add-customer form .submit_but {background:url("../img/login-bg.png") repeat scroll center top; border: 0 none; border-radius: 5px; color: #fff; float: left; font-size: 15px; padding: 7px 29px;margin: 20px 0;cursor: pointer;width: auto;}

.form-content form input.search{background: #7c873b;color: #fff;font-size: 14px;text-align: center;width: 20%;float: left;line-height: 30px;height: 40px;}
.add-customer form.myorders {
    padding: 0;
}
.add-customer.no-padding .customer-right form {
    padding: 20px 30px;
}
.add-customer form ul li input[type="checkbox" i] {
    width: auto;
    height: 25px;
}
.edit-odr form {
    padding: 0px;
}
.order-dtl2 tr th {
    padding: 10px 5px;
}
.add-customer form .order-dtl2 textarea {
    width: 100%;
}
.add-customer form .submit_button input {
    background: url("../img/login-bg.png");
    border-radius: 5px;
    width: 100%;
}
.order-link li a {
    color: #000;
    padding: 0;
    border-right: 0;
}
.add-customer form .order-link li {

}
.add-customer form .order-link li input {
    width: 100%;
    float: right;
    padding: 0 10px;
    border: none;
    height: auto;
    background: #fff;
}
.order-total input {
    width: 100% !important;
}
.add-customer .order-dtl2 h3.delete_button input {
    cursor: pointer;
    width: 10%;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    height: auto;
}
.change_password_buttons .submit_but {
    margin-right: 10px !important;
}
.cart_page {
    width: 100%;
    background: #ffffff;
    padding: 15px 40px;
    float: left;
    width: 100%;
}
.cart_page form {
    padding: 30px 0px;
}
.cart_page .inner_input {
    float: left;
    width: 100%;
    margin: 7px 0px;
}
.cart_page .inner_input label {
    width: 140px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.cart_page .inner_input input {
    width: auto;
    text-align: left;
    padding: 0px;
    height: auto;
    float: left;
}
.cart_page .pick_title1 {
    width: 176px;
    margin: 10px 0px;
}
.cart_page .inner_textarea {
    float: left;
    width: 100%;
    margin: 7px 0px;
}
.cart_page .inner_textarea label {
    width: 140px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.cart_page .inner_textarea textarea {
    text-align: left;
    padding: 0px;
    height: auto;
    float: left;
}
.cart_page .my_cart_button {
    float: left;
    width: 100%;
}
.cart_page .my_cart_button .continue_shopping {
    float: left;
}
.cart_page .my_cart_button .checkout {
    float: right;
}

/* new dhaval css */

.total_order {
    float: left;
    width: 60%;
    border: 1px solid #000;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
}
.doaction_page.border td, .doaction_page.border th { font-size:13px; padding:5px; border:1px solid #ccc; }
.doaction_page.border th { background:#ccc; }
.doaction_page.borderless td { border:0px; }
.doaction_page.top { border:1px solid #ccc; font-size:15px; letter-spacing:4px; text-transform:uppercase; margin:10px 0; }
.add-customer form input[type="checkbox" i] {
    width: auto;
}
.new-hm .left, .new-hm .right {
    width: 100%;
}
.home-img {
    /*position: relative;
    margin: 0 auto;
    width: 50%;*/
}
.hometxt {
    /*right: 50px;*/
}
.home-img .click {
    left: 40%;
}
.shop-box{
    height:360px
}