/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/


td {
	font-family: Helvetica;
	font-size: 11px;
	color: #000000;
	margin: 4px;
}
.boxText { font-family: Helvetica; font-size: 10px; }
.errorBox { font-family : Helvetica; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Helvetica; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Helvetica; font-size : 10px; color: #70d250; text-decoration: underline; }

.link-container {                
	height:35px;
	line-height:35px;
	font-family:Helvetica;
	color:#FFF ;
	background-image:url(images/site/bluebar.png);
	text-align:center;
	}   
.link-container a {                
	height:35px;
	line-height:35px;	
	display: block;                
	background-image:url(images/site/bluebar.png);
	color:#fff ;
	text-decoration:none;
}        

.link-container a:hover { 
	height:35px;
	line-height:35px;	
	color:#FFF ;
	background-image:url(images/site/bluebar2.jpg);
	text-decoration:none;
	}
	

input[type=text] { 
	background:#fff;
	border: 1px solid #999;
} 

.header input[type=text] { 
	background:#fff;
	border: 1px solid #999;
	/*PS*/width:210px;
} 

input.text { 
	color: #333;
	border: 1px solid #999;
} 

.spacer-left{
padding-left:5px;	
}

input{
	color: #333;
	margin:0px;
	padding: 0px 0px 0px 0px;
}

.newprod-cat{
  	background: #53bcf6;
  	font-family: Helvetica;
  	font-size: 10px;
  	color: #fff;
	font-weight:bold;
  	text-decoration:none;
  	border-bottom-width:25px;
  	border-bottom-style:solid;
  	border-bottom-color:#fff;
  }

.newprod{
  	background: #53bcf6;
  	font-family: Helvetica;
  	font-size: 10px;
  	color: #fff;
	font-weight:bold;
  	text-decoration:none;
	border-right-width:3px;
  	border-right-style:solid;
  	border-right-color:#fff;
	border-left-width:3px;
  	border-left-style:solid;
  	border-left-color:#fff;
  	border-bottom-width:25px;
  	border-bottom-style:solid;
  	border-bottom-color:#fff;
  }
.newprod a{
	color:#fff;	
	font-weight:bold;
	text-decoration:none;
}
.newprod a:hover{
	font-weight:bold;
	color:#fff;	
	text-decoration:none;
}

.catprod{
  	background: #53bcf6;
  	font-family: Helvetica;
  	font-size: 12px;
  	color: #fff;
	font-weight:bold;
  	text-decoration:none;
	border-right-width:3px;
  	border-right-style:solid;
  	border-right-color:#fff;
	border-left-width:3px;
  	border-left-style:solid;
  	border-left-color:#fff;
  	border-bottom-width:25px;
  	border-bottom-style:solid;
  	border-bottom-color:#fff;
	
  }
.catprod a{
	color:#fff;	
	font-weight:bold;
	text-decoration:none;
}
.catprod a:hover{
	font-weight:bold;
	color:#fff;	
	text-decoration:none;
}

.breadcrumbs{
	font-weight:bold;
	color:#CCC;	
	text-decoration:none;
}

.breadcrumbs a:hover{
	color:#333;
	text-decoration:none;
}

.topline{
	border-top-style:solid;
	border-top-color:#666;
	border-top-width:1px;
}
.smallgrey{
	color:#999;
	font-size:9px;
}
.largegrey{
	color:#999;
	font-size:11px;
}
.prodprice1{
	color:#005e84;
	font-size:12px;
	font-weight:bold;
}
.prodprice2{
	font-weight:bold;
	color:#005e84;
	font-size:17px;
}


.searchbar{
	height:35px;
	line-height:35px;	
}
	

BODY {
	background:url(images/site/stoves-sides.gif) scroll repeat-y center #ffffff;
    color: #000000;
  	margin: 0px;
}


A {
  color: #000099;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Helvetica;
  font-size: 12px;
  font-weight:bold;
  background: #1582ac;
  color: #bcc9da;
  font-weight : bold;
}

A.headerNavigation { 
  color: #bcc9da; 
}

A.headerNavigation:hover {
  color: #8d95a6;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Helvetica;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Helvetica;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Helvetica;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.searchboxer {
	line-height:35px;
}

.searchBoxerContents {
  font-family: Helvetica;
  font-size: 10px;

}
.infoBox {
  background: #005a85;
}

.infoBoxContents {
  background: #fff;
  font-family: Helvetica;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Helvetica;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Helvetica;
  font-size: 10pt;
  font-weight: bold;
  background: #015D84;
  color: #ffffff;
	padding: 2px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Helvetica;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #fff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #fff;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #005a85;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Helvetica;
  font-size: 10px;
  background: #005a85;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Helvetica;
  font-size: 10px;
	border: 1px solid #cccccc;
}

td.productListing-data, td.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  background-color: #fff;
  padding: 3px;
  border: 1px solid #cde;
}
td.productListing-data a, td.smallText a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #0019a4;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Helvetica;
  font-size: 14pt;
  font-weight: bold;
  color: #005b82;
}
TD.pageHeading2, DIV.pageHeading2 {
  font-family: Helvetica;
  font-size: 20px;
  font-weight: bold;
  color: #4ec7f9;
}

td.pageHeading h1 {
	font-size: 16pt;
}

.pageHeading, td.pageHeading, div.pageHeading {
  font-family:  Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #0019a4;
  padding: 6px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Helvetica;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Helvetica;
  /*font-size: 11px;*/
  font-size: 12px;
  /*line-height: 1.5;*/
  padding-left:3px;
  padding-right:3px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Helvetica;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Helvetica;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Helvetica;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Helvetica;
  font-size: 10px;
  color: #ffff00;
}

CHECKBOX, RADIO, SELECT {
  font-family: Helvetica;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Helvetica;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Helvetica;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Helvetica;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Helvetica;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Helvetica;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; /*cursor:hand;*/ }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Helvetica; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Helvetica; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Helvetica; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Helvetica; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Helvetica; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Helvetica; font-size: 10px; color: #ff0000; }



/*
------------Boxes Section for css-------------
Format each info box according to you liking
*/

.contentBox {
  background: #ddeeff;
}

TD.contentBoxHeading {
  font-family: Helvetica;
  /*font-size: 10px;*//*PS*/ font-size:12px;
  font-weight: bold;
  background: #005a85;
  color: #ffffff;
}

.contentBoxContents {
  background: #fff;
  font-family: Helvetica;
  font-size: 10px;
}


.BestSellersBox {
  background: #b6b7cb;
}
TD.BestSellersBoxHeading {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.BestSellersBoxContents {
  background: #fff;
  font-family: Helvetica;
  font-size: 10px;
}


.CategoriesBox {
  background: #b6b7cb;
}
TD.CategoriesBoxHeading {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.CategoriesBoxContents {
  background: #fff;
  font-family: Helvetica;
  font-size: 10px;
}


.CurrenciesBox {
  background: #b6b7cb;
}
TD.CurrenciesBoxHeading {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.CurrenciesBoxContents {
  background: #fff;
  font-family: Helvetica;
  font-size: 10px;
}


.InformationBox {
  background-image:url(images/site/bluebar.png);
}
TD.InformationBoxHeading {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: bold;
  background-image:url(images/site/bluebar.png);
  color: #ffffff;
}
.InformationBoxContents {
  background-image:url(images/site/bluebar.png);
  font-family: Helvetica;
  font-size: 10px;
}


.LanguagesBox {
  background: #b6b7cb;
}
TD.LanguagesBoxHeading {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.LanguagesBoxContents {
  background: #fff;
  font-family: Helvetica;
  font-size: 10px;
}


.ManufacturerInfoBox {
  background: #b6b7cb;
}
TD.ManufacturerInfoBoxHeading {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.ManufacturerInfoBoxContents {
  background: #fff;
  font-family: Helvetica;
  font-size: 10px;
}


.ManufacturersBox {
  background: #b6b7cb;
}
TD.ManufacturersBoxHeading {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.ManufacturersBoxContents {
  background: #fff;
  font-family: Helvetica;
  font-size: 10px;
}


.OrderHistoryBox {
  background: #b6b7cb;
}
TD.OrderHistoryBoxHeading {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.OrderHistoryBoxContents {
  background: #fff;
  font-family: Helvetica;
  font-size: 10px;
}


.ProductNotificationsBox {
  background: #b6b7cb;
}
TD.ProductNotificationsBoxHeading {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.ProductNotificationsBoxContents {
  background: #fff;
  font-family: Helvetica;
  font-size: 10px;
}


.ReviewsBox {
  background: #b6b7cb;
}
TD.ReviewsBoxHeading {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.ReviewsBoxContents {
  background: #fff;
  font-family: Helvetica;
  font-size: 10px;
}


.SearchBox {
  background: #b6b7cb;
}
TD.SearchBoxHeading {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.SearchBoxContents {
  background: #fff;
  font-family: Helvetica;
  font-size: 10px;
}


.ShoppingCartBox {
  background: #005a85;
}
TD.ShoppingCartBoxHeading {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: bold;
  background: #005a85;
  color: #ffffff;
}
.ShoppingCartBoxContents {
  background: #005a85;
  font-family: Helvetica;
  font-size: 10px;
  color: #ffffff;
  
}
.SpecialsBox {
  background: #b6b7cb;
}
TD.SpecialsBoxHeading {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.SpecialsBoxContents {
  background: #fff;
  font-family: Helvetica;
  font-size: 10px;
}


.TellaFriendBox {
  background: #b6b7cb;
}
TD.TellaFriendBoxHeading {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.TellaFriendBoxContents {
  background: #fff;
  font-family: Helvetica;
  font-size: 10px;
}


.WhatsNewBox {
  background: #b6b7cb;
}
TD.WhatsNewBoxHeading {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.WhatsNewBoxContents {
  background: #fff;
  font-family: Helvetica;
  font-size: 10px;
}


/***************************************/

/* Product Menu Mods */
.product_menu_normal{

background: #53BCF6;
width:155px;
height:20px;
line-height:20px;
font-size:12px;
font-weight:bold;
color:#01597F;
margin-bottom:3px;
Padding-left:5px;
}

/*.product_menu_normal a{
background: #043C59;
width:155px;
height:20px;
line-height:20px;
padding-top:3px;
font-size:12px;
font-weight:bold;
color:#fff;
margin-bottom:3px;
Padding-left:5px;
}*/

div.product_menu_hover{
background: #0c5f85;
width:155px;
height:20px;
line-height:20px;
font-size:12px;
font-weight:bold;
color:#ffffff;
margin-bottom:3px;
Padding-left:5px;
}
div.product_menu_wrapper
{
/*This class extends around the product menu
this is so that when the mouse is over it, it can the submenu
*/
}

.product_menu_wrapper a{
background: #043C59;
width:155px;
font-size:11px;
color:#fff;
height:20px;
line-height:20px;
}
.product_menu_wrapper a:hover{
background: #043C59;
width:160px;
font-size:11px;
color:#fff;
height:20px;
line-height:20px;
}



div.product_submenu
{
margin-top:-3px;
margin-left:-5px;
position:absolute;
background: #0c5f85;
width:auto; /*auto*/
height:auto; /*20px*/
font-size:11px;
padding-left:5px;
padding-right:5px;
padding-top:3px;
padding-bottom:3px;
white-space: nowrap;
line-height:20px;
}

.product_submenu{
height:auto;
width:155px; /*auto*/
background:#0c5f85;
font-size:11px;
color:#fff;
}


.product_submenu a{
background:#0c5f85;
font-size:11px;
color:#fff;
width:155px;
height:20px;
line-height:20px;
}
.product_submenu a:hover{
background:#0c5f85;
font-size:11px;
color:#fff;
width:155px;
height:20px;
line-height:20px;
}


div.product_submenu_title
{
background: #0c5f85;
font-size:10pt;
font-weight:bold;
color:#53BCF6;
width:155px;
height:20px;
line-height:20px;
}
.product_submenu_title
{
background: #0c5f85;
font-size:10pt;
font-weight:bold;
color:#53BCF6;
width:auto;
height:20px;
line-height:20px;
}
/*Product display in index page*/
div.index_product_boxes
{
background: #53BCF6;
}

div.index_product_boxes_imagebox
{
vertical-align:top;
}

div.index_product_boxes_product_name
{
color:#ffffff;
text-decoration:none;	
font-size:12px;
font-weight:bold;
vertical-align:bottom;
}

div.index_product_boxes_price
{
color:#ffffff;
text-decoration:none;	
font-size:12px;
font-weight:bold;
vertical-align:top;
}


td.index_product_tabledata
{
width:33%;
	border-right-width:3px;
  	border-right-style:solid;
  	border-right-color:#fff;
	border-left-width:3px;
  	border-left-style:solid;
  	border-left-color:#fff;
  	border-bottom-width:25px;
  	border-bottom-style:solid;
  	border-bottom-color:#fff;
background: #53BCF6;

}

a.index_prodlink:link{color:#ffffff; font-size:10px;}
a.index_prodlink:hover{color:#ffffff; font-size:10px;}
a.index_prodlink:active{color:#ffffff; font-size:10px;}
a.index_prodlink:visited{color:#ffffff; font-size:10px;}


div.menu_product
{


}
span.menu_product_name
{
}

span.menu_product_price
{
	color:#BBBBBB;
	
}
span.frontpage_categories
{
text-decoration:none;	
font-size:14px;
font-weight:bold;
color:#FFF;
background: #53BCF6;
padding-top:4px;

/*padding-bottom:25;*/
}
/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
	color: #01597f;
	background-color: #53bcf6;
}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	width:155px;
    height:22px;
	line-height:22px;
	border-top-color:#FFF;
	border-top-style:solid;
	border-top-width:2px;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

.vertitem	a {   /* Font style, size of main menu items */
  	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	position: relative;
	display: block;		
	line-height:22px;
	height:22px;
}


.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	/*color: #01597f;*/
	padding-left:2px;
	color: #fff;
	text-decoration: none;	
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	background-color: #0c5f85;
	text-decoration: none;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #fff;
	background-color: #0c5f85;	
	text-decoration: none;	
}
.vertitem dmselected {   /* Style override for selected root category */
    color:#FFF;
	background-color: #0c5f85;
}
.vertitem dmselected a {   /* Style override for selected root category */
    color:#FFF;
	background-color: #0c5f85;
}
.dmselected a {   /* Style override for selected root category */
    color:#FFF;
	background-color: #0c5f85;
}
.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.vertsubframe	{   /* Color of submenu item and border */
	background-color: #0c5f85;
	border: 2px outset #fff;
    margin-top:2px;
	position: relative;
	display: block;	
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	
}

.vertsubitem a	{   /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;			
	text-decoration: none;
	position: relative;
	display: block;	
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color: #fff;
	text-decoration: none;	
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #01415d;
	text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	text-decoration: none;			
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
    background-color: #ccc;
	font-weight: bold;
}

.verbar .dmselected {   /* Style override for selected root category */
    color:#FFF;
	background-color: #0c5f85;
}
.verbar .dmselected a {   /* Style override for selected root category */
    color:#FFF;
	background-color: #0c5f85;
}
.verbar .dmselected a:active {   /* Style override for selected root category */
    color:#FFF;
	background-color: #0c5f85;
}

#contactdetails {
	text-align: center;
	border: 1px solid black;
	overflow: hidden;
	width: 99%;
}

#contactdetails ul {
	list-style-type: none;
	float: left;
	padding-left: 120px;
}

#contactdetails ul li {
	float: left;
	display: inline;
	padding: 10px;
	margin: 0;
}

.maintext {
	font-size: 11px;
	padding: 5px;
}

.immage {
	float: left;
	padding-left: 20px;
}

img {
	border: 0 none;
}

#footer {
	clear: both;
	overflow: hidden;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	display: inline;
	font-size: 8pt;
}

#nav {
	list-style-type: none;
	padding: 0;
	margin: 0px;
	width: 155px;
	display: inline-block;
	white-space: nowrap;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	/*margin: 2 0 2 0;*/
	/*border-bottom: ?;*/
	padding: 0;
}

#nav li a {
	padding: 4px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	background-color: #53BCF6;
	vertical-align: bottom;
	/*_height: 1em;*/
	height: 1.3em;
}

#nav li a:hover {
	background-color: #0C5F85;
	text-decoration: none;
}

.link_lev_1 {
	/*width: 137px;*/
}

.cat_lev_0 {
	margin: 2px 0 2px 0;
}

.cat_lev_1 {
	margin: 2px 0 2px 10px;
	padding-left: 0;
}

.selected cat_lev_0 a {
	background-color: #0C5F85;
}

td div.thumb {
	border: 1px solid #E3E3E3;
	display: block;
	float: left;
	margin: 3px;
	min-height: 250px;
	padding: 3px;
	text-align: center;
	width: 205px;
}

.topnav2 {
	background-color: white;
	overflow: hidden;
	font-size: 9pt;
	line-height: 100%;
	text-align:center;
	width: 990px;
	margin: 0 auto;
}

.topnav2 a {
	border-bottom: 0;
}

.topnav2 li {
	background-color: #edf1f5;
	text-align:center;
	float: left;
	list-style-type: none;
	width: 150px;
	height: 40px;
	margin-left: 5px;
	margin-right: 5px;
}

#headerlogo {
	float: left;
}

p.tel {color:#666; font-size: 21pt; font-weight:bold; line-height:1.5em; margin:0; padding:0}
p.call, p.suppliers {color:#9e9e9e; font-size: 13pt; font-style:italic; font-weight:bold; font-family: Arial, Helvetica, sans-serif; margin:0; padding:0}
.delivery-prodgrid { margin:8px 0 10px 2px; color:#006699; font-style:italic; float:left; width:100% }
p#address {font-size:16px !important; color:#666}
p#phonelines {color: #888888; font-size: 14px !important; line-height: 20px !important;}

#headersearch {
	float: right;
	text-align: right;
	padding: 15px;
	line-height: 140%;
}

#content {
	float: right;
	padding: 5px;
	width: 790px;
}

#container {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	/*border: 4px solid #DBEDFF;*/
	height: 1%;
	z-index: 3;
	clear: both;
	font-family: sans-serif;
}

#main h1{
	font-size: 130%;
	color: #0011ff;
}

#main h2 {
	font-size: 110%;
}

#main h3 {
	font-size: 110%;
}
#main p { line-height:1.5em; font-size:0.8em}
#menu{
	background-image: url('images/site/bluebar.png');
	background-color: #99CCFF;
	border: 0;
	line-height: 150%;
	margin: 0;
	text-align: center;
	height: 34px;
}

#menu li a:hover  {
	background-color: #99CCFF;
	border: 0;
}

#menu ul li {
	/*border: 1px solid #b8deff;*/
	display: inline;
	font-weight: bold;
	list-style: none;
	padding: 4px 6px 6px 6px;
}
#menu ul li.search {
	border:0;
}
#menu ul li a {
	border: 0;
	color: #ffffff;
	display: inline;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.thumb2 {
	float: left;
	width: 254px;
	height: 157px;
	text-align: center;
	margin: 3px;
}

.thumb2 {
	font-size: 0.6em;
	border: 1px solid #0011cc;
}

.thumb2 img {
	float: left;
	margin: 4px;
}

.thumb2 h2 {
	font-size: 0.95em;
}

td.att {
	text-align: right;
	color: #0019a4;
	font-weight: 600;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 80%
}

td.rib {
	text-align: left;
	padding-left: 3px;
	font-size: 80%
}

.slideshow {
	padding: 5px;
	width: 100%;
}

h2.stock {
	font-size:110%;
	background-color: #DDEEFF;
	text-align:left;
}

h2 .note {
	font-size: 80%;
}

.priceyousee, .disclaimer {
	font-size: 8pt; 
	font-weight: normal;
	color: #33e;
}

div.pm {
	/*font-size: 80%;*/
	font-size:150%;
	font-weight: bold;
	color: #F75921;
	margin: 2px;
	line-height: 155%;
}
div.pm a {

	font-weight: bold;
	color: #000099;
	margin: 2px;
	line-height: 155%;
	border-bottom: 0;
}
div.pm a:hover {
	border-bottom: 1px dashed #FCC1AD;
}

div.xsell td img {
	display: none;
}

div.xsell .infoBoxContents a {
	font-size: 150%;
}

div.xsell .infoBoxContents a {
    color: #F75921;
	 font-size: 150%;
}

div.xsell td.contentBoxHeading {
	padding: 3px;
}

.banner td {
	padding: 0;
	border: none;
	width: 33%;
	font-size: 80%;
	border-spacing: 5px 0px;
}

.banner h1 {
	font-family:Verdana,Arial,sans-serif;
	font-weight: bold;
	margin: 0;
}

.banner img {
	margin: 0px;
}

.banner a {
	color: #0019A4;
	
}

td, th {
	padding:0;
	margin: 0;
}

.bannerdiv {
	/*background-color:#EAF5FF;*/
	/*border-color:#CCCCFF #CCCCFF #CCCCFF #CCCCFF;*/
	/*border-style:solid;*/
	/*border-width:1px 1px 1px 1px;*/
}

.disclaimer {
	font-size: 1em;
}

.thumb2img {
	float: left;
	display: block;
	height: 157px;
}

.thumb2text {
	vertical-align: middle;
}

.group {
	padding: 4px;
	background-color: #065889;
	color: #ffffff;
	font-weight: bold;
}

.stock {
	font-size: 85%;
	font-weight: bold;
	color: #F45922;
	padding-left: 4px;
	padding-bottom: 4px;
}

h1.stock {
	color: #F45922;
	font-size: 1.3em;
	font-weight: bold;
}

.bannerpad {
	font-family: Verdana,Arial,sans-serif;
	margin: 0;
}

a.clickmail2 {
	font-size: 1.0em;
}

h2.pipe {
	font-size: 10pt;
}

.addthis_toolbox .vertical
{
    width: 150px;
    padding: 10px 0 10px 0;
    border: 3px solid #eee;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

.addthis_toolbox .vertical a
{
    width: 102px;
    padding: 4px 0 4px 34px;
    position: relative;
    display: block;
    text-decoration: none;
    color: blue;
}

.addthis_toolbox .vertical a:hover
{
    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    background: #B4D3F8;
    text-decoration: none;
}

.addthis_toolbox .vertical span
{
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .vertical .more
{
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: left;
}

.addthis_toolbox .vertical .more a
{
    padding: 4px 0;
    margin: 0;
}

.addthis_toolbox .vertical .more span
{
    display: none;
}

.likes {padding: 0 0 0 10px; margin:0 0 10px 0}

#sortproducts {
	border: 1px solid #005A85;
	text-align: center;
}

#sortproducts ul {
	margin: 2px;
	padding: 5px;
background:url(images/site/prod-sort-bg.jpg) no-repeat;
}

#sortproducts li{
	border-left: 1px solid gray;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;	
}
#officeaboutus {
	float: left;
	padding-right: 10px;
}

#navfp {
	/*width: 155px;*/ width:158px;
	float: left;
}

#navfp ul {
	margin-left: 0;
	margin-top: 5px; /*lines the menu up better PS */
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

#navfp li {
	margin: 2px 0;
}

#navfp a {
	display: block;
	padding: 4px;
	color: #ffffff;
	text-decoration: none;
	/*width: 147px;*/ width:150px;
	background-color: #53BCF6;
}

#navfp a:link {
	/*color: #EEE;*/
	text-decoration: none;
}

#navfp a:hover {
	background-color: #0C5F85;
	color: #fff;
}
/*NEW ABOUT US*/
.ourstores {width:75%;
margin:50px auto 0 auto;
padding:15px;
background-color:#f6f6f6;
border:thin #999 dotted;
margin-bottom:15px;
}

/*NEW SHOWROOM*/
.showroom { width:730px; 
margin:0 auto;
padding:10px;
text-align:left;
background-color:#fff }

.map {width: 389px;
height:300px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
float:right;
text-align:center;
margin:0 0 10px 10px;
border-left: 1px solid #ccc;
background-color:#FFF;
padding-left:10px;
}

.showroom h1 {background: url(images/site/headingbg.jpg) repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#333;
font-weight:normal;
line-height:40px;
text-align:center;
margin: 15px 0 15px 0}

.showroom p{font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#666;
font-weight:normal;
text-align:justify;
line-height:1.3em}

.showroomopening { }
.showroomopening h2{ font-family: Georgia, "Times New Roman", Times, serif; color: #006; padding:10px; background: url(images/site/gridproductBGPS.gif) repeat-x  }
.showroomopening p { margin: 2px; color: #006; padding:0 0 0 10px  }

/*.showroom h2{ font-family: Georgia, "Times New Roman", Times, serif; font-weight:400; background-image: url(images/site/gridproductBGPS.gif);
color: #006; padding:10px }*/

.showpics img{padding:10px; background: url(images/site/imagebg.jpg) no-repeat 5px}

.productimage img{max-width:315px}

#categorydesc { margin-left:10px; margin-bottom:10px}
#categorydesc strong { font-size:19px}
#categorydesc p { font:12px/1.5 Arial, Helvetica, sans-serif}

#sitenav {display:none}

/*NEW PRODUCT PAGE*/
#productPrice {font-size: 28px; font-weight:bold; color:#0019A4; padding-top:6px}
#productinfotop {}
#productInfoTopLeft h1 { font-size:28px; margin:0 0 20px 0}
#productInfoTopRight {padding:0 10px; font-size:20px; font-weight:bold}
#productInfoTopRight h2.stock {font-size:100%;
	background-color: #DDEEFF;
	text-align:left;
	float: right; width:295px;
	margin-bottom:10px;
	border-top:1px solid #fff
	}
	
	#productInfoTopRight .note { font-size:65%}
	
#productInfoTopRight .stock {font-size: 85%;
	font-weight: bold;
	color: #F45922;
	padding-bottom: 4px;
	}

#productsInfoAddToCartTop {float:right; margin:0 10px 15px 0 }
#productInfoImage {float:left}

#freeoffers { border:1px solid #005a85; font-size: 15px; width:300px; margin:5px 5px 10px 5px; float:left }
#productInfoOptions { /*background:#cce9f6;*/  width:98% }
#productInfoOptions h4 {background-color:#005a85; color:#fff; font-size: 16px; border:1px solid #fff; padding:5px }
#productInfoOptions table {background-color:#f1f1f1; margin:5px auto; border:1px solid #999; }
#productInfoOptions td.main {font-weight:bold}

#pricematch {background: url(images/site/pricematchBG.jpg) top no-repeat; color: white; padding:5px 0; margin:3px 0;/*border: 1px solid black;*/ text-align: center; width:315px; float:right }
#pricepopup { margin:0 auto }
/*twinwall calc*/
legend {font-weight:bold; color:#00F}

/*NEW FOOTER*/
#newfooter {
	clear: both;
	overflow: hidden;
	width: 990px;
	margin: 0 auto;
	position:relative;
	border:1px solid #999;
	background:url(images/site/footer-bg.jpg) repeat-x top;
}
#newfooter p{ text-align:center; font-size:1em; padding:0; margin:0 auto; color:#333}

.columns {
	width:245px; 
	padding:5px 0; 	
	text-align:center; 
	margin-bottom:5px ;
	float:left; 
	background:url(images/site/footer_col_bg.jpg) repeat-y #fff; 
	border:1px dotted #666; 
	border-left:none; 
	border-right:none;
	}
.columns1 {
	width:245px; 
	padding:5px 0; 
	margin-left:5px; 
	margin-bottom:5px; 
	text-align:center; 
	float:left; 
	background:url(images/site/footer_col_bg_right1.jpg) right repeat-y #fff;
	border:1px dotted #666; 
	border-left:none; 
	border-right:none  
	}
.columns p, .columns1 p{ 
	clear:both; 
	text-align:center; 
	font-size:0.7em !important
	}

#main dd { line-height:1.4em; font-size:0.8em}

#date-copyright { text-align:center}
p.copyright { float:left}
p.date { float:right}

/*********/

ul.key { font-size:9px; margin:0; padding:0}
.key li { list-style:disc outside}

/**************/
.indexbox, .indexboxright {
	float: left;
	width: 190px;
	height:245px;
	text-align: center;
	margin: 0 7px 10px 0;
	background: #fff;
}
.indexboxright { margin:0 0 10px 0}

.indexbox, .indexboxright {
	font-size: 0.6em;
	border: 1px solid #666;
}

.indexbox a, .indexboxright a{
color:#333 
}

.indexbox a:hover, .indexboxright a:hover{
	text-decoration:underline; color:#0011cc
}

.indexboximg, .indexboxrightimg {
	border:1px solid #ccc; margin:5px
}

.indexboximg a:hover, .indexboxrightimg a:hover{
	/*border:1px solid #ccc*/
}

.indexbox h2, .indexboxright h2 {
	/*font:12px/1.25 Verdana, Geneva, sans-serif;*/ background:#f1f1f1; margin:4px; padding:2px;
}
.indexboxtext, .indexboxrighttext {
	vertical-align: bottom;
}

div.top {
	position: relative;
	/*width: 120px;*/width: 178px;
	/*height: 70px;*/height: 165px;
	border: 1px solid #ccc;
	overflow: hidden;
	margin:5px;
	}	
 
	div.top div {
		font-size: 16px;
		font-weight:bold;
		position: absolute;
		top: 0;
		left: 0;
		}
 
	div.top div.first {
		z-index: 1000;
		}	
		
	div.top div.second {
		}	
		
		div.top div.second p {
		 text-align:left; font-size:12px !important; font-weight:normal !important; line-height:1.1em !important; margin:0; padding:1px 0
		}
		
		div.top div.second div.text { background:url(images/site/box-bg.png) repeat; padding:0 0 0 5px; position:relative; color:#fff; margin-top:-55px; height:120px }
		
div.top:hover div.first {
	display: none;
	}
	
TD.brought-by {vertical-align:bottom; font-weight:bold; color:#666; line-height:1.8em}

.10poundOFF img { float:left; clear:both; position:relative; text-align:center; margin-top:-200px;}

iframe#Tst {position:relative; margin-bottom:-2300px; width:670px; z-index:9999; margin-left:-10px}
table#Kilowatt a { border-bottom:3px solid #fff;}
table#Kilowatt a:hover {border-bottom:3px solid #666;}
#menus a { color:#000}
#menus a:hover {color:#F00}
#menus a:active { color:#00F}
#menus a:visited { color:#F0F}

#januarysale { /*background:url(../images/gridproductBGPS.gif) repeat-x;*/ background: #f1f1f1; -moz-border-radius: 15px;
border-radius: 15px; border:2px solid #666; padding:10px; margin:0 auto; width:550px; -moz-box-shadow: 7px 7px 3px #ccc;
-webkit-box-shadow: 7px 7px 3px #ccc;
box-shadow: 7px 7px 3px #ccc; }
#januarysale p {font-size: 40px; font-family: Arial, Helvetica, sans-serif; font-weight:bold; text-align: center; margin: 0; color: #F30; }
