/*--------------------------*/

/*       Standards	    */

/*--------------------------*/


/* body class */

html {
	background-color: #f1f1f1;
	background-image: url("/images/web/html-bk.jpg");
	font-size: 0.8em; 
}

#xmas_bg {
	position:absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url("/images/web/philglas-xmas-final.png");
}

body, p {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	color: #000;
}

.bodyclass {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	background-color: #fff;
	margin-top: 10px;
	padding: 10px;
}

* { padding: 0; margin: 0; }

table, tr, td {
	border-collapse: collapse; 
	padding: 0; 
	margin: 0; 
}


/* GENERIC STYLES */

        ul { margin: 15px 25px;}

        a, a:link, a:visited,
        a.links_main, a.links_main:link, a.links_main:visited {
                text-decoration: none;
                color: #620063;
                font-family: Lucida Sans Unicode,Lucida Grande, sans-serif;
	}
        a:hover { 
                text-decoration: underline;
        }

        .main_spacer {display:20px }
        
        .font_error { font-weight: bold;    font-size: 10pt;    color: #ff0000; }

        .buttonstyle {
            background-color: #6c125c;
	    height: 27px;
            padding: 0 10px;
            font-size: 1.1em;
	    color: #fff;
            border: 1px solid #6c125c;
            margin: 2px 0;
        }
        .buttonstyle:hover {
	    cursor: pointer;
            background-color: #f7f3ee;
            color: #6c125c;
        }
       	    
        input.btnhov { 
            border-color: ;
        }


    /* small text class */
        .small_main {
            font-weight : normal;
            font-size : 8pt;
        }

    /* input field class */
        .font_input {
            border-style:inset;
            border-width:1px;
            border-color: #999;
            margin: 2px 0;
        }



/*---------------------
  
     TOP SECTION     

---------------------*/

    #login_tbl {display: none}

/* HEADER */

    #header{ display: block; width:980px; height:73px; background-color: #e8ddcf; }

        #header-left, #logo { float:left; }
        #logo img { border: 0; }

        #topMenu { float:right;}
        #topMenu-left   { display: none; }
        #topMenu-right  { height: 73px; float:left;
            width: 10px;
            background-image: url(/images/web/header-right.jpg);
            background-repeat: no-repeat;
        }
        #topMenu-center {  height: 73px; float:left;
            text-align: right;
            width: 617px;
            padding: 0 10px;
        }

            #userMenu { border: 0; float:right;}
            #userMenu a { margin: 0 0 0 20px; color:#660066; font-size: 0.85em;  font-weight: normal;  }

                #userOptions { float:left; margin: 0; vertical-align:top; }
                    #loginMsg_tbl { float:left; margin:0 10px; font-size: 0.85em; color: #333;}
                #userLinks { float:left; margin: 0; vertical-align:top;}
                    #link-basket {  }
                    #link-login  {  }

            #siteMenu { margin: 5px 0 0 0; text-align:right; float:right;  width: 617px;}
            #siteMenu a { margin: 0 0 0 20px; color:#660066; font-weight: bold; font-size: 0.9em; }

            #searchbox { float: right; margin-top: 5px;}
                #searchbox input { float: left;}
                #search-field {
                        border: 0;
                        background-image: url(/images/web/search-bk.jpg);
                        width: 145px;
                        height: 22px;
                        color: #666;
                        font-size: 9pt;
                        padding: 2px 5px;
                }
                #searchbox select.font_input { float: left; border-width: 1px; margin: 3px 5px; }
                #searchbox input[type="image"] { margin-top: 2px; }


/* NAVIGATION BAR */

        #catMenu_tbl {
            height: 38px;
            width: 980px;
            background-image: url(/images/web/navBar-end.jpg);
            background-repeat: no-repeat;
            background-position: top right;
	    padding:0;
	    margin:5px 0 10px;
            border:0;
        }
        #catMenu_hdr {
            height: 38px;
            width: 10px;
            float:left;
            display: inline-block;
            background-image: url(/images/web/navBar-start.jpg);
            background-repeat: no-repeat;
            background-position: top left;
	    padding:0;
	    margin:0;
            border:0;
        }
        #catMenu_tbl tr {
            display: inline-block;
            float:left;
	    margin:0;
            border:0;
        }

    /* CATE MENU - Category selection list */

	ul.makeMenu {
            float: left;
	    list-style-type:none;
            display: inline-table;
            height: 38px;
            width: 960px;
            background-image: url(/images/web/navBar-bk.jpg);
            background-repeat: repeat-x;
	    padding:0;
	    margin:0;
            border:0;
	}
	ul.makeMenu > li {
            display: table-cell;
            width: auto;
            height: 38px;
            background-image: url(/images/web/navBar-bk.jpg);
            background-repeat: repeat-x;
            background-position: top right;
            margin: 0;
            padding: 0;
            vertical-align: middle;
	}
	ul.makeMenu > li > a:link,
        ul.makeMenu > li > a:visited {
            display: block;
            width: auto;
            padding: 0 10px;
            text-align: center;
	    color: #fff;
            font-size: 0.9em;
            font-weight: normal;
	    line-height: 15px;
            border: 0;
            vertical-align: middle;
	}
	ul.makeMenu > li:hover {
            background-color: #6c125c;
            background-image: none;
	}
	ul.makeMenu > li:hover > a,
        ul.makeMenu > li > a:hover {
	    color: #fff;
            text-decoration: none;
	}


            /* display subMenu on RollOver */

	    ul.makeMenu li:hover > ul {    
                display: block;

	    }


    /* CATE SUB-MENU - Sub-category selection list */

	    ul.makeMenu > li > ul {  
                display: none;        /* hide subMenu until rollover */ 
                position: absolute;
                z-index: 5;
                height: auto;
                margin: 0;
                background-color: #fff;
                border: 1px solid #6c125c;
                border-top: 10px solid #6c125c;
                width:auto;
                min-width: 130px
	    }

	    ul.makeMenu > li > ul > li {
                position:relative;
                display: block;
                margin: 0;
                padding: 0;
                border: 0;
                width:auto;
	    }
	    ul.makeMenu > li > ul > li > a {
                display: block;
		padding: 0 25px 0 15px;
                line-height: 28px;
	        font-size:1em;
                color: #2f2f2f;
	    }
	    ul.makeMenu li ul li:hover, ul.makeMenu li ul li.CSStoHighlight {
                background: none;
	    }
	    ul.makeMenu li ul li:hover > a {
                text-decoration: none;
                color: #6c125c;
	    }



    /* CATE SUB-SUB-MENU - Sub-sub-category selection list */

	    ul.makeMenu ul li ul {  
                display: none;
	    }   
	    ul.makeMenu ul li:hover > ul,
	    ul.makeMenu ul li ul {  
                display: none;
	    }   




/*--------------------
  
     LEFT SECTION     

---------------------*/

/*  CYBERTILL CLASSIC  */
    
    td.section_left {
        width: 210px;
        max-width: 210px;
        vertical-align: top;
    }


/*  BASKET  */

    #cart_tbl {
        width: 209px;
        background-color: #f7f3ee;
    }   


    /*  view and checkout  */
    #cart_tbl > tbody > tr > td {
        display: block;
        background-image: url(/images/web/basket-footer.jpg);
        background-repeat: no-repeat;
        width: 209px;
        height: 26px;
        color: #666;
        text-align: right;
        padding: 0;
    }
    #cart_tbl a.links_left {
        font-size: 1em;
        line-height: 22px;
        color: #505050;
        text-align: right;
        margin-right: 10px;
        padding: 0;
    }
    #cart_tbl a.links_left:first-child {
        margin-right: 0px;
    }

    /*  item cells  */
    #cart_tbl > tbody > tr > td.small_main {
        background-image: none;
        font-size: 0.9em;
        line-height: 20px;
        height: auto;
        width: 189px;
        padding: 0 10px;
        color: #666;
        text-align: left;
    }
    #cart_tbl hr {
        border: 0;
        display: none;
    }

/*  OFFERS  */

    #sideOffer_tbl {
        margin: 10px 0;
        width: 209px;
        background-color: #f7f3ee;
        background-image: url(/images/web/sideOffers_bg.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
    } 
    #sideOffer_tbl > tbody > tr > td {
        padding: 10px;
    }
    #sideOffer_tbl table,
    #sideOffer_tbl table p  {
        width: 189px;
        color: #6f4f36;
        font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
        text-align: center;
        font-weight: bold;
    } 
    #sideOffer_tbl table th {
        font-size: 18pt;
        font-variant:small-caps;
 
    } 
    #sideOffer_tbl table td {
        font-size: 10pt;text-transform: uppercase;
 
    } 
    #sideOffer_tbl hr {
        width: 185px;
        border: 0;
        margin: 3px auto 0;
        border-top: 1px solid #6f4f36;
    } 

/*  LAST PRODUCTS VIEWED  */

    #lastview_tbl {
        width: 209px;
        background-color: #f7f3ee;
        background-image: url(/images/web/lastViewed-bk.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
    }   

    /*  header  */
    td#lastview_hdr {
        background-image: url(/images/web/lastViewed-header-bk.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        color: #fff;
        line-height: 26px;
        padding: 0 0 10px 10px;
        width: 209px;
    }

    #lastview_tbl td.column_left {
        padding: 0 0 10px 10px;
    }  



/*--------------------
  
     MAIN SECTION     

---------------------*/

/* HOME page */

    #homeOffer {
        margin: 0 0 0 -7px;
        width: 980px;
        height: 34px;
        background-color: #f7f3ee;
        background-image: url(/images/web/offer_bg.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        color: #6f4f36;
        font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
        text-align: center;
        font-weight: bold;
        font-size: 12pt;
    } 

    #home_tbl { margin: 10px 0;}

    #welcome_txt {
        width: 321px;
        height: 362px;
        line-height: 15px;
        background-image: url(/images/web/home-welcome-bk.jpg);
        vertical-align: top;
        padding: 112px 25px 0 27px;
        color: #6c6c6c;
        font-size: 0.9em
    }
    #byCountry > img {margin: 15px 0;}
    #wineClub > img { margin-right: 27px }


/* news feed */

    #newsHeader_tbl,
    .newsPost_tbl { display:none; }
    
    #newsFeed {
        display:block;
        height: 40px;
        width: 970px;
        background-image: url(/images/web/newsFeed_bg_end.jpg);
        background-repeat: no-repeat;
        background-position: top right;
    }
    #newsFeed_hdr {
        display: block;
        float: left;
        height: 40px;
        width: 130px;
        background-image: url(/images/web/newsFeed_hdr.jpg);
        background-repeat: no-repeat;
        background-position: top left;
    }

/* liScroll styles */

    .tickercontainer { /* the outer div with the black border */
        display: block;
        float: left;
        border: 0;
        width: 831px; 
        height: 40px;
        margin: 0; 
        padding: 0;
        overflow: hidden; 
        background-image: url(/images/web/newsFeed_bg.jpg);
        background-repeat: repeat-x;
    }
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    left: 5px;
    top: 2px;
    width: 810px;
    overflow: hidden;
	zoom: 1;
}
ul.newsticker { /* that's your list */
    position: relative;
    left: 750px;
    font: bold 10px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;
	zoom: 1;
    height: 40px;
}
ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding: 0;
    height: 40px;
    margin-right:40px;
	zoom: 1;
}
    ul.newsticker li div,
    ul.newsticker li span,
    ul.newsticker li p {
            float: left;
			zoom: 1;
            display:inline-block;
            font-size: 10pt;
            font-weight: normal;
            font-family: Lucida Sans Unicode,Lucida Grande, sans-serif;
    }
    ul.newsticker li > div {
            padding-top: 8px;
    }
    ul.newsticker li .newsTitle img {
            padding-top: 3px;
    }
    ul.newsticker li .newsTitle {
            color: #ffeba7;
            margin-right: 10px;
            text-transform: uppercase;
    }
    ul.newsticker li .newsContent,
    ul.newsticker li .newsContent span {
            color: #fff;
    }
    ul.newsticker li .newsContent a {
            color: #fff;
            font-style: italic;
            text-decoration: underline;
    }


/* RESULTS FILTER OPTIONS */


    #hdr_results {
        display:block;
        background-image: url(/images/web/resultsFilter-bk.jpg);
        background-repeat: no-repeat; font-weight: bold;
        background-color: #f7f3ee;
        color: #757575;
        width:739px;
        height: 17px;
        padding: 10px;
    }

    #pageDisplayed { font-weight: bold;}
    #pageDisplayed a { text-transform: underline;}

    #sortBy-container { float:right;}

        #sortBy-container form { float:left;}
        select.font_input[name=sortType],
        select.font_input[name=imageType] {
            float:left;
            font-size:12px;
            color: #666;
            margin-right: 4px;
            margin-top: -1px;
            border-width: 1px
        }
        #sortBy-txt { float:left; margin-right: 10px; color: #757575; font-weight: bold;}


/* CATEGORY page */

    /* product category header css */

            #cat_hdr {
                margin: 0 0 -10px 0;
	    }
	    #cat_hdr tbody tr td {
                color: #60604b;
                vertical-align: middle;
                text-transform: uppercase;
                font-size: 16px;
                font-weight: bold;
                letter-spacing: 1px;
	    }
	    #cat_hdr tbody tr td span {
                text-transform: none;
                font-size: 12px;
	    }

    /* CATEGORY - Sub-categories listings */

	    #catprods_hdr {
                margin: 10px 0 0 0;
	    }
	    #catprods_hdr tbody tr td {
                display: table-cell;
                padding: 10px 0 10px 0;
	    }

    /* CATEGORY - Products listings */

	    #catprods_tbl {
                text-align : left;
                border-collapse: separate;
                border-spacing: 0px 10px;
	    }
	    #catprods_tbl > tbody > tr {
	    }

            /* product container / price */
	    #catprods_tbl > tbody > tr > td.column_main {
                text-align : left;
                vertical-align: top;
                color: #6e125f;
                font-size: 15pt;
                font-weight: bold;
                display: inline-block;
                width: 148px;
                height: 230px;
                max-width: 150px;
                padding: 0 10px;
                background-color: #f3eee7;
                border: 1px solid #e8ddcf;
                border-top: 0;
                margin: 5px 8px;
	    }

            /* product name */
            #catprods_tbl > tbody > tr > td > a {
                margin-top: 120px;
                color: #666;
                text-decoration : none;
                font-size: 12px;
                font-weight: bold;
                display: inline-block;
            }
            #catprods_tbl > tbody > tr > td.column_main:hover {
                background-color: #6e125f;
                border: 1px solid #6e125f;
                color: #fff;
                border-top: 0;
            }
            #catprods_tbl > tbody > tr > td.column_main:hover a {
                color: #f3eee7;
            }
            #catprods_tbl > tbody > tr > td.column_main:hover table {
                border: 1px solid #6e125f;
            }

            /* product image */
            #catprods_tbl tbody tr td table {
                position: absolute;
                background-color: #fff;
                border: 1px solid #e8d0b0;
                width: 170px;
                height: 120px;
                margin: 0 0 0 -11px;
                text-align: center;
            }
            #catprods_tbl tbody tr td table tr td {
                vertical-align: middle;
            }
            #catprods_tbl tbody tr td table tbody tr td a img {
                max-width: 178px;
                max-height: 120px;
            }


    /* PRODUCT - details page */

	    #prod_tbl {
                width: 730px;
                margin-left: 10px;
	    }

            /* product name */
	    #prod_tbl > tbody > tr.column_main > td {
                color: #000;
                font-weight: normal;
                text-align: left;
                margin-bottom: 10px;
	    }
            /* product name */
	    #prod_tbl > tbody > tr.column_main > td > table > tbody > tr > td.column_main > table > tbody > tr > td.column_main > b {
                color: #5c0e57;
                font-size: 1.3em;
                font-weight: normal;
                text-align: left; /* added 12/03/2011 MW */
                display: block;
                margin-bottom: 10px;
	    }

            /* product image */
	    .small_main:first-child img:first-child  {
                border: 1px solid #999;
                margin-right: 15px;
                margin-bottom: -10px;
	    }

            /* 'Zoom' + 'Click to add' */
	    #prod_tbl tbody tr td b{
                font-weight: normal;
                color: #333;
                text-align: left;
                vertical-align: top;
	    }

            /* separator */
	    #prod_tbl hr {
                color: #999;
                display: block;
                margin: 30px 0 10px 0;
                border-width: 1px 0 0 0;
	    }
            
            /* Click to Add text */
            #prod_tbl > tbody > tr.column_main > td.column_main > b {
                color:#5c0e57;
                display: block;
                margin-bottom: 10px;
            }

            /* item details */
	    #item_Tbl {
                background-color: #f7f3ee;
	    }
	    #item_Tbl table{
                margin-left: 140px;
	    }
	    #item_Tbl tbody tr td tbody tr td{
                vertical-align: middle;
                text-transform: none;
                font-size: 14px;
                color: #464646;
                font-weight: normal;
	    }
            input[value="Continue Shopping"] { margin-left: 150px}


            /* Kits */
            #kitBit.column_main { margin-left: 0; padding: 0;}
            #kitBit.column_main table{ margin: 10px 0; padding: 0;}

/* BASKET page */


    /* BASKET page OVERVIEW TABLE */

            /* table header */
	    #shopcart_hdr td {
                padding: 5px 10px;
                width: 743px;
                background-color: #fff;
	    } 
	    #shopcart_hdr tr.tablecontrast td {
                display: block;
                font-weight: bold;
                color: #fff;
                background-color: #6c125c;
                border:0;
	    }
	    #shopcart_hdr {
                margin-top: 0px
	    }



            #shopcart_tbl, #shopcart_tbl td, #shopcart_tbl table { border-collapse: collapse;  }
            
            /* column headers */
            #shopcart_tbl .sectionborder_main tr.header_main td { color: #7e6447; background-color: #eadfd2; font-weight: bold; }

            /* main cells */
            #shopcart_tbl .sectionborder_main tr.column_main { background-color:#f8f7f2 }


	    #shopcart_tbl table.sectionborder_main {
                margin-top: 0px;
	    }
	    #shopcart_tbl table.sectionborder_main td {
                color: #464646;
                border: 1px solid #6c125c;
                padding: 5px;
                vertical-align: middle;
	    }
	    #shopcart_tbl table.sectionborder_main .font_input {
                margin-top: 20px;
	    }


    /* BASKET page OPTIONS TABLES*/

            #shopcart_tbl table:first-child {
                background-color: #f9f6f3;
                color: #60604b;
                width: 763px;
                height: 73px;
                margin: 0;
            }
            #shopcart_tbl table:first-child td {
                text-align: left;
                padding-left: 40px;
                padding-bottom: 10px;
            }
            #shopcart_tbl input[value="Checkout"].inactive {
                display: none;
            }
            div.inactive {
                background-color: #666;
                height: 27px;
                line-height: 27px;
                text-align: center;
                padding: 0pt;
                font-size: 1.1em;
                color: #ffffff;
                cursor: pointer;
            }


/* REVIEWS TABLE */

    #reviews_tbl td { vertical-align:top; padding: 0 10px;}
    #reviews_tbl img { margin: 0 10px 5px 0; display:inline-block; float:left; }  
    #reviews_tbl font[size='4'] { margin-bottom: 10px; color:#660066; } 
    #reviews_tbl p { margin-bottom: 10px; color:#333; }  
    #reviews_tbl hr { margin: 20px 0; border: 0; border-top: 1px dashed #660066;}


/*--------------------
  
    BOTTOM SECTION     

---------------------*/

/*  RECOMMENDS TABLE  */

    #footer-recommends {
        margin: 10px 0 0 -10px;
        width: 960px;
        padding: 0 20px;
        background-color: #ddd;
        background-image: url(/images/web/philglas-recommends-bk.jpg);
        background-repeat: repeat-x;
        height: 255px;
    }

    #footer-recommends #title {}
    
    #tbl-1 { width: 960px; margin-top: 0px;}

    #tbl-1 > tbody > tr > td { width: 180px; padding: 0; float:left;}
    #tbl-1 td.col-1 { width: 180px; padding-left: 40px;}

        #tbl-1 td a { width: auto; padding: 0;}
        #tbl-1 td a:hover .level-2-tbl  td.row-1 img { border: 1px solid #620063;}
        #tbl-1 td a:hover .level-2-tbl  td.row-2 { color: #620063; text-decoration: underline;}
        #tbl-1 td a:hover .level-2-tbl  td.row-3 { color: #620063; text-decoration: underline;}

            .level-2-tbl { width: 170px; margin-right: 10px; border-spacing: 0;}
            .level-2-tbl td.row-1 img { margin-bottom: 6px; border: 1px solid #999;}
            .level-2-tbl td.row-2 { color: #505050; font-size: 0.9em; text-align:left; line-height: 15px;}
            .level-2-tbl td.row-3 { font-size: 1.3em; line-height: 28px; }   


/* FOOTER */

        td.column_bottom {
            display: block;
            position: absolute;
            margin: 0;
            left: 0;
        }
        td.column_bottom a.links_main {
            color:#333;
            font-weight: normal;
        }
        #footer-container {
            background-color: #e8ddcf;
            width: 1000px;
            display: block;
            margin: 0 0 -10px -10px;
            left: 0;
        }

        .footer-left { display: block; float: left; }
        .footer-right { display: block; float: right; text-align:right; }

            #footer-purple {
                background-image: url(/images/web/footer-bk.jpg);
                background-repeat: repeat-x;
                border:0;
                display: block;
                margin: 0 10px;
                width: 980px;
                height:85px;
            }
                #footer-purple .footer-left{
                    background-image: url(/images/web/footer-left.jpg);
                    background-repeat: no-repeat;
                    background-position: top left;
                    padding-left: 10px;
                    padding-top: 25px;
                    color: #fff;
                    font-size: 0.9em;
                    border:0;
                    display: block;
                    margin: 0;
                    height:30px;
                }
                #footer-purple .footer-right{
                    background-image: url(/images/web/footer-right.jpg);
                    background-repeat: no-repeat;
                    background-position: top right;
                    padding-left: 10px;
                    border:0;
                    display: block;
                    margin: 0;
                    height:85px;
                }
                    #orderLine{
                        margin:15px 10px 0 0;
                        font-size: 1.9em;
                        color: #fff;
                        background-image: url(/images/web/footer-orderline.jpg);
                        background-repeat: no-repeat;
                        background-position: top left;
                        padding-top:26px;
                    }

            #footer-white{
                background-image: url(/images/web/footer-white-bk.jpg);
                background-repeat: repeat-x;
                border:0;
                display: block;
                margin: 0;
                width: 1000px;
                height:50px;
            }
                #footer-white .footer-left{
                    background-image: url(/images/web/footer-secureShopping.jpg);
                    background-repeat: no-repeat;
                    background-position: top left;
                    color: #fff;
                    font-size: 0.9em;
                    border:0;
                    display: block;
                    margin: 7px 20px;
                    width:588px;
                    height:36px;
                }
                #footer-white .footer-right{
                    border:0;
                    display: block;
                    padding: 7px 10px;
                    margin: 0;
                }

            #footer-links {
                padding: 10px 0 0 20px;
            }
            #footer-links a {
                color: #505050;
                font-size: 0.85em;
                padding: 0 0 0 17px;
            }
            #footer-links a:first-child {
                background-image: none;
                padding: 0;
            }
            #footer-times {
                padding: 0 0 15px 20px;
                color: #505050;
                font-size: 0.85em;
            }   

