﻿body
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #27438D;
    color: Black;
    margin-left: auto;
    margin-right:auto;
    margin-top:2px;
    padding: 0px;
    color: #2A2452;
    background-image:url("/_images/site/backgroundtest.png");
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center top;
}

h1
{
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    color: #33426f;
}
h2
{
    font-size: 1em;
    color:#C6001E !important;
}
h3
{
    color: #33426f;
    text-align: center;
    font-size: 1.1em;
}

h1, h2, h3, h4, h5
{
    color: #162753;
}


.mattress_info h2
{
    font-size: 80%;
    font-weight: normal;
}
a:-webkit-any-link 
{
    text-decoration: none;
}

a:link 
{
    color:#0E5DAC;
}
A:visited
{
    color:#2F4171;
}
a:hover 
{
    color:#97A6CF;
}

#wrapper
{
    margin-left: auto;
    margin-right:auto;
    margin-bottom:0px;
 
    position:relative;
    padding: 0px;
    border: 0;
    width: 1015px;
/*
    background-color: #27438D;
    background-color: #FFF;
*/
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

/* Basket popup */
#backgroundOverlay 
{
    background-color:Black;
    background-color:rgba(0,0,0,0.75);
    width:100%;
    height:300%;
    position:absolute;
    left:0;
    top:0;
    z-index:2000;
    color:White;
    /*font-size:0.8em;*/
    text-align:center;
    font-weight:bolder;
}

#basketBox 
{
    background-color:White;
    -moz-box-shadow: 0px 0px 10px #000000; 
    -webkit-box-shadow: 0px 0px 10px #000000; 
    box-shadow: 0px 0px 10px #000000;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
    width:800px;
    margin-top:125px;
	margin-left:auto;
	margin-right:auto;
    z-index:2010;
    text-align:left;
	font-weight:normal;
}

/*#basketBox img 
{
    margin:2%;
}
*/
#basketBox div 
{
    padding:5px;
}

#basketBox td
{
	color:black;
}
/*
#basketBox table 
{
    font-weight:normal;
    border-collapse:collapse;
}

#basketBox th 
{
    text-align:left;
    font-size:0.8em;
    color:#313C84;
}

#basketBox td
{
    border-top:1px solid silver;
    font-size:0.8em;
    padding:2px;
}
*/
/*#pageContainer
*/

.ContentContainer
{
    background-color: #FFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.creditCards
{
    position: absolute;
    margin-left: 650px;
    margin-top: 20px;
}


.DrawerBlue
{
    background-image: url( '../../_images/general/DrawButton.jpg' );
    width: 110px;
    background-repeat: repeat-x;
    color: #6478AF;
    font-size: medium;
    font-weight: bold;
    border: 2px solid #6478AF;
    cursor:pointer;
}
.DrawerRed
{
    background-image: url( '../../_images/general/DrawButton.jpg' );
    width: 110px;
    background-repeat: repeat-x;
    color: #990101;
    font-size: medium;
    font-weight: bold;
    border:2px solid #990101;
    cursor:pointer;
}
.DivanColourBlue
{
    border: 2px solid #26428F;
    padding: 4px;
    margin-right: 6px;
    margin-bottom: 3px;
    float: left;
}
.DivanColourRed
{
    border: 2px solid #990101;
    padding: 4px;
    margin-right: 6px;
    margin-bottom: 3px;
    float: left;
}
.divDrawerImage
{
    float:left;
    margin-left:15px; 
    margin-top:-10px;
}
.divDrawerConfig
{
    float:left;
    color:#162753; 
    font-size:12px;
}
.divDrawerAdd
{
    float:right;
    font-size:14px;
    color:#8B0000;
    font-weight:bolder; 
    margin-top:-8px;
}
.divDrawerPrice
{
    float:right;
    font-size:14px;
    color:#8B0000;
    font-weight:bolder;
    margin-right: 10px; 
    margin-top:0px;
}
.divDrawerStock
{
    float:right;
    color:#162753;
    font-weight:bolder;
    text-transform:uppercase; 
    margin-right: 10px;
}


#container
{
    text-align: left;
}

#wrapper #container
{
    position:absolute;    
    display:none;
}

#panel_admin img
{
    margin: 0px 40px 0px 40px;
    border: none;
}

#main_banner
{
    width: 1006px;
    text-align: left;
/*
    background-image:url(/_images/site/mattressbanner_new.jpg);
    background-color:#104B99;
    padding-top:95px;
    background-color:#27438D;
*/
    background-repeat:no-repeat;
    background-position: top center;
}

/* Shopping Basket on main page */
div .shoppingBasket
{
    width:150px;
    border:2px solid navy;
    background-color:White;
    padding:5px;
    position:absolute;
    top:20px;
    right:50px;
    color:Black;
    z-index:60;
/*  
    margin-left:775px;
    margin-top:20px;
    float:right;
*/
}

.sTrolleyLink 
{
    margin-left:5px;
    /*
    width:50px;
    */
}

.sTrolleyButton
{
    float:right;
    margin:-15px 5px 0px 0px;
    width:50px;
}

.sTrolleyCards
{
    margin-right:5px;
    margin-bottom:10px;
}

.sTrolleySubTotal 
{
    margin-top:0px;
    text-align:left;
    margin-left:5px;
    float:left;
}


.shoppingBasket a
{
    display:block;
}

.shoppingBasket strong
{
    font-size:1.5em;
    display:block;
    margin-top:5px;
    margin-bottom:1px;
    font-family:Arial;
}

.shoppingBasket small
{
    font-size:11px;
}

 .backBasketLink
 {
    margin:10px;
    text-decoration:none;
    font-size:1.1em;
    color:#FFFFFF;
    font-weight:bold;
 }
 
/* Hacker Safe */
.hackerSafe
{
    float:left;
    height:55px;
    width:auto;
    overflow:hidden;
    margin-top:-12px;
    margin-left:5px;
}

.SizeSelector
{
    text-align: center;
    padding:0px;
    margin:0px;  
    height:125px;      
}

.SizeSelector p
{
    -webkit-margin-before: 0px;
}

.SizeSelector h1 img{
width:100px;
height:120px;
padding-right:8px;
padding-left:8px;
    border: none;
}

.SizeSelector h1 a
{
    border: none;

}


/* Search in master */
div.search
{
    padding:2px;
    margin-bottom:5px;
    padding-top:8px;
    height:24px;
    
    font-family:arial black;
   
}

.search .SearchTextBox
{
    font-size:9pt;
    color:gray;
    height:16px;
    width:120px;
}

.search .SearchButton
{
    font-weight:bolder;
    text-decoration:none;
    font-size:16px;
    float:right;
    margin-top:-2px;
    border:0px;
}

   .bannerLink 
   {
       width:521px;
       height:100px;
       display:block;
       text-decoration:none;
       
   }
   
   .headerMenuAndLogo
   {
       background-image:url('/_images/master/TopLogo.png');
       background-repeat:no-repeat;
       background-position:top left;
       padding-left:10px;
    }
   
.TopLinks
{
    text-align:left;
    color:#FFF !important;
    text-decoration:none;
   
}
   
.OrderHotline
{
    background-image:url('/_images/master/OrderHotline.png');
    background-repeat:no-repeat;
    position:absolute;
    width:269px;
    height:84px;
    right:160px;
}
   
   
/* Search in delivery text */
.nextDateMessage 
{
    color:#2F4189 !important;
    width:130px;
    font-weight:bold;
    text-align:center;
    font-size:1.35em;
    height:18px;
    margin-left:179px;
    padding-top:6px;
}

.nextDateMessage strong 
{
    display:none;
}

#button_bar
{
    font-family: arial;
    z-index:99;
   
/*
    background-image: url("../_images/site/menutab2.jpg");
    background-repeat:no-repeat;
    background-position: bottom center;
    background-color:#27438D;
*/
    text-align: left;
    height: 33px;
    vertical-align: middle;
    line-height: 28px;
    clear:both;
    margin-bottom:0px; 
    margin-top:-2px; 
    text-align:center;
    padding:0px;
    margin-left:0px;
    margin-right:0px;
    position:relative;
}

#button_bar p
{
    margin:0px;
    height:20px; 
    padding-top:8px;   
    width:430px;
    float:left;
    text-align:left;
    margin-left:5px;
}

#button_bar img
{
    display:block;
    float: left;
}

#button_bar a
{
    font-size: 0.8em;
    text-decoration: none;
    margin-right: 2px;
    margin-left: 2px;
    vertical-align: middle;
    text-align: left;
}

#button_bar .BasketImageButton
{
    position:absolute;
    top:0px;
    right:0px;
}

#button_bar a:hover
{
    color: #000;

}

#button_bar a img
{
    border:0px none;
    margin-left:10px;
}


#main_head
{
    text-align: center;
    z-index:99;
}

#main_foot
{
    text-align: right;
    clear: both;
   
    padding: 5px;
    margin-bottom: 10px;
    font-size: 0.3em;

}

.mainfoot
{
    
    width:1005px;     
    clear:both;
    padding-bottom:10px;
    background-color:White;

    margin-top: 25px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color:#000080;
    font-size:10px;
}

.mainfoot #GradientContainer
{
    padding:20px;
    
    background-image:url('/_images/master/FooterGradient.png');
    background-repeat:repeat-x;
    background-color:#DDD;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:2px solid #8996CA;
}

.mainfoot .FooterTableBorder
{
    border-left:2px solid #FFF;
    border-right:2px solid #FFF;
}

.mainfoot td
{
    vertical-align:top;
    text-align:left;
}

.mainfoot ul
{
    list-style-type:none;    
    padding:0px 20px;
    margin:0px;
}

.mainfoot .FooterMenuHeader
{
    font-weight:bold;
}

.mainfoot #FooterPaymentInfoSocialBar
{
    background-image:url('/_images/master/FooterPaymentInfoSocialBar.png');
    background-repeat:no-repeat;
    position:relative;
    width:770px;
    height:72px;
    padding:13px 100px;
    text-align:right;
}

.mainfoot #FooterPaymentInfoSocialBar a
{
    margin:0px 15px;
}

#main_foot a
{
/*    color: #8693C8;
*/
    text-decoration: none;
    margin-left: 0.3em;
    margin-right: 0.3em;
    font-size:11px;
}

#main_foot img
{
    border-width: 0px;
}

.MidLeftContainer
{
    float:left;
}

.midLeft
{
    width: 180px;
    float: left;
    padding-left: 8px;
    background-color:White;
    border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
    
    clear: left;
    padding-top:4px;
    padding-bottom:10px;
  
}

.midRight
{
    padding-left: 5px;
    float: left;
    margin-top:0px;
    padding-top:5px;
    margin-bottom:0px;
    height:100%;
    width:820px;
    background-color:White;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

#default_left
{
    width: 670px;
    float: left;
}
#default_right
{
    width: 90px;
    border-left: 1px solid #DEDEF6;
    text-align: center;
    float: left;
}
#default_right img
{
    border-width: 0px;
    padding-left: 5px;
}
#default_left .space
{
    padding-right: 10px;
}



.inner
{
    margin-top:0px;
    padding-top:0px;
    width: 814px;
    background-color:White;

}


input
{
    font-size: 90%;
}
select
{
    font-size: 90%;
    height: 20px;
}


.navigation
{
    font-weight: normal;
    font-size: 1.0em;
    font-family: arial;
}

.navigation UL
{
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.navigation UL LI
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style-type: none;
}

.productlistmanu
{
    padding: 0px 0px 0px 0px;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #666666;
    height: 100px;
    width:655px;
    line-height: 19px;
    text-decoration: none;
    border: 1px solid #9CA5DE;
    
    background-color: #E0EBFF;    
}

.navigation UL LI A
{
    display: block;
    padding: 3px 0px 0px 5px;
    font-weight:bold;
      
      z-index:1;
    margin: 0px;
    color: #22267F;
    
    height: 20px;
    line-height: 14px;
    text-decoration: none;
    border: 1px solid #8996CA;
    background-color: #D0D5EB;
  
}

.dvEditBox
{
    z-index:1000;
}

.navigation UL LI A:hover
{
    
  
    text-decoration: none;
    color:#162753;
}

.navigation UL UL LI
{
}

.navigation UL UL LI a
{
    padding-left: 5px;
    font-weight: normal;
    color: #46425B;
    background-color: #F1F1F9;
    height:20px;
    margin-top:-1px;
    z-index:-1;
    background-image:none;
    border: 1px solid #9393c9;
    border-top: none;
    border-bottom: none;
    text-decoration: underline;
    font-size:95%;
}



.navigation UL UL UL LI a
{
    padding-left: 20px;
    font-weight: normal;
    background-color: #ffffff;
    border-top: none;
    border-bottom: none;
    font-size: 100%;
    margin-top: -2px;
}

.navigation a.otherLinks
{
    background-color: #D0D5EB;
}

.activeNav
{
    background-color: #FFFFFF;
}

.propBox
{
    width: 100%;
    background-color: white;
    color: black;
    margin-bottom: 6px;
}

.colHeads
{
    background-color: #000066;
    color: white;
    text-align: left;
}

.colHeads a
{
    color: #999999;
}

.colHeads b
{
    padding: 6px;
}


.adminHead
{
    color: white;
    background-color: red;
    text-align: center;
}
.navigation .admin
{
    border-bottom: 2px solid red;
}
.navigation .admin UL LI A
{
    background-color: #FF9999;
}

.memHead
{
    color: white;
    background-color: rgb(50,10,75);
    text-align: center;
}
.navigation .mem
{
    border-bottom: 2px solid #990000;
}
.navigation .mem UL LI A
{
    background-image:none;
    background-color: rgb(50,0,150);
    color:White;
}
.navigation .mem UL LI A:hover
{
    background-color: rgb(150,50,250);
}

.teleHead
{
    color: white;
    background-color: #000099;
    text-align: center;
}
.navigation .tele
{
    border-bottom: 2px solid #000099;
}
.navigation .tele UL LI A
{
    color:Black;
    background-color: #CCCCFF;
}

.navigation .tele UL LI A:HOVER
{
    color:gray;
    background-color: #CCCCFF;
}

.accHead
{
    color: white;
    background-color: #009999;
    text-align: center;
}
.navigation .acc
{
    border-bottom: 2px solid #009999;
}
.navigation .acc UL LI A
{
    color:Black;
    background-color: #CCFFFF;
}

.navigation .acc UL LI A:HOVER
{
    color:Black;
    background-color: #DDFFFF;
}

.salesHead
{
    color: white;
    background-color: #999900;
    text-align: center;
}
.navigation .sales
{
    border-bottom: 2px solid #999900;
}
.navigation .sales UL LI A
{
    color:Black;
    background-color: rgb(200,200,50);
}

.navigation .sales UL LI A:hover
{
    color:rgb(70,70,50);
    background-color: rgb(200,200,150);
}

.upHead
{
    color: white;
    background-color: #990099;
    text-align: center;
}
.navigation .up
{
    border-bottom: 2px solid #990099;
}
.navigation .up UL LI A
{
    color:Black;
    background-color: #FFCCFF;
}

.navigation .up UL LI A:HOVER
{
    color:Black;
    background-color: #d396d3;
}

.whHead
{
    color: white;
    background-color: #009900;
    text-align: center;
}
.navigation .wh
{
    border-bottom: 2px solid #009900;
}
.navigation .wh UL LI A
{
    color:Black;
    background-color: #CCFFCC;
}

.navigation .wh UL LI A:HOVER
{
    color:Black;
    background-color: #CCFFCC;
}

.notes
{
    color: #999999;
}

#producttable 
{
    background-image: url( '/_images/site/delheadlonger.jpg' );
    background-repeat: no-repeat;
}

.product_list
{
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.product_list img
{
    border: 0px;
}

.product_list th
{
    background-color: #8195CA;
    color: #ffffff;
    background-position: center;
    background-image:url("/_images/site/extrasmall.gif");
    background-position:right;
    background-repeat:no-repeat;

}
.product_list b
{
    font-size: 120%;
    color: Black;
    padding: 4px;
    display: block;
}






.manlogos img
{
    border: none;
    vertical-align:middle;


}



/* shop By product type - from front page */

.shopBy
{
    color:#0E5DAC;
    float:left;
    margin-top:-40px;
   
    text-align:center;
}
.shopByimg
{
  margin-left: -2px;  
}
.shopbyind
{
    width:20%;
    float:left;
}
.shopbyind H1 
{
    font-size:1.2em;
}
.shopbyfromtext 
{
    font-size:1.1em;
    color:#162753;
    font-weight:bold;
}
.shopbyprice
{
    font-size:1.1em;
    color:#A21212;
    font-weight:bold;
}

.tradeform
{
    float: right;
    margin-top: 5px;
}

.shopBy a
{
    display: block;
    text-align: center;
    border: none;
    text-decoration: underline;
    color:#0E5DAC;
    margin-left:1px;
    margin-bottom: 5px;
    background-color: rgb(255, 255, 255);
    padding:0px;
}

.shopBy img
{
    border:none;
    
    margin-right:5px;    
}

.BargainBar
{
    background-image:url('/_images/Frontpage/bargainBar.png');
    background-repeat:no-repeat;
    width:820px;
    height:102px;
    text-align:right;
    margin:10px 0px;
}

.FPProductType
{
    width:162px;    
    height:207px;
    
    float:left;
}

#FPProductTypes
{
    white-space:nowrap;
}


#FPProductTypes a:-webkit-any-link
{
    text-decoration:none;
}
.FPProductTypeText
{
    position:absolute;
    width: 142px;
    height: 40px;
    bottom: 15px;
    left: 8px;
    white-space:normal;
    font-size:11px;
    color:#000;
    text-align:center;
}

.stockGrid
{
    border-bottom: none;
    background-color: white;
    margin-bottom: 1px;
}
.stockGrid td
{
}
.stockHead
{
    color: #666666;
    font-weight: bold;
    font-size: 120%;
    margin: 0px 0px 0px 0px;
    text-align: left;
}

.specialGrid
{
    border-bottom: none;
    background-color: white;
    margin-bottom: 1px;
}
.specialGrid td
{
}
.specialHead
{
    color: #666666;
    font-weight: bold;
    font-size: 120%;
    margin: 0px 0px 0px 0px;
    text-align: left;
}




.price
{
    font-family: Arial Black, Helvetica, sans-serif;
    font-size: 140%;
}
.was_price
{
    text-decoration: line-through;
    font-weight: bold;
}

.product_head
{
    color: #132057;
    padding: 0px 3px 3px 3px;
    font-size: 120%;
    font-weight: bold;
}

.product_headtext
{
    color: #132057;
    padding: 3px;
    font-size: 1.2em;
    font-weight: bold;
    height:20px;
}

.product_box
{
    background-color: #FFFFFF;
}

.termsheader
{
    width:100%;
    height:30px;
    padding-top:5px;
    background-color:#E0EBFF;
    color:#1F2650;
    font-weight:bolder;  
}

.product_icons td
{
    font-weight: bold;
    vertical-align: top;
}
.search img
{
    border:0px;    
}

.search input[type=text]
{
    width:120px;

}

.log_status
{
    padding: 5px;
    color: Black;
    font-size: 0.8em;
    position:fixed;
    float:right;
    width:700px;
    margin:auto;
    margin-left: 308px;
    
    color: black;
    top:0px;
    background-color:White;
    text-align:center;
    z-index:100;
}



.man_grid
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
}

.man_grid UL
{
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    width: 100%;
}

.man_grid UL LI
{
    display: inline;
    margin: 3px 3px 20px 3px;
    padding: 0px;
    width: 100px;
    height: 80px;
    float: left;
    text-align: center;
    border: 1px solid #DEDEF6;
}

.man_grid img
{
    border: 0px;
    width: 120px;
    height: 70px;
}

.man_grid a
{
    line-height: 70px;
    vertical-align: middle;
    height: 70px;
    width: 98px;
    background-image: url(/_images/general/noPic_60.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    float: left;
}





.group_grid
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
}

.group_grid UL
{
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    width: 100%;
}

.group_grid UL LI
{
    display: inline;
    margin: 5px;
    padding: 0px;
    float: left;
    width: 180px;
    height: 160px;
    text-align: center;
}


.group_grid ul li div
{
    margin-top:-18px;
    color:White;
    font-weight:bolder;
}


.group_grid img
{
    border: 0px;
}


.group_grid .stock
{
    background-image: url(../_images/master/button_bar.jpg);
    background-repeat: repeat-x;
    background-position: center;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}


.group_grid a
{
    border: none;
    height: 155px;
    background-image: url(../_images/general/noPic_60.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.group_grid .title
{
    border: 1px solid #9CA5DE;
    background-color: #DEDEF6;
    height: 20px;
    border-bottom: none;
}

.selector
{
    text-align: center;
}
.selector select
{
    font-size: 80%;
}

.multipleSizes
{
    margin-bottom: 5px;
}

.multipleSizes td
{
    text-align: center;
    background-color: #ffffff;
}

.multipleSizes h2
{
    background-color: #8195ca;
    margin: 0px 0px 3px 0px;
    color: #ffffff !important;
}

.multipleSizes select
{
    width: 100%;
}

.multipleSizes b
{
    font-size: 150%;
    color: #9CA5DE;
}

.hMenu
{
    margin: 6px;
    margin-right:0px;
    margin-left:auto;
}

.hMenu img
{
    border:0px;
    height:29px;
    margin-right:-4px;
    
}

.hMenu a
{
    
    text-decoration: none;
    display: block;
}

.product_grid
{
    background-color: #DEDEF6;
    border-left: 1px solid #9CA5DE;
    border-right: 1px solid #9CA5DE;
}
.product_grid td
{
    border-bottom: 1px solid #9CA5DE;
}
.product_grid input
{
    font-size: 90%;
}
.light_bg
{
    background-color: #DEDEF6;
}

.properties
{
    border: 1px solid #AEC4F5;
    width: 200px;
    margin: 2px;
    background-color: White;
    color: #2F4171;
    overflow:hidden;
    font-size:10px;
}

.prop_bg
{
    background-color: #FFFFFF;
    width: 50px;
    font-weight:bold;
    text-align: left;
    line-height: 15px;
    
}

.prop_main
{
    border-bottom: 1px solid #AEC4F5;
}


.prop_main ul 
{
    margin:5px;
    padding-left:15px;
    font-size:8pt;
}

.prop_main li
{
    font-size:8pt;  
}


.properties td
{
     border-bottom: 1px solid #AEC4F5 !important;   
}

.prop_blnk
{
    background-color: #D2E0FD;
    border-bottom: 1px solid #AEC4F5;

/*  SET THE FIRMNESS FONT BACK TO WHAT IT USED TO BE

    font-size:9px;
*/

    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    line-height: 9px;
}

.prop_frm
{
    border-top: 1px solid #AEC4F5;
    border-right: 1px solid #AEC4F5;
    height:10px;
    width: 15px;
}

.prop_frm_lft
{
    border-top: 1px solid #AEC4F5;
    border-right: 1px solid #AEC4F5;
    height:10px;
    width:75px;
}
.prop_frm_slct
{
    border-top: 1px solid #AEC4F5;
    border-right: 1px solid #AEC4F5;
    background-color: #D2E0FD;
    background-image:url("../_images/site/tick.gif");
    background-repeat:no-repeat;
    height:10px;
    width: 15px;
}
.propertiesdivan
{
    border: 1px solid #333780;
    width: 175px;
    margin: 0px;
    background-color: White;
    color: #2F4171;
    font-size:10px;
}

.propdivan_bg
{
    width: 50px;
    font-weight:bold;
    text-align: left;
    line-height: 15px;
    color: #2F4171;
}

.propdivan_main
{
    color:Black;
    font-weight:bold;
    border-bottom: 1px solid #333780;
    background-position:bottom; 
    background-image: url(../_images/site/gradsmallb.jpg); 
    background-repeat: repeat-x;
}
.propdivan_blnk
{
    border-bottom: 1px solid #333780;
    font-size:9px;
    font-weight:bold;
    line-height: 9px;
}

.propdivan_frm
{
    border-top: 1px solid #333780;
    background-image:  url(../_images/product/outlinecircle.gif); 
    background-repeat: no-repeat;
    background-position:center;
    height:18px;
    width: 18px;
}

.propdivan_frm_lft
{
    border-top: 1px solid #333780;
    height:23px;
}
.propdivan_frm_slct
{
    border-top: 1px solid #333780;
    background-image:  url(../_images/product/filledcircle.gif); 
    background-repeat: no-repeat;
    background-position:center;
    height:18px;
    width: 18px;
}


.size_head
{
    background-image: url(../_images/site/gradsmall.jpg);
    background-repeat: repeat-x;
    height: 45px;
}
.size_head a
{
    text-decoration: none;
    color: Gray;
}

.size_head a:hover
{
    text-decoration: underline;
    color: red;
}
.size_head a:visited
{
    text-decoration: underline;
}
.size_list_border
{
    margin-bottom: 10px;
}

.product_options
{
    margin: 6px;
    font-size: 120%;
    text-align: right;
    color: #666666;
}

.product_options select
{
    color: #666666;
    background-color: #DCE3F6;
}

.size_tabs_blank
{
    text-align: left;
    font-size: 120%;
    font-weight: bold;
    border-bottom: 2px solid white;
}
.size_tabs_selected
{
    background-color: #C7D0F1;
    font-weight: bold;
    width: 100px;
    text-align: center;
    border: 2px solid white;
    border-bottom: 2px solid #DEDEF6;
    padding-left: 2px;
}

.size_tabs
{
    border-bottom: 2px solid white;
    font-weight: bold;
    width: 100px;
    text-align: center;
    padding-left: 2px;
}


.stock_grid
{
    background-color: #DEF6DE;
}
.stock_grid td
{
    border-bottom: 1px solid #009966;
}
.stock_grid input
{
    font-size: 80%;
}
.stock_head
{
    background-color: #006600;
    color: white;
    text-align: left;
    margin-top: 10px;
}
.stock_head div
{
    padding: 4px;
    font-weight: bold;
}
.order_grid
{
    background-color: white;
    border-left: 1px solid #9CA5DE;
}
.order_grid td
{
    border-bottom: 1px solid #9CA5DE;
    border-right: 1px solid #9CA5DE;
}
.order_grid th
{
    background-color: #9CA5DE;
    border-right: 1px solid white;
    text-align: left;
}

.ass_grid
{
    background-color:White;
}

.ass_grid td
{
    border-bottom: 1px solid Gray;
    color:#1F2650;
}
.ass_grid input
{
    font-size: 90%;
}
.ass_head
{
    background-color: #E0EBFF;
    color: #1F2650;
    text-align: left;
    margin-top: 10px;
    font-weight:bolder;
    height:30px;
}
.ass_head div
{
    padding: 4px;
    font-weight: bold;
}
.ass_head a
{
    color: white;
    font-weight: bold;
}
.ass_grid a
{
    text-decoration: none;
}


.colours_grid
{
    background-color: #F6DEF6;
}
.colours_grid td
{
    border-bottom: 1px solid #660099;
}
.colours_grid input
{
    font-size: 90%;
}
.colours_head
{
    background-color: #660066;
    color: white;
    text-align: left;
    margin-top: 10px;
}
.colours_head div
{
    padding: 4px;
    font-weight: bold;
}


.option_grid
{
    background-color: #DEF6F6;
}
.option_grid td
{
    border-bottom: 1px solid #009999;
}
.option_grid input
{
    font-size: 90%;
}
.option_head
{
    background-color: #006666;
    color: white;
    text-align: left;
    margin-top: 10px;
}
.option_head div
{
    padding: 4px;
    font-weight: bold;
}

.adminHeads
{
    font-size: 160%;
    font-weight: bold;
    color: white;
    background-color: black;
    text-align: center;
}

.csHeads
{
    font-size: 160%;
    font-weight: bold;
    color: white;
    background-color: green;
    text-align: center;
}

.stats_head
{
    background-color: #CCCCCC;
    vertical-align: top;
}

.stats_head a
{
    text-decoration: none;
    color: White;
}

.basket
{
 font-family:arial;
 color:#1F2650;
 border-collapse: collapse;
 border: 0px solid gray;
}

.basket th
{
    color: white;
    font-weight: bold;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    border-top-color: #9CA1A7;
    border-bottom-color: #9CA1A7;
    background-color: #0E5DAC;
    text-align:left;
}
.basket td
{

    background-color: #FFFFFF;
    padding:0px 0px 5px 0px;
}

.basket .foot td
{
    background-color: white;
    border: 1px solid gray;
}

.basket .total
{
    text-align: right;
    font-weight: bold;
    font-size: 140%;
}
.basket .out td
{
    background-color: #CCCCCC;
}

.basket .basketheader td
{
    background-color:white;
    color:#0E5DAC;
    font-size:1.3em;
    font-weight:bolder; 
    text-align:left;
    height:35px;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px; 
}

.basket .basketfooter td
{
    background-color:#cccccc;
    border-top:1px solid Gray;
    color:#0E5DAC;
    font-size:1.3em;
    font-weight:bolder; 
    text-align:right;
    height:30px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:0px;

}

.basket .basketfooter a
{
    color:#1F2650;
    font-size:smaller;
    
}

.Bed_Map
{
    width: 515px;
    height: 356px;
    background-image: url( "../_images/general/bed_map_2.gif" );
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px auto 0px auto;
}

.Bed_Map_pad
{
    padding: 16px 0px 0px 0px;
}

.Bed_Map_pad a
{
    display: block;
    width: 40px;
    height: 40px;
}

.Bed_Map_pad a:hover
{
    background-image: url( "../_images/general/red_dot.gif" );
    background-position: center center;
    background-repeat: no-repeat;
}

.Bed_Map_pad b
{
    display: block;
    width: 100px;
    height: 20px;
    text-align: center;
}


.prod_grid .title
{
    height: 24px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 3px;
    text-align: left;
}

.prod_grid
{
    text-align: center;
    width: 100%;
}

.prod_grid .cell
{
    border: 1px solid #9CA5DE;
    background-image: url( "../_images/general/prod_grid_tab.jpg" );
    background-position: left top;
    background-repeat: no-repeat;
    width: 245px;
}

.prod_grid .offer_cell
{
    border: 1px solid #9CA5DE;
    background-image: url( "../_images/general/offer_prod_grid_tag.jpg" );
    background-position: left top;
    background-repeat: no-repeat;
    width: 245px;
}

.prod_grid .foot
{
    background-color: #DEF6F6;
    border-top: 1px solid #9CA5DE;
}

.scrollBox
{
    width: 210px;
    height: 80px;
    overflow: auto;
    border: 1px solid #CCC;
}

.scrollBox .item
{
    border-bottom: 1px dotted #CCCCCC;
    font-size: 90%;
    padding: 5px;
}
.scrollBox th
{
    background-color: #CCCCCC;
}

.colourBox
{
    overflow: auto;
    margin-top: 6px;
}

.termsBox
{
    width:100%;
    height: 150px;
    background-color: White;
    border: 1px solid #333;
    text-align: left;
    overflow: auto;
}

.icon_grid
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 347px;
}

.icon_grid UL
{
    padding: 0px;
    list-style-type: none;
    margin: auto;
    font-size: 9px;
}

.icon_grid UL LI
{
    display: block;
    margin: 5px;
    padding: 0px;
    float: left;
    width: 70px;
    height: 80px;
    text-align: center;
    color: #5A42A5;
}


.icon_grid img
{
    width: 44px;
    height: 44px;
    border: none;
}

.icon_grid ul li .tIcons
{
    display: block;
    background-image: url(/_images/subpics/blankcircle.gif);
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    color: White;
    font-size: 16pt;
    line-height: 40px;
    margin: auto;
}

.icon_grid ul li .tIcons span
{
    font-size: 6pt;
}


.preview
{
    border: none;
    display: block;
}


.mnPreview
{
    border: none;
    display: block;
    width: 100px;
}




.report
{
    font-size: 120%;
}
.report a
{
    color: red;
}
.report th
{
    color: White;
    font-weight: bold;
    background-color: Black;
}
.report th a
{
    color: #9CA5DE;
}

.loginBox
{
    border: 1px none #9CA5DE;
    background-color: white;
    color: #575E85;
}

.loginBox input[type='text'],input.text,input[type='password'],input.password
{
width: 120px;
}
.loginBox th
{
    background-color: #E0EBFF;
    color: #2B3865;
}

.special_grid
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
    font-size: 90%;
}

.special_grid UL
{
    list-style-type: none;
    margin: auto;
    padding: 0px;
}

.special_grid UL LI
{
    display: inline;
    margin: 2px 0px 5px 2px;
    padding: 0px;
    float: left;
    width: 95px;
    height: 100px;
    text-align: center;
    border: 1px solid #9CA5DE;
    font-size:8pt;
    background-color: #E0EBFF;
}
.special_grid .title
{
    color: #1F2650;
    font-weight: bold;
    font-size: 120%;
    margin: 6px 0px 0px 0px;
}

.special_grid .price
{
    font-weight: bold;
    font-size: 130%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}



.sale_grid
{
    background-image: url(../_images/general/sale.jpg);
    background-color: #DEE0F5;
    text-align: center;
    border: 1px solid Maroon;
    height: 350px;
    width: 20%;
    margin: 3px;
}
.sale_grid .Spreview
{
    width: 137px;
    height: 104px;
    border: none;
    margin-bottom: 50px;
}
.offers_grid
{
    background-color: #DEE0F5;
    text-align: center;
    border: 1px solid #9CA5DE;
    width: 155px;
    height: 300px;
    margin: 3px;
}
.offers_grid .Spreview
{
    width: 137px;
    height: 104px;
    border: none;
}


.strikethru
{
    text-decoration: line-through;
    color: #000000;
    font-size: 110%;
    font-weight: bold;
}

.nowprice
{
    font-size: 160%;
    font-weight: normal;
    color: #990000;
    font-weight: bold;
}


.shopby
{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
    font-size: 80%;
    border: 1px solid #CCCCCC;
    width: 100%;
}
.shopby td
{
    height: 110px;
}


.front_pic
{
    width: 300px;
    margin-right: 20px;
    float: left;
}

.yournext
{
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 10px;
}

.tabs td
{
    background-position: 5px;
    color: #5B95C3;
    font-weight: bold;
}

.tabs td div
{
    padding-top: 5px;
    width: 78px;
    height: 45px;
    background-image: url(../_images/general/box.jpg);
    background-repeat: no-repeat;
    margin: 4px 4px 0px 0px;
}

.tabs .selectTab
{
    color: #192A56;
    font-weight: bold;
}

.bar
{
    background-image: url(../_images/general/progress_bar.gif);
    background-repeat: no-repeat;
    background-position: top;
    width: 760px;
    height: 50px;
    text-align: center;
}

.bar h1
{
    color: #9CA5DE;
    font-size: 170%;
    padding: 5px 5px 0px 5px;
    margin: 0px;
    height: 50px;
    letter-spacing: 10px;
}

.deliveryDate
{
    font-size: 150%;
    font-weight: bold;
    background-color: #FFFFCC;
}


.staff
{
    text-align: left;
    font-size: 110%;
}
.staff td
{
    border-bottom: 1px solid #CCCCCC;
}


.manufacturers
{
    overflow: hidden;
    width: 585px;
    height: 100px;
    clear: left;
    margin: 3px;
    text-align: center;
}

.mainsitebanner
{
    overflow: hidden;
    width: 575px;
    height: 217px;
    clear: left;
    margin: 0px 2px 2px 2px;
    text-align: center;
}


.f_manufacturer
{
    background-position: center center;
    background-repeat: no-repeat;
    width: 98px;
    height: 68px;
    display: block;
    float: left;
    margin: 6px;
}

.f_manufacturer em
{
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    display: none;
}

.breadcrumb
{
    margin: 0px 0px 8px 0px;
    font-size:10px;
    padding: 0px;
    color: #5A42A5;
    font-weight: bold;
    padding-top:8px;
    padding-left:10px;
}

.breadcrumb a
{
    padding: 6px;
    color: #333780;
    text-decoration:  none;
}

.breadcrumb a:hover
{
    padding: 6px;
    color: #333780;
    text-decoration: underline;
}


.bundle
{
    font-weight: bold;
    background-color: #DEDEF6;
    text-align: center;
    border: 2px solid red;
}

.bundle div
{
    padding: 4px;
}

.bundle a
{
    color: red;
}

.pay_box
{
    
    margin: 10px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    
}

.pay_box p
{
    padding: 5px;
    margin: 0px;
}
.pay_box h3
{
    margin: 2px;
}


.order_items
{
    font-size: 120%;
}

.order_items th
{
    color: white;
    background-color: #5A42A5;
    font-weight: bold;
}

.order_items td
{
    border-bottom: 3px solid white;
    background-color: #FFFFCC;
}

/* Big Red Sale Button - GC */
.bigred
{
    font-size: 1.2em;
    padding: 2px;
    border: 1px solid black;
    background-color: rgb(150,0,0);
    color: white;
    text-decoration: none;
}

.bigred:hover
{
    background-color: rgb(250,0,0);
    color: Black;
}


/* Testimonials Section - GC */

#ctl00_ContentPlaceHolder1_testimonials a
{
    font-weight: normal;
    font-size: 0.9em;
    color: black;
}

#ctl00_testimonials
{
    font-family: arial;
    background-color: White;
    padding-bottom: 10px;
    border: 1px solid #2D4F7F;
}

#ctl00_testimonials h2
{
    line-height: 31px;
    background-color:#97A6CF;
    color: #2F4171;
    text-align: center;
    margin-top: 0px;
    height: 31px;
}


#ctl00_testimonials blockquote
{
    font-weight: normal;
    font-size: 1em;
    text-align: left;
    padding: 0px;
    margin: 10px;
}

#ctl00_testimonials a
{
    text-decoration: none;
    color: #666666;
}

#ctl00_testimonials a:hover
{
    text-decoration: underline;
}

#ctl00_testimonials p
{
    text-align: right;
    margin: 0px;
    font-size: 0.8em;
    padding-right: 5px;
}

#ctl00_testimonials p a
{
    font-size: 1em;
}


.pageTestimonials
{
}

.pageTestimonials h2
{
    width: 115px;
    display: block;
    float: left;
    margin: 2px;
    font-size: 1.1em;
    text-align: left;
}

.pageTestimonials p
{
    margin: 2px;
    text-align: right;
}

.pageTestimonials blockquote
{
    margin: 0px;
    font-size: 1.1em;
}

.pageTestimonials blockquote a
{
    color: rgb(0,0,150);
    font-size: 1.1em;
    font-weight: bolder;
    text-decoration: none;
}

.pageTestimonials blockquote a:hover
{
    text-decoration: underline;
}









/* Search Styles */

.searchBox
{
    margin: 3px;
    text-align: left;
    height: 85px;
    background-color: rgb(240,240,250);
}

.searchBox strong
{
    margin-bottom: 0px;
    display: block;
    color: Navy;
    font-size: 1.1em;
}

.searchBox img
{
    width: 100px;
    display: block;
    float: left;
    margin: 5px;
    border: 1px solid black;
    clear: left;
}


.searchBox a
{
    margin: 0px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}

.searchBox a:hover
{
    text-decoration: underline;
    background-color: Blue;
    color: White;
}

.searchBox .itmPrice
{
    font-size: 2em;
    font-weight: bolder;
    font-family: Impact;
    text-align: right;
    margin: 2px;
}

/* Product Listings in Memory Page */
.productLists
{
    font-size: 0.9em;
    background-image: url( '/_images/site/gradsmall.jpg' );
    background-repeat: repeat-x;
    background-position: top left;
    clear: both;
    margin-top: 5px;
}

.productLists h4
{
    
    font-size: 1.2em;
    color: #0E5DAC;
    text-align: left;
    margin: 4px;
    border: none;
}

.productListsManufacturer
{
    float:left;
    position:relative;
    margin:0px 0px 0px 0px;
    padding: 7px 2px 0px 2px;
    background-color:White; 
    width: auto; 
    height: 41px;
    color: #2F4171; 
}
.productListsManufacturer img
{
    max-width: 78px;
}

.productListsManufacturerMoreInfo
{
    float:right;
    margin-right: 3px;
    margin-top: 1px;
    font-size: 11px;
    font-weight: bold;
    color: #2F4171;
    height: 21px;
}

a.infoButton span
{
    display: none;
}

a.infoButton
{
    display: block;
    background-image: url(/_images/product/moreinfosml.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: 89px;
    height: 22px;
}

a.infoButton:hover
{
    background-image: url(/_images/product/moreinfo.jpg);
}


a.infoButtonSmall span
{
    display: none;
}

a.infoButtonSmall
{
    display: block;
    background-image: url(/_images/product/moreInfoSmall.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 45px;
    height: 28px;
}

a.infoButtonSmall:hover
{
    background-image: url(/_images/product/moreInfoSmall2.jpg);
}

a.infoButtonSmallLong
{
    display: block;
    background-image: url(/_images/product/moreInfoSmallLong.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 65px;
    height: 22px;
}

a.infoButtonSmallLong:hover
{
    background-image: url(/_images/product/moreInfoSmallLong2.jpg);
}


a.infoButtonLge span
{
    display: none;
}

a.infoButtonLge
{
    display: block;
    background-image: url(/_images/product/MOREInfo.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 96px;
    height: 43px;
    margin-bottom:0px;
	margin-left: 82px;
}
a.infoButtonLgeOrange
{
    display: block;
    background-image: url(/_images/product/lgemoreinfoOrange.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 117px;
    height: 34px;
    margin-bottom:0px;
}
/*
a.infoButtonLgeOrange:hover
{
    background-image: url(/_images/product/lgemoreinfo2.jpg);
}

a.infoButtonLge:hover
{
    background-image: url(/_images/product/lgemoreinfo2.jpg);
}
*/
a.addButton span
{
    display: none;
}

a.addButtonLge
{
    display: block;
    background-image: url(/_images/product/basket.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: 104px;
    height: 25px;
    margin-top:5px;
}

a.addButtonLarge
{
    display: block;
    background-image: url(/_images/product/basket.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: 104px;
    height: 25px;
    margin-top:5px;
}

a.addButtonLarge:hover
{
    background-image: url(/_images/product/basket.gif);
}

a.addButtonSmall
{
    display: block;
    background-image: url(/_images/product/basketsmall.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: 36px;
    height: 22px;
    margin-top:5px;
}

a.addButtonSmall:hover
{
    background-image: url(/_images/product/basketsmall2.gif);
}
a.prodFreeDeliveryLong
{
    display: block;
    background-image: url(/_images/site/van.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 62px;
    height: 46px;
    margin:4px 0px 5px 0px;
}

a.prodFreeDeliveryLongNew
{
    display: block;
    background-image: url(/_images/product/FREEdelivery.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 71px;
    height: 36px;
    margin:4px 0px 5px 20px;
    text-decoration:none;
    border:none;
}

a.addButtonLge:hover
{
    background-image: url(/_images/product/basket2.gif);
}
a.buyat:hover
{
    background-image: url(/_images/general/hoverBasket.jpg);
}
a.buyat
{
    background-image: url(/_images/general/AddToBasket.gif);
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
    width: 100px;
    height: 22px;
    margin: auto;
}
.mFoamButton
{
    margin-left: 5px;
    margin-bottom: 1px;
}

.salesReport
{
    text-align: left;
    font-family: verdana;
    font-size: 10pt;
    border: 1px solid black;
    border-collapse: collapse;
}

.salesReport th
{
    background-color: rgb(160, 175, 216);
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
}

.salesReport td
{
    font-size: 9pt;
    border-top: 1px solid silver;
    padding: 2px;
}


/* Special Offers on the front page */
.fpArticleContainer
{
    border: 1px solid #8693C8;
}

.fpArticleContent
{
    position:relative;
    height:220px;
    padding:10px;
    overflow:auto;
}

.fpArticleContent .fpArticleContentTitle
{
    text-decoration: none;
    color: navy;
    font-weight: bold;
    font-size: 12px;
}
.fpArticleContent p
{
    display: list-item;
    padding-left: 0px;
    font-size: 0.9em;
    margin:10px 0px;
    margin-left: 10px;
    
}
.fpArticleContent .fpArticleDate
{
    font-size: 0.8em;
}

.fpSpecOffers
{
    position:relative;
    width: 329px;
    float: right;
    margin:0px 3px; 
}

.fpProductReviews
{
    position:relative;
    width:329px;
    float:right;
    margin:0px 3px;
}

.fpSOmoreinfo
{
    border-top: 1px solid #9393c9;
    background-color:White;
    text-align:right;
    padding:2px;
    height:40px;
}

.fpSOmoreinfo span
{
    font-weight:bolder;
    font-size:0.9em;
    color:Black;

}

img.fpSOmanLogo
{
    display:block;
    position:absolute;
    margin-left:2px;
    margin-top:5px;
    max-width:80px;
}

.fpSOmoreinfo a
{
    display:block;
    width:89px;
    height:22px;
    background-position:top left;
    background-repeat:no-repeat;
    background-image:url(/_images/site/moreinfo.jpg);
    border:none;
    text-decoration:none;
    margin:0px 0px 0px 80px;
}

.fpSOmoreinfo a:hover
{
    background-image:url(/_images/site/moreinfo2.jpg);
}

.fpSOmoreinfo a span
{
    visibility:hidden;
    display:block;
}

/*.fpSpecOffers h2
{
    line-height: 31px;
    background-image: url(../_images/site/headBkgrnd.jpg);
    color: White;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 31px;
    font-size: 1.5em; 
}
*/

.fpSpecOffers strong
{
    font-size: 1.2em;
    font-weight: bolder;
}

.fpSpecOffers .nowprice
{
    font-size: 1.1em;
}

.fpSpecOffers .strikethru
{
    font-size: 0.9em;
}

.fpSpecOffers p
{
 /*   margin: 0px;*/
}

.fpSpecOffers .fpsactions
{
    background-color: #dee0f5;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.fpSpecOffers .fpsactions a
{
    color: #333780;
    text-decoration: none;
}

.fpSpecOffers .fpsactions a:hover
{
    text-decoration: underline;
}

.fpSpecOffers .fpNoLeft
{
    text-align: right;
    font-weight: bolder;
    font-size: 1.5em;
    color: #dea440;
}


.fpSpecOffers img
{
    border: 0px;
}

.fpSpecOffers .fpSpecial
{
    border: 1px solid #9393c9;
    margin-bottom: 5px;
}

.fpSpecDetail 
{
    height:85px;
    background-image: url(../_images/site/SpecialBack.jpg);
    background-repeat:no-repeat;
    background-position:bottom right;
}

.fpSpecDetail strong
{
    display:block;
    text-align:right;
    color:White;
    font-size:1.8em;
}

.fpSpecDetail em
{
    display:block;  
    text-align:right;
    text-decoration:none;
    font-weight:bold;
    margin-bottom:0px; 
}

.fpSpecDetail h3
{
    margin:7px 0px 0px 0px;
}

.divPreviewImage
{
    width:175px;
    height:140px;
    border-bottom: 1px solid #333780;
    overflow:hidden;
}

/* boxed product list from product list pages*/
.singleProduct
{
    width: 175px;
    float: left;
    margin-left: 24px;
    margin-bottom:24px;
    border: 1px solid #333780;
}

.singleProduct img.previewimage
{
    
    max-width: 175px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
    border-style: none;
}

.singleProduct p
{
    margin: 0px;
}

.singleProduct .spBoxed
{    
    background-repeat: repeat-x;
    background-position: top left;
    border-top: 1px solid #333780;
    border-bottom: 1px solid #333780;
}

   
.singleProduct h3
{
    height: 30px;
    margin: 0px;
    font-size: 1.2em;
    vertical-align: middle;
    font-family: arial;
    background-color: #ffffff;
    color: #333780;
    margin: 5px;
}

.singleProduct .spPrice
{
    font-weight: bold;
    text-align: center;
    color: navy;
}

.singleProduct .spPrice span
{
    font-size: 1.8em;
}
.singleProduct .spInfo
{
    background-image: url(/_images/site/gradsmall.jpg);
    background-repeat: repeat-x;
    padding: 4px;
    color: Navy;
}

.singleProduct .spInfo img
{
    width: 10px;
    height: 10px;
    display: inline;
}

.singleProduct .spInfo a
{
    float: right;
}

.singleProduct .spInfoDivan
{
    text-align:right;
    width: 100%;
    color: #2F4171;
}

.singleProduct .spInfoDivan img
{
}

.singleProduct .spInfoDivan a
{
    float: right;
}

.singleProduct .stockPanel
{
    position: absolute;
    width: 120px;
    height: 20px;
    padding-top: 0px;
    border: 1px solid #333780;
    background-color: White;
    margin-top: 5px;
    margin-left: 45px;
    line-height: 20px;
    font-size: 1.1em;
    text-align: center;
}

.singleProduct .stockPanel img
{
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 2px;
}

.singleProduct .spWasPrice
{
    text-align: right;
    font-weight: bolder;
    color: Black;
    font-size: 1.1em;
    margin-right: 5px;
}

.singleProduct .spWasPrice span
{
    text-decoration: line-through;
    font-size: 1.3em;
}

.singleProduct .spSpecial
{
    text-align: right;
    font-weight: bolder;
    font-size: 1.1em;
    color: Red;
    height: 20px;
}

.singleProduct .spSpecial object
{
    margin: 0px;
    height: 20px;
    padding: 0px;
}

.singleProduct .spDivanListing img
{
    width: 16px;
    height: 16px;
    text-align: left;
}

.singleProduct .spDivanListing
{
    font-size: 0.9em;
    color: Black;
}

.singleProduct .spDivanListing th
{
    text-align:left;
    color: #2F4171;
    font-size:10px;
}

.singleProduct .spDivanListing td
{
    text-align:left;
    color: #000000;
    font-size:11px;
}

.singleProduct .spDivanListing table
{
    width: 100%;
}

/* 5 box grid product list from product list pages*/
.singleProduct5box
{
    width: 155px;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom:5px;
    border: 1px solid gray;
}

.singleProduct5box img.previewimage
{
    
    max-width: 155px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
    border-style: none;
}

.singleProduct5box p
{
    margin: 0px;
}

.singleProduct5box .spBoxed
{    

}

   
.singleProduct5box h3
{
    height: 30px;
    margin: 0px;
    font-size: 1.2em;
    vertical-align: middle;
    font-family: arial;
    background-color: #ffffff;
    color: #333780;
    margin: 5px;
}

.singleProduct5box .spPrice
{
    font-weight: bold;
    text-align: center;
    color: navy;
}

.singleProduct5box .spPrice span
{
    font-size: 1.8em;
}
.singleProduct5box .spInfo
{
    background-image: url(/_images/site/gradsmall.jpg);
    background-repeat: repeat-x;
    padding: 4px;
    color: Navy;
}

.singleProduct5box .spInfo img
{
    width: 10px;
    height: 10px;
    display: inline;
}

.singleProduct5box .spInfo a
{
    float: right;
}

.singleProduct5box .spInfoDivan
{
    text-align:right;
    width: 100%;
    color: #2F4171;
}

.singleProduct5box .spInfoDivan img
{
}

.singleProduct5box .spInfoDivan a
{
    float: right;
}

.singleProduct5box .stockPanel
{
    position: absolute;
    width: 120px;
    height: 20px;
    padding-top: 0px;
    border: 1px solid #333780;
    background-color: White;
    margin-top: 5px;
    margin-left: 45px;
    line-height: 20px;
    font-size: 1.1em;
    text-align: center;
}

.singleProduct5box .stockPanel img
{
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 2px;
}

.singleProduct5box .spWasPrice
{
    text-align: right;
    font-weight: bolder;
    color: Black;
    font-size: 1.1em;
    margin-right: 5px;
}

.singleProduct5box .spWasPrice span
{
    text-decoration: line-through;
    font-size: 1.3em;
}

.singleProduct5box .spSpecial
{
    text-align: right;
    font-weight: bolder;
    font-size: 1.1em;
    color: Red;
    height: 20px;
}

.singleProduct5box .spSpecial object
{
    margin: 0px;
    height: 20px;
    padding: 0px;
}

.singleProduct5box .spDivanListing img
{
    width: 16px;
    height: 16px;
    text-align: left;
}

.singleProduct5box .spDivanListing
{
    font-size: 0.9em;
    color: Black;
    height:112px;
}

.singleProduct5box .spDivanListing td
{
    text-align:left;
    color: #000000;
    font-size:11px;
    vertical-align: bottom;
}

.singleProduct5box .spDivanListing table
{
    width: 100%;
}

.singleProduct5box .divPreviewImage
{
    width:155px;
    height:116px;
    border:none;
}

.singleProduct5box .dvBlankRating5Box
{
    background-image: url("/_images/Product/BlankStars.png");
    background-repeat: repeat-x;
    height: 16px;
    padding: 0;
    width: 80px;
}

.singleProduct5box .dvBlankRating5Box span
{
    height:16px;
    background-image:url(/_images/Product/FilledStars.png);
    background-repeat:repeat-x;
}

.quickContactForm
{
    border: 1px solid black;
    font-size: 1em;
    font-family: arial;
    text-align: right;
    width: 220px;
    padding:5px;
    margin-right: 5px;
    background-image: url(/_images/general/gBack.jpg);
    background-repeat: repeat-x;
    background-color: White;
    background-position: top left;
}
.quickContactForm2
{
    border: 1px solid black;
    font-size: 1em;
    font-family: arial;
    text-align: left;
    width: 320px;
    padding:5px;
    margin-right: 5px;
    background-image: url(/_images/general/gBack.jpg);
    background-repeat: repeat-x;
    background-color: White;
    background-position: top left;
}


.areaContactForm
{
    border: 1px solid black;
    font-size: 1.4em;
    font-family: verdana;
    text-align: left;
    width: 700px;
    padding:15px;
    margin-right: 5px;

    background-repeat: repeat-x;
    background-color: White;
    background-position: top left;
}



.quickContactForm input
{
    width: 135px;
    margin: 2px;
}

.quickContactForm textarea
{
    width: 135px;
    margin: 2px;
}

.quickContactForm p
{
    color: #b92d38;
    font-weight: bolder;
}

a.submitButton
{
    display: block;
    background-image: url(/_images/general/submitoff.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 59px;
    height: 21px;
    background-color: Blue;
    color: White;
    margin: 10px 5px 5px 155px;
}

a.submitButton:hover
{
    background-image: url(/_images/general/submiton.jpg);
}

a.submitButton span
{
    display: none;
}

a.addtobasketButton
{
    display: block;
    background-image: url(/_images/product/addBasket.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 104px;
    height: 20px;
}

a.addtobasketButton:hover
{
    background-image: url(/_images/product/addBasket2.jpg);
}


.specialsizegrid_over
{
    background-color: #e6edfd;
}

.specialsizegird_out
{
    background-color: White;
}

.specialsizegrid_selected
{
    background-color: #910103;
}

.newsletter
{
    background-image: url(../_images/general/newsletterBG.jpg);
}



/* mini Shopping cart control style */
.miniShoppingCart
{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 130px;
    border: 2px solid black;
    background-color: white;
    color: Black;
    padding: 10px;
    text-align: center;
    background-image: url(/_images/general/gBack.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

.miniShoppingCart p
{
    margin: 5px;
}

.miniShoppingCart h3
{
    margin: 0px;
    font-size: 2em;
}

.miniShoppingCart span
{
    visibility: hidden;
}

.miniShoppingCart .mscContinue
{
    width: 140px;
    height: 25px;
    background-image: url(/_images/general/return2.jpg);
    background-position: top left;
    display: block;
    text-decoration: none;
    float: right;
}

.miniShoppingCart .mscContinue:hover
{
    background-image: url(/_images/general/return.jpg);
}



.miniShoppingCart .mscProceed
{
    width: 140px;
    height: 25px;
    background-image: url(/_images/general/proceed.jpg);
    background-position: top left;
    display: block;
    text-decoration: none;
}

.miniShoppingCart .mscProceed:hover
{
    background-image: url(/_images/general/proceed2.jpg);
}


/*newsletter styles */
    .newsletter
    {
        background-image:url(../_images/general/newsletterBG.jpg);
        height:305px;
        width:175px;
        font-family:verdana;
    }
    
    .newsletter .headertext
    {   
        width:175px;     
        margin-top:80px;
        float:left;
        text-align:center;
        color:#9F131D;
        font-weight:bolder;
        font-size:1.2em;
    }
    
    .newsletter .subheadertext
    {
        width:175px; 
        float:left;
        text-align:center;
        color:black;
        font-size:0.7em;
        font-weight:bold;
        padding-bottom:10px;
    }
    
    .newsletter .newsform
    {
        text-align:right;
        margin-right:5px;
        color:#9DADCD;

    }    

    .newsletter .footertext
    {
           color:#2F418E;
           font-size:0.75em;
           font-weight:bolder;
           margin-left:7px;
    }
    
    .newsletter .images
    {
        margin-left:5px;
        margin-top:5px;
    }
    
    .newsletter a.submitButton 
    {
        margin:8px 0px 10px 0px;
    }
    
    
/*Shopping Basket Accessories*/
.shoppingAccessories
{
    width:99%;
    border-collapse:collapse;
    border:1px solid Gray;   
}

.shoppingAccessories .header
{
    color:#5B5B5B;
    background-color:#E6E6E6;
    height:10px;
    border-bottom:1px solid Gray;  
    font-size:1.3em; 
    font-weight:bolder;
}

.shoppingAccessories .header td
{
    padding:10px 10px 10px 10px;
}    


/*shopping basket buttons */    
a.basketreturnshopping
{
    display: block;
    background-image: url(/_images/general/return.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width:140px;
    height:25px;
    float:left;
}

a.basketreturnshopping_alt
{
    display: block;
    background-image: url(/_images/basket/return.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width:160px;
    height:31px;
    float:left;
    color:White;
}

a.basketreturnshopping:hover
{
    background-image: url(/_images/general/return2.jpg);
}

a.basketreturnshopping_alt:hover
{
    background-image: url(/_images/basket/return.jpg);
       color:White;
}
a.basketreturnshopping span
{
    display: none;
}

a.basketproceedorder
{
    display: block;
    background-image: url(/_images/general/proceed.jpg);
    background-repeat: no-repeat;
    width:140px;
    height:25px;
    float:right;
    padding-right:7px;
}

a.basketproceedorder_alt:hover
{
    background-image: url(/_images/basket/checkout.jpg);
       color:White;
}
a.basketproceedorder_alt
{
    display: block;
    background-image: url(/_images/basket/checkout.jpg);
    background-repeat: no-repeat;
    width:150px;
    height:61px;
    float:right;
    padding-right:7px;
       color:White;
    margin-top:0px;
}

a.basketproceedorder:hover
{
    background-image: url(/_images/general/proceed2.jpg);
}

a.basketproceedorder span
{
    display: none;
}

/*shopping basket dilivery options */    

.deliveryoptionslocal
{
    border:solid 1px Black;
    width:99%;
    font-family:Verdana;
    height:95px;
  
}

.deliveryoptionslocal td
{
    color:#1F2650;
    font-size:1em;
    padding-left:10px;  
}

.deliveryoptionsnational
{
    border:solid 1px Black;
    width:99%;
    font-family:Verdana;
    height:140px;
  
}

.deliveryoptionsnational td
{
    color:#1F2650;
    font-size:1em;
    padding-left:10px;  
}
.deliveryoptionsheader
{
    color:#1F2650;
    font-size:1.2em;
    font-weight:bold;
    padding-left:10px;
}

a.proceednextstepbutton
{
    display: block;
    background-image: url(/_images/general/nextStep.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width:235px;
    height:25px;

}

a.proceednextstepbutton:hover
{
    background-image: url(/_images/general/nextStep2.jpg);
}

a.proceednextstepbutton span
{
    display: none;
}

.deliverystep
{
    margin:2px;
    width:100%;
}

.deliverystepheader
{
    padding:5px;
    text-align:left;
    color:#1F2650;
    font-weight:bold;
    background-color:#E0EBFF;
    height:15px;
}

.deliverystepcontent
{
    padding:5px;
    color:#1F2650;
}

.manproduct
{
    width:180px;
    height:280px;
    border:1px solid #8998BB;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    padding-left:1px;
    
}

.manproductname
{
    text-align:center;
    margin-top:5px;
    height:20px;
    border-bottom:1px solid #8998BB;
    color:#1F2650;
    font-weight:bolder;
    padding-left:0px;
    padding-bottom:10px;
}

.manproductinfo
{
    margin-top:10px;
    border-top:1px solid #8998BB;
    width:100%;
    border-collapse:collapse;
} 
 
.manproductinfo th
{
    background-image: url(/_images/site/gradsmall.jpg);
    background-repeat: repeat-x;
    text-align:left;
}

.manproductinfo td
{
    padding-top:5px;
    padding-bottom:5px;
}

a.maninfobutton
{
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url(/_images/general/maninfo.jpg);
    height:14px;
    width:32px;
}

a.maninfobutton:hover
{
    background-image: url(/_images/general/maninfo2.jpg);
}

.divan_table td
{
    padding: 5px 0px 5px 0px;
    font-size: 12px;
    color: #000000;
}

.divan_table_drawers td
{
    padding: 0px 0px 0px 0px;
    
}

.div_manufacturer 
{
    padding-top:18px; 
    padding-bottom:18px; 
    position:absolute; 
    background-color:White; 
    margin: -73px 0px 0px 218px; 
    width:164px; 
    height:74px; 
    text-align: center; 
    border: 1px solid #425079;
   
}

.divan_stock
{
    width:98%;
    margin-top:25px;
    border-collapse:collapse;
    text-align:left;
    width:100%;
}

.divan_stock th
{
    background-color:#385098;
    color:white;
}

.divan_stock td
{
    border-Top:1px solid black;
}



.divan_stockalt
{
    width:98%;
    margin-top:25px;
    border-collapse:collapse;
    text-align:left;
    width:100%;
}

.divan_stockalt th
{
    background-color:#8195CA;
    color:white;
}

.divan_stockalt td
{
    border-Top:1px solid black;
}


.productlongOuter
{
    width: 805px; 
    float: left; 
    margin: 0px; 
	margin-top: 23px;
    /*border-top: 1px solid #AEC4F5; */
}

.productlongOuterTop
{
    width: 805px; 
    float: left; 
    margin-top: 13px; 
    /*border-top: 1px solid #4763AB; */
}

.productlongInner
{
    float:left; 
    width: 805px; 
    height: 117px; 
    /*background-image: url( '../_images/product/topbar.jpg' );*/
    background-repeat: repeat-x;
}
.productlongPriceContainer
{
	float:left; 
	margin-left:10px;
	margin-top:10px;
}

.productlongPriceSpiv
{
	clear:left; 
	width:100px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #FF9;
	margin-left:15px;
	border:1px solid #C6CFF2;
	color:red;
	text-align:center;
	font-weight:bold;
	padding:2px;
}

.productlongPriceSale
{
    width: 130px; 
    height:110px; 
    padding-top:5px;
    background-color:#FF8383;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
    text-align:center;
    color: #2F4171; 
    font-size:23px;
    font-weight:bold;
    
}

.productlongPriceSale br 
{
    height:0px;
    padding:0px;
    margin:0px;
    margin-top:-10px;
}

.productlongPrice
{
    width: 130px; 
    height:95px;
    /*background-image: url( '../_images/product/bluetab.jpg' );*/
    text-align:center;
    color: #2F4171; 
    font-size:23px;
    font-weight:bold;
	padding-top:5px;
    background-color:#C6CFF2;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
    
}
.productlongImage
{
    float:left; 
    width: 140px; 
    margin-top:10px; 
    padding-left: 5px;
}

.productlongImage img
{
    width: 135px; 
}

.productlongManufacturer
{
    float:left; 
    width: 130px; 
    margin-top:10px; 
    padding-left: 5px;
}

.productlongManufacturer img
{
    /*width: 100px; */
    height:50px
}

.productlongManufacturer h4
{
    margin:0px;
    padding:0px;
    font-size:9pt;
    height:10pt;
    overflow:hidden;
    display:none;
}

.productlongManufacturer ul
{
    margin:0px;
    padding-left:15px;
    font-size:0.8em;
    margin-top:5px;
}

.productlongManufacturer ul li
{
    margin:0px;
    padding:0px;
    font-size:8pt;
}

.productlongTitle
{
	float:left;
    margin: 3px 0px 3px 4px; 
    color: #33426f; 
    text-align: left; 
    font-size: 1.1em; 
    font-weight:bold;
	width:100%;
	border-top: 1px solid #4763AB;
}


.spStockIn 
{
    background-image: url( '../_images/Tick.png' );  
	background-repeat:no-repeat;
    /*width:82px;*/
	padding-top:2px;
    height:20px; 
    text-align:left;
    padding-left:18px;
    margin:2px 0px 0px 10px;
    font-size:9pt;
    overflow:hidden;
    color:White;
}

.spStockOut
{
    /*background-image: url( '../_images/product/NOstockTab.jpg' );  
    width:82px;*/
    height:20px; 
    padding-top:6px; 
    text-align:left;
    padding-left:8px;
    margin:-2px 0px 0px 5px;
    font-size:9pt;
    overflow:hidden;
    /*color:rgb(200,0,0);*/
	color:white;
}

.deliveryDetails
{
	margin-top:5px;
}
.deliveryDetails div
{
	float:left;
}

.deliveryDetails .deliveryDay
{
	color:#A5000E;
	text-align:center;
	font-size:16px;
	width:115px;
}

.productlongStock
{
    float:right; 
    width: 178px; 
    margin-top:10px;  
    text-align:right;
    color: #33426f;
    font-weight:bold;
	background-image: url( '../_images/BlueBox.png' );
	background-repeat:no-repeat;
}

.productlongStock div {
    margin-bottom:0px;
}

.productDivanPrice
{
    float:right; 
    width: 110px; 
    height:47px;
    text-align: right;
    background-image: url( '../_images/product/blueprice.gif' );
    text-align:right;
    color: #FFFFFF; 
    font-size:9px;
    font-weight:normal;
}

.productDivanPriceSale
{
    float:right; 
    width: 171px; 
    height:47px;
    text-align: right;
    background-image: url( '../_images/product/redprice.gif' );
    text-align:right;
    color: #FFFFFF; 
    font-size:9px;
    font-weight:normal;
}


.productDrawers {
    position:absolute;
    margin-left:150px;
    margin-top:90px;
}

.firstproduct
{
    border: 1px solid silver;
    font-size: 1em;
    font-family: verdana;
    text-align: left;
    width: 98%;
    margin-right: 5px;
    margin-top:0px;
    background-image: url(/_images/general/productBack.jpg);
    background-repeat: repeat-x;
    background-color: White;
    background-position: top left;
}

.productDivider 
{
    border-top:2px solid black;
    border-bottom:2px solid black;
    width:99.5%;
    font-size: 200%;
    font-weight: bold;
    color:#1F2650;
    padding-top:5px;
    padding-left:5px;
}

/* Ranges */

.divRangeMain
{
    border: solid 1px #000000; 
    /*height: 175px; */
    width: 380px; 
    margin-top:10px
}
.divRangeMsg
{
    margin:5px 5px 5px 5px;
    color:#142552; 
}
.divRangeLeft
{
    float:left; 
    width: 120px; 
    margin-left:5px;
    text-align:center;
    line-height:18px;
}
.divRangeRight
{
    float:left; 
    width: 120px;
    text-align:center;
    line-height:18px;
    margin-bottom:10px;
}
a.RangeInfoButton
{
    display: block;
    background-image: url(/_images/product/bundlemoreinfo.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 67px;
    height: 15px;
    float:left;
    margin:0px 0px 4px 29px;
}

a.RangeInfoButton:hover
{
    background-image: url(/_images/product/bundlemoreinfo.jpg);
}
a.RangeaddtobasketButton
{
    display: block;
    background-image: url(/_images/product/bundlebuyboth.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 79px;
    height: 36px;
}

a.RangeaddtobasketButton:hover
{
    background-image: url(/_images/product/bundlebuyboth.jpg);
}

/* Bundles */

.divBundleMain
{
    width: 380px; 
    margin-top:10px
}
.divBundleMsg
{
    margin:5px 5px 5px 5px;
    color:#142552; 
}
.divBundleLeft
{
    float:left; 
    width: 120px; 
    margin-left:5px;
    text-align:center;
    line-height:18px;
}
.divBundleRight
{
    float:left; 
    width: 120px;
    text-align:center;
    line-height:18px;
}
a.bundleInfoButton
{
    display: block;
    background-image: url(/_images/product/bundlemoreinfo.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 67px;
    height: 15px;
    float:left;
    margin:0px 0px 4px 29px;
}

a.bundleInfoButton:hover
{
    background-image: url(/_images/product/bundlemoreinfo.jpg);
}
a.bundleaddtobasketButton
{
    display: block;
    background-image: url(/_images/product/bundlebuyboth.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 79px;
    height: 36px;
    float:left;
    margin:0px 0px 4px 10px;
}

a.bundleaddtobasketButton:hover
{
    background-image: url(/_images/product/bundlebuyboth.jpg);
}

/* mini product viewer control */
.miniProductInfo
{
    width:300px;
    background-color:White;
    border:2px solid #33426f;
    position:absolute;
    padding:5px;
    text-align:center;
    left:350px;
    top:130px; 
    font-size:0.9em;
}

.miniProductInfo .mpiImagePicture
{
    width:290px;
}

.miniProductInfo h2
{
    margin-top:0px;
}

.productDesc 
{
    clear:left;
}

/* Product Icons */
.productIcon 
{
    font-size:0.8em;
    width:60px;
    text-align:center;
    margin:5px;
    float:left;
    height:80px;
    overflow:hidden;
}

.productIcon img
{
    display:block;
    margin-left:auto;
    margin-right:auto;    
}


.blankIcon 
{
    margin-left:auto;
    margin-right:auto;  
    width:40px;
    height:40px;
    border:1px solid #82191D;
    font-size:0.9em;
    vertical-align:middle;
    text-align:center;
}

.blankIcon span
{
    font-size:3em;
    font-family:Arial;
}


.leftFormBox {
    width:150px;
    display:block;
    float:left;
    clear:left;
}

/*-------------------- */

.popup
{
    display:none;
    border:2px solid #132057;
}

/*-------Articles----- */

.mmBlogList {
    font-size:0.9em;
    clear:left;
    text-align:right;
}

.mmBlogList h3 {
    font-family:Arial;
    font-size:13pt;
    color:#023C7C;  
    text-align:left; 
    margin:0px;  
    font-weight:bold;
    border-bottom:1px solid silver;
    padding-top:10px;
}

.mmBlogList ul {
    list-style-type:square;
    margin-left:10px;
    margin-top:0px;
    padding-left:10px;
    margin-bottom:10px;
}

.mmBlogList ul li {
    font-size:0.8em;
}

.mmBlogList a {
    text-decoration:none;
    color:#7288c4;
    font-weight:bold;
    text-align:left;
    display:block;
    width:120px;
    float:left;
    font-size:1.2em;
}

.mmBlogList li {
    clear:left;
}

.mmBlogList a:hover {
    text-decoration:underline;
}

.mmWebLogMain {
    background-color:rgb(240,240,240);
    float:left;
    width:545px;
    float:left;
    padding:2.5px;
}

.mmWebLogMain div {
    font-family:Calibri;
    font-size:11pt;
    color:#58493f;
    margin:0px;            
}

.mmWebLogSide {
    width:40px;
    height:800px;
    background-image:url(/_images/site/WeblogSide.jpg);
    background-repeat:no-repeat;
    float:left;
}

.mmWebLogSideNews {
    width:40px;
    height:800px;
    background-image:url(/_images/site/WeblogSideNews.jpg);
    background-repeat:no-repeat;
    float:left;
}
        p.maDate {
            text-align:right;
            color:#7288c4;
            font-weight:bold;
            margin-top:-14pt;
            font-family:Calibri;
            font-size:11pt;
            margin-bottom:0px;
        }
        
       p.maTags {
            font-family:Calibri;
            font-size:11pt;
            margin-top:0px; 
            font-weight:bolder;   
            text-align:right;
    padding-bottom:10pt;
}

div.maContent br {
    line-height:6pt;
    height:6pt;
    font-size:6pt;
}

div.mainArticle {
    border-bottom:1px solid #000000;  
}

div.maContent {
    border-bottom:1px solid #dcdcdc;  
}


div.maContent a {
    text-decoration:none;
    color:#7288c4;
    font-weight:bold;
}

div.maContent a:hover {
    text-decoration:underline;
}

div.maContent img {
    margin:5px;
    float:left;
}


div.saContent {
    font-size:0.9em;  
}

div.mmBlogSub {

}

.maReadMore {
    text-align:right;  
    margin:0px;
    border-bottom:1px solid #000000;             
}

.maReadMore a {
    color:#7288c4;      
    text-decoration:none; 
}

.maReadMore a:hover {   
    text-decoration:underline;      
}       

.maTags a {
    color:#7288c4;      
    text-decoration:none; 
}

.maTags a:hover {   
    text-decoration:underline;      
}    

.pSelectedTag {
    margin:0px 0px 5px 0px;
    font-size:0.8em; 
}

.pSelectedTag strong {
    color:#7288c4; 
    text-transform:capitalize; 
}

.pViewAll {
    text-align:right;
}

.pViewAll a {
    text-decoration:none;
    color:#7288c4;
    font-weight:bold;
}

.pViewAll a:hover {
    text-decoration:underline;
}

.mmWebLogMain h1 {
    font-family:"arial narrow",arial;
    font-size:28pt;
    color:#7288c4;
    margin-bottom:0px;
    border-bottom:1px solid #dcdcdc;
    width: 475px;
}

 .mmWebLogMain h2 {
    font-family:"arial narrow",arial;
    font-size:20pt;
    color:#7288c4;
    margin:2px;
    padding:0px;
    border-bottom:1px solid #dcdcdc;
    width: 475px;
}

 .mmWebLogMain h2 a {
    color:#7288c4;
    text-decoration:none;
}

 .mmWebLogMain h2 a:hover {
    color:#7288c4;
    text-decoration:underline;
}

a:-webkit-any-link 
{
    text-decoration: none;
}

.mmRecommendBoxed
{
    font-family: verdana;
 
    border-left: 0px solid #8693C8;
    border-right: 0px solid #8693C8;
    margin-top:3px;
    border-bottom:1px solid #8693C8;
    margin-bottom:15px;
}

.mmRecommendBoxed ul {

    list-style-type:none;
    border-left: 1px solid #8693C8;
    border-right: 1px solid #8693C8;
    padding:4px;
    text-align: right;
    font-family: verdana;
    font-size: 10px;
    margin-right:0px;
    margin-top:-15px;
    margin-left:0px;
    margin-bottom:0px;
    }

.mmRecommendBoxed a {
    text-decoration:none;
    color:#666666;
    font-weight:normal;
    text-align:left;
    display:block;
    clear:both;
    width:170px;
    font-size: 12px;
}
.mmRecommendBoxed img 
{
    border:none;
}



.mmRecommendBoxed li
{
    padding-bottom: 2px;
    padding-top: 2px;
    /*border-bottom: dashed 1px #666666;*/
    border-bottom-color: #B9B9B9;
}

.mmRecommendBoxed a:hover {
    text-decoration:underline;
}

.mmRecommendBoxed h3
{
    font-family: verdana;
    line-height: 32px;
    background-image:url("/_images/site/blogheader.jpg");
    background-repeat:no-repeat;
    border:none !important;
    background-position:center;
    color: #2F4171;
    text-align: center;
    height: 34px;
    font-size: 12px;
    margin-top:0px;
}

.mmRecommendBoxed h4
{
    font-family: verdana;
    line-height: 32px;
    background-image:url("/_images/site/blogheader.jpg");
    border:none !important;
    background-position:center;
    color: #2F4171;
    text-align: center;
    height: 31px;
    font-size: 10px;
    margin-top:0px;
}

.mmBlogListBoxed
{
    font-family: verdana;
    margin-top:3px;
}

.mmBlogListBoxed h3
{
    font-family: verdana;
    line-height: 31px;
    background-image:url("/_images/Frontpage/TopTab.png");
    background-repeat:no-repeat;
    border:none !important;
    background-position:center;
    color: #2F4171;
    text-align: center;
    height: 27px;
    font-size: 12px;
    margin-top:0px;
    margin-bottom:0px;
}

.mmBlogListBoxed h4
{
    font-family: verdana;
    line-height: 32px;
    background-image:url("/_images/site/blogheader.jpg");
    border:none !important;
    background-position:center;
    color: #2F4171;
    text-align: center;
    height: 31px;
    font-size: 10px;
    margin-top:0px;
}

.mmBlogListBoxed ul 
{
    list-style-position:inside;
    margin:10px;
    padding:4px;
    text-align: left;
    font-family: verdana;
    font-size: 10px;
    margin-right:0px;
    margin-left:0px;
    margin-bottom:5px;
}

.fpArticleDate
{
    font-weight: bolder;
    color: #000080;
    margin-bottom:20px;
}
    
.mmBlogListFooter 
{
    
}

.mmBlogListBoxed a 
{
    text-decoration:none;
    color:#666666;
    font-weight:normal;
    text-align:left;
    display:block;
    clear:both;
    font-size: 12px;
}

.mmBlogListBoxedCentered a
{
    text-align:center;
}

.mmBlogListBoxed img 
{
    border:none;
}

.mmBlogListBoxed li
{
    padding-bottom: 2px;
    padding-top: 2px;
    /*border-bottom: dashed 1px #666666;*/
    border-bottom-color: #B9B9B9;
}

.mmBlogListBoxed a:hover {
    text-decoration:underline;
}

/*-------End Articles----- */

/*-------Start Survey Display----- */

.surveyDisplay
{
    border: solid 1px #0266B7;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    width: 742px;
    color: #0266B7;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial;
    min-height: 100px;
}

.surveyDisplayRadioOption
{
    font-weight:normal;
    color:Black;
}

.surveySubmitButton
{
    float:left;
    margin-top:10px;
    display: block;
    background-image: url(/_images/general/submitSurveyOn.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width:54px;
    height:19px;
}

.surveySubmitButton:hover
{
   background-image: url(/_images/general/submitSurveyOff.jpg);
}
.surveySkipButton
{
    float:left;
    margin-top:10px;
    margin-left:20px;
    display: block;
    background-image: url(/_images/general/skipSurveyOn.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width:54px;
    height:19px;
}

.surveySkipButton:hover
{
   background-image: url(/_images/general/skipSurveyOff.jpg);
}
/*-------End Survey Display----- */
.headerLinks
{
    clear:both;
    text-align:center;
    overflow:hidden;
    height:38px;
    border-top: solid 0px #2f4171; 
    border-bottom: solid 0px #2f4171; 
    
}
.headerLinks a img
{
    border-left: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    text-decoration: none;
    font-weight:bolder;
    padding-left:2px;
    padding-right:2px;
}
.headerLinks a:hover img
{
    border-left: solid 1px #2f4171;
    border-right: solid 1px #2f4171;
    color:White;
}
/*-----Protx Direct (Sage Pay)-----*/
.subheader {
	margin-left: 85px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16px;
	color: #FFFFFF;
	background-color:#005AA5;
}
.greybar {
	background-color:#EFEFEF;
	background-position:center;
	width: 865px;
	}
.smalltext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:  #666666;
}	

a.previousstepbutton
{
    display: block;
    background-image: url(/_images/checkout/previous2.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width:128px;
    height:25px;
}

a.previousstepbutton:hover
{
    background-image: url(/_images/checkout/previous.jpg);
}

a.previousstepbutton span
{
    display: none;
}
a.proceednextstepbutton2
{
    display: block;
    background-image: url(/_images/checkout/proceed.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width:128px;
    height:25px;
}

a.proceednextstepbutton2:hover
{
    background-image: url(/_images/checkout/proceed2.jpg);
}

a.proceednextstepbutton2 span
{
    display: none;
}
.cardTitle
{
    color:#025D8A;
    font-size:12px;
}

.warning {

	list-style-image:url(form_bullet.gif);
	font-size: 10pt;
	color: #CC0000;
}

.errorheader {
	margin-left: 85px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16px;
	color: #FFFFFF;
	background-color:#CC0000;
}

.cardSmall 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:  #666666; 
}
.cardSmall input {
    font-size: 14px;
}
.checkout_width_constraint
{
    float:left; width:637px; overflow:hidden;
}

.secureTitle
{
    font-size:14px;
    font-weight: bold;
    color: #33426f;
}

a.paypalbutton
{
    display: block;
    background-image: url(/_images/checkout/PaywithPaypal.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width:147px;
    height:27px;
}
a.paypalbutton:hover
{
    background-image: url(/_images/checkout/PaywithPaypal2.jpg);
}
a.paypalbutton span
{
    display: none;
}


.basket_h1
{
    margin: 14px 0px 14px 46px;
    color: #33426f;
    padding: 0px 3px 3px 3px;
    font-size: 20px;
    font-weight: bold;
}


/*-------Cross Sells--------*/

.crossSells_Title
{
    height: 26px; 
    padding: 10px 0px 7px 6px;
    background-image: url( '/_images/site/selectorBG.jpg' ); 
    background-repeat: repeat-x; 
    color:#132057; 
    font-size:14px; 
    font-weight:bolder;
    margin-top:15px;
}
.crossSells_NameCol
{
    width: 176px; 
    vertical-align:top;
    font-size:12px;
    color:#162753;
    font-weight:bolder;
}
.crossSells_NameCol a
{
    font-size:12px;
    color:#162753;
    font-weight:bolder;
    text-decoration: none;
}
.crossSells_ImageCol
{
    color:#162753; 
    font-size:10px; 
    width:105px;
}
.crossSells_PriceCol
{
    width: 92px; 
    vertical-align:top;
    text-align:right;
}
.crossSells_Img
{
    max-width:102px; 
    border:solid 1px #132057;
}
.crossSells_PriceSpan
{
    font-size:14px;
    color:#8B0000;
    font-weight:bolder;
}
.crossSells_StockSpan
{
    font-size:10px;
    margin:3px;
    color:#162753;
    font-weight:bolder;
    text-transform:uppercase;
}

div.producthr {
    border-bottom: solid 1px #9D9DA1;
    width: 100%;
    margin: 7px 0px 7px 0px;
}

deliveryGridDelivered {
    background-color: White;
}


.SaleRRP 
{
    font-size:13px;
    color: #000000;
    font-weight:bold;
    margin-top:-5px;
}

/* Admin FrontPage: Start */

.editForm {
    position:absolute;
    background-color:White;
    padding:10px;
    border:1px solid black;
    top:50px;
    margin-left:50px;
    width:400px;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 10px #999999; 
    -webkit-box-shadow: 1px 1px 10px #999999; 
    box-shadow: 1px 1px 10px #999999;
}

.editForm h3 {
    margin:5px;
}

.editForm input {
    width:99%;
}

.editForm textarea {
    width:99%;
}

.addForm {
    position:absolute;
    background-color:White;
    padding:10px;
    border:1px solid black;
    top:50px;
    margin-left:50px;
    width:400px;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 10px #999999; 
    -webkit-box-shadow: 1px 1px 10px #999999; 
    box-shadow: 1px 1px 10px #999999;
}

.addForm h3 {
    margin:5px;
}

.addForm input {
    width:80%;
} 

.frontPageImage {
    float:left;
    width:78px;
    height:78px;
    padding:1px;
    margin:1px;
    background-color:#C3BBBC;
}

.frontPageImage img {
    max-height:78px;
    max-width:78px;
}

/* Admin FrontPage: End */

.textsize 
{
    width:20%;
    float:left;
    font-size:0.8em;
    margin-top:-4px;
    display:block;
    font-weight:bold;
}
.ancillaries img 
{
    padding-right:7px;
    padding-left:6px;
    border:none;
    padding-top:10px;

}

.ancillaries 
{
  background-image: url(/_images/basket/ancbg.jpg);
  background-repeat:repeat-x;
  margin-left:10px;
}


.dvBlankRating 
{
    width:80px;
    height:16px;
    background-image:url(/_images/Product/BlankStars.png);
    background-repeat:repeat-x;
    padding:0px;
    margin:10px 0px 0px 45px;
}

.dvBlankRating span
{
    height:16px;
    background-image:url(/_images/Product/FilledStars.png);
    background-repeat:repeat-x;
}


.dvBlankRatingPropPanel
{
    width:80px;
    height:16px;
    background-image:url(/_images/Product/BlankStars.png);
    background-repeat:repeat-x;
    padding:0px;
    margin:70px 0px 0px -120px;
    position:absolute;
}

.dvBlankRatingPropPanel span
{
    height:16px;
    background-image:url(/_images/Product/FilledStars.png);
    background-repeat:repeat-x;
}

.dvBlankRatingPropPanel p
{
    width:150px;
    text-align:center;
    position:absolute;
    margin:0px 0px 0px -35px;
}


.colorOptions 
{
    margin-top:-130px;
    margin-left:25px;
    width:250px;
    height:24px;
    vertical-align:middle;
}

.colorOptions strong
{
    line-height:24px;
    vertical-align:super;
    display:inline-block;
}

.colorOptions a
{
    width:16px;
    height:16px;
    overflow:hidden;
    border:1px solid black;
    display:inline-block;
    background-color:Silver;
    text-decoration:none;
}

.colorOptions a img
{
    width:16px;
    height:16px;
    overflow:hidden;
}

.pStockText 
{
    color:Navy;
    font-family:Verdana;
    font-size:12pt;
    font-weight:bold;
    text-align:center;
    line-height:1em;
    margin:0px 0px 10px -25px;
}

.dvSpecialOrder 
{
    width:200px;
    text-align:right;
    font-weight:bolder;
    color:Black;
    position:absolute;
    margin-left:550px;
    margin-top:3px;
    font-size:1.1em;
}

.dvSpecialOrder span
{
    color:rgb(150,150,250);
    font-style:italic;
}


.pTabs 
{
    padding:0px;
    margin:0px;
    margin-top:10px;
    padding-bottom:2px;
    border-bottom:1px solid silver;
}


.pTabs span
{
    display:none;
}

.pTabs a
{
    height:25px;
    text-align:center;
    vertical-align:bottom;
    line-height:25px;
    display:inline-block;
    margin:0px;
    font-weight:bolder;
    text-decoration:none;
    background-image:url(/_images/product/buttons.png);
    width:143px;
}

.pTabs .tabNotSelected
{
    background-position:143px 0px;
    color:Gray;
}

.pTabs .tabNotSelected:hover
{
    color:Black;
    background-position:286px 0px;
}

.pTabs .tabSelected
{
    color:White;
    background-position:0px 0px;
}



.pPaging 
{
    text-align:right;
}

a.pageSelected 
{
    color:Gray;
    text-decoration:none;
}

a.pageNotSelected 
{
    color:Blue;
    text-decoration:none;
}

a.pageNotSelected:hover
{
    color:Red;
}
.leftHandHidden
{
    float:left;
    width:75px;
    height:200px;
    visibility:hidden;
    overflow:hidden;
}
.recommends h2
{
    background-color:#BF0000;
    width:168px;
    color:White;
    font-size:10px;
    margin-top:0px;
    margin-bottom:0px;
    padding:4px;
}
.recommends em
{
    font-style:normal;
    font-weight:bold;
}

.fpSpecOffers2
{
    width: 178px;
    float: right;
    margin-right:-7px;
    margin-left:1px;
    margin-top: 0px;
}
.recommendedoffer img
{ border: solid 1px #98A7D0;
  width:72px;
  float:left;
}
    .recommendedoffer 
{ 
    margin-top:4px;
    float:left;
    border-bottom: solid 1px #98a7d0;
}
    .recommendedoffer p
{ 
    margin-top:2px;
    float:right;
    padding-left:2px;
    font-size:10px;
}
    .recommendedoffer strong
{ 
    color:#BF0000;
    font-size:13px;
}

    .offerbox
    {
        float:left;
        padding-right:17px;
    }

    
    #ctl00_ContentPlaceHolder1_divHomepage_Top {
        font-family:arial;
        font-size:10pt;
    }
    
    #ctl00_ContentPlaceHolder1_divHomepage_Top h1 {

    }
    
    #ctl00_ContentPlaceHolder1_divHomepage_Top h2 {
        margin-bottom:0px;
        margin-top:10px;
    }
    

        li 
    {
        padding-top:2px;
        font-size:12px;
        
                }
   .red 
   {
       color:Maroon;
   }
   .fpul 
   {
       color:White;
       font-size:xx-small;
       width:240px;
       margin-left:-16px;
       margin-top:0px;
   }
   .manuFP 
   {
        margin-top:10px;
      
   }
    .manuFPIcon
    {
        margin:0px 5px;    
    }
   
    .manuFP img
   {
      
       border:none;
   }
   
   .shopBy
   {
       margin-top:0px;
       position:relative;
       top:-100px;
       display:block;
       
   }
   .shopByNew p
   {
       width:120px;
       height:137px;
       text-align:center;
       margin-bottom:0px;
      
       color:#1E3086;
       font-weight:bold;
       font-size:15px;
       float:left;
       margin-left:-2px;
       margin-top:0px;
       padding-top:8px;
   }
   img
   {
       border:0px;
   }
     
   .shopByNew img 
   {
       margin-top:0px;
   }
   .thirdrow
   {
      
       padding-top:0px !important;
       background-position:0 -2px;
   }
   .menutab 
   {
       background-image: url("/_images/site/menutab.png");
   }
       .register 
       {
           padding-left:5px;
       }
       .login 
       {
           padding-left:12px;
       }
       
       
 .tpc_top_center {
background-position:0 0px !important;
background-repeat:repeat;

color:#2F4171;
float:left;
height:33px !important;
margin-top:-33px;
text-align:center;
background-image:url("/_images/site/blogheader.jpg") !important;
width:99% !important;
}
.tpc_top_img 
{
    background-image:none !important;
    font-size:12px;
    font-weight:bold;
}



.midPane 
{
    
}

#DefProductTypes
{
    margin-right: 10px;
}
#DefProductTypes .DefProductType
{
    background-color:#D0D5EB;
    border:1px solid #8996CA;
    margin-bottom:2px;
    
    padding:2px 10px;
    cursor:pointer;
}
#DefProductTypes .DefProductType .DefProductTypeTitle
{
    font-weight:bolder;
    color:#039;
    
}

#DefProductTypes .DefProductType .DefProductTypeTitleBarMore
{
    margin-right:10px;
    float:right;
}

#DefProductTypes .DefProductType .DefProductTypeDescription h3
{
    text-align:left;
    text-decoration:underline;
}

.dropMenu
{
    color:#FFF;
    font-weight:bold;
    font-size:15px;
    text-align:center;
    margin-left:14px;
    cursor:default;
    z-index:99;
}

#button_bar .dropMenu span
{
    color:#FFF;
}

#button_bar .dropMenu .dropDownTab:hover
{
    color:#000;
}

.dropDownTab
{
    display:inline-block;
    position:relative;
    height:34px;
    padding:0px 10px;
    cursor:default;
    color:#FFF;
    z-index:99;
}

.dropDownTabSelected,
.dropDownTab:hover
{
    background-image:url('/_images/master/DropDownTab.png');
    background-position:right;
    background-repeat:no-repeat;
    display:inline-block;
    position:relative;
    height:34px;
    color:#000;
}

#button_bar .dropMenu span
{
    font-size: 1em;
    text-align: left;
    color:#000;
}

#button_bar .dropMenu .dropDownTab .dropMenuName
{
    color:#FFF;
}
#button_bar .dropMenu .dropDownTab:hover .dropMenuName
{
    color:#000;
}


#button_bar .dropMenu .dropMenuName

.dropMenuSpacer
{
    padding:0px 3px;
    cursor:default;
}

.DropMenuContainer
{
    position:absolute;
    width:400px;
    top: -9999em;
    left:0px;
    z-index:99;

    /* instant when hiding menu */
    transition: all 0s linear 0s;
    -moz-transition: all 0s linear 0s; /* Firefox 4 */
    -webkit-transition: all 0s linear 0s; /* Safari and Chrome */
    -o-transition: all 0s linear 0s; /* Opera */
}

.dropDownTab:hover .DropMenuContainer
{
    /* delay when showing menu */
    transition: all 0s linear 0.2s;
    -moz-transition: all 0s linear 0.2s; /* Firefox 4 */
    -webkit-transition: all 0s linear 0.2s; /* Safari and Chrome */
    -o-transition: all 0s linear 0.2s; /* Opera */
    
    top:30px;
}

.DropMenuContainer .DropMenuContents
{
    
    background-color:#F8F5D0;    
    padding:20px;
    cursor:default;

    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.56);
    
    z-index:99;
}
.DropMenuContainer .DropMenuContentsLeft
{
/*
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
*/
}
.DropMenuContainer .DropMenuContentsRight
{
/*
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
*/
}

.DropMenuContainerRight
{
    left:auto;
    right:1px;
}

.DropMenuContainer .DropMenuContents ul
{
    float:left;
    font-size:10px;
    font-weight:normal;
    padding:0px;
    margin:0px;
    overflow:hidden;
}

.DropMenuContainer .DropMenuContents ul li
{
    list-style: none;
    line-height:14px;
    margin:6px 0px;

    position:relative;
    padding:0px;
}

.DropMenuContainer .DropMenuContents .DropMenuManufacturer li
{
    list-style: none;
    line-height:14px;
    margin:3px 0px;
    position:relative;
    padding:0px;
}

#button_bar .DropMenuContainer .DropMenuContents ul li a
{
    font-size:13px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    
}


.DropMenuContainer .DropMenuContents ul li a:visited,
.DropMenuContainer .DropMenuContents ul li a:link
{
    color:#000;
}

.DropMenuContainer .DropMenuContents ul li span:hover
{
    text-decoration:underline;
}

.DropMenuContainer .DropMenuContents .DropMenuTitle,
.DropMenuContainer .DropMenuContents .DropMenuManufacturer .DropMenuTitle
{
    font-weight:bold;
    font-size: 14px;
    line-height:28px;
    margin-top:10px;
    font-weight: bold;
    color: #22267F;
    float:none;
}
.DropMenuContainer .DropMenuContents .DropMenuTitle:hover,
.DropMenuContainer .DropMenuContents .DropMenuManufacturer .DropMenuTitle:hover
{
    text-decoration:none;
}

.DropMenuContainer .DropMenuContents .DropMenuManufacturer
{
    margin-top:10px;
    margin:0;
    float:none;
    clear:both;
}
.DropMenuContainer .DropMenuContents li
{
    width:175px;
}

.DropMenuContainer .DropMenuContents .DropMenuManufacturer li
{
    float:left;
}

.pageBanner 
{
    margin-top:5px;
    padding:0px; 
    height:170px; 
}

#pb1 
{
    height:170px; 
    background-image:url(/_images/site/banner1.jpg); 
    background-repeat:no-repeat; 
    background-position:top left;
    text-align:left;     
}

#pbIndex 
{
    position:absolute;
    text-align:right;
    width:615px;
    margin-top:125px;
    z-index:20;
    height:20px !important;
}

#pbIndex a 
{
    background-color:White;
    color:Black;
    padding:3px;
    margin:1px;
    cursor:pointer;
    font-weight:bold;
}

#pbIndex span
{
    background-color:Black;
    color:White;
    padding:3px;
    margin:1px;
    font-weight:bold;   
}

#pbIndex a:hover
{
    color:Blue;
}

.pageBanner h1 
{
    font-size:1.7em; 
    letter-spacing:-1px;
    line-height:1em; 
    color:YELLOW;
    margin-left:10px;
    padding-top:20px;
    padding-bottom:8px;
}

.pageBanner ul
{
    color:white;
    font-weight:bold;
    font-size:xx-small;
    width:380px;
    margin-left:6px;
    padding-left:15px;
    margin-top:0px;
}

.pageBanner div 
{
    margin:0px;
    height:170px; 
}

.pageBanner img
{
    margin:0px;
}

a.fplinks 
{
    color:#1E3086;
    text-decoration:none;
    display:block;
  
    height:120px;
}
    
.Free24HourDelivery
{
    background-image: url('/_images/master/Free24.png');
    background-repeat:no-repeat;
    position:absolute;
    right:0px;
    top:79px;
    width:428px;
    height:30px;
    
}

#whoson_chat_link,
.clickChat {
    display: block;
    height: 76px;
    
    /*
    margin-left: 852px;
    */
    
    position: absolute;
    top:0px;
    right:0px;
    
    text-decoration: none;
    width: 156px;
    cursor:pointer;
}

.clickChat span 
{
    visibility:hidden;
}

.tpc_widget 
{
    display:none !important;
}

.statusMenu
{
    position:absolute;background-color:#B0418D;z-index:1010;padding:6px;width:90px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; 
    right:0px;
}

.btnStatus 
{
    color:White;
    background-color:#B0418D;
    text-transform:uppercase;
    font-weight:bolder;
    -moz-border-radius: 20px; 
    -webkit-border-radius: 20px; 
    border-radius: 20px 20px 20px 20px;
    padding:5px 23px 5px 24px;
    font-size:1.2em;float:right;
    text-decoration:none;
}

.btnStatus:hover
{
    background-color:Maroon;
    text-decoration:none;
}

.StatusLink
{
    color:white;

    text-decoration:none;
}

.StatusLink:hover
{
    
    text-decoration:underline;
}

#__asptrace
{
    background-color:#FFF;    
}


    .basketDisplay
    {
    	border:none;
    	padding:0px;
    	text-align:center;
    	border-spacing:0px;
    	margin-bottom:10px;
		width:100%;
    }
    
    .basketDisplay th
    {
    	background-color:#23408F;
    	color:White;
    	font-weight:bold;
    	padding:5px;
    }