/* 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 */
.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%; }

/* general structure */
/*********************/

body {
	font-family: Tahoma,Geneva,sans-serif;
	font-size:11px;
	background:url(html-back.png) repeat-x; }

.clearfix.back {
    background: url("foxy-back.gif") repeat-y scroll 8px 0 transparent;
/*    margin-bottom: 101px;*/
    padding-bottom: 191px; }

.wrapper {
	background: url(wrapper-shadow.png) repeat-y;
	margin:0 auto;
	position:relative;
	width:797px; }

/* shadows */

    .left_shadow, .right_shadow {
        background: url(left-shadow.png) no-repeat;
        position:absolute;
        height:1300px;
        width:8px; }

        .right_shadow { background: url(right-shadow.png) no-repeat; left:790px; }

/* Main Header */
/***************/

.main_header { background: #1B93CF; }

    /* top bar */

    .date_currency_and_cart {
        background:#bcbcbc url(top-back-header.png) repeat-x;
        height:40px;
        color:#6b6b6b;
        line-height:40px; }

    .date_currency_and_cart span {
        padding-left:30px;
        float:left;
        width:120px; }

        /* add this */

        #add-this { float: left; }

        /* currency */

        #currency.dropdown {
            line-height: normal;
            display: inline;
            float:left;
            margin: 10px;}

        .dropdown dt a {border: 1px solid #A6B0BB !important;}
		/* shopping cart */

        .date_currency_and_cart .shopping-cart {
            background: url(shopping-cart.png) no-repeat left 7px;
            width:148px;
            height:40px;
            float:right;
            padding-left:42px;
            font-weight:bold;
            color:#727272; }

        .date_currency_and_cart .shopping-cart b { color:#054977; }
        .date_currency_and_cart .shopping-cart a { color:#727272; }
            .date_currency_and_cart .shopping-cart a:hover { color:#4d4c4c; }

    /* Navigation */

    .navigation {
        background:#3d81b4 url(menu.png) 0 -4px;
        height:46px;
        margin-left:3px;
        overflow:hidden;
        width:787px; }

        .navigation li { float:left; display:inline; }

            .navigation a {
                color:#ffffff;
                padding-top:12px;
                background: url("menu_sep.gif") no-repeat scroll right top transparent;
                display:block;
                text-align:center;
                height:23px;
                text-decoration:none; }

            .navigation a:hover { color:#9ccee7;}

    /* Multi category navigation*/

    .multi_category {
        border:1px solid #c4c4c4;
        border-bottom-color:#a8a8a8;
        background:#dfdfdf url(menu-multi-category.png) 0 0;
        height:38px;
        margin-left:7px;
        width:780px; }

        .multi_category li {
            float:left;
            height:100%;
            display:inline;}

        .multi_category a {
            font-size: 12px;
            color: #5F5F5F;
            border-right:1px solid #c2c2c2;
            display:block;
            text-align:center;
            line-height:38px;
            text-decoration:none; }

            .multi_category a:hover,
            .multi_category a.selected
            { background: url("menu-multi-category.png") repeat-x scroll 0 0; }

            /*** hover state ****/

            .multi_category a:hover {
                color: #000;
                background-position: 0 -38px;}

            /*** active state (current page) ***/

            .multi_category a.selected {
                background-position: 0 -76px;
                color: #FFFFFF;
                font-weight: bold;
                height: 42px;
                position: relative;
                margin-top: -4px;
                font-size: 13px;
                -webkit-border-top-left-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-topright: 5px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px; }

                .multi_category a.selected:hover {
                    background-position: 0 -76px;
                    color: #fff;}

    /* logo */

    .main_header h1 {
        position:relative;
        width:310px; }

        .main_header h1 a {
            display:block;
            width:310px;
            height:124px;
            margin-left:9px;
            text-indent:-5000px;
            overflow:hidden; }

    /* flash */

    .main_header #flash_header {
        position:absolute;
        top:75px;
        left:8px;
        background:url(flash_header.jpg);
        width:782px;
        height:136px; }

        .main_header #flash_header .flash-link {
            left: 42%;
            position: absolute;
            top: 8%; }

     /*** search and support ***/

     .search_support {
        background:#F8F7F7 url(autocompleter-back.png) repeat-x;
        padding:0 4px 0 3px;
        width:782px; }

        .search_support br { display: none; }

         /* search */

        .search-form {
            border-right: 1px dashed #909090;
            float: left;
            margin-top: 5px;
            padding-left: 15px;
            padding-right: 5px;
            width: 380px;}
        
        .search-form p{
            color:#828282;
            float:left;
            display:inline;
            font-weight:bold;
            margin-top:8px;
            margin-left:18px; }

        .search-form span{
            background: url("search_btn.gif") no-repeat scroll 0 0 transparent;
            color: #FFFFFF;
            cursor: pointer;
            display: inline;
            float: left;
            font-size: 14px;
            height: 25px;
            line-height: 23px;
            margin: 10px 0 0 6px;
            text-align: center;
            width: 68px; }

        .search-form form#autocompleteForm { float:left; }

        .search-form form#autocompleteForm input{
            width:290px;
            margin:7px 0 0 0px;
            border:3px solid #dcdddd;
            font-size:10px;
            height:16px;
            padding:4px 0 4px 3px; }

        label.search_label{ display:none }

        .search-form #char_list{
            position:relative;
            left:0px;
            top:2px;
            float:left;
            width: 370px; }

        .search-form #char_list a{
            color:#828282;
            text-decoration:none;
            float:left;
            display:inline;
            text-align:center;
            width:14px;
            line-height:32px;
            font-size: 12px; }

        .search-form #char_list a:hover{
            background: url(autocompleter-a-hover.png) center center no-repeat;
            color:#ffffff; }

        /* phone banner */

        .search_support img { float: right; }

/* Left Column */
/***************/

.left-layout {
	float:left;
	width:176px;
	padding-left:8px;
    border-top: 2px solid #FFFFFF; }

    /* products menu */

    #products_menu {
        width: 175px;
        padding-bottom: 10px; }

    #products_menu h3.category {
        background: url(menu-category.jpg) repeat-x;
        font-weight: bold;
        font-size: 14px;
        padding: 10px 0;
        text-indent: 27px;
        color: #1077bf; }

        #products_menu h3.category a { color: #1077bf; text-decoration: none; }
        #products_menu h3.category a:hover { color: #449edd; }

    #products_menu .items {
        position: relative;
        z-index: 500;
        border: 1px solid #f3f3f3;
        border-top: 1px solid #dfdede; }

        #products_menu .first { border-top: 1px solid #f3f3f3; }

        #products_menu .items a {
            background: url(menu_arrow.gif) no-repeat 158px 7px;
            margin: 1px;
            margin-right: 0;}

    #products_menu li {
        list-style: none;
        position: relative;
        background-repeat: no-repeat;
        background-position: right bottom; }

        #products_menu ul li ul {
            padding: 6px 0;
            display: none;
            position: absolute;
            right: -320px;
            top: -1px;
            width: 319px;
            z-index:9999;
            background: url("menu_bg.gif") top left no-repeat #e6e6e6;}

            #products_menu ul li ul li {
                width: 294px;
                margin: 0 5px;
                padding: 7px 0;
                font-weight: normal;
                padding-left: 13px;
                position: relative; }
            
            #products_menu ul li ul li .bottom{
                background: url("menu_bg.gif") no-repeat scroll left bottom transparent;
                bottom: -6px;
                display: block;
                font-size: 0;
                height: 2px;
                left: -5px;
                position: absolute;
                width: 319px;}

            #products_menu ul li ul .view_all {
                border-top: 1px dotted #949494;
                padding: 5px 0 5px 15px;
                background:url("arrow.gif") no-repeat scroll 61px 11px transparent; }

                .wrapper #products_menu ul li ul .view_all a {
                    color: #2a86b7;
                    padding: 0; }

                .wrapper #products_menu ul li ul .on_hover_view {
                    border-top: 1px dotted #949494;
                    background:url("arrow.gif") no-repeat scroll 61px 11px transparent; }

                    .wrapper #products_menu ul li ul .on_hover_view a { color: #4DA4CF; }

    #products_menu .on_hover { border: 1px solid #d1cccc; border-right:1px solid #E6E6E6;background: #fff; }

    #products_menu .on_hover a {
        background-image: url(menu_hover.gif);
        background-repeat: repeat-y;
        background-position: 0 0px;}

        #products_menu ul li ul li.on_hover { 
            background: url(menu_inner_hover.gif) repeat-x #2783B4;
            border: none; }

    #products_menu li a {
        color: #000000;
        padding-left: 26px;
        padding-top: 6px;
        padding-bottom: 6px;
        line-height: 15px;
        text-decoration: none;}

        #products_menu li.on_hover a { color: #1077bf; }

            #products_menu ul li.on_hover ul li a {
                background: none;
                color: #000;
                margin-right: none;
                margin-left: none;
                padding-top: 0;
                padding-bottom: 0; }
            #products_menu ul li ul li.on_hover a { color: #fff; }

            #products_menu ul li ul li a {
                background: none;
                padding-left: 0;
                padding-bottom: 10px;
                margin-left: 16px; }

.content_header {
	background:url(testimonials-back.png) no-repeat;
	height:78px;
	margin-bottom:10px; }

.content_header a{
	float:left;
	display:inline;
	width:196px;
	height:76px; }

.live_chat img{ display:block; }

.xhtml_select{
	background:#ffffff url(search-product.png) 0 0 no-repeat;
	height:45px;
    cursor:pointer; }

.main_content{
    display: inline;
    float: left;
    margin-left: 8px;
    margin-top: 8px;
    padding-left: 0;
    width: 588px; }

.main_content table { width:100% !important; }

/* faq and about pages */

.about, .faq { width: auto !important; color:#474747; }
.about strong, .faq strong { font-weight: bold; }
.about ul, .faq ol { list-style-type:disc; list-style-position: inside; padding-left: 30px; }
.faq ol li { font-size: 11px !important; }
.faq ul { list-style-type: none; padding: 15px 0 5px 0; }
.faq ul li { line-height: 2em; }
.faq ul a { color: #474747; text-decoration: underline;	background:url(faq-li.gif) 0px 5px no-repeat; padding-left:10px; }
.faq ul a:hover { color:#6F6F6F; }
.faq p, .about p, ol, .about ul { font-size: 11px; padding-top: 10px; color: #474747; line-height:16px; width:475px;}
.about ul a { color: #1077BF }
.faq p a{ color:#474747; }
.faq p a:hover { color:#6F6F6F; }
.about ul li { line-height: 16px; color: #3C526B; padding-bottom:10px; }
.about p a { color: #474747; text-decoration: underline; }
.about p a:hover { color:#6F6F6F; }
    /* sub-titles */
    .about .title, .faq .title , .about h2{
        font-size: 11px;
        border-bottom:1px solid #c0c0c0;
        margin-bottom: 0;
        padding-bottom: 5px;
        padding-top: 10px;
        color: #FFA814;
        font-weight: bold;
        margin-top:10px; }
    /* main title */
    .about h3.title, .faq h3.title , .about h2{
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 3px;
        color: #ffa814; }

td.product_info td.about h2 {
	font-weight: bold;
	color: #B71F02;
	margin:8px 200px 7px 0px;
	padding-bottom:3px;
	border-bottom:1px solid #9A8458;
	width:97%; }

td.product_info td.about { padding-left:15px; }
td.product_info td.about h2 {
	font-weight: bold;
	color: #ffa814;
	margin:8px 200px 7px 0px;
	padding-bottom:3px;
	border-bottom:1px solid #c0c0c0;
	width:98%; }

td.product_info td.about { padding-left:15px; }

.contact .title { font-weight: bold; color: #ffa814; }
.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-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(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;}

.testimonials { text-align:left; color:#404040;	margin-left:12px; }

.testimonials h4 {
    border-bottom: 1px solid #C0C0C0;
    color: #FFA814;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-top: 10px; }

.testimonials h4 a { color: #FFA814; }

.testimonials h3 {
    color: #FFA814;
    font-size: 14px;
    padding-bottom: 3px;
    padding-top: 0;
    border-bottom: 1px solid #C0C0C0;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;}

.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(faq-li.gif) no-repeat 0 5px;
	color:#7C6843;
	padding-left:10px;
	text-decoration:underline; }

.testimonials ul li a:hover { color:#BC9E64; }
.testimonials ul li a:visited {
	background:transparent url(faq-li.gif) no-repeat 0 5px;
	color:#7C6843;
	padding-left:10px;
	text-decoration:underline; }

/* product pages */
/*****************/

.product_page_tables h3 { 
    color: #1077bf;
    font-size: 15px;
    padding: 9px 0 9px 10px;
    background: url("product_table_bg.gif") no-repeat scroll 0 0 transparent; }

.img-info-table {
    background: url("product_page_bg.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    float: left;
    padding: 30px 12px;
    position: relative;}
.free-ship-icon {
    display: inline-block;
    left: 100px;
    position: absolute;
    top: 135px; }
.product_info .product_header { padding-bottom: 12px; }

.product_info .info { float: left; padding: 0 10px 0 20px; width: 330px; }

.product_info .cart_button {
    background: url("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; line-height: 16px;}
.product_info a {text-decoration:none;}

.products_table { color: #787878; font-size: 13px; width: 100%; border: 1px solid #EFEFEF; border-top: none; border-bottom: none;}

div.product_table {
    margin-bottom: 10px;
    position: relative;
    zoom: 1; }

.products_table th {
    background: #f7f7f7;
    border-bottom: 1px solid #E9E9E9;
    color: #59554A;
    font-size: 12px;
    padding: 9px 3px;
    text-align: left;
    white-space: nowrap;}
.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 tr.r1 { background: #F0E8D7; }
.products_table tr.r2 { background: #F0E8D7; }*/
.products_table td { padding: 10px 3px; border-bottom: 1px solid #e9e9e9; }
.products_table .td_radio_btn { padding: 0 0 0 22px; width: 20px; }
.products_table td.td_qnty { padding-right: 20px; text-align: left; width: 90px; }
.products_table td.td_price { padding-left: 22px; text-align: left; width: 120px; color: #787878; }
.products_table td.td_price_pp { text-align: left; padding-left: 20px; }
.products_table .save { color: #F76E00; font-weight: normal; padding-left: 10px; }
.products_table .note_cell { border:1px solid #42A29A; border-bottom:none; padding: 4px; color:#ff0000; }
.products-table-header {width: 259px;}

.product_page_tables form .order_button {
    background: url("more_info_btn.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 7px;
    padding-left: 31px;
    padding-top: 4px;
    text-align: left;
    text-decoration: none;
    width: 105px; }

    .product_page_tables form .out-of-stock-btn,
    .product_page_tables form .out-of-stock-btn:hover
    { background-position: 0px -29px; cursor: defualt; color: #eee8e7; text-decoration: none; }

/* Products view */
/*****************/

.display_products h2, .product_info h2 {
    border-bottom: 1px solid #E9E9E9;
    color: #1077BF;
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: bold; }

    .display_products h2 { margin-bottom: 15px; }

    .display_products h3 { font-weight: bold; color: #000; font-size: 13px; margin-bottom: 12px; }

    h2.search { margin-top: 20px; background: none !important; }

.product_view {
    clear: both;
    height: 152px;
    margin-bottom: 20px;
    padding-top: 5px;
    position: relative; }

    .wrapper .product_hover .text { background: #e8f3f3; }
    .wrapper .product_view .more_details { display: block; margin-top: 20px; }

    .product_view .image {
        background: url("product_bg.gif") no-repeat scroll 0 0 transparent;
        float: left;
        margin-right: 15px;
        padding: 20px 25px 19px 19px;
		position: relative; }
		
		.product_view .image img.out-of-stock { position: absolute; right: 0; top: 0; }
		
    .product_view .text { margin: 2px; overflow: auto; padding: 0px 5px 5px 10px; zoom: 1; height: 165px;}

    .product_view .number {
        background: url("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: url("more_info_btn.gif") no-repeat scroll 0 0 transparent;
        color: #FFFFFF;
        display: block;
        float: left;
        font-size: 13px;
        font-weight: normal;
        line-height: 21px;
        margin: 0;
        padding-bottom: 4px;
        padding-left: 32px;
        padding-top: 3px;
        text-align: left;
        text-decoration: none;
        width: 73px; }

    .wrapper .product_view .carton_from { float: left; margin-right: 10px; font-size: 15px; line-height: 30px; }
    .wrapper .product_view .carton_from em { color: #ff7603; font-weight: bold; }

    .product_view a { color: #ea7200; }
    .product_view a.cat_link { color: #7a9c13; }
    .product_view a:hover { text-decoration: underline; }
    .product_view .pill_image,
    .product_view .pill_image:hover { 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-bottom: 5px;
        margin-top: 0;
        padding:0px 0 3px 0;
        position: relative;
        border-bottom: none;
        background: none;
        width: auto;
        color: #848484;
        font-weight: normal;}

        .product_view h2 a, .display_products h3 a {
            color: #1077bf;
            font-size: 13px;
            font-weight: bold;
            text-decoration: none; }

        .product_view h2 .cat_link { color: #605F5F; }

	.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 Boxes */
/*****************/

.product_boxes li{
	float:left;
	display:inline;
	width:192px;
	height:180px;
	margin:2px;
	background:url(product-box-content.jpg) top no-repeat;
	position:relative; }

.product_boxes li h5 {
	font-weight:bold;
	text-align:left;
	height:19px;
	padding:9px 9px; }

    .product_boxes li h5 a { color:#1077bf; text-decoration: none; }

.product_boxes li a.cig_image{
	float:right;
	position:absolute;
	top:51px;
	left:100px;
	background:url(pic-loader.gif) center center no-repeat;
	height:123px;
	width:91px; }

.product_boxes li a.order_button{
	text-decoration:none;
	color:#fff;
	float:right;
	display:inline;
	margin-right:10px;
	width:60px;
	height:21px;
	line-height:21px;
	text-align:center;
	position:absolute;
	top:148px;
	left:30px; }

.product_boxes li a.order_button:hover{	color:#DFDFDF; }

.product_boxes li p.price{
	color:#404040;
	float:left;
	text-align:center;
	position:absolute;
	top:70px;
	width:100px;
	line-height:18px;
	font-size:14px; }

    .product_boxes li p.price em {
        display: block;
        font-size: 11px; }

		
		/* If index boxes by brand */
		
		.brand_boxes li{
			width: 193px;
			height: 201px;
			background: url(brand-box-content.jpg) no-repeat 0 0 transparent; }
		
			.brand_boxes li.box.first{ margin-left: 0; }
			
			.brand_boxes li.box.last{ margin-right: 0; }
			
				.brand_boxes li a.cig_image {
					background-image: none;
					text-align: center;
					top:51px;
					left: 6px;
					width: 181px;
					height: 77px;
					position: absolute;  }
				
				.brand_boxes li a.order_button {
					font-size: 13px;
					height: 21px;
					left: 40px;
					padding-left: 19px;
					top: 160px;
					width: 88px;}
			
			/* End if index boxes by brand */
		
/****/

.prescription{
	position:absolute;
	top:-390px;
	left:190px; }

.v_footer_container{
    float:right;
    position:relative;
    right:15px;
    width:590px; }

.companyDetails {
    margin: 0 auto -2px;
    overflow: hidden;
    width: 781px; }

.seals_container table { width:515px !important; }

.footer{
    background: #6F6F6F;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    width: 781px;
    clear: both; }

    .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:#e7e7e7;
                border-right:1px solid #cbcbcb;
                text-decoration:none;
                text-transform:capitalize;
                padding:0 10px; }

                .footer li a.last {	border-right:none; }
                .footer li a:hover { color:#f3f3f3;	text-decoration:underline; }

/* Seals Module */

 /* hide this from opera6 */
head:first-child+body div.thetable { height: 100%; }

.tablerow {
	display:block;
	/*height:7em;*/
	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 {
	margin: 0 auto;
	position: relative;
	z-index: 5;
        display: block; }

        .one img {     
            display: block;
            margin: 0 auto;
            text-align: center;
            position: relative;
            top: 20px; }

.two {
	width: 33%; 
	position: relative;
	float:left;
	text-align:center; }

.three {
	width: 33%; 
	position: relative;
	text-align:right;
	float:right; }

 /* list popup */
 form#autocompleteForm { padding: 0; margin: 0; }

.suggestionsBox {
    position:absolute;
    left: 179px;
    top: 20px;
    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;
    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:#FFAF4B; color:#fff; }
img.baloon_header {position: relative; top: 4px; left: 0; margin: 0}
img.baloon_footer {position: relative; top: -4px; left: 0; margin: 0}

/*footer*/
#footerMain #footerShipping,
#footerMain #footerPayments {
	padding:8px 0px;
	width:591px;
	height:85px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative; }

#footerMain #footerShipping { padding:2px 0; }
#footerMain h2 {
	font-size:12px;
	color:#1070b3;
	font-weight:bold;
	padding:8px 0 22px 0px; }

#footerMain #footerShipping div,
#footerMain #footerPayments div {
	background:url(/images/payments_shipping/100/line.gif) repeat-x left top;
	height:100%;
	padding-left:13px; }

#footerMain #footerShipping span,
#footerMain #footerPayments span {
	height:85px;
	width:11px;
	position:absolute;
	top:8px; }

#footerMain #footerShipping span.left,
#footerMain #footerPayments span.left{
	background:url(/images/payments_shipping/100/left.gif) no-repeat left top;
	left:0px; }

#footerMain #footerPayments span.right,
#footerMain #footerShipping span.right{
	background:url(/images/payments_shipping/100/right.gif) no-repeat left top;	
	left:100%;
	margin-left:-11px; }

#footerMain #footerShipping span.right,
#footerMain #footerShipping span.left {	top:2px; }
#footerMain ul li {
	float:left;
	display:block;
	margin-right:3px; }

/*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: #FFA814; }
.coupon .title { background-color:#1C8FCE; color:#fff; }
.coupon .title b{ color:#FF8916; }
.coupon td{	background-color: #fff; }
.coupon b {	color:#000000; }

.coupon a {
	color:#3C526B;
	font-size:12px;
	font-weight:bold;}

.orderStatus {
	background: #3D81B4 url(menu.png) repeat scroll 0 0;
	color: #fff; }

.prodName { color: #486770; }
a.prodName:active{ color: #ED5E00; }
.orderHeads { color: #3C526B; }
.orderBody { color:#474747;	background-color: #fff; }
.helpHead {
	background-color:#4A727B;
	color:#FFFFFF;
	margin:0; }
.helpTitle{
	font-size:12px;
	font-weight:bold;
	color:#3C526B;}
.helpNote{
	color: #FFA814;
	font-weight: bold;}
.order_status_body { background-color: #fff; }

/* Serch results */

.product-category a { text-decoration: none; }

	.product-category a:hover { text-decoration: underline; }

.product-category h2 {
	border-bottom: 1px solid #C0C0C0;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
	color: #FFA814;
	font-size: 15px;
	padding-bottom: 3px;
	padding-top: 0; }

.product-category h3 a { color: #1077BF; }

.product-category h3 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 8px;
	display: block; }

	.product-category h3 span {
		color: #DFDFDF;
		font-weight: normal; }

.product-category a.product-name { color: #5F5F5F; }

.product-category a.product-name {
	font-size: 11px;
	font-weight: normal;
	display: inline; }

	.product-category ul li {
		width: 100%;
		padding: 8px 0;
		border-bottom: 1px solid #EFEFEF;
		float: left; }

		.product-category ul li p {
            line-height: 1.4em;
            margin: 0 30px 15px 0; }

        .product-category ul li a.product-thumbnail-link {
            width: 101px;
            height: 136px;
            float: left;
            margin: 0 19px 0 10px;
            background: url(pic-loader.gif) no-repeat 50% 50%; }

		.product-category ul li .product-thumbnail {
            background-color: #fff;
            color: #5F5F5F; }

.product-category .searchResults,
    .product-category .searchResults:hover {
        background: #D0DFE8 url(button-add-to-cart.jpg) repeat-x 0 0;
        color: #fff;
        margin: 0 6px 0 0;
        width: 69px;
        float: right;
        text-align: center; }

/* End Serch results */

/* Product category page and table */

.product-category-content { padding: 0;}
    .product-category-content h4{ font-weight: bold;}
    .product-category-content .box-msg.information{ background-position: 4% 50%;}
    .product-category-content ul{
        padding: 5px 0;
        margin-left: 20px;}
     .box-msg.information span { display: block; }

#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: #80BBE5 url(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: 8px 4px; }

        tr.r1, tr.r2 { background: #fff; cursor: pointer; }

        tr.selected-row { background: url(selected.gif) repeat-x 0 0; color: #000; }
        tr.selected-row td.td_price { color: #000; }

	#product-category-table tbody tr:hover td { background: #D1E2EF; }
    #product-category-table tfoot td{ 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(pic-loader.gif) 50% 50% no-repeat;
            border-right: 1px solid #D0DFE8; }

/* Product category page and table */

/* Search Autocomplete Suggestion Box */

	div#search-autocomplete  {
        border: 1px solid #d1cccc;
        background: #f0f0f0;
        z-index: 999999;
        width: 295px !important;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        margin-top: -14px; }

	#search-autocomplete div.triangle { display:none; }

	#search-autocomplete ul.suggestion-list { width: 295px; }
        
        #auto_complete_notes a { color: #1077BF; }
        
    #search-autocomplete ul.suggestion-list li {
        margin-bottom:0;
        border-bottom: 1px solid #dddddd; }

			#search-autocomplete ul.suggestion-list li.ac_over {
                color: #fff;
                background: url("menu_inner_hover.gif") repeat-x scroll 0 0 #2783B4; }

    #search-autocomplete ul.suggestion-list a { color: #1d1d1d; }
        #search-autocomplete ul.suggestion-list li.ac_over a { color: #fff;; }
     #search-autocomplete ul.suggestion-list cite { margin-top: 3px; }
     #search-autocomplete ul.suggestion-list li.ac_over cite { color: #f0f0f0; }

 /* End Search Autocomplete Suggestion Box*/
 
 /* Facebook Banner */
 
	.facebook_banner {
		background: url(facebook-like-icon.png) no-repeat top center;
		height: 135px;
		margin-top: 10px;
		padding-top: 51px;
		text-align: center;}

		.facebook_banner a{ text-decoration: none;} 

		.facebook_banner strong {
			font-size:18px;
			text-transform: uppercase;
			color: #0c7dce;
			margin-bottom: 10px;
			font-weight: normal;} 
		
		.facebook_banner em { 
			color: #3a3a3a;
			margin-bottom: 10px;
			font-size: 15px;} 
			
 		.facebook_banner .like-box{ 
			background: url( facebook-border-box.gif) repeat-x top left;
			padding-top: 10px;
			margin-top: 10px; } 
		
 /* End Facebook Banner */
 
 
