﻿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/master/Snow.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;
	padding:10px;
}

/*#basketBox img 
{
    margin:2%;
}
*/
#basketBox div 
{
    padding:5px;
}

#basketBox #basket 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
*/

/* Popups */
.popups 
{
    background-color:#E8EAED;
    -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;
	border:2px solid #96A7D0;
    z-index:2010;
    text-align:left;
	font-weight:normal;
	padding:10px;
}

#loginBox
{
	width:400px;
    margin-top:125px;
	margin-left:auto;
	margin-right:auto;
	color:#27438D;
}

#loginBox input
{
	width:390px;
	font-size:20px;
	border:none;
	margin-bottom:10px;
	padding:4px;
}
#registerBox
{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	color:#27438D;
}	
#registerBox input
{
/*added inline styling to input boxes to fix chrome ipad bug*/
	font-size:12px;
	padding:1px;
	margin-top:2px;
	margin-bottom:5px;
	border: 1px solid #E8EAED;
}

.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/SmallLogo.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:275px;
    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;
}
*+html .nextDateMessage{
margin-left:40px;
}

.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 .dropMenu .dropDownTab span.dropMenuName,
#button_bar .dropMenu .dropDownTab a span.dropMenuName
{
    font-size: 0.8em;
    vertical-align: middle;
    text-align: left;
    margin-right: 2px;
    margin-left: 2px;
    cursor:pointer;
    text-decoration: none;
}

#button_bar .dropMenu .dropDownTab a
{
    text-decoration: none;
}

#button_bar .LinkContainer 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;
    z-index:8000;
}

#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:920px;
    height:72px;
    padding:13px 0px;
    padding-right:50px;
    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;
    padding-top:3px;
}
.MidRightContainer
{
float:right;
}

.customSize{
float:right;
text-align:right;
vertical-align:top;
}

.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;
    }
.midLeftSV2
{
    width: 180px;
    float: left;
    margin-right:5px;
    background-color:White;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    clear: left;
    padding-bottom:10px;
  
}
.midLeftSV
{
    width: 990px;
    float: left;
    padding-left: 8px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    
    clear: left;
    padding-top:4px;
    padding-bottom:10px;
  
}

.midRight
{

    float: left;
    margin-top:0px;
    padding-left:5px;
    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;
}
.midRight2
{

    float: left;
    margin-top:0px;
    padding-top:5px;
    margin-left:3px;
    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: 820px;
    background-color:White;

}
.innerSale
{
    margin-top:0px;
    padding-top:0px;
    width: 997px;
    background-color:White;
}
.innerSaleLeft
{
    float:left;
    width:330px;
    height:200px;
    padding-right:3px;
}
.innerSaleMid{
    float:left;
    width:330px;
    height:200px;
}
.innerSaleRight{
    float:left;
    width:330px;
    height:200px;
    padding-left:4px;
}
.innerMain
{
   margin-top:0px;
   padding-top:0px;
   width: 820px;
   height:240px;
   background-color:White;
   float:left;

}
.innerRight
{
   margin-top:30px;
    padding-top:0px;
    width: 165px;
    height:210px;
    background-color:White;
    float:right;
}

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;
    opacity:0.7;
    filter:alpha(opacity=40); /* For IE8 and earlier */
    -webkit-transition: opacity 1s linear;
}
.manlogos img:hover {
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    -webkit-transition: opacity 1s linear;
}

/* 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;
    padding-left:10px;
}


#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: 305px;
    
    color: black;
    top:0px;
    background-color:White;
    text-align:center;
    z-index:200;
}

.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;*/
	background-color: #F1F1F9;
    /*padding: 10px 10px 10px 10px;
    width: 742px;
    color: #0266B7;*/
    font-weight: bold;
    /*font-size: 12px;
    font-family: Verdana, Arial;*/
    min-height: 100px;
	margin-bottom:20px;
}

.surveyDisplayRadioOption
{
    font-weight:normal;
    color:Black;
}

.surveySubmitButton
{
    float:left;
    margin-top:10px;
    display: block;
    background-image: url(/_images/onepagecheckout/Submit.png);
    background-repeat: no-repeat;
    background-position: top left;
    width:42px;
    height:26px;
	margin-bottom: 10px;
}

/*.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 
   {
     font-size:10px;
   }
    .manuFPIcon
    {
        margin:0px 3px;  
    }
    .manuFPIconLink{
    padding-bottom:5px;
    position: relative;
    top: -15px;
    right: 0;

    }
   
    .manuFP img
   {

       border:none;
   }
   .manuFP a
   {
   text-decoration: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:#E6EDFF;
    border:1px solid #D7DDEE;
    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:-280px;
    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 0px;
    cursor:default;
    color:#FFF;
    z-index:99;
}

.dropDownTabSelected,
.dropDownTab:hover
{
/*
    background-image:url('/_images/master/DropDownTab.png');
    background-position:right;
    background-repeat:no-repeat;
    color:#000;
    color:#F8F5D0;
*/
    
    display:inline-block;
    position:relative;
    height:34px;
}

#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; 
    color:#F8F5D0;
    */
    color:#FFF782;
}


#button_bar .dropMenu .dropMenuName

.dropMenuSpacer
{
    padding:0px 3px;
    cursor:default;
}

.DropMenuContainer
{
    position:absolute;
    width:600px;
    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
{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #8693C8;
    
/*  background-color:#F8F5D0;
*/
    background-color:#E8EAEC;

    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;
*/
}

.DropMenuContainerSofaBeds
{
    left:-30px;
}

.DropMenuContainerRight
{
    left:auto;
    right:1px;
}
.DropMenuContainerFurniture
{
    left:auto;
    right:-113px;
}
.DropMenuContainerBedding
{
    left:auto;
    right:-53px;
}


.DropMenuContentsProductType
{
    float:left;
    position:relative;
}
.DropMenuContentsProductTypeImage
{
    float:left;
    border: 2px solid #8693C8;
    background-color:#FFF;
    position:relative;
    width:60px;
    height:60px;
}
.DropMenuContentsProductTypeLabel
{
    float:left;
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
    font-weight: bold !important;
    color: #27438D !important;
}
.DropMenuContents24Hour
{
    position:relative;
    width:153px;
    height:71px;
    background-image:url('/_images/24hr.png');
    background-repeat:no-repeat;
    
    float:right;
}

.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:20px;
    margin:6px 0px;

    position:relative;
    padding:0px;
}

.DropMenuContainer .DropMenuContents .DropMenuManufacturer li
{
    list-style: none;
    line-height:14px;
    position:relative;
    padding:0px;
}

#button_bar .DropMenuContainer .DropMenuContents ul li a
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    
    font-size: 12px;
    font-weight: 400;
    color: #222;
    
}


.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;
*/
    width:352px;
    
}
.DropMenuContainer .DropMenuContents li
{
    width:175px;
}

.DropMenuContainer.MattressesMenuContainer
{
    width:675px;
}


.DropMenuContainer .DropMenuContents #LinkContainerMattresses .DropMenuListSeparatorLeft
{
    left:185px;
}

.DropMenuContainer .DropMenuContents #LinkContainerMattresses .DropMenuListSeparatorRight
{
    right:316px;
}

.DropMenuContainer .DropMenuContents #LinkContainerMattresses .DropMenuManufacturer li
{
    width:142px;
}


.DropMenuContainer .DropMenuContents #LinkContainerMattresses li
{
    width:158px;
}

.DropMenuContainer .DropMenuContents .DropMenuManufacturer li
{
    float:left;
}

.pageBanner 
{
    margin-top:0px;
    padding:0px; 
    height:154px; 
}

#pb1 
{
    height:170px; 
    background-image:url(/_images/site/banner1.jpg); 
    background-repeat:no-repeat; 
    background-position:top left;
    text-align:left;     
}

#pageBannerDel
{

}
#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;
    
}
.FreeDelivery{
    background-image: url('/_images/master/NextAvailable.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;
 }
 
 .basketDisplay img
{
	float:left;
}

.basketDisplay span
{
	float:left;
	width:25px;
}

.basketAddOns
{
	color:#23408F;
	padding:5px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:solid 1px #8996CA;
    padding: 5px;
    margin:5px 5px 0px 5px;
}

.basketAddOns p
{
	margin-left:10px;
}

.basketAddOns  h2
{
	color: #2B3D90 !important;
    font-size: 14px;
    font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

.basketAddOns .basketAddOnCategories
{
	float:left;
	color:gray;
	font-size:14px;
	padding:0px 10px 0px 10px !important;
	width: 236px;
}

.basketAddOns .basketAddOnCategories div
{
	float:left;
}

.basketAddOns .basketAddOnCategories img
{
	height:60px;
}

.basketAddOns .basketAddOnCategories span
{
	color:red;
	font-size:22px;
}


/* Product_ page */
.ProductLeftSide
{
    position:relative;
    height:100%;
    float:left;
    width:570px;
}
.ProductRightSide
{
    position:relative;
    height:100%;
    float:right;
    width:423px;
}

.MainImageContainer,
.ProductTopLeftMainImage
{
    text-align:right;
    position:relative;
    height:100%;
}

.ProductTopLeftMainImage
{
    float:right;
    width:456px;
    height: 342px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #8996CA;
    background-position:top center;
    background-repeat:no-repeat;

    overflow:hidden;
}

#ProductTopLeftImagesVideos
{
    position:relative;
    float:left;
    width:100px;
}

.ProductExtraImages
{
    position:relative;
    float:left;
    width:96px;
    height:72px;
    margin-right:5px;
    margin-bottom:13px;
    
    background-position:top center;
    background-repeat:no-repeat;

    border:2px solid #8996CA;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#ProductTop
{
    position:relative;
    height:346px;
    margin-bottom:10px;
}

.ProductTopLeftDescription
{
    position:relative;
    height:118px;
    padding-right:30px;
    /*-webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow:hidden;*/
    overflow:auto;
    
    border: 2px solid #8996CA;
    
}

.ProductTopLeftDescription .ProductTopLeftDescriptionContent
{
    position:relative;
    padding:0px 10px;
    overflow:hidden;
}

#ProductTopRightName
{
    position:relative;
    margin-bottom:10px;
    height:97px;
}
#ProductTopRightVariationSelection
{
    position:relative;
    margin-bottom:10px;
}
#ProductTopRightVariationDetails
{
 /*
    position:relative;
    height:138px;
    padding:10px;
    
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #8996CA;
*/  
    
    position: absolute;
    height: 138px;
    padding: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #8996CA;
    bottom: 0px;
    right: 0px;
    left: 0px;    
}

#ProductTopRightVariationDetailsContent
{
    position:relative;
    height:138px;    
}


#ProductTopRightOtherItems
{
    position:relative;
    height:250px;
    overflow:hidden;
    padding:0px 20px;
    
    /*
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #8996CA;
    */
}

.ProductPageColor1
{
    color:#27438D;
}

.ProductPageColor2
{
    color:#777;
}
*+html .ProductPageColor2
{
padding-right:5px;
}
.ProductPageColor3
{
    color:#8996CA;
}
.lblProductName
{
    font-size:34px;
    font-weight:bolder;
}

#ProductTopRightManufacturer
{
    float:right;
    width:100px;
}

#DeliveryDateSelector
{
    font-weight:normal;
}


.ProductTopRightAvailability
{
    font-weight:bolder;
    font-size:18px;
}
*+html #DeliveryDateSelector { 
   margin-top:-20px;
   }
#ProductTopRightVariationDetailsPriceAll{
height: 20px;
min-height: 20px;
max-height: 20px;
}
#ProductTopRightVariationDetailsPrice
{
    float:left;
    width:219px;
}
#ProductTopRightVariationDetailsAddToBasket
{
    float:right;
    width:170px;
    height:104px;
    cursor:pointer;
    background-image:url('/_images/ProductPage/AddToBasket.png');
    background-repeat:no-repeat;
}

.WasAndRRP
{
    font-size:16px;
    font-weight:bolder;
}

.ProductPrice
{
    font-size:70px;
    font-weight:bolder;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    text-align:right;
}

.ProductFreeDelivery
{
    font-size:18px;
    font-weight:bolder;
}

#ProductMask
{
    position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    display:none;
    z-index:10;
    
    background-color:#000;
    opacity:0.001;
    filter: alpha(opacity = 0.1);
}

.DropDownListContainer
{
    position:relative;
    height:100%;
}

.DropDownList
{
    position:relative;
    background-color:#FFF;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:2px solid #96A7D2;
    cursor:pointer;
    height:100%;
}

.DropDownListItems
{
    position:absolute;
    top:20px;
    left:0px;
    right:20px;
    background-color:#FFF;
    z-index:11;
    overflow:auto;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    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);
    
    border:2px solid #96A7D2;
    border-top:0px;
    cursor:pointer;
}


.DropDownListItems .DropDownListItemContainer
{
    padding-top:10px;
}


@-moz-keyframes ExpandDropDown
{
    from
    {
        border-width:2px;
        max-height:0px;
    }
    to
    {
        border-width:2px;
        max-height:500px;
    }
}
@-ms-keyframes ExpandDropDown
{
    from
    {
        border-width:2px;
        max-height:0px;
    }
    to
    {
        border-width:2px;
        max-height:500px;
    }
}
@keyframes ExpandDropDown
{
    from
    {
        border-width:2px;
        max-height:0px;
    }
    to
    {
        border-width:2px;
        max-height:500px;
    }
}
@-webkit-keyframes ExpandDropDown
{
    from
    {
        border-width:2px;
        max-height:0px;
    }
    to
    {
        border-width:2px;
        max-height:500px;
    }
}

@-moz-keyframes ShrinkDropDown
{
    from
    {
        max-height:500px;
        border-width:2px;
    }
    to
    {
        max-height:0px;
        border-width:2px;
    }
}

@-ms-keyframes ShrinkDropDown
{
    from
    {
        max-height:500px;
        border-width:2px;
    }
    to
    {
        max-height:0px;
        border-width:2px;
    }
}

@keyframes ShrinkDropDown
{
    from
    {
        max-height:500px;
        border-width:2px;
    }
    to
    {
        max-height:0px;
        border-width:2px;
    }
}

@-webkit-keyframes ShrinkDropDown
{
    from
    {
        max-height:500px;
        border-width:2px;
    }
    to
    {
        max-height:0px;
        border-width:2px;
    }
}

.DropDownListItems.Expand
{
    max-height:500px;
    
    /* Safari & Chrome */
    -webkit-animation-name: ExpandDropDown;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.3s;
    /* Mozilla */
    -moz-animation-name: ExpandDropDown;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 0.3s;
    /* Internet Explorer 10+ */
    -ms-animation-name: ExpandDropDown;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-duration: 0.3s;
    /* Opera */
    -o-animation-name: ExpandDropDown;
    -o-animation-timing-function: ease-in-out;
    -o-animation-duration: 0.3s;
    /* Future Standard */
    animation-name: ExpandDropDown;
    animation-timing-function: ease-in-out;
    animation-duration: 0.3s;
    
    border-width:2px;
}

.DropDownListItems.Shrink
{
    max-height:0px;
    /* Safari & Chrome */
    -webkit-animation-name: ShrinkDropDown;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.3s;
    /* Mozilla */
    -moz-animation-name: ShrinkDropDown;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 0.3s;
    /* Internet Explorer 10+ */
    -ms-animation-name: ShrinkDropDown;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-duration: 0.3s;
    /* Opera */
    -o-animation-name: ShrinkDropDown;
    -o-animation-timing-function: ease-in-out;
    -o-animation-duration: 0.3s;
    /* Future Standard */
    animation-name: ShrinkDropDown;
    animation-timing-function: ease-in-out;
    animation-duration: 0.3s;

    border-width:0px;
    overflow:hidden;
}   
.DropDownListItems.Start
{
    max-height:0px;
    border-width:0px;
    overflow:hidden;
}   

.DropDownListItems .DropDownListItem
{
    position:relative;
    height:20px;
    padding:5px 4px;
    z-index:9000;
    font-size:12px;
    font-weight:bolder;
    cursor:pointer;
}
.DropDownListItems .DropDownListItem:hover
{
    background-color:#96A7D2 !important;
    color:#FFF;
}

.DropDownListItems .DropDownListItem.DropDownListItemSelected
{
    background-color:#DDD;
}

.DropDownListItems .DropDownListItem.MaterialText,
.DropDownListHeaderItem.MaterialText
{
    padding-left:10px;
    float:left;
}

.DropDownListHeaderItem
{
    position:relative;
    font-weight:bolder;
    padding-left:5px;
    padding-top:1px;
    font-size:15px;
}

.RatingsContainer
{
    position:relative;
    width:95px;
    cursor:default;
    text-align:center;
    padding: 2px 3px;
}
.RatingsEmptyStars, .RatingsSMLEmptyStars
{
    position:relative;
    height:18px;
    background-image:url('/_images/Star2.png');
    background-repeat:repeat-x;
    cursor:inherit;
    width:95px;
    float:left;
}
.RatingsEmptyStars .RatingsFilledStars, .RatingsSMLEmptyStars .RatingsSMLFilledStars
{
    position:relative;
    height:18px;
    background-image:url('/_images/Star1.png');
    background-repeat:repeat-x;
    width:0px;
    cursor:inherit;
}

.RatingsSMLEmptyStars
{    background-image:url('/_images/SMLStar2.png');
     width:85px;
}
.RatingsSMLEmptyStars .RatingsSMLFilledStars
{ background-image:url('/_images/SMLStar1.png');
}

.ProductRatingsCount
{
    font-size:12px;
    padding-top:2px;
}

.DropDownListHeaderItem.MaterialText,
.DropDownTitleSelected2
{
    color:#555;
    font-weight:bolder;
    font-size:12px;
}

#calendar
{
    font-size:13px;
}

.checkoutCalendarContainer
{
    height:auto !important;
    margin-left:7px !important;
}

#ddlDeliveryDayList
{
    overflow:hidden;
}

.TopProductDetail
{
    position:fixed;
    top:-180px;
    width:1015px;
    left:50%;
    margin-left:-507px;
    z-index:100;
}

#TopProductDetailContent
{
    height:170px;
    z-index:100;
    background-color:#E2E6F2;
    overflow:hidden;

    -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.56);            
}


#TopProductDetailImage
{
    float:left;
    height:146px;
    width:195px;
    margin:10px;
    
/*
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    border: 2px solid #8996CA;
*/
    overflow:hidden;
}
#TopProductDetailDetails
{
    float:left;
    height:150px;
    width:635px;
    margin:10px 0px;
}
#TopProductDetailName
{
    position:relative;
    height:40px;
}
#TopProductDetailProductName
{
    float:left;
    width:410px;
    font-size:33px;
    color:#27438D;
    font-weight: bolder;
}
#TopProductDetailSizeName
{
    float:left;
    margin-left:20px;
    font-size: 23px;
    font-weight: bolder;
    color: #27438D;
    margin-top: 9px;
}


#TopProductDetailDetailsMain
{
    position:relative;
    height:94px;
}

#TopProductDetailManufacturerAndReviews
{
    position:relative;
    float:left;
    height:110px;
    width:100px;
}
#TopProductDetailProductProperties{}
#TopProductDetailPrices
{
    float:right;
    height:150px;
    width:135px;
    margin: 10px 0px;
    margin-right: 20px;
}
#TopProductDetailStock
{
    position:relative;
    height:30px;
    font-size:15px;
    text-align:center;
    padding-top: 5px;
    
    background-image:url('/_images/ProductPage/StockButtonBlank.png');
    background-repeat:no-repeat;
    background-position:top center;
}

#TopProductDetailPrice
{
    position:relative;
    height:37px;
    text-align:center;
    color:#2A2452;
    font-size:33px;
    font-weight: bolder;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}
#TopProductDetailRRP
{
    position:relative;
    height:26px;
    text-align:center;
    font-size:14px;
    font-weight: bolder;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    color:#444;
}
#TopProductDetailAddToBasket
{
    position:relative;
    height:54px;
}

#ShortViewAddToBasket
{
    margin:0px auto;
    width:88px;
    height:54px;
    cursor:pointer;
    
    background-image:url('/_images/ProductPage/AddToBasketSmall.png');
    background-repeat:no-repeat;
    background-position:top center;
}

.ProductTopLeftDescription .RightScrollBar
{
    display:block;
    background-color:#8996CA;
    position:absolute;
    top:0px;
    bottom:0px;
    right:0px;
    width:25px;
    
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.RightScrollBar .DescriptionRightScrollBarArrowUp,   
.RightScrollBar .DescriptionRightScrollBarArrowDown
{
    position:absolute;
    height:20px;
    cursor:pointer;
}

.RightScrollBar .DescriptionRightScrollBarArrowUp
{
    top:5px;
    left:4px;
    right:2px;
    background-image:url('/_images/icons/CircularArrowUp.png');
    background-repeat:no-repeat;
}

.RightScrollBar .DescriptionRightScrollBarArrowDown
{
    bottom:5px;
    left:5px;
    right:1px;
    background-image:url('/_images/icons/CircularArrowDown.png');
    background-repeat:no-repeat;
}

.SpecificationContainer
{
    float: left;
    width: 250px;
}

/* Product Page Reviews */
.ProductPageReviewContainer
{
    padding:20px 0px;
    
    float: left;
    width: 284px;
    margin: 0px 10px;
}


#ProductTopRightOtherItems .ProductPageReviewContainer
{
    width: 375px;
}

.ProductPageReviewSeperator
{
    border-bottom:1px solid #8996CA;
    float: left;
    width: 284px;
    margin: 0px 10px;

}

.ProductPageReviewCreatorNameAndDate
{
    margin:10px 0px;
    font-size:12px;
}

.ProductPageReviewTitle,
.ProductPageReviewCreatorName,
.ProductPageReviewDate
{
    font-weight:bolder;
    float:left;
}

.ProductPageReviewText
{
    margin-top:10px;
    color:#555;
    font-size:15px;
}

.ProductPageReviewHelpful
{
    margin-top:10px;
    color:#777;
    font-size:12px;
}

.ProductPageReviewHelpfulOption
{
    color:#8996CA;
    cursor:pointer;
}

/* END - Product Page Reviews */

/* Calendar - Delivery date picker */
.DeliveryCalendarContainer
{
	width:200px;
	overflow:hidden;
	margin-left:5px;
}

.DeliveryCalendar
{
	float:left;
	text-align:center;
}

.DeliveryCalendar span
{
	color: #C6001E;
    font-size: 14px;
	font-weight:bold;
}

.DeliveryCalendar table
{
	width:200px;
}

.DeliveryCalendar .selected
{
	background-color:#95A7D0;
	color:white;
}
.DeliveryCalendar td
{
	color:#D8D8D8;
}

.DeliveryCalendar .saturday
{
	font-weight:bold;
}

.DeliveryCalendar a
{
	text-decoration:none;
}

.DeliveryCalendar td
{
    position:relative;
}

.DeliveryCalendar td div.DeliveryCalendarPrice
{
    display:none;
    position:absolute;
    top:-30px;
    left:-17px;
    width:50px;
    height:20px;
    background-color:#FFF;
    color:#f00;
    
    padding: 2px 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #8996CA;
    
    -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.56);
}

.DeliveryCalendar td:hover .DeliveryCalendarPrice
{
    display:block;
}

/* END Calendar - Delivery date picker */

/* START - Product Properties  */
.dvPropertyImgs
{
position:relative;
float:left;
width:80px;
}

.dvDepth
{position:relative;
float:left;
}

.txtDepth
{position:absolute;
 top:30px;
 left:20px;
 width:25px;
 font-weight:bold;
}

.DepthAmount
{font-weight:bolder;
 font-size:18px;
 color:#27438d;
}

.imgFeature
{
 margin-top:18px;
 display:block; 
 margin-left:auto;
 margin-right:auto;
}

.imgPocketSpring, .imgMemoryFoam
{
    margin:0px;
    display:block; 
    margin-left:auto;
    margin-right:auto;
}

.imgComfortRating
{   
    margin-top:14px;
    margin-left:2px;
}

.imgGuarantee
{  
    margin-top:15px;
    display:block; 
    margin-left:auto;
    margin-right:auto;
}

.imgWarranty
{  
    margin-top:16px;
    display:block; 
    margin-left:auto;
    margin-right:auto;
}

.imgNextDay
{
   
    margin-top:2px;
    display:block; 
    margin-left:auto;
    margin-right:auto;
}

.imgMattressDepth
{margin-top:10px;
 display:block; 
 margin-left:auto;
 margin-right:auto;
}
.txtPropertyExtra
{
  position:absolute;
  top:4px;
  left:15px; 
  font-weight:bold; 
  text-align:center;
  width:50px;
  color:#27438d;
}

/* END Product Properties */


/*ProductListing Page */

.dvSelectedImage
{
  float:left;
  border-right: 1px solid #496690;
  margin:2px 0;
  width:146px;
  height:70px;
  padding-top:10px;
}

.BedSize{margin-top:7px;}
.BedSizeAll{margin-top:7px;padding-left:10px;}
.BedSizeListAll{padding-left:10px;}
.Company{margin-top:12px;margin-left:12px;height:50px;}
.CompanyAll{margin-top:7px;padding-left:10px;}
.CompanyListAll{padding-left:10px;}
.CompanyList{margin-left:auto;margin-right:auto;display:block;border:1px solid #4a6691;width:100px;height:50px;}
.Comfort{margin-top:4px;padding-left:4px;}
.ComfortListAll{padding-left:4px;}
.ComfortList{padding-left:4px;}
.Support{margin-top:25px;padding-left:7px;}
.SupportAll{margin-top:7px;padding-left:10px;}
.SupportListAll{padding-left:10px;}
.SupportList{padding-left:7px;padding-top:20px;}
.Filling{margin-top:7px;padding-left:10px;}
.FillingListAll{padding-left:10px;}
.FillingList{padding-left:10px;}
.Construction{margin-top:7px;padding-left:10px;}
.ConstructionListAll{padding-left:10px;}
.ConstructionList{padding-left:10px;}
.PillowMaterial{margin-top:7px;padding-left:10px;}
.PillowMaterialListAll, .PillowMaterialList, .PillowShapeListAll, .DuvetSeasonList,
.DuvetSeasonListAll, .DuvetTogListAll, .PillowShapeList{padding-left:10px;}
.DuvetTogList{padding-left:1px;}
.PillowMaterialList{padding-left:10px;}
.DuvetSeason{margin-top:7px;padding-left:10px;}
.DuvetTog{margin-top:7px;padding-left:1px;}
.DuvetTogAll{margin-top:7px;padding-left:10px;}
.PillowShape{margin-top:7px;padding-left:10px;}
.CompanyOption{margin-bottom:10px;}
.CategoriesList{padding-left:4px;}
.Categories{padding-left:6px; padding-top:8px;}
.dvPropertyName.txtPropertyCategories{left:62px;}
.SelectedCompany, .CompanyOption
{   
    margin-left: auto;
    margin-right: auto;
    display:block;
    border:1px solid #496690 !important;
    padding:10px;
    width:80px;
    height:40px;
}
.FilterDDLs
{
    float:left;
    width:145px;
    position:relative;
    margin-right:2px;
}

.dvOptions, .dvOptionCompany
{   
    width:159px;
    position:absolute;
    background-color:#ffffff;
    height:0px;
    -moz-box-shadow: 5px 5px 5px #496691;
    -webkit-box-shadow: 5px 5px 5px #496691;
    box-shadow: 5px 5px 5px #496691;
    overflow:hidden;
 
}

.dvOptionCompany
{
    overflow:auto;   
}
.dvInner
{
    float:left;
    height:auto;
}

.dvCompany
{
    width:140px;
}

.dvProductList
{
    float:left;
    width:990px;
    margin-top:15px ;
    min-height:500px;
    height:auto;
}

.dvProductItem, .dvProductItemTop
{   float:left;
    width:980px;
    height:130px;
    border-top:solid 1px #496690;
    margin-left: 10px;
    padding-top:5px;
    color: #27438d;
}

.dvProductItemTop
{
    border:none;
}
.dvProductFeatures
{
    float:left;
    width:700px;
    margin: 0 0 0 10px;
  
}

.imgProductItem
{    
    width:135px;
    max-height: 101px;
}

.dvProductImg
{ float:left;
  width:135px;
  height:123px;
  overflow:hidden;
}
.imgSixProductItem
{max-width:155px;
 float:left;
 }

.dvSixImg
{ float:left;
  width:155px;
  height:120px;
  overflow:hidden;
}
.pProductName
{
    font-weight:bold;
    padding:0;
    margin:0 0 0 10px;
    font-size:13px;
    position:relative;
}

.sixManName
{   font-weight:bold;
    padding:0;
    margin-left:3px;
    float:left;
    height:18px;
    overflow:hidden;
    width:152px;
}

.sixProductName
{font-size:10px;
 height:25px;
 color:#000000;
 margin-left:3px;
 float:left;
 overflow:hidden;
}

.sixProductReviews
{font-size:9px;
 color:#000000;
 float:right;
 margin-right:4px;
 margin-top:5px;
}

.dvSixPrices
{
 height:60px;
}

.dvProductDetails
{    float:left;
     width:700px;
}

.imgProductMan
{
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-height:60px;
}

.dvManImg
{float:left;
 height:60px;
 padding: 10px 0 5px 0;
 width:100px;
}
.dvProductReview
{
    float:left;
    clear:left;
}

.dvProductReview p
{
    font-size:10px;
    font-weight:bold;
    padding:0;
    margin:0;
}

.FloatLeft
{
    float:left;
}
.sixNextDay
{
 margin-left:auto;
 margin-right:auto;
 display:block;
 margin-top:10px;
}

.dvStock
{
    position:relative;
    width:133px;
    float:left;
}

.dvSixStock
{
  position:relative;
  width:155px;
  float:left;
  margin:5px 0;
}
.txtStock
{
position:absolute;
top:5px;
left:15px;
}

.txtSixStock
{
    position:absolute;
    top:5px;
    left:25px;  
}
.dvSixFinance
{
	position: relative;
	width: 155px;
	float: left;
	top:6px;
}
.dvSixFinance a
{
	text-decoration:none;
}
.txtSixFinance
{
	height:22px;
	width:133px;
	background-image: url("/_images/ProductListPage/Products/Yellow2.png");
	/*padding:2px;*/
	padding-top:5px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#2F4171;
	text-decoration:none;
	margin-left: auto;
	margin-right: auto;
}
.BoldText{
    font-weight:bold;
}
.dvPrice, .dvRedPrice, .dvSixPrice, .dvSixRedPrice
{
    float:left;
    font-size:28px;
    font-weight:bold;
    width:135px;
    text-align:center;
    margin-top:19px;
    line-height:25px;
    height:36px;
}

.dvSixPrice, .dvSixRedPrice
{
width:155px;

}

.dvRedPrice, .dvSixRedPrice
{
    color:#e9132b;
    margin-top:0;
    height:55px;
    padding:0;
    float:left;
}

.dvWasPrice, .dvWasRRPPrice, .dvSixWasPrice, .dvSixWasRRPPrice
{    text-align:center;
     font-weight:bold;
     color:#707070;
     font-size:14px;
     width:133px;
     float:left;
     line-height:15px;
}
.dvWasRRPPrice
{
    font-size:11px;
    min-width:145px;
    text-align:left;
    width:160px;
}

.dvSixWasRRPPrice
{width:155px;
font-size:11px;
}

.dvSixWasPrice
{width:155px;
}

.imgInfo
{
    /*margin-left: 30px;*/
    padding-top:5px;
    float:left;
}

.imgFinance
{
	height:21px;
	width:53px;
	background-image: url("/_images/ProductListPage/Products/YellowPayBox.png");
	padding:2px;
	padding-top:8px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#2F4171;
	text-decoration:none;
}

.dvFilters
{   position:relative;
    width:1000px;
    
}

*+html .dvFilters
{   position:relative;
    width:1000px;
    z-index: 1;
}

.imgListItem
{
    float:left;
}

.txtSelectedItem
{   color:#27438d;
    font-size:12px;
}

.spSpecial
{font-size:14px;
 margin-left:auto;
 margin-right:auto;
 display:block;
 font-weight:bold;
 line-height:19px;
}

.dvSpiv
{
    position: absolute;
    margin-right:5px;
    top:0;
    right:0;
}

.txtSpiv
{
    position:absolute;
    top:5px;
    left:20px;
}

.dvBox, .dvBoxEnd
{float:left;
 width:155px;
 height:335px;
 border:solid 1px #27438D;
 margin:2px 7px 5px 0;
 color:#27438D;
}

.dvBoxEnd
{ margin:2px 0 5px 0;
}

.imgDirect
{
    float:left;
    clear:both;
    margin:0;
    padding:0;
}
.btnPageBack, .btnPageNext
{
    border:0;
    width:42px;
    height:26px;
    margin-bottom:10px;
}

.btnPageNext
{  
    background-image: url("/_images/OnePageCheckout/Next.jpg");
    float:left;
}
.btnPages
{  
    min-width:15px;
    float:left;
    background-color:#ffffff;
    border:0;
    font-size:16px;
    padding:20px 10px;
    color:#777777;
    cursor:pointer;
}

.PreviousSpace
{ float:left;
  width:86px;
}

.btnPagesSelected
{   width:25px;
    float:left;
    color:#4a6691;
    background-color:#ffffff;
    border:0;
    font-size:16px;
    padding:20px 10px;
    font-weight:bold;
    cursor:pointer;
}

.btnPageBack
{
    background-image: url("/_images/OnePageCheckout/back.jpg");
    float:left;
}

.dvProductInfo
{float:left;
 width:133px;
}
.imgStar
{margin-right:1px;
}

.imgSixStar
{margin-right:1px;
 width:17px;
 height:17px;
}

.txtWasPrice
{
    text-decoration:line-through;
}

.dvStars
{margin-left:3px;
 float:left;
}

.dvPaging
{width:auto;
 display:block;
 margin-left:auto;
 margin-right:auto;
     width:400px; 
}

.imgLoading
{
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
}



.DropDownHeaderItem
{position:relative;
}

.dvPropertyName
{    
color:#0E5DAC;
font-size:11px;
position:absolute;
top:27px;
left:71px;
width:61px;
font-weight:normal;
letter-spacing:-0.2px;
}

.txtPropertyBedSize, .txtPropertyAllBedSize{left:78px;}
.txtPropertyComfort, .txtPropertyAllComfort{left:82px;}
.txtPropertySupport{left:10px;width:125px;font-size:15px;top:5px;}
.imgSixStock
{display:block;
 margin-left:auto;
 margin-right:auto;
}

.txtPropertyStores
{
    top: 25px;
    left: 60px;
    width: 63px;
}

.txtPropertyDivanDrawers
{
    top:49px;
    left:47px;
}

.txtSpecialBedSize
{
    top:14px;
    left:85px;
}
.lnkSpecial
{position:absolute;
 left:0px;
 bottom:-2px;
}

.SpecialBox
{height:65px;
 background-color:#fff8c3;
 cursor:default;
}

.dvCompanyInfo
{float:left;
 width:120px;
}

.dvNextDay
{width:100%;
 float:left;
}

.dvNoProductResults
{color:#bbbbbb;
 font-size:20px;
 margin-top:40px;
 text-align:center;
 width:100%;
}

.imgListItem.DivanDrawersList
{
    padding-left:5px;
    padding-top:5px;
}
img.DivanDrawers
{
    padding-left:5px;
    padding-top:5px;
}

.imgListItem.StoresList,
.imgListItem.StoresListFirst
{
    max-height:50px;
    max-width:55px;
    margin-left: 7px;
    margin-top: 3px;
}
.imgListItem.StoresListFirst
{
    margin-top: 7px;
}

/*ProductListing Page */
.innerSale
{
    clear:both;
}

.frontpageSale
{
float:left;
margin-left:8px;
margin-bottom:10px;
height:197px;
width:157px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.innerSaleLeft .frontpageSale:first-child
{
  margin-left:3px;
}
.innerSaleRight .frontpageSale:first-child
{
  margin-left:7px;
}

.frontpageSale #title{
text-align:center;
padding-top:4px;
padding-bottom:1%;
height:18px;
width:100%;
font-size:13px;
background-color:#96a7d0;
border-top-left-radius: 10px;
border-top-right-radius: 10px; 
}
.frontpageSale #rrp{
text-align:center;
}
.frontpageSale #sale{
padding-top:-3px;
text-align:center;
font-size:40px;
font-weight:bold;
color:Red;
}
img.frontpageSale{
}
.clickhere{
float:left;
width:100%;
padding-left:5px;
}

div.searchUpper{
	border:2px solid #96A7D0;
    background-color:#E8EAED;
-moz-border-radius: 5px;
border-radius: 5px;
padding-top:2px;
margin-right:5px;
padding-right:5px;
    padding-bottom:3px;
    width:180px;
    float:right;
    height:22px;
    font-family:arial black;
    position:absolute;
    z-index:9000;
    right:90px;
}
.searchUpper .SearchTextBox
{
    font-size:8pt;
    color:gray;
    height:17px;
    width:125px;
    float:left;
    margin-top:2px;
    margin-left:5px;
    border-width:0px;
    border-color:#E8EAED;
}

.searchUpper .SearchButton{
    font-weight:bold;
    font-size:10px;
    text-decoration:none;
    color:#27438d;
    font-size:13px;
    font-family:arial;
    letter-spacing:-1px;
    float:right;
    margin-top:-3px;
    margin-right:2px;
    border:0px;
    cursor:pointer;
}
.SearchButton A:link 
{
    color:#2c3b8c;
}
.SearchButton A:visited
{
    color:#2c3b8c;
}
.SearchButton A:hover 
{
    color:#2c3b8c;
}
.TabControlScrollableArea > div.TabControlContentItemSelected
{
    margin-bottom:20px;
}
/* Product Help @DP*/
#popupProductHelp{
width:900px; 
position:absolute;
top:130px;
left:50%;
margin-left:-450px;
height:600px;
padding:0px;
background-color:#e8eaed;
border: 2px solid #96a7d0;
color:#4b6892;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#popupProductHelp #OverFlow{
overflow-y:scroll;
overflow-x:hidden;
margin-top:5px
}
#popupProductHelp #Title{
width:880px;
height:40px;
position:absolute;
background-color:#e8eaed;
top:0;
left:0;
-moz-border-radius: 15px;
border-radius: 15px;
}
#popupProductHelp .MainSections{
margin-top:40px;
width:260px;
height:550px;
float:left;
margin-left:15px;
margin-right:15px;
}
#popupProductHelp .SubImages{
float:left;
width:56px;
height:56px;
}
#popupProductHelp .SubTitles{
font-weight:bold;
color:#4a6691;
width:100%;
height:20px;
margin-top:3px;
margin-bottom:3px;
}
#popupProductHelp .SubSectionsContent{
width:100%;
height:60px;
padding-bottom:10px;
}
#popupProductHelp .SubContent{
float:left;
margin-left:10px;
margin-bottom:10px;
font-size:11px;
color:grey;
width:190px;
height:56px;
}
#popupProductHelp .SubContent H1{
font-size:11px;
color:#4a6691;
float:left;
font-weight:bold;
margin-right:2px;
}
/*Pay4Later Widget*/
    #p4lContainer{
        width: 422px;
        height: 172px;
        background-color: #d5ecf6;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        float: right;
        margin-right:4px;
        z-index: 1;
        top: 70px;
        right: -3px;
        color:#2588ce;
        position:absolute;
    }
        #p4lInitial
    {
        background-color: #d5ecf6;
        width: 100%;
        height: 70px;
    }
    #p4lContain .left
    {
        float: left;
        width: 100px;
        height:30px;
    }
    #p4lContain .right
    {
        float: left;
        width: 310px;
        height: 30px;
    }
.arrowdown-container{
    float:right;
    width:60px;
    height:16px;
    margin-top:3px;
    color:#0490d8;
}
.arrowup-container{
    margin-top:20px;
    margin-right:5px;
    float:right;
    background-color:#0490d8;
    width:20px;
    height:20px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.arrowup-container .arrow-up {
    position:absolute;
    margin-top:8px;
    margin-left:5px;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
}
.arrowdown-container .arrow-down {
    margin-top:8px;
    margin-left:5px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-top: 5px solid #ffffff;
}
    #p4lFooter{
        position:absolute;
        bottom:0;
        right:-1px;
        height:15px;
        width:413px;
        font-size:11px;
        color:#ffffff;
        padding-top:1px;
        padding-left:10px;
        background-image:url("/_images/site/P4LbottomStrip.png");
    }
    #p4lFooter a{text-decoration:underline; color:Yellow;}
    #p4lTop{
        position:absolute;
        top:-2px;
        left:-2px;
        height:26px;
        width:426px;
        z-index:2;
        background-image:url("/_images/site/P4LHeader.png");
    }
    .p4lLogo{
        position:absolute;
        bottom:0;
        right:0px;
        height:56px;
        width:97px;
        z-index:2;
        background-image:url("/_images/site/PatforLogo.png");
    }
    #p4lLogo{
        position:absolute;
        bottom:0;
        right:0px;
        height:56px;
        width:97px;
        z-index:2;
        background-image:url("/_images/site/PatforLogo.png");
    }
       
    #infopages
    {
        padding-left:1%;
        padding-right:1%;
        width:98%;
        }
    #infopages .Logo
    {
        float: left;
        width: 100%;
    }
     #infopages  .Tables
        {
            width: 100%;
            height:266px
        }
     #infopages    h1
        {
            margin-top: 15px;
            margin-bottom: 15px;
            color:#3b537c;
        }
     #infopages    h2
        {
            margin-top: 15px;
            margin-bottom: 15px;
            font-size:12px;
            color:#3b537c !important;
        }
     #infopages    h3
        {
            margin-top:0;
            margin-bottom:0;
            font-size:12px;
            color:#3b537c !important;
        }
.social{float:left}
.rightTitle{color:#1f4b8a; font-size:12px; font-weight:bold; white-space:nowrap; padding-bottom:3px; text-overflow:ellipsis;overflow: hidden;}
.rightTitle a{text-decoration:none; color:#1f4b8a;}
.rightContent a{text-decoration:none; color:#1f4b8a;}
.rightContent{padding-top:0px; font-size:11px; margin-bottom:5px; height:55px; text-overflow:ellipsis;max-height: 70px;position: relative;overflow: hidden;}
.containerInnerRightBottom a{text-decoration:none; color:#1f4b8a;}
.read-more {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    text-align: center;
    margin: 0; padding: 0px 0; 
    background-image: url(/_images/RecentNewsFade.png);
    height:17px;
}
#rightsideRss{
    margin-top:10px;
    margin-left:6px;
    background-color:#e6edff;
    padding-left:10px;
    padding-right:10px;
    border:1px solid #d7ddee;
    height:298px;
    width:150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#rightsideRssBanner{
    padding-top:8px;
    padding-bottom:3px;
    margin-left:10px;
}
.containerInnerRightBottom{
    height:30px;
    color:#1f4b8a;
    font-weight:bold;
    font-size:11px;
    float:right;
    padding-top:10px
}

.basketDisplay tr:nth-child(odd) {
    background-color: #f4f4f4;
}
#basketEnhanceContainer {
    width:100%;
    min-height:200px;
}

#basketEnhanceContainer div {
    padding:0px;
}

.basketEnhanceSplit {
    width:31%;
    height:100%;
    float:left;
}

.checkoutDeliveryBox {
    width:100%;
}

.headerService {
    color:#C6001E;
    font-weight:700;
    padding-right:3px!important;
    padding-top:2px!important;
}
.DeliveryCalendarContainer
{
    width:195px;
}
.checkoutErrors{
    margin-top:0px;
}

#deliveryType div,#calendarContainerBasket div {
    padding:0;
}

.listingContent
{
    margin-top:10px;
    margin-bottom:10px;
    margin-left:2px;
}

.listingContent h1
{
    color:#27438d;
}
.accountBasketAlt{
    background-color:#d2e4ff;
}
.accountBasket p:nth-child(odd) {
    background-color: blue;
}
#accountWelcomeTop
{
    height: 30px;
    width: 100%;
    padding-top: 10px;
}
#accountWelcomeInfo
{
    font-size: large;
    font-weight: bold;
    float: left;
    width: 70%;
}
.accountInfoPanel
{
    min-height: 140px;
    width: 100%;
}
.accountHeader
{
    height: 17px;
    text-align: left;
    padding-top: 2px;
	padding-left:2px;
    width: 100%;
    background-color: #27438D;
    color: #ffffff;
    font-weight: bold;
    margin-bottom:10px;
}
#accountSave
{
    float: right;
    padding: 3px;
	margin-top:-10px;
}
#accountWarning
{
    padding-top:10px;
    float:right;
}
.accountBlockImage
{
    width:75px;
    height:75px;
    background-color:orange;
}
        #ta 
        {
            font-family: Arial, Verdana, Helvetica, sans-serif !important;
            text-align:justify !important;
            line-height:normal !important;
	        position:absolute;
	        border:solid 1px silver;
            top:23px;
            left:2px;
            width:269px;
            padding:5px;
            z-index:9001;
            background-color:White;
        }
        #ta a 
        {
	        color:black;
            text-decoration:none;
        }
        #ta img {
            height:30px;
            margin-bottom:10px;
            margin-right:5px;
            float:left;
        }
        #ta ul
        {
            list-style-type: none;
            padding:0px;
        }
        #ta li 
        {
            clear:both;
            height:30px;
        }
        #ta li:hover 
        {
	        background-color:#E8EAED;
        }