
/* Reset */
p, ol, dl, ul, p, h1, h2, h3, h4, h5, h6, form, .radio {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    border: none;
    font-weight: normal;
    font-size: 100%;
    clear: both;
}
img {
    border: none;
}
.radio {
    display: inline;
}



/* General */
html, body {
    margin: 0;
    padding: 0;
}
body {
    text-align: center; /* IE5- */
    font-family: Arial, Geneva, Sans-serif;
    font-size: 70%;
    line-height: 140%;
    color: #000000;
    background-color: #FFFFFF;
}
#page {
    text-align: left; /* IE5- */
    width: 970px;
    margin: auto;
    position: relative;
  /*  border: 1px solid #4DA8C5; */
    border-top: none;
}
#dialog_page {
    text-align: left; /* IE5- */
    width: 90%;
    margin: auto;
    padding: 10px;
    position: relative;
}
fieldset {
    display:inline;
    padding: 10px;
}
textarea {
    overflow: auto;
}
input, select, textarea {
    font-family: Arial, Geneva, Sans-serif;
    font-size: 100%;  
    border: 1px solid #162B7C;
    border-style: inset;
}

input.buttonLong,
input.button {
    height: 20px;
    width:55px;
  /* padding: 0px 2px 6px 2px;   
    cursor: default;*/       /* Disabled 10-8-2007 */
    cursor: default;
    background-color: #F1A513;    
    color: #FFFFFF;       
/*    border: 1px solid #F1A513; */
    border: 0px solid; 
    font-family: Arial;
    font-weight:bold;
    font-size: 10px;
    text-align: center;
    background: url(/images/BTNS/55x20png.png)  no-repeat top left; 
}
    
input.buttonbuy {
    height: 20px;
    width:64px;
 /* padding: 0px 2px 6px 2px;   
    cursor: default;*/       /* Disabled 10-8-2007 */
    cursor: pointer;
    background-color:white;    
/*  color: #FFFFFF;    
    color: #C0C0C0;       */
    color:#FF0000;
 /* border: 1px solid #F1A513;  */
    border: 0px solid; 
    font-family: Arial;
    font-weight:bold;
    font-size: 9px;
    text-align: center;
   /* background: url(/images/BTNS/Buy.gif)  no-repeat top left; */
    
}

input.button1 {
    height: 16px;
    cursor: default;

    background-color: #F1A513;    
    color: #FFFFFF;
    border: 1px solid #FFFFFF;

    font-weight:normal;
    font-size: 8px;
    text-align: center;
}




input.button2 {
    height: 20px;
    width:40px;
  /* padding: 0px 2px 6px 2px;   
    cursor: default;*/       /* Disabled 10-8-2007 */
    cursor: default;
    background-color: #F1A513;    
    color: #FFFFFF;
    border: 1px solid #F1A513;
    font-family: Arial;
    font-weight:bold;
    font-size: 10px;
    text-align: center;
    background: url(/images/BTNS/40x20png.png)  no-repeat top left;
}



input.button3 {
    height: 20px;
    width:75px;
  /* padding: 0px 2px 6px 2px;   
    cursor: default;*/       /* Disabled 10-8-2007 */
    cursor: default;
 /*   background-color: #F1A513; */   
    color: #FFFFFF;
 /*   border: 1px solid #F1A513; */
 border: 0px solid;
    font-family: Arial;
    font-weight:bold;
    font-size: 10px;
    text-align: center;
    background: url(/images/BTNS/70x20.png)  no-repeat top left;
}

input.buttonpassword {
    height: 20px;
    width:120px;
  /* padding: 0px 2px 6px 2px;   
    cursor: default;*/       /* Disabled 10-8-2007 */
    cursor: default;
 /*   background-color: #F1A513; */   
    color: #FFFFFF;
 /*   border: 1px solid #F1A513; */
 border: 0px solid;
    font-family: Arial;
    font-weight:bold;
    font-size: 10px;
    text-align: center;
    background: url(/images/BTNS/120x20.png)  no-repeat top left;
}
input.buttondownload {
    height: 20px;
    width:75px;
  /* padding: 0px 2px 6px 2px;   
    cursor: default;*/       /* Disabled 10-8-2007 */
    cursor: default;
     background-color: white;   
     color: black;
 /*  border: 1px solid #F1A513; */
    border: 0px solid;
    font-family: Arial;
    font-weight:bold;
    font-size: 10px;
    text-align: center;
 /*   background: url(/images/BTNS/download.gif)  no-repeat top left;   */
}

input.radio, input.checkbox {
    border:none;
}

input[type=hidden] {
    display: none;
}

label {
    font-weight: bold;
}
a:link {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a:visited:hover, a:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

dl {
    display:block;
}

dt {
    width: 180px;
    text-align:left;
    margin-left:0px;
    float:left;    
}

dd {
    text-align:left;
    margin:0px;    
}

.tr_hover
{ 
    background-color:#4DA8C5; 
    cursor:default; 
    color:#FFFFFF;
}

.error_msg, .required, .important_msg, .unread
{
    color:#ff0000;
    font-weight:bold;
}

#keepAliveImg{
    position:absolute;
    left: -1000px;
}

.inline
{
    display: inline;
}

.displayNone
{
    display:none;
}
/* for demo site only */
#w3ss_selectCss {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #4DA8C5;
    width: 150px;
    z-index:9999999;
    font-size:80%;
}


/* table_list */
.table_list{
    width: 95%;
    border-collapse: collapse;
    border: 1px solid #CCEAEF;
    margin: 1em 10px;   
}
.table_list th{
    background-color: #CCEAEF; 
}
.table_list td{
   border-bottom: 1px solid #CCEAEF;     
}





/* Text content */
.text_container {
 
 /*   margin: 1em 0px;        consistency!! repl 10 with 0 !!!!!!!!!!!!!!!!!! */
}
                                            
.text_container_home {                    /* added 10/5/2007 */
  /*  background-color: #66cccc;            added 10/5/2007 */
    margin: 1em 0px;                    /* added 10/5/2007 */
   color: #000000;
}

.text_container ul,
.text_container ul li
{           

    list-style:disc;
    margin-left: 10px;  
}

.text_container ol,
.text_container ol li
{
    list-style:decimal;
    margin-left: 10px;
}

#main_primary .text_container {
    margin: 1em 15px;
}
#main_primary .text_container p, #main_secondary .text_container p {
    margin: 1em 0;
}
#main_secondary h1 {
 
   background-color: #162B7C;  
    font-size: 100%;
    color: #000000;
    padding: .3em 10px .3em 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
     

}

#main h1 {
    /* background-color: #162B7C;           
    background-color: #162B7C;  */
    background-color:#162B7C;          
    font-size: 150%;
    color:White; /* #000000;      */
    padding: .3em 10px .3em 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    height:19px;
 /*  background: url(/images/GUI/subtitlehead.jpg)  no-repeat top left;   */


}
#confirmDiv h2,
#main h2 {
    background-color: #162B7C;
    font-size: 120%;
   /* color: #000000;    */
   color:#FFFFFF;
    padding: .3em 10px .3em 30px;
    font-weight: bold;
    letter-spacing: 1px;
}
#main h3 {
    font-size: 120%;
    color: #4DA8C5;
  /* color: #000000;    */
    padding: 10px ;
    font-weight: bold;
    letter-spacing: 1px;
}

#main h4 {
    font-size: 120%;
    padding-left:10px;
    color:white;
    padding: 5px ;
    font-weight: bold;
    letter-spacing: 1px;
}

#main h5 {
    font-size: 120%;
    background-color: #4DA8C5;
    padding: .3em 10px .3em 30px;
    color:white;

    font-weight: bold;
    letter-spacing: 1px;
}




#main h6 {
    background: url(/images/GUI/H8.png)  no-repeat top left;
    font-size: 130%;
    
    color:white;
    padding:5px;
    padding-left:10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.gmail {
    /* background-color: #162B7C;           
    background-color: #162B7C;  */
    background-color:#162B7C;          
    font-size: 150%;
    color:White; /* #000000;      */
    padding: .3em 10px .3em 30px;
    font-weight: bold;
  
    letter-spacing: 1px;
    height:19px;
 /*  background: url(/images/GUI/subtitlehead.jpg)  no-repeat top left;   */


}



/* Dialog styles */


#dialog_page h1 {
    font-size: 150%;
    color: #4DA8C5;
    padding: .3em 10px .3em 0px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#dialog_page h2 {
    font-size: 120%;
    color: #4DA8C5;
    padding: .3em 10px .3em 0px;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}
#dialog_page h3 {
    font-size: 120%;
    color: #4DA8C5;
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

#dialog_page h4 {
    font-size: 120%;
  
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}




/* Menu */
#main_menu_container {
    background: url(/images/common/main_menu_container_backgro.gif)  no-repeat top left;
   /* background-color: #4DA8C5; */
    overflow: hidden;
   width: 970px;
  
    /* height: 22px;    */      /* Disabled 0n  10-8-2007 */
}
#main_menu_container img {
    display: inline;
}
#main_menu_container a {
    display: block;
    float: left;
    color: #FFFFFF;
    font-weight: bold;
   padding: .3em 1em;
    text-decoration: none;
}
#main_menu_container li.selected a, #main_menu_container li a:hover {

   background-color: #D58C20;
}
#main_menu_container ul {
}
#main_menu_container li {
    float: left;
}
#main_menu {
  /* padding-left: 165px;  */
  

 }




/* Editor menu */
#editor_menu_container {
/*    overflow: hidden;     */
    width: 560px;
    height: 50px;
  /*  margin: 5px 20px;    */
    position: absolute;
   top: 35px;   
    right: 3px;
    color: #FFFFFF;     
    text-align: right;
}
#editor_menu_container a {
   color: #FFFFFF;   
}
#tp_impersonate, 
#login_info_container {
    float: none;
    clear: both;
    padding-top:5px;  
   background: url(/images/common/login-background.gif) no-repeat top left;  
    color:white;
    text-align:center;
    height:25px;
    background-color: #FFFFFF;    
}
#w3ss_adminMenuUl li {
    float: left;
    margin-right: 10px;
}





/* PRODUCT TREE */
#product_catalog_container h3 {
   /* background-color: #162B7C;   */
  background: url(/images/common/pdct_cat_cont_tab_lft.gif)  no-repeat top left; 
  
     
    
    font-size: 120%;
  /*  color: #000000; */
    color: #000000;
    padding: .3em 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}




/* Header */
img#w3ss_TopBanner
{
    display:none;
}

#w3ss_AdminNoLogoTxt
{
    display: inline;
}

#w3ss_AdminChangeLogo
{
    display: none;
}


#w3ss_logoSpacer
{
    width: 0px;
    height: 67px;
}

#header {
    background: #CCEAEF url(/images/slides/slide1.jpg) top left no-repeat;
}
#logotype {
    padding: 0 0 0 0;
}
#flag_container {
    position: absolute;
    top: 99px;
    left: 5px;
}
#flag_container img {
    border: 0;
    filter:alpha(Opacity=30);
    -moz-opacity:.3;
    opacity:.3;
}
#flag_container img.selected {
    border: 0;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity: 1;
}
#flag_container img:hover {
    border: 0;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity: 1;
}

#flag_container li {
    float: left;
}
#flag_container a {
    display: block;
    margin-right: 3px;
}


/* Top image */
#TopImage {
    margin-bottom: -1em;
}



/* Footer */
#endcap_footer {
   background: url(/images/common/footer-970.gif)  no-repeat top left; 
    
    width: 970px;
    height: 14px;
   
}


#tp_footer {
    background: url(/barcharts-footer.gif)  no-repeat top left;
  /*  color: #FFFFCC;  */
     color:white;
    text-align:center;
   
}

#tp_footer a {
    color:white;
    font-weight: normal;
}

#main_menu_footer {

    /*overflow: hidden;  */
    width: 970px;      
   
}
#main_menu_footer img {
    display: inline;
}
#main_menu_footer a {
    display: block;
    float: left;
    color: #FFFFFF;
    padding: .3em 1em;
    font-weight: bold;
    text-decoration: none;
}
#main_menu_footer li.selected a, #main_menu_footer li a:hover {

   background-color: #D58C20;
}
#main_menu_footer ul {
padding-left: 165px;
}
#main_menu_footer li {
    float: left;
}



/* Panes */
#pane_container {
    clear: both;
    overflow: hidden;
    width: 100%;   
     background-color: #CCEAEF;                 

/* background: url(/images/bg-stripe.png) #fff repeat-y top left;  */

        
          

    padding-bottom: 0em;
}
#pane_container.wide {
/* background: url(/images/bg-stripe-wide.png) #fff repeat-y top left; */  /* Disabled on 10-10-2007 */  
/* background: url(/images/tablebackground.gif) #fff repeat-y top left;*/       /* added on 10-10-2007 */

  
}   
.pane {
    float: left;
    width:805px;
      
}

#pane1, #main_secondary {
    width: 165px;
 background-color: #CCEAEF;  /*  Disabled on 10-10-2007 */

 
     
}
    
#pane1, #main_secondary1 {                      /* added on 10-8-2007 */
   width: 165px;                              /* added on 10-8-2007 */
   background-color:  #FFFFFF;    /* Disabled on 10-10-2007 */  
   vertical-align:top;
   
    
}


    
}
#main {
    width: 805px;   /* changed on 10-8-2007 */
    /*width: 765px; */    /* original */
     

}
#main_primary {
    background-color: #0033CC;        
  background-color: #FFFFFF;   
   color: ;
    width: 640px;                         
  
}

#main_primary1 {
   background-color: #B1CEAC;           
  background-color: #FFFFFF; 


   color: ;
    width: 100%;                            

}


#main_secondary2{
    width: 80px;
    text-align: left;
    font-weight: bold;
    background-color: #CCEAEF;    
  
    border: 1px solid #CCEAEF;
    border-style: hidden;                 
  
}


/* Replacement for Sub menu */
#B2C_item_tree_replacement_container {
}



/* Search box */
#search_container {
   /* margin: 1em 15px 1em 15px; */
   text-align:center;
   height:31px;      
    background: url(/images/common/searchbox.gif )  no-repeat top left;
   /* padding-left:6px;   */
 
}
#search_container #q {
    width:85%; 
     /*************** orginal 85%************************/
   
}

/*************** 2007-08 Store Locator Search box ************************/
#store_container {
   /* margin: 1em 15px 1em 15px;  */
   margin: 0em 0px 0em 0px;  
   margin: 2px;     
  
  
}
#store_container #q {
    width: 85%;
}
/* END ************** 2007-08 Store Locator Search box ************************/


#search_advanced a {
    font-size: 85%;
}

 #simple_search_Item_Description  
{      
   border: 1px solid white;
   border-style: solid;     
   padding-left:2px;    
   width: 80px; 
   height:17px;
  

    
}             




#searchResultPages li
{
    float:left;
    text-align: center;
    background-color: #F1A513;
    color: #fff;
    margin:0;
    padding: .3em 1em;
    text-decoration: none;
}



.w3ss_paging{
    width: 100%;
     /*   clear:both;
    float:none;    
    margin: 0px 5px; */   
    padding:0px;        
 /* background-color:white;     */
    background-color: #162B7C; 
 /*  color: #000000; */  
    color:white;        
 
 /*   vertical-align:middle;    */   
    
    
    

 /* background: url(/images/GUI/paging-640.gif) repeat top left;  */ 
 /*   border: 1px solid #efefef;   */  
    
/*    border: 1px #162B7C; */
    height: 29px;         
}                    

.w3ss_paging .w3ss_pagingLeft,
.w3ss_paging .w3ss_pagingRight


{   


  /*    background-color:white;   */        
    background-color: #162B7C;  
    vertical-align:middle;
  /*  padding: 0px 5px;   */         
}


.w3ss_paging .pages
{    
    display:inline;
    width: 100px;
}

.w3ss_paging select
{

   margin-right:20px;   
    font-size:80%;
}

.w3ss_paging a
{
  margin-right:2px;
    
/* color:white;  */
 color:#EF9A08; 
       
}

.w3ss_paging a:hover
{
  /*  color: #4DA8C5;  */
    color:white;
    
}

.w3ss_paging .pages a
{
 /*  margin: 0px 2px;   */
}

.w3ss_paging .pages a.selectedPage
{   
  /*  background-color:white;       */
   background-color: #162B7C;  
 /*   color: #000000;  */   
  color:white;  
/*  padding:2px;   */
    font-weight:bold;
}

.w3ss_paging .w3ss_pagingLeft
{    
   /*     background-color:white;      */
   background-color: #162B7C;  
   display:inline;
   float:left;
  padding-top:10px;  
   margin:0px;
}

.w3ss_paging .w3ss_pagingRight
{
   /* background-color:white;     */
    background-color: #162B7C; 
    color:white;  
 /*   display:inline; */ 
    float:right;
    text-align:right;
    font-size:80%;
     height: 27px;
   
 /* margin:4px 0px;  
 
    clear:right;     */
}




.w3ss_pagingshort{
    width: 100%;  
    padding:0px;        
    height: 40px;         
}                    

.w3ss_pagingshort .w3ss_pagingLeftshort,
.w3ss_pagingshort .w3ss_pagingRightshort


{   


  /*    background-color:white;        
    background-color: #162B7C;   */   
    vertical-align:middle;
  /*  padding: 0px 5px; */            
}


.w3ss_pagingshort .pagesshort
{    
    display:inline;
    width: 100px;
}

.w3ss_pagingshort select
{

   margin-right:20px;   
    font-size:100%; 
    
}

.w3ss_pagingshort a
{
  margin-right:2px; 
  color:#000000; 
       
}

.w3ss_pagingshort a:hover
{
  /*  color: #4DA8C5;  */
    color:red;             
    
}

.w3ss_pagingshort .pagesshort a
{
  margin: 0px 2px;   
}

.w3ss_pagingshort .pagesshort a.selectedPage
{   
  /*  background-color:white;       
   background-color: #162B7C;  
    color: #000000;     */
/*  color:white;   */
/*  padding:2px;   */
    font-weight:bold;
}

.w3ss_pagingshort .w3ss_pagingLeftshort
{    
   /*     background-color:white;     
   background-color: #162B7C;   */
   display:inline;
   float:left;
  padding-top:0px;  
   margin:0px;
}

.w3ss_pagingshort .w3ss_pagingRightshort
{
   /* background-color:white;     
    background-color: #162B7C; 
    color:white;         */
  /*  display:inline;  */
    float:right;
    text-align:right;
    padding-right:5px;
 /*   font-size:80%;   */
    font-size:14px;
     height: 29px; 
 /* margin:4px 0px;  
 
    clear:right;     */
}


























/* Shopping cart */
#shoppingCart, 
#crumbsNav {
    float:left;
    text-align: center;   
/*   margin-top: 10px;    */
    width: 100%;
/*   background-color: #4DA8C5;     */
    color: #fff;
    font-weight: bold;
/*    padding: .3em 1em;  */
    text-decoration: none;
}

#shoppingCart #priceType {
    display: inline;
/*    padding-right:20px;     */
    text-align: center;
    vertical-align: middle;
}
#shoppingCart select {
    display: inline;
    font-family: lucida console, courier new;           /* these fonts should be in fixed width to give a straight right margin */
    font-size: 100%;
}

#checkout_list ul li
{
    text-align:center;
    display:block;
    float:left;
}


#checkout_list ul li hr
{
    margin: 10px 0px 0px 0px;
    color:black;
    width:80px;
    height:1px;
}

#checkout_list ul li img
{
    border:0;
}





/* ORDER LINES */
#th_price,
#th_instock,
#th_qty,
#th_total,
#th_remove,
#th_amount,
#th_remainingAmount {
    text-align: right;
}
.order_line_price,
.order_line_inventory,
.order_line_quantity,
.order_line_amount,
.order_line_delete,
.order_line_freight_amount,
.order_line_remaining_amount {
    text-align: right;
    padding-right: 5px;
}

#th_desc,
#th_contact {
    text-align: left;
}
.order_line_desc {
    text-align: left;
}

#th_date, 
#th_dueDate {
    text-align: center;
}
.order_line_date {
    text-align: center;
}

.order_line_quantity_td {
    text-align: right;
}
.order_line_amount .price {
    font-weight: normal;
    color: #000000;
    font-size: 100%;
}





/* View Basket */
#theItemTable{
    width: 95%;
    border-collapse: collapse;
}
#theItemTable td {
    border-bottom: 1px solid #CCEAEF;
}

#theItemTable td#freight_ruler_cell {
    border-bottom: 1px solid #fff;
}
#freight_ruler{
    display:none;
}

#div_calc{
    text-align: right;
    width: 95%;
    margin-bottom: 20px;
}
#view_basket_calc_container #calc_table,
#view_summary_calc_container #calc_table{
    border-collapse: collapse;
    width: 300px;
    display: inline;
}
#view_basket_calc_container #calc_table{
    margin-right: 75px;
}

#div_calc td {
    border-bottom: 1px solid #CCEAEF;
    text-align: left;
    width: 150px;
}

#div_calc #calcDiscount,
#div_calc #calcAmount,
#div_calc #calcAmountIncVAT,
#div_calc #calcVAT{
    text-align: right;
}

#div_calc #calcAmountIncVAT{
    border-top: 2px solid #CCEAEF;
}
#view_basket_button_container{
    text-align: center;
}
#div_no_items{
    display:none;
}

#itemNos {
    width: 450px;
    height: 50px;
}




/* Enter Details */
#order_details_container,
#order_details_logon_form,
#shipping_adress,
#shipping_container,
#enter_details_password_container{
    float:none;
}

#order_details_logon_form A{
    display: block;
    margin-top: 10px;
}

#order_details_container label,
#shipping_adress label,
#shipping_container label,
#enter_details_password_container label{
    width: 23%;
    display:inline;
    float: left;
    margin: 2px;
}

#order_details_container .textbox,
#order_details_container select,
#shipping_adress .textbox,
#shipping_container .textbox,
#enter_details_password_container .textbox{
    width: 24%;
    display:inline;
    float: left;
    margin: 2px;                                                                                                             
}
#order_details_comment {
    clear:both;
    float:none;
}

#order_details_address,
#order_details_address2,
#order_details_postcode,
#order_details_shipping_address,
#order_details_shipping_address2,
#order_details_shipping_postcode{
    float: none;
    clear: both;
}

#order_process_buttons{
    text-align: right;
}

#order_details_credit_cards{
    margin-top: 10px;
    margin-left: 50px;
}

#order_details_deliveryType{
    display: block;
}

#order_details_deliveryType .radio{
    float: left;
}

#show_change_shipping_address{
    display: block;
    float: none;
    clear: both;
    margin-bottom: 40px;
}

#show_change_shipping_address .radio{
    float: left;
}

#shipping_adress .radio
{
    float:left;
    clear:left;
}

#shipping_adress .shippingAddress
{
    display:block;
    float:left;
    width:450px;
    padding: 2px 5px 10px 5px;
}

#shipping_adress #order_details_shipping_fields
{
    float:none;
    clear:both;
}




/* VIEW SUMMARY */

#parameterForm address {
    margin-left: 180px;
}




/* Send Order */
#send_order_cc_info, 
#send_order_no_cc_info {
    margin-top: 30px;
    margin-bottom: 20px;
}

#send_order_cc_error {
    display: none;
    color: red;
    font-weight: bold;
    font-size: 120%;
    margin:30px;
}

#send_order_cc_trans_error {
    display: none;
    color: red;
    font-weight: bold;
    font-size: 120%;
    margin:30px;
}

#send_order_open_cc_btn {
    margin: 50px;
}

#send_order_cc_details_authorizeNet label {
    font-weight:normal;
    display:block;
}
#send_order_cc_details_authorizeNet .button {
    margin:0px; 
    margin-left:70px;
}

#send_order_cc_details_commidea label{
    font-weight:normal;
    display:block;
}

#send_order_cc_details_commidea .button {
    margin:0px; 
    margin-left:70px;
}

#send_order_cc_details_commidea fieldset {
   width:45%;
}

#CC_ProviderLogo label {
    float:left;    
}

#imgLogoCC {
    margin-top:-33px;  
}

#send_order_cc_details_paypal .button {
    margin-left:370px;
}

#send_order_cc_details_paypal_address {
    width:50%;
}

#send_order_cc_details_paypal_address label {
    margin-left:5px;
    font-weight:normal;
    width:35%;
    margin: 2px 1%;
    display:inline; 
    float:left;
}

#send_order_cc_details_paypal_address input ,#send_order_cc_details_paypal select {
    float:left;
    margin-bottom:7px;
     
}

#send_order_cc_details_paypal_creditCard {
    width:60%   
}


#send_order_cc_details_paypal_creditCard label {
    margin-left:5px;
    font-weight:normal;
    width:40%;
    margin: 2px 1%;
    display:inline; 
    float:left;
 
}

#send_order_cc_details_paypal_creditCard  input {
    float:left;
    margin-bottom:7px;
}

#send_order_cc_details_paypal_creditCard  select {
    float:left;
    margin-bottom:7px;
   
}

#send_order_cc_details_paypal_creditCard .redim {
   width:121px; 
}

#send_order_cc_details_paypal  legend {
    font-weight:bold;
    margin:10px; 
    padding:10px;         
}
 
#send_order_cc_netterminal label{
    font-weight:normal;
    display:block;    
} 

#send_order_cc_netterminal .button{
    margin:0px; 
    margin-left:70px;
}
 



/* Order Confirmation */
#confirmation_amount_ruler_container,
#confirmation_freight_ruler_container,
#confirmation_total_ruler_container{
    display:none;
}

#confirmation_freight_line,
#confirmation_amount_line,
#confirmation_vat_line,
#confirmation_total_line{
    font-weight: bold;
}

#confirmation_your_details_container address {
    margin-left: 180px;
}

/* width & height should also be set in pageHader. IE can not reach them from here to calulate the position*/

#confirmDiv
{
    border:10px solid #000000;
    background-color:#FFFFFF;
    position: absolute;
    right: 50%;
    top: 50%;
    z-index:5000;
    padding:20px;
    width:303px;
    height:102px;
    text-align:center;
    vertical-align:middle;
    display:none;
    filter:alpha(opacity=85);
    -moz-opacity:.85;
    opacity:.85;
}




#refreshMenuDiv
{
    margin-right:10px;
    position:relative;
    top:20px;
}




/* Product table - list Mode for tables */
table.product_table {
    border-collapse: collapse;
    border: 0px solid #CCEAEF;
 /*   background-color: #FFFFFF;    */
    width: 640px;    
}
table.product_table th {
    font-weight: bold;
    padding: .4em 6px;
    
}
table.product_table td {
    padding: .4em 6px;
    border-top: 1px solid #4DA8C5; 
    
}
table.product_table thead {
     background-color: #4DA8C5;  
    color: #fff;
    font-weight: bold;
}
table.product_table thead {
/*    background-color: #4DA8C5;   */
    color: #fff;
    font-weight: bold;
    
    
}
.product_table .ProductAmount {
    float: left;
}
.product_table .ProductUnit {
    float: left;
    width: 40px;
    text-transform: lowercase;
    text-align: left;
}
table.product_table th#thImg,
table.product_table td.tdImg {
    width: 50px;
    text-align:center; 
}




/* Product List - matrix */
ul.product_matrix {
    padding: 1em 0 1em 10px; /* Changed 10-16-2007 - Original 15px */
}
ul.product_matrix li {
    width: 47%;
    float: left;
    
    border: 2px solid #4DA8C5;
    border-style: inset;        /* Added 10-10-2007 */
    margin-right: 10px; 
    margin-bottom: 10px;
    margin-bottom: 0px; /* for win-ie */  
    background-color: #CCEAEF; /* Added 10-10-2007 */

}
ul.product_matrix li {

    height:180px;
}
ul.product_matrix li[class] {
    height: auto;
    min-height: 180px;
}

ul.product_matrix .product_field_caption{
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
}


ul.product_matrix .product_info{
    padding: 10px;
}
ul.product_matrix .product_image{
    text-align: center;
    padding: 3px;
    min-height: 70px;
}
ul.product_matrix .product_add{
    margin: 0px;
    margin-top: 20px;
    text-align: right;
}
ul.product_matrix .price_prefix{
    display: none;
}
ul.product_matrix .price_details{
    margin-top: 10px;
    display:inline;
}
ul.product_matrix .product_inventory{
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
}



/* some ie css bug work arounds */
ul.product_matrix li.matrix_spacer{
    clear: both;
    float: none;
    width: 90%;
    margin: 0px;
    padding: 0px;
    border: 0px solid red;
    height: 0px;
    overflow: hidden;
    display:block;
}
.matrix_row {
    clear: both;
    float: none;
}
ul.product_list_list li.matrix_spacer{
    display: none;
}





/* Product Variants */
.vnt_main_container ,
.vnt_sub_container{
    margin-top: 30px;
    float: none;
}

.variant_matrix th{
    text-align: center;
}
.variant_matrix td{
    border: 1px solid #4DA8C5;
    margin: 0;
}
.variant_matrix {
    border-collapse:collapse;
}

.variant_matrix .textbox{
    border: none;
    width: 35px;
    float: left;
    background: none;
}

.variantMtrxPrice {
    font-size: 70%;
    float: left;
}

.variantMtrxInventory {
    font-size: 70%;
    float: left;
}

.vnt_main_container label ,
.vnt_sub_container label{
    width: 80px;
    display: inline;
    float: left;
    margin: 5px;
}

.vnt_main_container select,
.vnt_sub_container select{
    width: 120px;
    display: inline;
    float: left;
    margin: 2px;
}

.vnt_cbo_qty_buy_container,
.vnt_mtx_buy_container,
.vnt_imgmtx_buy_container {
    clear: both;
    float: none;
    display: block;
    margin-top: 15px;
    text-align: right;
}




/* Page IDs */


/* ITEM PAGE */
.item_page_data_container {
    margin-right: 20px;
    margin-bottom: 20px;
}

.item_page_purchase_container{
    margin-bottom: 20px;
}
.priceTxt {
    display:inline;
    margin-right: 20px;
}
.price_prefix {
    display: inline;
}
.price {
    display: inline;
    font-size: 120%;
    color: #BB0000;
    font-weight: bold;
}
.ProductUnit {
    display: inline;
}




/* history & statement details */
#history_details_general_container dt,
#history_details_invoicing_container dt,
#history_details_shipping_container dt,
#statement_details_general_container dt,
#statement_details_invoicing_container dt,
#statement_details_shipping_container dt {
    font-weight: bold;   
}

#history_details_general_container dd,
#history_details_invoicing_container dd,
#history_details_shipping_container dd,
#statement_details_general_container dd,
#statement_details_invoicing_container dd,
#statement_details_shipping_container dd {
    width: 180px;
    float: left;
}

#history_details_back,
#statement_details_back{
    float: none;
    clear: both;
    padding-top: 20px;
}





/* ADVANCED SEARCH */

#searchForm label{
    width: 140px;

    display: inline;
    float: left;
}
#searchForm label,
#searchForm input,
#searchForm select{
    margin-top: 3px;
    margin-bottom: 3px;
}
#search_sorting_button {
    padding-left: 300px;
}




/* Terms & Conditions */
#terms_intro, 
#terms_body {
    padding-bottom: 20px;
}
#terms_buttons {
    text-align:center;
    padding: 30px;
}

#terms_close_button{
    position: absolute;
    right: 15px;
    top: 5px;
}



/* Start Page */
#main .news_listing_container {
    margin-top: 0px;
  
}
#main .news_listing_container h2 {
    background-color: #162B7C;    /* original is #162B7C */
    font-size: 120%;
    color: #000000;
    padding: .3em 2px;  
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(/images/common/pdct_cat_cont_tab_rgt.gif )  no-repeat top left;
}
#main .news_listing {
    padding: 0 10px;
    font-weight: normal;
}
#main .news_listing .date {
    font-weight: normal;
    display: inline;
}
#main .news_listing_container .news_listing a {
    font-weight: normal;
}
#main .news_listing li {
    margin: 1em 0;
}
#main_image {
    width: 530px;
    height: 140px;
    margin: 0;
} 
#start_special_offers_list{
    margin-bottom: 10px;
}

#main .topSales_container h3 {
    background-color: #162B7C;
    font-size: 120%;
    color: #000000;
    padding: .3em 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
     background: url(/images/common/pdct_cat_cont_tab_rgt.gif )  no-repeat top left;
}
#top_sales_list a{
    font-weight: normal;
}
#top_sales_list{
    padding-bottom:20px;
    padding-left: 20px;
    background: url(/images/common/pdct_cat_cont_tab_rgt.gif )  no-repeat top left;
}
#top_sales_list li{
    list-style: decimal;
    margin-left: 10px;
   
}
#main .quickBuy_container h3 {
    background-color: #162B7C;
    font-size: 120%;
    color: #000000;
    padding: .3em 2px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(/images/common/pdct_cat_cont_tab_rgt.gif )  no-repeat top left;
    
    
}


#main .right_hand_container h3 {
    background-color: #162B7C;
    font-size: 120%;
    color: #000000;
 /* color: #000000;  */
    padding: .3em 2px ; 
    padding-bottom:10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(/images/common/pdct_cat_cont_tab_rgt1.jpg )  no-repeat top left;
    
    
}


/* Subscription form */
#contactForm label,
#SubscriptionForm  label{
    width:160px;
    display:block;
    float: left;
}

#contactForm .textbox,
#SubscriptionForm  .textbox{
    margin: 2px;
}

#SubscriptionForm_Submit{
    margin-top: 10px;
    margin-left: 200px;
}

#UnSubscriptionForm_Submit{
    margin-top: 10px;
    margin-left: 200px;
}

#main_primary textarea {
	width:90%;	
}

#wic_online_counter,
#wic_busy_counter,
#wic_counter_container {
    display: inline;
}

#wic_help_dialog {
    text-align: center;
}
#wic_help_dialog div{
    text-align: left;
}
#wic_help_dialog .button{
    margin: 20px;
}
.newsfolders
{
    margin-left:65px;
    width:139px;
}
.noBoreder
{
	border:none;
}

.updateSubscriptions 
{
   margin-left:425px;
}


/* customer & contact details */
#contact_details_container,
#customerDetails_container{
    margin-top: 30px;
    float:none;
}

#contact_details_container label ,
#customerDetails_container label{
    width: 23%;
    display:inline;
    float: left;
    margin: 2px;
}

#contact_details_container .textbox,
#customerDetails_container .textbox,
#customerDetails_container select{
    width: 24%;
    display:inline;
    float: left;
    margin: 2px;
}

#customerDetails_terms_container{
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    float:none;
    clear:both;
}

.contact_details_permission{
    float:left;
    width: 250px;
}

#contact_details_buttons{
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    
}



/* Request Account */
#request_account_container{
    float:none;
}

#request_account_container label{
    width: 23%;
    display:inline;
    float: left;
    margin: 2px;
}

#request_account_container .textbox,
#request_account_container select{
    width: 24%;
    display:inline;
    float: left;
    margin: 2px;                                                                                                             
}
#request_account_container Customer_comment {
    clear:both;
    float:none;
}
#reqAcc_address2,
#reqAcc_address,
#reqAcc_postcode,
#reqAcc_comments,
#reqAcc_buttons{
    float: none;
    clear: both;
}
#reqAcc_comments #Customer_Comments{
    width: 74%;
}#reqAcc_buttons{
    padding-top: 35px;
    text-align: right;
}




 
#balanceTable td, #balanceTable th,
#balanceListTable td, #balanceListTable th
{
    text-align: right;
    padding: 3px;
}

.balanceDivider
{
    border-right:2px solid #162B7C;
    padding:4px;
}


/* change password dialog */
#passwordForm label{
    width: 200px;
    display:inline;
    float: left;
    margin: 2px;
}

#passwordForm .button{
    float: right;
}




/* forum */
#forum_admin_info{
    width: 400px;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #ff0000;
}
#forum_path{
    background-color: #CCEAEF;
    margin-top: 5px;
    padding: 3px;
}








    

.timer_msg
{
    font-size: 10pt;
    font-weight: bold;
    color: #ff0000;
}

.ProductAddButton {
    margin-left: 5px;
}

    
/***************************************
CALENDAR
****************************************/
    input.w3ss_calendar
    {
        background-color: white;
        color: black;
        font-family:arial;font-size:10px;
    }
    
    div.calendarTable
    {
        border: 2px solid #2244aa;
    }
    
    #w3ss_DateSelector
    {
        z-index:99999999;
        position:absolute;
        top:0px;
        left:0px;
        float:right;
        padding:4px;
        display:none;
        background-color: #ffffff;
    }
    
    .calendar_date_selected, .calendar_date_selected span
    {
        color:#ffffff;
        background-color:#222222;
        cursor:default;
    }
    
    .calendar_date_unselected, .calendar_date_unselected span
    {
        color:#000000;
        background-color:transparent;
        cursor:default;
    }
    
    .calendar_date_unselected_sa_su, .calendar_date_unselected_sa_su span
    {
        background-color:#ffeeee;
        font-family:arial;
        font-size:10px;
        text-decoration: none;
        color:#000000;
    }
    
    
    #w3ss_CalandarTableDays
    {
        z-index:444;
        position:relative;
        left:0px;
        top:0px;
        border:0;
        padding:0;
    }
    
    #w3ss_CalandarTableDays th
    {
        border-bottom: 1px dashed #2244aa;
        text-align:left;
        font-family:arial;font-size:10px;
        text-decoration: none;
        color:black;
    }
    
    #w3ss_CalandarTableDays td
    {
        text-align:right;
        font-family:arial;font-size:10px;
        text-decoration: none;
        color:black;
        width:18px;
        height:14px;
        cursor:pointer;
    }
    
    #w3ss_CalandarTableDays td.weekNo
    {
        width:10px;
        border-right: 1px dashed #2244aa;
        cursor:default;
        text-align:right;
        font-style:italic;
        font-family:arial;font-size:10px;
        text-decoration: none;
        color:black;
    }
    
    .w3ss_markedDateControl
    {
        color:#ffffff;
        background-color:#000080;
    }
    
    .w3ss_dateControl
    {
        color:#000000;
        background-color:#ffffff;
    }
    
    
    
