body {
    background: #f1efe4 url(../images/border-top.png) repeat-x left top;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

/*  Reset */

html, body, div, ul, ol, li, h1, h2, h3, h4, p, form, table { margin: 0;padding: 0;	}
a {
    color: #bf0404;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* common codes */

.left { float: left;}
.right{ float: right;}
.clear{ clear: both;}

h1 {
    color: #bf0404;
    font-size: 21px;
    padding-bottom: 8px;
    font-weight: normal;
}

p {
    line-height: 20px;
    padding-bottom: 14px;
}
ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
img { border: none;	}
.margin-top {
    margin-top: 30px;
}

.margin-bot {
    margin-bottom: 30px;
}
#wrapper {
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}
.header {
    width: 940px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.top-nav {
    float: right;
    width: 85px;
}
.top_ico-cart {
    background: url(../images/ico-cart.png) no-repeat left top;
    display: block;
    width: 19px;
    height: 19px;
    margin-right: 3px;
    float: left;
}
.items {
    height: 19px;
    line-height: 20px;
    color: #9a9a9a;
    margin-bottom: 20px;
    text-align: left;
    font-size: 11px;
    float: left;
}
.items a {
    text-decoration: none;

}
.logo {
    float: left;
    margin-right: 20px;
    width: 220px;

}
.nav-holder {
    background: url(../images/bg-nav.png) repeat-x left top;
    height: 52px;
    width: 700px;
    float: left;
}
.nav-holder ul {
    float: left;
    width: 638px;
    padding-left: 10px;
}

.nav-holder ul li {
    height: 52px;
    line-height: 52px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    font-size: 12px;
    font-weight: bold;
}
.nav-holder ul li.last {
    padding-right: 0;
}
.nav-holder ul li a {
    color: #9a9a9a;
    display: block;
}
.nav-holder ul li a:hover, .nav-holder ul li.active a {
    text-decoration: none;
    color: #bf0404;
}
/*.search {
    width: 52px;
    float: left;
    background: url(../images/ico-search.png) no-repeat center;
    height: 52px;
    text-indent: -9999px;
}
.search a {
    display: block;
    width: 52px;
    height: 52px;
}*/
#content {
    width: 940px;
}
.body-content {
    width: 680px;
    float: left
}
.mash-head {
    width: 680px;
}
.feature {
    width: 380px;
    height: 248px;
    background-color: #e1ded5;
    float: left;
}
.feature img {
    z-index: 0;
}
.feature-info {
    width: 300px;
    float: left;
    background-color: #e1ded5;
    height: 248px;
}
.feature-info-inner {
    padding: 20px;
    height: 150px;
}
.feature .prize {
    margin-left: -248px;


}
.feature-info h1 {
    color: #bf0404;
    font-size: 21px;
    padding-bottom: 8px;
    font-weight: normal;
}
.feature-info p {
    font-size: 12px;
    padding-bottom: 14px;
}
.product-info {
    margin-top: -57px;
}
.category-name {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 5px;
    height: 16px;
    color: #FFF;
    line-height: 16px;
}
.category-name span {
    background-color: #c9c7bb;
    padding: 3px;
}
.category {
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.category span {
    background-color: #c8c6ba;
    padding: 4px 15px;
}
.brand {
    height: 35px;
    color: #bf0404;
    font-size: 21px;
    line-height: 35px;
}
.brand span {
    background-color: #fff;
    padding: 5px 50px 5px 15px;
}

.description-holder {
    width: 680px;
    display: block;
    padding: 20px 0;
}
.description {
    width: 300px;
    float: left;
}
.prize, .prize2 {
    height: 35px;
    background-color: #505050;
    color: #FFF;
    font-size: 21px;
    padding: 0 15px;
    line-height: 35px;
    float: left;
}
.prize2 {
    font-size: 14px;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
}
.addtocart, .addtocart2 {
    height: 35px;
    padding: 0 15px;
    float: left;
    line-height: 35px;
    background: url(../images/subheading-bg2.png) repeat-x 5px -5px;
}
.addtocart2 {
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    background-position: 50px -15px;
}
.addtocart a, .addtocart2 a {
    display: block;
    color: #bf0404;
    font-size: 13px;
    font-weight: bold;
    background: url(../images/bullet-arrow.png) no-repeat right center;
    padding-right: 15px;

}
.addtocart2 a {
    font-size: 12px;

}

ul.thumbnail-holder {
    width: 230px;
    float: right;
}
ul.thumbnail-holder li {
    width: 68px;
    height: 52px;
    float: left;
    margin-right: 10px;
}
ul.thumbnail-holder li.last {
    margin-right: 0;
}
ul.thumbnail-holder li a {
    display: block;
}
ul.thumbnail-holder li:hover, ul.thumbnail-holder li.selected {
    margin-top: -10px;
}


.sidebar {
    width: 240px;
    float: right;
}
.sidebar-feature {
    width: 240px;
    margin-bottom: 20px;
}
.introduction {
    background: #fff url(../images/bg-intro.jpg) no-repeat left bottom;
    padding: 10px;
    margin-bottom: 20px;

}
.introduction p {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
}
.sidebar h2 {
    background: url(../images/subheading-bg.png) no-repeat;
    height: 41px;
    color: #bf0404;
    text-indent: 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 41px;
    text-transform: uppercase;
}
.sidebar ul li {
    line-height: 27px;
    margin-bottom: 3px;

}
.sidebar ul li a {
    color: #616161;
    font-size: 13px;
    font-weight: bold;
    height: 27px;
    display: block;
}
.sidebar ul li a:hover {
    text-decoration: none;
}
.sidebar ul li span {
    padding: 5px;
}

.sidebar ul li span:hover, .sidebar ul li.active span {
    background: url(../images/bg-hover-submenu.png) repeat-x left top;
    color: #fff;
}
#footer {
    width: 100%;
    background: #fff url(../images/footer-bordertop.jpg) repeat-x left top;
}
.footer-inner {
    width: 940px;
    margin: 0 auto;
    padding: 20px 0;
}
.copyright {
    width: 210px;
    float: left;
    margin-right: 20px;
    border-right: 1px #CCC solid;
    font-size: 12px;
    color: #616160;
}
.copyright ul li {
    float: left;
    padding-right: 10px;
    padding-top: 5px;

}
.copyright ul li a {
    color: #616160;
}

.creditcard {
    float: left;
    padding-top: 10px;
}
.salehoo {
    float: right;
    padding-top: 10px;
    width: 75px;
}
/*category page*/
.productname {
    margin-top: -60px;
    height: 41px;

}
.productname span {
    background: url(../images/subheading-bg2.png) repeat-x;
    padding: 10px 12px;
    font-size: 19px;
    color: #bf0404;
}
.content-holder {
    width: 680px;
    margin-top: 40px;
}
.product-box-left {
    width: 332px;
    float: left;
    margin-bottom: 30px;
}
.product-box-right {
    width: 332px;
    float: right;
    margin-bottom: 30px;
}
.product-photo {
    width: 136px;
    height: 145px;
    background: url(../images/bg-category-product.png) no-repeat left top;
    float: left;
}
.product-desc {
    width: 176px;
    height: 125px;
    padding: 10px;
    background: url(../images/bg-product-info-category.png) no-repeat left top;
    float: left;
}
.product-desc h2 {
    font-size: 18px;
    color: #bf0404;
    padding-bottom: 8px;
    font-weight: normal;
}
.product-desc p {
    font-size: 12px;
    color: #656565;
    line-height: 17px;
    padding-bottom: 12px;
}
/*
.pagination {
        width: 680px;
}
.pagination ul {
        float: right;
}
.pagination ul li {
        color:#989792;
        float: left;
        margin: 0 2px;
        height: 21px;
        line-height: 21px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
}
.pagination ul li.page {
        width: 45px;
}
.pagination ul li a {
        color:#989792;
        display: block;
        height: 21px;
        width: 21px;
        line-height: 21px;
}
.pagination ul li a:hover {
        color: #bf0404;
        text-decoration: none;
}
.pagination ul li.active a {
        color: #bf0404;
        background: url(../images/pagination-active.png) no-repeat;
}*/


/* PAGINATION */

.paging {
    padding-top:30px;
    margin-bottom:50px;
}
.pagingInfo {
    float:right;
    padding-top:7px;
    font-size:11px;
    padding-right:0px;
    font-weight:bold;
    color:#999999;
}
.pagingInfo a {
    margin:0px 5px;
    text-decoration:none;
    color:#999999;
}
.pagingInfo a:hover {
    text-decoration: underline;
}
.pagingDiv {
    background:none;
    height:37px;
    padding-left:10px;
    text-align:right;
    float:right;
}
.pagingDiv .label {
    position:relative;
    top: 0px;
    margin-right:5px;
}
.pagingDiv img {
    position:relative;
    top:5px;
}
.pagingDiv b.blue {
    color:#439CF4;
}

.pagingDiv .next {
    padding-left:2px;
}

/* PAGINATION END */


/*cart page*/
.table-holder {
    background: #e0ded4 url(../images/table-bg.jpg) repeat-x left bottom;
    padding: 0 0 15px 20px
}
.shopping-heading  {
    padding:  0 10px 0 20px;
    height: 34px;
    background-color: #bf0404;
    font-size: 14px;
    color: #FFF;
    float:left;
    font-weight: bold;
    line-height: 34px;
    margin-left: -20px;
    text-transform: uppercase;

}
table.items {
    margin: 0;
    padding-bottom: 20px;
    color: #616161;
    font-size: 13px;
}
td {
    padding: 10px 0;
}
td a {
    font-size: 13px;
}
td.c1 {
    width: 12%;


}
td.c2 {
    width: 47%;
}
td.c3 {  
    width: 13%;
}
td.c4 {
    width: 13%;
    padding-left: 5px;
}
td.c5 {
    width: 13%;
}
td.c6 {
    width: 5% ;
}
.tabletitle {
    font-size: 14px !important;
    border-bottom: none !important;

}
.tabletitle span {
    border-left:1px #c7c5bd solid;
    padding-left: 10px;
}
input.qty {
    width: 30px;
    height: 25px;
    background-color: #e0ded4;
    border-top:1px #e0ded4 solid;
    border-left:1px #e0ded4 solid;
    border-right:1px #e0ded4 solid;
    border-bottom: 1px #c7c5bd solid;
    font-size: 13px;
    padding-left: 5px;
    color: #616161;
}
.but-grey {
    height: 24px;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 24px;
}
.but-grey a {
    color: #8a8787;
}
.but-grey a:hover {
    text-decoration: none;
}

.but-grey span {
    background-color: #e0ded4;
    padding: 5px 7px;
}
.but-grey span:hover {
    background-color: #babab9;
}
ul.button-holder {
    float: right;
    margin-top: 15px;

}
ul.button-holder li {
    float: left;
    margin-right: 10px;
}
ul.button-holder li a {
    display: block;
}
.contact {
    width: 200px;
    float: left;
    margin-top: 30px;
}
.contact h2 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 8px;
}
.contact h2 span {
    background: #c8c6ba;
    padding: 3px 5px;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFF;
}

.contact-form {
    width: 440px;
    float: right;
    margin: 30px 0;
}
input.text {
    width: 180px;
    height: 25px;
    padding-left: 10px;
    font-size: 12px;
    font-style: italic;
    background: #dcdacf;
    border: 1px #dcdacf solid;
    margin-bottom: 10px;
    color: #666;
    margin-right: 10px;
}

textarea.comments {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 10px 0 0 10px;
    height: 80px;
    width:438px;
    background-color: #dcdacf;
    border: 1px #f1efe4 solid;
    margin-bottom: 20px;
    color: #666;
}
input.button {

    color: #bf0404;
    font-size: 13px;
    font-weight: bold;
    background: #fff url(../images/bullet-arrow.png) no-repeat 95% center;
    padding: 3px 15px 3px 10px;
    border: none;
    display: block;
    cursor: pointer;
}
input.button:hover {
    background-color:#c8c6ba;
}
/*about page*/
.about-photo {
    float: right;
    margin-left: 30px;

}
h1.bgpaper {
    font-size: 15px;
    color: #fff;
    height: 34px;
    line-height: 34px;
}
h1.bgpaper span {
    background: url(../images/bg-h1.png) repeat-x top;
    padding: 8px 10px;
}

/*checkout payment*/

.form-holder {
    background: #e0ded4 url(../images/table-bg.jpg) repeat-x left bottom;
    padding: 0 20px 15px 20px;
    width: 700px;
    margin: 0 auto 20px auto;
}
.form-holder form {
    margin-bottom: 20px;
}

.paymentform {
    padding: 0;
    width: 600px;
    float: left;
    margin-bottom: 10px;
}

.paymentform label {
    width: 130px;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    line-height: 24px;
    text-align: right;
    padding-right: 5px;
    font-size: 13px;
}
.paymentform .field-error {
    margin-left:135px;
    font-size: 12px;
}
input.text2, .zip {
    border: 1px solid #999;
    padding: 4px 0 0 5px;
    font-size: 12px;
    color: #666;
    vertical-align: middle;
    width: 290px;
    height: 24px;
    margin-bottom: 0;
}
.paymentform .zip {
    width: 100px;
    height: 24px;
    margin-bottom: 0;
}
.entries {
    background-color: #FFF;
    margin: 20px 0 50px 0;
    padding: 20px;
}

.but-arrow-r, .but-arrow-l {
    float: right;
    background: url(../images/subheading-bg2.png) repeat-x 50px -15px;
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    text-transform: uppercase;

}
.but-arrow-l {
    float: left
}


.but-arrow-r a, .but-arrow-l a, .but-no-arrow a {
    display: block;
    color: #bf0404;
    font-size: 12px;
    font-weight: bold;
    background: url(../images/bullet-arrow.png) no-repeat right center;
    padding-right: 15px;
    margin-bottom: 10px;

}
.but-arrow-l a {
    float: left;
    background:url(../images/bullet-arrow-left.png) no-repeat left center;
    padding-left: 15px;
    padding-right: 10px;
}
.but-no-arrow {
    background: url(../images/subheading-bg2.png) repeat-x 50px -15px;
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    text-transform: uppercase;
}
.but-no-arrow a {
    background: none;
    padding: 0;
}
/*edit account*/
ul.account-edit {
    margin-bottom: 15px;

}
ul.account-edit li {
    background: url(../images/subheading-bg2.png)repeat-x left top;
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
}
ul.account-edit li a {
    color: #bf0404;
}
ul.account-edit li a:hover {
    color:#666;
    text-decoration: none;
}
/*payment information*/
.pbox {
    width: 300px;
    padding-left: 15px;
    margin-bottom: 20px;
}
ul.radiobut li {
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}
.comment2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 10px 0 0 10px;
    height: 80px;
    width:600px;
    background-color: #fff;
    border: 1px #f1efe4 solid;
    margin-bottom: 20px;
    color: #666;
}
.hr {
    width: 100%;
    border-bottom: 1px solid #fff;
    display: block;
    margin: 5px 0 20px 0;
}
/*chechout information*/

.product-table {
    margin-bottom: 20px;
    border: 1px #d3d6d6 solid;
    width: 708px;
}
.product-table #shop-table-top {
    width: 708px;
}
.product-check, .model-check, .quantity-check, .total-check, .price-check, .total-check {
    float: left;
    text-align: center;
    height: 30px;
    line-height: 20px;
    font-size: 14px;
}
.product-check { width: 160px;}
.model-check { width: 200px; }
.quantity-check { width: 80px; }
.price-check { width: 100px; }
.total-check { width: 120px; }

.sub-total {
    border-bottom: 1px #666 dotted;
    height: 30px;
}
.sub-total-inner {
    float: right;
    width: 348px;
}
.sub-total-box1 {
    width: 180px;
    float: left;
    text-align: right;
    font-weight: bold;
    line-height: 30px;
    font-size: 14px;
    height: 30px;
}
.sub-total-box2 {
    width: 120px;
    float: left;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    height: 30px;
}
#shop-table-top {
    background: url(../images/bg-nav.png) repeat-x left -10px;
    height: 43px;
    width: 710px;
}

.preview-t, .product-name-t, .quantity-t, .total-t, .marks-t, .price-t {
    width: 160px;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    height: 43px;
    line-height: 43px;

}
.table-row {
    border-bottom: 1px #666 dotted;
    padding: 20px 0;
}
.preview, .product-name, .quantity, .total, .marks, .price-table {
    float: left;
    text-align: center;
    /*height: 94px;
    line-height: 94px;*/
    font-size: 14px;
}
.preview {
    padding-left: 30px;
    width: 130px;
}
.product-name, .product-name-t {
    width: 200px;
}
.price-table, .price-t {
    width: 80px;
}
.quantity, .quantity-t {
    width: 100px;
}
.total, .total-t {
    width: 120px;
}
.marks, .marks-t {
    width: 50px;
}
.marks a {
    color: #F00;
}
.coupon {
    margin-bottom: 20px;
}


.coupon label {
    width: 100px;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    line-height: 24px;
    text-align: right;
    padding-right: 5px;
}
.coupon {
    width: 420px;
    height: 34px;
    display: block;
}
.coupon label {
    width: 50px;
    font-weight: bold;
}
.coupon #c {
    float: left;
    border: 1px solid #999;
    width: 180px;
    height: 22px;
    padding: 4px 0 0 5px;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    vertical-align: middle;
    margin-right: 10px;

}
.payable {
    width: 400px;
    font-size: 13px;
    line-height: 19px;
}
.note2 {
    color: #000;
    font-style: italic;
    padding: 18px 0;
}
/* ------------------------------additional css for warning and errors box------------------------ */ 


.error-box, .warning-box, .info-box, .success-box {
    width: 630px;
    font-size: 12px;
    color: #f13838;
    padding: 20px 0;
    margin-bottom: 10px; 
}
.error-box .note, .warning-box .note, .info-box .note, .success-box .note{
    margin-left: 50px;
    width: 610px;
    float: left;
}
.warning-box .close, .error-box .close, .info-box .close, .success-box .close {
    float: left;
    width: 50px;
}
.error-box {
    background: #fdcac3 url(../images/icon-error.jpg) no-repeat left center;
}
.warning-box {
    background: #fce59f url(../images/icon-warning.jpg) no-repeat left center;
    color: #977d2e;
}
.info-box {
    background: #9fcdfc url(../images/icon-info.jpg) no-repeat left center;
    color: #2c6096;
}
.success-box {
    background: #a4dd82 url(../images/icon-success.jpg) no-repeat left center;
    color: #416b28;
}
.main_products_listing .product-details .p-details-border {
    float:left;
    width: 520px;
    padding: 5px 0px;
    background:url(../images/dotted_border1.gif) repeat-x left bottom;
}

.main_products_listing .product-details .p-details-border .p-detail-label {
    float:left;
    padding-right: 10px;
    line-height: 29px;
}

.main_products_listing .product-details .p-details-border .p-detail-info {
    float:left;
    line-height: 29px;
}

.main_products_listing .product-details .p-details-border .p-detail-currency {
    float:right;
}

.main_products_listing .product-details h3 {
    float:left;
    width: 520px;
    color:#333333;
    font-family: MavenProRegular;
    font-size: 20px;
}

.main_products_listing .product-details .total-cost {
    float:left;
    width: 498px;
    padding: 8px 10px;
    background-color: #e9e9e9;
    border: 1px solid #cfcfcf;
}

.main_products_listing .product-details .total-cost .red-price {
    float:left;
    font-family: MavenProBold;
    font-size: 26px;
    color:#2571C2;
    line-height: 32px;
}

.main_products_listing .product-details .total-cost .bot-addtocart {
    float:right;
}
.main_products_listing .product-details .p-details-border {
    float:left;
    width: 520px;
    padding: 5px 0px;
    background:url(../images/dotted_border1.gif) repeat-x left bottom;
}

.main_products_listing .product-details .p-details-border .p-detail-label {
    float:left;
    padding-right: 10px;
    line-height: 29px;
}

.main_products_listing .product-details .p-details-border .p-detail-info {
    float:left;
    line-height: 29px;
}

.main_products_listing .product-details .p-details-border .p-detail-currency {
    float:right;
}
.related-products {
    width: 710px;
    margin-bottom: 20px;
}
.product_row {
    width:960px;
    float:left;
    padding:25px 0px;
    background:url(../images/dotted_border1.gif) repeat-x left bottom;
}

.product_row:first-child {
    padding-top:0px;
}

.product_row:last-child {
    background:none;
}

.product_row .product_box {
    width:172px;
    float:left;
    padding:5px 10px 0px 10px;
    background:url(../images/dotted_border.png) repeat-y right top;
}

.product_row .product_box:first-child {
    padding:5px 12px 0px 0px;
    background:url(../images/dotted_border.png) repeat-y right top;
}

.product_row .product_box:last-child {
    padding:5px 0px 0px 13px;
    background:none;
}
.product_box_name {
    padding-top:12px;
    width:172px;
    float:left;
    text-align:center;
    font-size:14px;
    color:#4e4e4e;
}
.product_box_name a {
    padding-top:12px;
    width:172px;
    float:left;
    text-align:center;
    font-size:14px;
    color:#4e4e4e;
    text-decoration: none;
}
.product_box_price {
    padding-top:5px;
    width:172px;
    float:left;
    font-family:Georgia;
    font-weight:bold;
    font-style:italic;
    text-align:center;
    font-size:16px;
    color:#282828;
}
.product_box_buy_now_btn {
    padding-top:12px;
    width:172px;
    float:left;
    text-align:center;
}
.main_products_listing .product-details .total-cost {
    float:left;
    width: 498px;
    padding: 8px 10px;
    background-color: #e9e9e9;
    border: 1px solid #cfcfcf;
}

.main_products_listing .product-details .total-cost .red-price {
    float:left;
    font-family: MavenProBold;
    font-size: 26px;
    color:#2571C2;
    line-height: 32px;
}

.main_products_listing .product-details .total-cost .bot-addtocart {
    float:right;
}
.main_products_listing .product-details .total-cost .red-price {
    float:left;
    font-family: MavenProBold;
    font-size: 26px;
    color:#2571C2;
    line-height: 32px;
}
.main_products_listing .product-details .total-cost .bot-addtocart {
    float:right;
}
.field-error {
    color: red;
}
.red {
    margin-top: 20px;
    color: #F00;
    font-style: italic;
}
/*author : amit   Desc : add for history page */
.my_cart_container {
    padding:24px 0px 0px 0px;
    width:900px;
    float:left;
}

.shopping_cart_head {
    width:900px;
    float:left;
    height:50px;
    line-height:50px;
    background:url(../images/bg-nav.png)repeat-x scroll left top transparent;
}
.shopping_cart_head ul {
    margin:0px;
    padding:0px;
    list-style:none;
}

.shopping_cart_head ul li {
    float:left;
    font-size:15px;
    color:#333;
    font-weight:bold;

}

.shopping_cart_head ul li.title_image {
    width:140px;
    padding-left:30px;
    padding-right:30px;
}

.shopping_cart_head ul li.title_product_name {
    width:200px;
    padding-right:20px;
}

.shopping_cart_head ul li.title_quantity {
    width:140px;
    padding-right:20px;
}

.shopping_cart_head ul li.title_unit_price {
    width:130px;
    padding-right:20px;
}

.shopping_cart_head ul li.title_total {
    width:120px;
    padding-right:20px;
}

.shopping_cart_head ul li.title_remove {
    width:90px;
}
.shopping_cart_item {
    width:900px;
    float:left;
}

.shopping_cart_item ul {
    margin:0px;
    padding:0px;
    list-style:none;
}

.shopping_cart_item ul li {
    width:900px;
    float:left;
    padding:20px 0px;
    background:url(../images/dotted_border1.gif) repeat-x left bottom;
}

.shopping_cart_item ul li ul {
    margin:0px;
    padding:0px;
    list-style:none;
}

.shopping_cart_item ul li ul li {
    float:left;
    background:none !important;
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.shopping_cart_item ul li ul li.image {
    width:140px;
    padding-left:30px;
    padding-right:30px;
}

.shopping_cart_item ul li ul li.image .image_shadow {
    width:124px;
    height:127px;
    float:left;
    padding:3px 4px 5px 4px;
    background:url(../images/cart_image_bg.png) no-repeat left top;
}
.shopping_cart_item ul li ul li.image .image_shadow_smallest {
    width:80px;
    height:58px;
    float:left;
    padding:3px 4px 5px 4px;
    background:url(../images/cart_image_bg.png) no-repeat left top;
}

.shopping_cart_item ul li ul li.product_name {
    width:200px;
    padding-right:20px;
    color:#333;
    font-size:12px;
    font-weight:bold;
}

.shopping_cart_item ul li ul li.quantity {
    width:140px;
    padding-right:20px;
}

.shopping_cart_item ul li ul li.unit_price {
    width:130px;
    padding-right:20px;
    color:#414141;
    font-size:14px;
    font-weight:bold;
}

.shopping_cart_item ul li ul li.total {
    width:120px;
    padding-right:20px;
    color:#414141;
    font-size:14px;
    font-weight:bold;
}

.shopping_cart_item ul li ul li.remove {
    width:90px;
}

/*End  author : amit   Desc : add for history page */
.contact-form .two_column div {
    width:40%;
    float:left;
    margin-right:10%;
    margin-bottom : 10px;
}
.contact-form .two_column input
{

    background: none repeat scroll 0 0 #DCDACF;
    border: 1px solid #DCDACF;
    color: #666666;
    font-size: 12px;
    font-style: italic;
    height: 25px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 10px;
    width: 180px;
}
.innerpage_title {
    color: #333;
    float: left;
    font-family: MavenProBold;
    font-size: 20px;
    padding-top: 5px;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 538px;
}
.shopping_cart_total {
    width:900px;
    float:left;
    padding:36px 0px 23px 0px;
}

.shopping_cart_total ul {
    width:900px;
    float:left;
    margin:0px;
    padding:0px;
    list-style:none;
}

.shopping_cart_total ul li {
    width:900px;
    float:left;
}

.shopping_cart_total ul li ul {
    width:900px;
    float:left;
    margin:0px;
    padding:0px;
    list-style:none;
}

.shopping_cart_total ul li ul li {
    float:left;
    line-height:35px;
}

.shopping_cart_total ul li.master_total {
    background: url("../images/bg-nav.png") repeat-x scroll left top transparent;
    line-height: 50px;
    height:50px !important;
    margin-top:15px;
}

.shopping_cart_total ul li.master_total ul li.lable {
    width:250px;
    font-size:21px;
    color:#BF0404;
    font-weight:bold;
    line-height:50px !important;
}

.shopping_cart_total ul li.master_total ul li.amount {
    width:130px;
    font-size:21px;
    color:#333;
    font-weight:bold;
    line-height:50px !important;
}

.shopping_cart_total ul li ul li.blank_space {
    width:498px;
}

.shopping_cart_total ul li ul li.lable {
    width:250px;
    font-size:15px;
    color:#454545;
}

.shopping_cart_total ul li ul li.amount {
    width:130px;
    font-weight:bold;
    font-size:15px;
    color:#454545;
}
.text_page {
    padding:17px 10px 10px 33px;
    width:610px;
    float:left;
    text-align: justify;
    line-height: normal;
}
/*#searchform {
    width: 183px;
    float: right;
    margin-top: 0px;   
    height: 25px;
    padding: 0px 0 0 0px;
    margin-left: 10px;
}

#searchform #s {
    border: 1px solid #fff;
    width: 180px;
    height: 18px;
    padding: 4px 0 0 5px;
    font-size: 12px;
    color: #666;
    margin: 0;
    vertical-align: middle;
    float: left;
}

#searchform #filter_keyword {
    border: 1px solid #fff;
    width: 180px;
    height: 18px;
    padding: 4px 0 0 5px;
    font-size: 12px;
    color: #666;
    margin: 0;
    vertical-align: middle;
    float: left;
     background: url("../images/ico-search.png") no-repeat right;
     background-size:20px 20px; 
}*/
input.searchfeild {
    background: none repeat scroll 0 0 #F1EFE4;
    border: 1px solid #F1EFE4;
    color: #616161;
    display: block;
    font-size: 13px;
    font-style: italic;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 5px;
    width: 300px;
}
#searchform {

}

#searchform .searchform-holder {
    width: 300px; 
    height: 30px; 
    float: right; 
    margin-right: 0px;
    background-color: #FFFFFF;
    padding-top: 5px; 
    padding-right: 5px;
    display:none;
}

#searchform .searchform-holder input#filter_keyword {
    width: 225px; 
    padding-left: 5px; 
    margin-left: 10px; 
    margin-top: 0px;
    height: 23px;
}
ul.top-icons {
    float: right;
    margin-right: 12px;
    width: 20px;
    height: 34px;
}
ul.top-icons li {
    height: 34px;
    text-indent: -9999px;
    float: left;
    background-position: 0 0;
    overflow: hidden;

}
ul.top-icons li a {
    height: 35px;
}
ul.top-icons li.search { 
    width: 38px;
    background: url(../images/ico-search.png) no-repeat ;
    margin-top: 10px;
}

/*ul.top-icons li:hover {
        background-position: 0 100%;
        cursor: pointer;
}*/
ul.top-icons li a {
    display: block;
}
.but-redribbon a {
    background: url("../images/ribbon-2.gif") repeat scroll right center transparent;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 18px 4px 12px;
    text-transform: uppercase;
}
.re-customer {
    width: 288px;
    float: left;
}
#returning #e, #returning #p, .contactform #n, .contactform #e, .contactform #m {
    border: 1px solid #999999;
    color: #666666;
    font-size: 12px;
    height: 22px;
    margin-bottom: 10px;
    padding: 4px 0 0 5px;
    vertical-align: middle;
    width: 230px;
}
#signin {
    height: 32px;
    width: 92px;
    float: left;
    cursor: pointer;
    background: url(../images/btn_log_in.png) no-repeat;
    margin-top: 0;
    border: none;
}

.form-holder .returning_customer {
    width:390px;
    float:left;
    padding-left:40px;
    padding-right:20px;
}
.maininvoice{
    width: 900px;
    margin-top: 15px;
    float: left;
}
.coupon-update {
    background: #8a8987; /* Old browsers */
    background: -moz-linear-gradient(top, #8a8987 0%, #6f6b6a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a8987), color-stop(100%,#6f6b6a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8a8987 0%,#6f6b6a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8a8987 0%,#6f6b6a 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #8a8987 0%,#6f6b6a 100%); /* IE10+ */
    filter: progid:-DXImageTransform.Microsoft.gradient( startColorstr='#8a8987', endColorstr='#6f6b6a',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #8a8987 0%,#6f6b6a 100%); /* W3C */
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    text-transform:uppercase;
    color:#d4d2d3;
    padding:5px 12px;
    border: 0px;
}

ul.thumbnail-holder li:hover {
    margin-top: 0px !important;
}


.account-box h4 {
    font-weight: normal !important;
}

.banner-holder {
    float: left; 
    left: 50%; 
    position: relative; 
}
.banner {
    float:left;
    left: -50%;
    position: relative;
}
.coupon-update {
    cursor:pointer;
}
/*Payment Icons*/
.paymentIcons {
	float:left;
	}
	.paymentIcons img {
		margin:1px 7px 0 0}