/* reset and clearfix */
/**********************/

body,div,object,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin: 0;padding: 0;}
fieldset,img,object {border: 0;}
object {display: block;}
address,caption,cite,code,dfn,em,strong,var {font-style: normal;font-weight: normal;}
ol,ul {list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
q:before,q:after {	content: '';}
abbr,acronym {	border: 0;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;}
.clearfix {	display: inline-block;}
html[xmlns] .clearfix {	display: block;}
* html .clearfix {	height: 1%;}
a {outline: none;}

/* general */
/***********/

html { background: #fff url(../images/html_bg.gif) 0 0 repeat-x; }

body {
	font-family: Tahoma,Geneva,sans-serif !important;
	font-size: 11px;
    overflow: visible !important; }

.wrapper {
	margin: 0 auto;
	position: relative;
	width: 842px;
	top:0px; }

.back {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DAD9D9;
    padding-left: 12px;
    padding-top: 22px; }

/* Header */
/**********/

.main_header { position: relative; }

    /* top bar */

    .date_currency_and_share {
        color: #A8A8A8;
        font-family: Arial;
        font-size: 11px;
        height: 33px;
        line-height: 23px;
        width: 100%;	}

    .date_currency_and_share span.date { float: left; }

    /*** logo and flash ***/

        .main_header .logo_banner {
            height: 204px;
            display: block;
            background: url("../images/header_bg.jpg") no-repeat scroll 473px 0px transparent }

        /* logo */

        .main_header .logo_banner h1 {
            height: 55px;
            left: 7px;
            position: relative;
            top: 32px;
            width: 400px; }

        .main_header .logo_banner h1 a {
            display: block;
            height: 55px;
            overflow: hidden;
            text-indent: -5000px;
            width: 400px; }

        /* flash */

        .main_header .logo_banner #flash_header {
            left: 6px;
            position: absolute;
            top: 35px;}

        .main_header .logo_banner #flash_header img {
            display: block;
            left: 317px;
            position: absolute;
            top: 66px; }

/* shopping cart */

    .main_header .shopping_cart{
        display: block;
        font-family: Arial;
        font-size: 11px;
        height: 31px;
        position: absolute;
        right: 0;
        top: 0; }

    .main_header .shopping_cart .shopping_left{
        float:left;
        padding-left:30px;
        background: url("../images/shopping_cart.png") no-repeat scroll 0 5px transparent;
        height: 52px; }

    .main_header .shopping_cart .shopping_left b {
        color:#52a0ce;
        font-family:arial;
        font-size:13px;
        line-height:31px;
        padding-right:6px;	}

    .main_header .shopping_cart .shopping_left a {	color: #5C5C5C; text-decoration: underline;	}
    .main_header .shopping_cart .shopping_left a:hover { color: #CE1532; }

    /* navigation */

    .navigation {
        height: 35px;
        overflow: hidden;
        width: 575px; }

    .navigation li {
        display: inline;
        float: left;
        height: 35px;
        text-align: center; }

    .navigation a {
        border-right: 1px solid #000000;
        color: #000000;
        display: inline;
        line-height: 34px;
        padding: 0 12px;
        padding-right: 17px;
        text-align: center;
        text-decoration: none; }

    .navigation a:hover { color: #ce1532; }

    .navigation li.last a { border-right: none; }

    /* Multi category navigation*/

    .multi_category {
        background: url("../images/multi_back.jpg") no-repeat scroll 0 0 transparent;
        height: 52px;
        left: -6px;
        top: 1px;
        padding: 0 2px;
        position: relative;
        width: 850px;}

        .multi_category li {
            float:left;
            height:100%;
            display:inline; }

        .multi_category a {
            color: #666666;
            display: block;
            font-size: 12px;
            height: 42px;
            line-height: 42px;
            margin: 2px 0;
            text-align: center;
            text-decoration: none;
            background: url(../images/menu_sep.gif) no-repeat; }

            .multi_category .menu-first a { background: none; }

        .multi_category a:hover {
            border-bottom:none;
            color:#343434;
            background:  url(../images/menu-multi-category.jpg) 0 0; }

            .multi_category .selected a {
                border-bottom:none;
                color:#fff;
                font-size: 13px;
                background: url("../images/menu-multi-category.jpg") repeat-x scroll 0 -60px #6295e1;
                font-weight: bold;}

                .multi_category .selected a:hover {
                    background: url("../images/menu-multi-category.jpg") repeat-x scroll 0 -60px #6295e1;
                    color: #fff; }

            .back-nav {
                position: absolute;
                top: 339px;
                left: 0;
                background: #606061 url(../images/menu-multi-category.jpg) repeat-x 0 -28px;
               width: 100%;
               height:35px; }


/* left column */
/***************/

.left-layout {
    background: #FFFFFF;
    border: 1px solid #DAD9D9;
    float: left;
    margin-bottom: 10px;
    width: 190px; }

/* products menu */

    #products_menu {
        width: 190px;
        padding-bottom: 10px; }

    #products_menu h3.category {
        font-size: 14px;
        font-weight: normal;
        padding: 6px 0 8px;
        text-indent: 10px;
        margin-top: 7px;
        border-bottom: 1px solid #d9d9d9;
        color: #5ca5d0;
        font-weight: bold; }

        #products_menu h3.category a { color: #5ca5d0; text-decoration: none;  }
        #products_menu h3.category a:hover { color: #d01935; }

    #products_menu .items {
        position: relative;
        z-index: 300; }

        #products_menu .first { border-top: 1px solid #f3f3f3; }

        #products_menu .items a {
            background: url("../images/menu_arrow.gif") no-repeat scroll 158px 11px transparent;
            border-bottom: 1px solid #E2E2E2;
            margin: 0 9px;}

    #products_menu li {
        list-style: none;
        position: relative; }

        #products_menu ul li ul {
            background: url("../images/inner_menu.gif") no-repeat scroll left top #FCFDFE;
            display: none;
            position: absolute;
            right: -310px;
            top: -1px;
            width: 310px;
            z-index: 9999; }

            #products_menu ul li ul li {
                border-top: 1px solid #d2d1d1;
                font-weight: normal;
                padding-right: 10px;
                padding-top: 10px;
                position: relative;
                margin: 0 10px;}

            #products_menu ul li ul li .bottom{
                background: url("../images/inner_menu.gif") no-repeat scroll left bottom transparent;
                bottom: -3px;
                display: block;
                font-size: 0;
                height: 3px;
                left: -10px;
                position: absolute;
                width: 326px;}

            #products_menu ul li ul .view_all {
                background: url("../images/view_all.png") no-repeat scroll 58px 13px transparent !important; }

                .wrapper #products_menu ul li ul .view_all a {
                    color: #202020; }

                .wrapper #products_menu ul li ul .on_hover_view {
                    background: url("../images/view_all.png") no-repeat scroll 58px 13px transparent !important; }

                    .wrapper #products_menu ul li ul .on_hover_view a { font-weight: normal; color: #ce1532; }

    #products_menu .on_hover { background: url("../images/main_hover.gif") no-repeat scroll 7px 0 transparent }

    #products_menu .on_hover a { color: #d01633;
                                 font-weight: bold;
                                 background: none;
                                 border-color: #fff; }

        #products_menu ul li ul li.on_hover { background: none; }

    #products_menu li a {
        color: #5c5c5c;
        padding-left: 15px;
        padding-top: 9px;
        padding-bottom: 9px;
        line-height: 15px;
        text-decoration: none;}

            #products_menu ul li.on_hover ul li a {
                background: none;
                color: #000;
                margin-right: 0;
                margin-left: 0;
                padding-top: 0;
                padding-bottom: 10px;
                font-weight: normal; }

            #products_menu ul li ul li.on_hover a { color: #ce1532;}

            .wrapper #products_menu ul li ul li a {
                background: none;
                padding-bottom: 13px;
                border-bottom: none;}

/* main content */
/****************/

.main_content {
    display: inline;
    float: right;
    margin-bottom: 20px;
    padding: 0 10px 20px 0;
    width: 610px; }

    .main_content table { width: 100% !important; }

    /* inner pages styling */

    .about {
        font-size: 11px;
        color: #474747;
        width: 100% !important; }

    .about ul {
        padding-left: 30px;
        padding-right: 30px; }

    .about ul li {
        line-height: 16px;
        padding-bottom: 10px; }

    .about strong { font-weight: bold; }

    .about h2, .about .title {
        font-weight: bold;
        color: #CC1B37;
        margin: 20px 15px 7px 15px;
        padding-bottom: 3px;
        border-bottom: 1px solid #c0c0c0; }

    td.product_info td.about h2 {
        font-weight: bold;
        color: #CC1B37;
        margin: 8px 200px 7px 0px;
        padding-bottom: 3px;
        border-bottom: 1px solid #c0c0c0;
        width: 98%; }

    td.product_info td.about { padding-left: 15px; }

    .about p,ol {
        color: #474747;
        line-height: 16px;
        padding-left: 30px;
        width: 475px; }

    .about p a { color: #474747; text-decoration: underline; }

    .about p a:hover { color: #6F6F6F; }

    .faq { padding-left: 6px; padding-top: 15px; }
    .faq ul li { line-height: 2em; }

    .faq .title{
        font-weight: bold;
        color: #CC1B37;
        margin: 10px 0 7px 0;
        padding-bottom: 3px;
        border-bottom: 1px solid #c0c0c0; }

    .faq h2 {
        font-weight: bold;
        color: #303030;
        margin: 20px 30px 7px 0px;
        padding-bottom: 3px;
        border-bottom: 1px solid #c0c0c0; }

    .faq p,ol {
        color: #474747;
        line-height: 16px;
        width: 475px;
        padding-left: 15px; }

    .faq p a { color: #474747; }
    .faq p a:hover { color: #6F6F6F; }

    .faq ul a {
        color: #474747;
        text-decoration: underline;
        background: url(../images/menu_li.gif) 2px 5px no-repeat;
        padding-left: 10px; }

    .faq ul a:hover { color: #6F6F6F; }

    .contact .title {
        font-weight: bold;
        color: #CC1B37; }

    .contact hr { color: #C0C0C0; margin-right: 40px; }

    .contact p {
        line-height: 19px;
        width: 80%;
        color: #474747;
        margin: 0; }

    .contact p a { color: #474747; text-decoration: underline; }

    .contact p a:hover { color: #6F6F6F; }

    .contact .field {
        text-align: right;
        color: #474747;
        padding-right: 10px;
        padding-top: 14px; }

    .contact .c_select,.c_input,.c_textarea {
        font-family: Tahoma, Verdana, Arial, sans-serif;
        font-size: 11px;
        border: 1px solid #3E7BAC;
        width: 70%;
        padding: 2px;
        margin-top: 10px; }

    .contact img { margin-top: 10px; }
    .contact .c_select,.c_input { height: 20px; }
    .contact .btn { width: 80px; cursor: pointer; }
    .orange_frame { border: 1px solid #589fd2; background: #ffffff; }

.parent {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #a5cce8 url(../images/parent-back.jpg) repeat-x;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}

.parent td {
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;}

.parent a:link { color: #ffffff; text-decoration: none; }

.parent a:hover { color: #ffffff; text-decoration: underline; }

.parent a:visited { color: #ffffff;	text-decoration: none; }

.table_cell {
	font-size: 12px;
	color: #333333;
	background: #EBF2F8; }

.table_cell a {	text-decoration: none; color: #000; }

/* product pages */

.product_page_tables h3 {
    background: url("../images/product_header.gif") repeat-x scroll 0 0 transparent;
    color: #5ca5d0;
    font-size: 14px;
    padding: 12px;
    border-left: 1px solid #dad9d9;
    border-right: 1px solid #dad9d9; }

.img-info-table {
    background: #FFFFFF;
    border: 1px solid #DAD9D9;
    display: inline-block;
    float: left;
    padding: 20px 0 11px;
    position: relative; }

.free-ship-icon {
    display: inline-block;
    left: -6px;
    position: absolute;
    top: 122px; }

.product_info .product_header { padding-bottom: 20px; }

.product_info .info {
    float: left;
    padding: 0 19px;
    width: 320px;
    zoom: 1;}

.product_info .cart_button {
    background: url("../images/sprites.gif") no-repeat scroll -203px -93px transparent;
    color: #000000;
    display: block;
    font-size: 14px;
    height: 33px;
    line-height: 28px;
    margin-bottom: 20px;
    text-indent: 33px;
    width: 127px;
    margin-top: 20px; }

    .product_info .cart_button:hover { background-position: -204px -128px; color: #000; }

.product_info .product_logo { float: left; }
.wrapper .bubble-popup { position: absolute; right: 0; top: 10px; }
.category_page .bubble-popup { position: relative; right: auto; top: auto; }

.product_info p { margin: 0; padding-bottom: 16pt; width: auto;}
.product_info a {text-decoration:none;}

.products_table {
    color: #848484;
    font-size: 13px;
    border: 1px solid #dad9d9;
    border-top: none;
    width: 100%; }

div.product_table {
    margin-bottom: 10px;
    position: relative;
    zoom: 1; }

.products_table th {
    color: #59554A;
    padding: 9px 3px;
    text-align: left;
    white-space: nowrap;
    background: #fff;
    border-bottom: 1px dotted #d2d2d2; }
.products_table th.th_qnty { text-align: left; width: 80px; }
.products_table th.th_price { padding-left: 20px; width: 100px; }
.products_table th.th_price_per { padding-left: 20px; }
.products_table td { padding: 5px 3px; }
.products_table .td_radio_btn { width: 20px; }
.products_table td.td_qnty { padding-left: 25px; text-align: left; width: 100px; }
.products_table td.td_price { padding-left: 22px; text-align: left; width: 100px; }
.products_table td.td_price_pp { text-align: left; padding-left: 20px; }
.products_table .save { color: #ea469b; font-weight: normal; padding-left: 10px; }
.products_table .note_cell { border:1px solid #42A29A; border-bottom:none; padding: 4px; color:#ff0000; }
.products_table strong { font-weight: bold; }
.products-table-header {width: 259px;}

.product_page_tables .order_button {
    background: url("../images/menu-multi-category.jpg") repeat-x scroll 0 -61px #6295E1;
    border: 1px solid #6093DB;
    display:block;
    height:25px;
    width:95px;
    text-align:center;
    text-decoration:none;
    margin-right: 10px;
    float: right;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 23px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

    

    .product_page_tables .out-of-stock-btn,
    .product_page_tables .out-of-stock-btn:hover
    { background-position: 0px -82px; cursor: defualt; color: #fff; text-decoration: none; }

    tr.last td {
        background: url("../images/product_footer_bg.gif") repeat-x scroll 0 0 transparent;
        padding: 0; }

/* Products view */
/*****************/

.display_products h2, .product_info h2 {
    border-bottom: 1px dotted #949494;
    color: #5CA5D0;
    font-size: 15px;
    font-weight: bold;
    margin: 3px 0 15px;
    padding-bottom: 6px; }

    h2.search { margin-top: 20px; background: none !important; }

.product_view {
    background: url("../images/cat_box.gif") no-repeat scroll left bottom transparent;
    clear: both;
    height: 175px;
    margin-bottom: 20px;
    padding: 5px 10px;
    position: relative; }

    .wrapper .product_hover .text { background: #e8f3f3; }
    .wrapper .product_view .more_details { display: block; margin-top: 30px; }

    .product_view .image { background: #FFFFFF; border: 1px solid #DAD9D9; float: left; padding: 11px 31px 15px 25px; }
    .product_view .text  { height: 155px; overflow: auto; padding: 0 8px 5px 15px; zoom: 1;}

    .product_view .number {
        background: url("../images/sprites.gif") no-repeat scroll 0 -306px transparent;
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: bold;
        height: 30px;
        left: -1px;
        line-height: 24px;
        position: absolute;
        text-indent: 4px;
        text-shadow: -1px -1px 1px #888888;
        top: -8px;
        width: 36px; }

    .wrapper .product_view .more_info_button {
        background: #bebebe url(../images/buy_now.png) repeat-x scroll 0 -25px;
        display:block;
        height:25px;
        width:95px;
        text-align:center;
        text-decoration:none;
        margin-right: 10px;
        float: left;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        line-height: 25px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #CD1637; }

        .wrapper .product_view .more_info_button:hover { background-position: 0 0px; border-color: #a3a3a3; }

        .wrapper .product_view .carton_from { float: left; font-size: 15px; line-height: 24px; }
        .wrapper .product_view .carton_from em { color: #D11935; font-size: 18px; }

    .product_view a { color: #ea7200; }
    .product_view a.cat_link { color: #000; }
    .product_view a:hover, .product_view .pill_image:hover { text-decoration: none; }
    .product_view .pill_image { text-decoration: none; }

    .product_view .head .product_logo {
        margin-right: 12px;
        padding-right: 10px;
        margin-bottom: 10px;
        display: inline;
        border-right: 1px solid #f1f0f0;
        float: left;}

	.product_view h2 {
        font-size:14px;
        margin-top: 0;
        padding-bottom:8px;
        margin-bottom: 0;
        position: relative;
        border-bottom: none;
        background: none;
        width: auto;
        font-weight: normal;
        color: #000;
        border-bottom: none; }

        .product_view h2 a, .display_products h3 a {
            color: #000000;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none; }

	.product_view p {
        line-height: 18px;
        font-size: 12px;
        margin: 0;
        height: 71px;
        padding-bottom: 0;
        width: auto; }

    .main_content .box-msg { margin-left: 0; zoom: 1; }
    .main_content .box-msg li { padding-left: 0; background: none; }

/* Product category page and table */

.product-category-content { padding: 0;}

    .product-category-content h4{
        color: #474747;
        font-weight: bold;}

    .product-category-content .box-msg.information{ background-position: 4% 50%;}
    .box-msg.information span { display: block; }

    .product-category-content ul{
        padding: 5px 0;
        margin-left: 10px;}

#product-category-table {
	border: 1px solid #D0DFE8;
	border-collapse: collapse;
	text-align: left;
	width: 100%; }

/*    @media screen and (-webkit-min-device-pixel-ratio:0) {  Hack for webkit
        #product-category-table {
            border-collapse: separate;
            border-spacing: 0; }
    }*/

	#product-category-table th {
		color: #fff;
		font-size: 13px;
		font-weight: bold;
        background: #0F97D1 url(../images/products-table-th-back.jpg) repeat-x 0 0;
		padding: 7px 5px; }

	#product-category-table tbody { background: #E8EDFF; }

	#product-category-table td {
		border-top: 1px solid #D0DFE8;
		color: #3C526B;
		padding: 4px; }

        tr.r1, tr.r2{ background: #fff; }
        tr.r1 td, tr.r2 td { border-bottom: 1px dotted #d2d2d2; }
        tr.selected-row td { color: #000; background: url(../images/selected.gif) repeat-x; }

	#product-category-table tbody tr:hover td { background: #D1E2EF; }

    #product-category-table tfoot td{
        background: #fff;
        padding: 6px; }

    #product-category-table tfoot td .products-table-header{ float: right; }

    #product-category-table tbody .save { color: #AF1515; }

    #product-category-table tbody .best_sellers_icon {
        width: 30px;
        position: relative; }

        #product-category-table tbody .best_sellers_icon img {
            left:6px;
            position:absolute;
            top:-11px; }

        #product-category-table tbody tr td.image_holder:hover,
        #product-category-table tbody tr td.image_holder{
            width: 101px;
            background: #fff url(../images/pic-loader.gif) 50% 50% no-repeat;
            border-right: 1px solid #D0DFE8; }

/***/
	
.borderline .style5 {
	background: #D0DFE8 url(../images/parent-back.jpg) repeat-x;
	display: block;
	height: 100%;
	line-height: 26px;
}

.testimonials {
	text-align: left;
	color: #2C3C4F;
	margin-left: 12px;
}

.testimonials h4 {
	border-bottom: 1px solid #C0C0C0;
	color: #CC1B37;
	font-weight: bold;
	margin: 15px 15px 7px 0px;
	padding-bottom: 3px;
}

.testimonials h4 a {
	color: #CC1B37;
	text-decoration: none;
	cursor: default;
}

.testimonials h3 {
	color: #CC1B37;
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 20px
}

.testimonials p {
	padding-left: 15px;
	font-size: 11px;
	margin: 10px 0 10px 0;
	width: 475px;
	line-height: 16px;
}

.testimonials ul {
	margin: 0 0 25px 10px;
	padding: 0;
	color: #666;
	font-size: 11px;
}

.testimonials ul li {
	margin: 5px 0 5px 0;
}

.testimonials ul li a:link {
	background: transparent url(../images/testimonials_read.gif) no-repeat 0 5px;
	color: #474747;
	padding-left: 10px;
	text-decoration: underline;
}

.testimonials ul li a:hover {
	color: #6F6F6F;
}

.testimonials ul li a:visited {
	background: transparent url(../images/testimonials_read.gif) no-repeat 0 5px;
	color: #474747;
	padding-left: 10px;
	text-decoration: underline;
}

.product_boxes { margin: 0 auto; width: 610px; }

.product_boxes li {
    background:  #FFFFFF;
    border: 1px solid #DAD9D9;
    display: inline;
    float: left;
    height: 165px;
    margin-right: 8px;
    margin-top: 9px;
    padding-top: 25px;
    width: 298px;
}
.product_boxes li.right {
	margin-right: 0px;
}
.product_boxes li div.prod_info{
	border-left: 1px solid #D0D0D0;
	display:block;
	float:right;
	height:130px;
	text-align: center;
	width:145px;
	position: relative;
	padding-right: 18px;
	padding-bottom: 10px;
    padding-left: 12px;
}

.product_boxes li h5 {
	color:#303030;
	font-size:13px;
	font-weight:bold;
	white-space: pre-wrap;
	width:140px;
	height:33px;
	padding-top:7px;
	text-transform: uppercase;
	overflow: hidden;
}

.product_boxes li p{
	width:137px;
	padding-top:2px;
}

.product_boxes li a.cig_image {
	float: left;
	background: url(../images/pic-loader.gif) center center no-repeat;
	height: 150px;
	width: 102px;
	padding-left: 16px;	
}

.product_boxes li a.order_button {
    background: url("../images/buy_now.png") repeat-x scroll 0 0 #BEBEBE;
    border: 1px solid #A3A3A3;
    display: block;
    font-family: Tahoma !important;
    font-size: 11.5px;
    font-weight: bold;
    height: 25px;
    left: 35px;
    line-height: 2em;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 122px;
    width: 95px;
    color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

	.product_boxes li a.order_button:hover,
    .product_page_tables .order_button:hover {
		background: #e81d3d url(../images/buy_now.png) repeat-x scroll 0 -25px;
		border: 1px solid #cd1b37;
		color: #fff;
	}

.product_boxes li p span {
    color: #7B7B7B;
    font-size: 13px;
}

.product_boxes li p span.price {
	font-size:16px;
	font-weight:bold;
	line-height:18px;	
	display: block;
}
.product_boxes li p span.price span{
    color: #CC1B37;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 5px;
}

.product_boxes li p span.quantity {
   color: #8A8A8A;
   display: block;
   padding-top: 3px;
}


/*    Fix for footer without JS    */
.v_footer_container {
   background: url("../images/footer_border.gif") repeat-x scroll 0 0 #C9C9C9;
    margin-top: 26px;
    padding-bottom: 12px; }

.v_footer {
    border-bottom: 1px dotted #9A9A9A;
    margin: 0 auto;
    width: 848px;
}

.seals_container { 
	width: 820px;
	margin: 0 auto;
}

.footer_menu_wrapper{
	height: 39px;
	position: relative;
}
.footer {
	margin: 0 auto;
	width: 820px;
	height: 39px;
	overflow: hidden;
	text-align: center;
	line-height: 39px;	
}

.footer_container {
	float: left;
	position: relative;
	left: 50%;
	text-align: center;
}

.footer ul {
	float: left;
	position: relative;
	left: -50%;
}

.footer li {
	float: left;
	display: inline;
}

.footer li a {
	color: #5C5C5C;
	border-right: 1px solid #5C5C5C;
	text-decoration: none;
	text-transform: capitalize;
	padding: 0 10px;
}

.footer li a.last {
	border-right: none;
}

.footer li a:hover {
	text-decoration: underline;
	color: #cc1b37;
}

/* Seals Module */ /* hide this from opera6 */
head:first-child+body div.thetable {
	height: 100%;
}

.tablerow {
	display: block;	
	line-height: 7em;
}

.tablecell {
	display: table-cell;
	border: 0;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* hide this from opera6 */
head:first-child+body div.tablecell {
	height: 100%;
}

/* added for mozilla which worked for others too, but op6 still needed min-height so hide this rule */
.tablecell img {
	vertical-align: middle;
}

.one {
	width: 33%;
	position: relative;
	z-index: 5;
	float: left;
	text-align: left;
}

.two {
	width: 33%;
	position: relative;
	float: left;
	text-align: center;
}

.three {
	width: 33%;
	position: relative;
	text-align: right;
	float: right;
}

/* end Seals Module */
form#autocompleteForm {
	padding: 0;
	margin: 0;
}

.suggestionsBox {
	position: absolute;
	left: 0px;
	top: 12px;
	width: 154px;
	z-index: 100;
}

.suggestionList {
	padding: 0;
	background: #F3F3F3;
	color: #333;
	border-left: 1px solid #7B91A8;
	border-right: 1px solid #7B91A8;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	width: 152px;
	overflow: hidden;
}

.suggestionList p {
	padding: 0 5px;
	margin: 0 0 5px 0;
	text-align: left;
	width: 135px;
	overflow: hidden;
}

.suggestionList a {
	margin: 0;
	display: block;
	padding: 3px 5px;
	width: 152px;
	cursor: pointer;
	list-style: none;
	text-align: left;
	font-weight: normal;
	color: #828282;
}

.suggestionList a.description {
	background: #edecec;
}

.suggestionList a:hover,.suggestionList a.this {
	background-color: #D21332;
	color: #fff;
}

img.baloon_header {
	position: relative;
	top: 4px;
	left: 0;
	margin: 0
}

img.baloon_footer {
	position: relative;
	top: -5px;
	left: 0;
	margin: 0
}

/*footer*/
#footerMain{
	width: 900px;
	margin: 0 auto;
}
#footerMain #footerShipping,#footerMain #footerPayments {
    background: url("../images/ship_pay.gif") no-repeat scroll 0 0 transparent;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    height: 37px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-top: 9px;
    width: 422px;}

#footerMain h2 {
	color:#5c5c5c;
	float:left;
	font-size:11px;
	line-height:26px;
	padding-right:10px;
}

#footerMain #footerShipping div,#footerMain #footerPayments div {
	height: 100%;
	padding-left: 13px;
}

#footerMain ul{
	float:left;
}

#footerMain ul li {
	float: left;
	display: block;
	margin-right: 3px;
}

/*End footer*/ /*Order status design*/
#o_status_form {
	width: 80%;
	margin: 0 auto;
}

.order_s_header {
	background-color: white;
	color: #3C526B;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 98%;
}

.orderHeader {
	background-color: white;
}

.subTitle {
	color: #CC1B37;
}

.coupon .title {
	background-color: #1C8FCE;
	color: white;
}

.coupon .title b {
	color: #FF8916;
}

.coupon td {
	background-color: white;
}

.coupon a {
	color: #3C526B;
	font-size: 12px;
	font-weight: bold;
}

.coupon b {
	color: #000000;
}

.orderStatus {
	background: #3D81B4 url(../images/menu.png) repeat scroll 0 0;
	color: white;
}

.prodName {
	color: #486770;
}

a.prodName:active {
	color: #ED5E00;
}

.orderHeads {
	color: #3C526B;
}

.orderBody {
	color: #474747;
	background-color: white;
}

.helpHead {
	background-color: #4A727B;
	color: #FFFFFF;
	margin: 0;
}

.helpTitle {
	font-size: 12px;
	font-weight: bold;
	color: #3C526B;
}

.helpNote {
	color: #CC1B37;
	font-weight: bold;
}

.order_status_body {
	background-color: white;
}
/*Order status End*/




/* Cart Popup */

 #bestSellersPopupBox {
	width: 613px;
	position: relative;
	z-index: 3000; }

	#bestSellersPopupBox a#bs_close {
		height: 36px;
		width: 36px;
		position: absolute;
		left: 587px;
		top: -12px;
		outline: none;
		z-index: 1002;
		text-indent: -5000px;
		background: url(../images/special_offer/best-sellers-popup-close.png) no-repeat left top; }

	#bestSellersPopupBox #bs_top {
		width: 100%;
		height: 14px;
		background: url(../images/special_offer/best-sellers-popup-top.png) no-repeat left top; }

	#bestSellersPopupBox #bs_bottom {
		width: 100%;
		height: 20px;
		background: url(../images/special_offer/best-sellers-popup-bottom.png) no-repeat left top; }

	#bestSellersPopupBox #bs_content {
		width: 100%;
		background: url(../images/special_offer/best-sellers-popup-back-y.png) repeat-y left top; }

		#bestSellersPopupBox #bs_content #bs_sub_content {
			background: url(../images/special_offer/best-sellers-popup-back-x.png) repeat-x left top;
			margin: 0 10px;
			padding: 4px 30px; }

			#bestSellersPopupBox #bs_content #bs_sub_content h2 {
				font-size: 17px;
                margin: 5px 0 15px 0;
				color: #000;
				font-weight: bold;
				font-family: Arial; }

    /* End Cart Popup */


    /* Cart Table */
    
       #cartTable {
        font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
        font-size: 12px;
        background: #fff;
        margin: 5px 0 20px 0px;
        width: 532px;
        border-collapse: collapse;
        text-align: left; }

    #cartTable th {
        font-size: 13px;
        font-weight: bold;
        color: #CC1B37;
        padding: 10px 8px;
        border-bottom: 2px solid #6F6F6F; }

    #cartTable tfoot td {
        border-bottom: none;
        font-size: 14px; }

    #cartTable td {
        border-bottom: 1px solid #ccc;
        color: #5A5A5B; 
        padding: 6px 8px; }

    #cartTable tbody tr:hover td {
        color: #000; }

    #cartTable .remove {
       border:0;
       margin-left: 17px;}

    /* end Cart Table*/


    /* Note Box */

.box-note {
	background: #FFFBC2 url(../images/info-icon.jpg) no-repeat 19px center;
	border: 1px solid #FFE222;
	font-size: 1.2em;
	margin: 8px 0 !important;
	padding: 10px;
	padding-left: 55px;
	width: auto !important;
	color: #514721;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; }
	
	.box-note li {
		color: #514721; }

    /* End Note Box */

    /* New input button  */

    input.inputBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	font-weight: normal;
	padding: 2px;
	margin: 0;
	outline: 0;
	background: #DDDDDD url(../images/bg-button-new.gif) repeat-x top right;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	vertical-align: middle;
	color: #222222;
	cursor: pointer;
	display: inline-block;
	-moz-border-radius: 0.3em; /* border radius for modern browsers */
	-webkit-border-radius: 0.3em; /* border radius for modern browsers */ }

	input.inputBtn:hover {
		background: #DDDDDD url(../images/bg-button-new.gif) repeat-x top right;
		border: 1px solid #9a9a9a; }
    
    input.cart {
        font-weight: bold;
        font-size: 1.2em;
        text-align: center;
        width: 100px; }

    .inputBtnContainer {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
        overflow: visible;
        height: 35px;}
    
    /* End new input button  */
	
	#cart {
	padding-top: 10px; /* fixed bug in ie6 */
	} 
/* Out of stock */
tr.r2.out-of-stock,
tr.r1.out-of-stock { background: #eff3f8; }

tr.r2.out-of-stock td,
tr.r1.out-of-stock td,
tr.r2.out-of-stock .orange_button, tr.r1.out-of-stock .orange_button,
tr.r2.out-of-stock span.save,
tr.r1.out-of-stock span.save {
    text-decoration: line-through;
    color: #adb2b5 !important; }

tr.r2.out-of-stock form,
tr.r1.out-of-stock form { text-indent: -9999px;}

tr.r2.out-of-stock .orange_button, tr.r1.out-of-stock .orange_button { 
 	 position: relative; 
 	 top: -9999px; 
    visibility: hidden;
    text-decoration: none; }

.product_boxes li { position: relative;}

.product_boxes img.out-of-stock {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 53px;  }

/* End out of stock */


