﻿/*     Template: Classic Template*     CSS File: layout.css*     Description: general page layout and site wide settings*     Copyright (c) NitroSell Ltd 2006*     Creation Date: 28/11/2006*/
/*reset some values*/
.mainbodyleft, .mainbodyleft div, .mainbodyleft form, .mainbodyleft input, .mainbodyright, .mainbodyright div, .mainbodyright form, .mainbodyright input, .mainbodyright td, .search-table td {
	margin: 0;
	padding: 0;
}
.search-table, .search-table table, .mainbody, .mainbodyright table, .headertable {
	border-collapse: collapse;
	border-spacing: 0;
}
/* general store wide page properties */
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
b, p, text {
	text-align: left;
	color: #A09F9B;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}
img {
	border: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
a {
	color: #B3B2AD;
	text-decoration: none;
}
#customcontent a {
color:#68655E;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;}

#page-home #customcontent a{
	color:#B3B2AD;
}


td {
	text-transform: lowercase;
}
/*WHOLEPAGE - wholepage is a class assigned to a DIV encompassing the entirepage after the body element, see #page id's for individual page config */
.wholepage {
	width: 997px;
	background: #68655E;
	margin-left: auto;
	margin-right: auto;
}
/*PAGES - each page in the store also has a unique id associated with the .wholepage assigned DIVallowing you to style each page seperately if required - look out for more as store functionality increases! They each begin with #page */
#page-home, #page-product, #page-search, #page-register, #page-content, #page-basket {
}
#page-nsc .mainbodycenter form {
	text-align: center;
}
#page-register .mainbodycenter a {
	color: black;
}
#page-nsc .mainbodycenter a {
	color: black;
}
/*HEADERS - these header classes are used by the header image (left right and middle)and can be used to further modify uploaded store header images*/
.headertable {
	width: 100%;
}
.headerleft {
	padding-bottom: 15px;
}
.headercenter {
	width: 100%;
}
.headerright {
}
/*HORIZONTAL SEARCH TABLE - at top of screen below header potentially containg brands and type*/
.search-table {
	width: 100%;
	background: #D5D8E1;
}
.search-table td {
	padding-left: 3px;
}
.search-table table, .search-table table td {
	text-align: left;
	width: 100%;
}
.search-table select {
	width: 164px;
	font-weight: bold;
	font-size: 10px;
	border-left: solid 1px #595965;
	border-right: solid 1px #595965;
	border-top: solid 1px #595965;
	border-bottom: solid 1px #595965;
}
.search-table input {
	font-size: 10px;
}
/*MAINBODY - these classes are used by the left (nav, search, new prods panels),middle (main pagebody),right (cart, account, currency, pre-order panels)and therefore contruct the basic left, middle, right layout within which all other elementsreside*/
/* outermost encapsulating all others - child of wholepage*/
table.mainbody {
	width: 100%;
	font-size: 12px;
}
/* body center - child of mainbody*/
.mainbodycenter {
	vertical-align: top;
	padding: 0 0 0 0px;
	font-size: 11px;
}
/* left vertical panels */
.mainbodyleft {
	padding-top: 24px;
	width: 150px;
	height: 100%;
	vertical-align: top;
}
/* right vertical panels */
.mainbodyright {
	padding-top: 13px;
	width: 190px;
	vertical-align: top;
}
table.navpanelbodyheader td {
	vertical-align: center;
}
/*SITE FOOTER ELEMENTS*/
/* assigned to DIV encompassing credits image and copyright message */
#sitefooter {
	color: gray;
	text-align: center;
	font-size: 11px;
}
/* child of above */
.storecredits {
	text-align: center;
	background: #fff;
	padding: 10px 10px 10px 10px;
}
/*STORE-WIDE ERRORS*/
.table-error {
	background: #B22222;
}
.table-error-td {
	background: Red;
}
.error-text {
	background: White;
	font-weight: bold;
}
.error-heading {
	color: White;
	font-weight: bold;
	text-decoration: underline;
}
/*MISCELLANEOUS*/
.testmodeinfo {
	background: #9999FF;
	color: black;
	font-weight: bold;
}
/*     Template: Classic Template*     CSS File: panels.css*     Description: all styles associated with left and right screen panels*     Copyright (c) NitroSell Ltd 2006*     Creation Date: 28/11/2006*/
/*LEFT HAND SIDE NAVPANELS - these consist of all left panels e.g. store nav, prod search, new prodscart, account currency etc, etc...*/
/* all left hand panels */
.navpanelleft {
	width: 195px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	margin-bottom : 25px;
	margin-top: 0px;
}
/* child of navpanelleft encompassing all of navpanelleft contents */
.navpanelleftcell {
	margin-bottom: 0px; 
/*18*/
}
/* child of navpanelleftcell representing the hedaer of a panel, e.g. "store naviagtion" or "product search" */
.navpanelleftheader {
	width: 100%;
	height: 29px;
	font-size: 12px;
	font-weight: bold;
	color: #0d0d0d;
}
/* child of navpanelleftheader - the left of the left header */
.navpanelleftheaderleft {
	width: 42px;
}
/* child of navpanelleftheader - the right of the left header */
.navpanelleftheaderright {
	width: 12px;
}
/* child of navpanelleftheader - the center of the left header */
.navpanelleftheadercenter, .navpanelleftheadercenter a {
	color: #FFFFF8;
	font-size: 16px;
}
/*  child of navpanelleftcell */
.navpanelleftcontent {
	font-size: 12px;
}
.parent-email p {
	text-align: justify;
	width: 140px;
}
.navpanelleftbody {
	margin-bottom: 8px;
	width: 100%;
}
/* child of navpanelleftbody containing actual contents of the panel */
.navpanelleftcontent table {
	background-color: transparent;
	margin-left: 0px;
}
/*RIGHT HAND SIDE NAVPANELS - these consist of all right panels e.g. cart, account currency etc, etc...*/
/* all right hand panels */
.navpanelright {
	width: 170px;
	margin-left: 35px;
	margin-right: 5px;
}
/* child of navpanelright encompassing all of navpanelright contents */
.navpanelrightcell {
	padding-bottom: 18px;
}
/* child of navpanelrightcell representing the hedaer of a panel, e.g. "store naviagtion" or "product search" */
.navpanelrightheader {
	width: 100%;
	height: 29px;
	font-size: 12px;
	font-weight: bold;
	color: #0d0d0d;
}
/* child of navpanelrightheader - the right of the right header */
.navpanelrightheaderright {
	width: 12px;
}
/* child of navpanelrightheader - the left of the right header */
.navpanelrightheaderleft {
	width: 42px;
}
/* child of navpanelrightheader - the center of the right header */
.navpanelrightheadercenter {
}
/*  child of navpanelrightcell */
.navpanelrightbody {
	margin-bottom: 8px;
	width: 100%;
}
/* child of navpanelrightbody containing actual contents of the panel */
.navpanelrightcontent table {
	background-color: transparent;
	margin-right: 6px;
}
/*CENTER PANELS - the "center" panels refer to the spcial offer panel that will display on all pages if you havespecial offers applied to products in NScPAM.*/
.navpanelbody {
	width: 100%;
	border-bottom: solid 1px #B3B2AD;
}
.navpanelbodyheader {
	width: 100%;
	height: 20px;
}
.navpanelbodyheaderleft {
}
.navpanelbodyheaderright {
}
#morespecials {
	background-image: url(store_images/product-theme-right.gif);
	height: 27px;
}
.navpanelbodyheadercenter {
	color: #B3B2AD;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	width: 100%;
}
.navpanelbodycell {
	background: transparent;
	width: 100%;
	padding-bottom: 15px;
}
.navpanelheader {
}
.navpanelbodybody {
	width: 100%;
	padding: 0;
}
.navpanelbodybody .smalltext, .infoBoxContents {
	font-size: 12px;
}
.navpanelbodybody .smalltext .text-price, .infoBoxContents .text-price {
	font-weight: bold;
}
/*span wrapping product price on offer*/
.navpanelbodybody .smalltext .text-pricespecial, .infoBoxContents .text-pricespecial {
	color: #2B357B;
	font-weight: bold;
}
/*span wrapping product old price*/
.navpanelbodybody .smalltext .text-pricestrike, .infoBoxContents .text-pricestrike {
	font-weight: bold;
	text-decoration: line-through;
}
.navpanelbodycontent {
	padding: 0;
}
/*SPECIFIC PANEL STYLING - the following lists CSS to modify the syle of specific panels */
/* STORE NAVIGATION */
/*span surrounding store navigation panel*/
.parent-navigation {
	color: white;
}
/*span surrounding core contents of navigation*/
#panel-navigation {
}
/* the general navlink - at same level as #panel-navigation */
.navlink {
	color: Black;
	text-decoration: none;
	font-size: 11px;
	white-space: nowrap;
	display: block;
	margin-left: 10px;
}
/* General navigation link colours when mouse over, selected, and default Note: if you wish to change a *specific* link you can do so by styling the id #department-N...etcor category #category-N...etc where N is a department or category id respectively*/
.link-department-select, .link-department {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.link-department-select:hover, .link-department:hover {
	color: #B3B2AD;
	font-weight: bold;
	text-decoration: none;
}
.link-category {
	color: #333333;
	text-decoration: none;
}
.link-category:hover {
	color: #B3B2AD;
	text-decoration: none;
}
.link-category-select {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px SOLID #B3B2AD;
	padding-left: 15px;
	padding-right: 10px;
	display: inline;
	background: url('images/bg-link-bullet.gif') no-repeat transparent top left;
}
.link-category-select:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.link-subcategory {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.link-subcategory:hover {
	color: #B3B2AD;
	font-weight: normal;
	text-decoration: none;
}
.link-subcategory-select {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px SOLID #B3B2AD;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}
.link-subcategory-select:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/* PRODUCT SEARCH*/
/*span surrounding panel*/
.parent-findprod {
}
.parent-findprod input {
	height: 20px;
}
/* make checkbox smaller than above */
.parent-findprod .text-search .boxText .text-small input {
	height: 15px;
	padding-right: 5px;
}
/*span surrounding core contents of search panel*/
#panel-search {
}
/*contents text*/
.text-search {
	display: table;
	overflow: visible;
}
/* input and search icon wrapper*/
.parent-findprod .boxText {
	text-align: left;
	font-size: 11px;
	padding-bottom: 10px;
}
/* NEW PRODUCTS*/
/*span surrounding panel*/
.parent-newproduct {
}
/*span surrounding core contents of panel*/
#panel-newproduct {
}
/*textual contents*/
.parent-newproduct .boxText {
	font-size: 12px;
	padding-bottom: 10px;
}
/*span wrapping product price*/
.parent-newproduct .text-price {
	font-weight: bold;
	display: block;
	overflow: visible;
}
/*span wrapping product price on offer*/
.parent-newproduct .text-pricespecial {
	color: #2B357B;
	font-weight: bold;
}
/*span wrapping product old price*/
.parent-newproduct .text-pricestrike {
	font-weight: bold;
	text-decoration: line-through;
}
/* SHOPPING CART*/
/*span surrounding core contents of panel*/
#panel-shoppingcart {
}
.parent-cart .navpanelrightheadercenter {
	font-size: 12px;
	font-weight: bold;
	color: #0d0d0d;
	height: 29px;
}
/* a mechanism of replacing the cart image */
.parent-cart .navpanelrightheadercenter img {
	background-image: url(images/shopping_cart.gif);
	width: 25px;
	height: 16px;
}
.parent-cart .navpanelrightheadercenter a {
	margin-right: 10px;
}
.parent-cart .navpanelrightcontent {
	padding-left: 10px;
	padding-bottom: 10px;
}
/* styles the number of items, i.e. "1 X" */
.text-shopping {
	font-size: 11px;
	font-weight: normal;
	color: #B3B2AD;
}
/* styles the cart product link */
.text-shopping-link {
	font-size: 11px;
}
/* ACCOUNT HOLDERS*/
/*span surrounding panel*/
.parent-account {
}
.parent-navigation {
	display: none;
}
/*span surrounding core contents of panel*/
#panel-account {
}
#panel-account b {
	font-weight: normal;
	font-size: 12px;
}
/* style the text when logged in */
#panel-account p {
	margin-left: 22px;
	font-size: 12px;
	color: #E1E9E0;
}
#panel-account .small a {
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}
/* wraps login button*/
.col2 {
	height: 25px;
}
#panel-account .col2 input {
	width: 100%;
}
/* wraps input boxes and register button */
.col2 {
}
/* STORE CURRENCY*/
/*span surrounding panel*/
.parent-currency {
}
/*span surrounding core contents of panel*/
#panel-currency {
}
/*textual contents*/
.parent-currency .boxText {
	font-size: 11px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.parent-currency .boxText .select {
	font-size: 12px;
	display: block;
}
/*currency select element*/
.parent-currency .select {
}
/* PRE-ORDER*/
/*span surrounding panel*/
.parent-preorder {
}
/*span surrounding core contents of panel*/
#panel-promotion {
}
/*textual contents*/
.parent-preorder .boxText {
	text-align: center;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 12px;
}
/*span wrapping product price*/
.parent-preorder .text-price {
	font-weight: bold;
}
.email {
	width: 140px;
}
.go {
	position: relative;
	top: 6px;
}
/*     Template: Classic Template*     CSS File: menus.css*     Description: Store Menus (Horizontal tabs)*     Copyright (c) NitroSell Ltd 2006*     Creation Date: 28/11/2006*/
/*reset some values*/
.tab-parenttable td {
	margin: 0;
	padding: 0;
}
.tab-parenttable, .tab-parenttable table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*     Tab CSS elements         note: if you wish to style individual tabseach .tab-text is also given an id of #tab-1, #tab-2, etc...*/
/*the outer tab table*/
.tab-parenttable {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 8px;
}
/*the inner tab table*/
.tab-table {
	width: 100%;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.tab-table td {
	padding-top: 0px;
}
/*all horizonta space to the left of menu*/
.tab-left {
	width: 0px;
}
/*all horizonta space to the right of menu*/
.tab-right {
	width: 0px;
}
/*individual tab text*/
.tab-text {
	font-size: 14px;
	white-space: nowrap;
	font-weight: bold;
	text-transform: lowercase;
	color: #B3B2AD;
}
/*tab link a*/
.tab-link {
	white-space: nowrap;
	color: #FFFCF5;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
.banner-link {
	white-space: nowrap;
	color: #DFDCD5;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
.Footertabs .tab-link {
	white-space: nowrap;
	color: #CFCCC5;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
/* cell between each tab*/
.tab-middle {
	width: 20px;
	text-align: center;
	color: #B3B2AD;
}
.tab-middle-width {
}
.uppermenu .lower {
	display: none;
}
.FooterTabs .upper {
	display: none;
}
#pagebody {
	padding-left: 30px;
	padding-right: 30px;
}
#page-home #pagebody {
	background: #68655E;
}
#pagebody {
	background: #EBEBEB;
}
/*     Template: Classic Template*     CSS File: body.css*     Description: All the body of the webstore. All this content lies                    within the mainbodycenter element.*     Copyright (c) NitroSell Ltd 2006*     Creation Date: 28/11/2006*/
/*reset some values*/
#checkstocklink, table.specialtable TH {
	font-size: 14px;
	color: #B3B2AD;
	font-weight: bold;
	text-align: center;
}
.matrixtitle {
	font-weight: bold;
	font-size: 12px;
	min-width: 40px;
}
.matrixoption {
	width: 90px;
	font-size: 12px;
}
#baskettable, #producttable {
	padding-left: 0px;
	padding-right: 7px;
	padding-top: 0px !important;
	margin-top: 20px;
	width:100%;
}
.productlisttable td {
	margin: 0;
	padding: 0;
}
.productlisttable {
	border-spacing: 25 25;
	margin-left: 25px;
}
/* all textareas and others (in FF only) */
textarea {
	width: 100%;
	border-left: solid 1px #595965;
	border-right: solid 1px #595965;
	border-top: solid 1px #595965;
	border-bottom: solid 1px #595965;
}
input[type="password"] {
	margin-top: 3px;
}
input[type="text"], input[type="textbox"], input[type="password"], input[name="quantity"], .textbox {
	border: solid 1px #595965;
}
/*     General Page Headings */
/* header on all main product and search pages */
h1 {
	font-size: 16px;
}
h1, .heading-main {
	margin: 0;
/* reset all margins */	color: #55524D;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
.heading-subcategory {
	color: gray;
	font-weight: bold;
}
/* "you are here" heading */
.heading-small {
	width: 100%;
	text-align: center;
	color: Gray;
	font-weight: normal;
	margin-top: 10px;
	font-size: 12px;
}
.heading-product {
	color: #55524D;
	font-weight: bold;
	font-size: 21px;
	padding-top: 5px;
}
/*     Product Listings */
.productlisttable {
	font-size: 11px;
}
.productlisttable td {
	margin: 0;
	padding: 5 5 5 0;
}
.productlistheader {
	background-color: #EEEDED;
	font-weight: bold;
	font-size: 12px;
}
.productlist-row1 {
	background: #EEEDED;
}
.productlist-col4 {
	font-size: 12px;
	font-weight: bold;
}
.product-link {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.product-link .image-thumb {
	font-weight: bold;
}
.product-summary {
}
.cathead {
	font-weight: bold;
	font-size: 14px;
	color: #B3B2AD;
	margin-bottom: 10px;
}
/*     Product Page */
#page-product .mainbodycenter {
	padding: 0;
	margin: 0;
	padding-top: 10px;
}
#product-image-table {
	padding-top: 10px;
}
.itemdata p {
	margin-top: 2px;
	margin-bottom: 8px;
}
/* all product desc text*/
.text-product-desc {
	font-size: 12px;
    text-align:justify;
}
#tell-a-friend-link {
	padding-top: 10px;
	height: 25px;
	font-weight: bold;
	color: #55524D;
	font-size: 14px; /* doesn't work in FF */;
	background: url('../../Gilen%20N/themes/store_images/btn-quick-find.gif') no-repeat 95 5;
}
/* wrapper around pricing, availability, matrix*/
#productbuyinfo {
	display: block;
	clear: both;
}
#productbuyinfo table {
	background: #D5D8E1;
	padding-left: 10px;
	padding-right: 10px;
	width: 315px;
}
#productbuyinfo b {
	font-size: 12px;
}
#productbuyinfo .text-pricingdetails {
	font-size: 12px;
	color: #55524D;
}
#productbuyinfo .text-price {
	font-weight: bold;
	color: #55524D;
	font-size: 14px;
}
#productbuyinfo .text-pricestrike {
	text-decoration: line-through;
	font-weight: bold;
	font-size: 14px;
}
#productbuyinfo .text-shipping {
	color: black;
	font-size: 14px;
}
#productbuyinfo .text-pricesave {
	color: red;
	font-size: 14px;
	font-weight: bold;
}
#productbuyinfo .text-availabilitytext {
	color: #FFFFF8;
	font-size: 14px;
}
#productbuyinfo .text-availabilitytitle {
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
}
/* matrix items */
#page-product #frmMain {
	text-align: left;
}
div#productbody {
	position: relative;
	text-align: center;
}
#productbody .matrixdisplay table, #productbody .matrixdisplay p {
	padding-left: 0px;
	padding-right: 10px;
	color: #55524D;
}
#productbody .matrixdisplay p {
	font-size: 12px;
}
#productbody .matrixdisplay td {
	width: 50px;
}
/* related products section */
#relatedproducts {
	border-top: solid 1px #B3B2AD;
}
#relatedproducts p {
	margin: 0 0 5 0;
	padding: 0;
}
#relateditemheading b {
	color: #B3B2AD;
	text-transform: lowercase;
	font-size: 14px;
	padding-left: 5px;
}
#relateditemtable {
	margin-left: 20px;
}
#relatedproducts .smallText a {
	font-size: 12px;
}
#relatedproducts .smallText .text-price {
	font-size: 12px;
	font-weight: bold;
}
/* the "you may also be interested in text" - for bullets display*/
#productbody .text-related {
	border-top: solid 1px #B3B2AD;
	font-size: 12px;
	color: #55524D;
	font-weight: bold;
	font-size: 14px;
	padding-top: 25px;
	margin-top: 25px;
}
a.addtobasket {
	color: #55524D;
	font-weight: bold;
	font-style: italic;
}
.quantity {
	display: none;
}
/* UL and bullets*/
.list-theme {
	font-size: 12px;
}
.list-theme-item {
	list-style: none;
	background: url('../../Gilen%20N/themes/store_images/btn-bullet.gif') no-repeat left top;
	padding-left: 10px;
}
/* show me other... button */
.searchtheme {
	font-weight: bold;
	color: #B3B2AD;
	font-size: 14px;
}
/*     Department Page */
#select-category-heading {
	color: #B3B2AD;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.cattablebody {
	padding: 0;
	border-bottom: solid 1px #B3B2AD;
}
.cattabletext a {
	font-size: 12px;
	font-weight: bold;
}
/*     Contact Us Page */
/* DIV encompassing the contact form*/
.contactpage {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
	border-bottom: solid 1px #B3B2AD;
}
.contactpage b {
	font-size: 12px;
}
.contactpage #addresstext {
	font-size: 12px;
}
.contactpage input, .contactpage textarea {
	border: solid 1px #595965;
}
/*     Basket/Cart Page */
.baskettable {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 12px;
}
.baskettable input {
	border: solid 1px #595965;
}
.basketheader {
	width: 100%;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
}
.basketlist-row1 {
	background: #efefef;
}
.basketlist-row2 {
	background: #efefef;
}
.basketlist-hilight {
	background: #FFFFFF;
	font-weight: bold;
}
.basketlist-lolight {
	background-color: #efefef;
	font-weight: bold;
}
.basketlist-lolight b {
	font-size: 14px;
}
.basketcol {
	font-weight: bold;
}
.basketlist-col1 {
	font-weight: bold;
	width: 250px;
	padding-left: 8px;
}
.basketlist-col2 {
	padding-left: 10px;
	font-weight: bold;
}
.basketlist-col3 {
	font-weight: bold;
}
.basketlist-col4, .basketlist-col5 {
	font-weight: bold;
}
.basketlist-blank {
	background: white;
}
#frmMain .normal a {
	text-decoration: underline;
}
/* Tips (including basket quick tips) */
.tiptable {
	width: 100%;
	margin-top: 10px;
}
.tiptable img {
	display: none;
}
.tipheader td {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	background: #efefef;
	color: #000;
	padding-left: 5px;
	text-transform: lowercase;
}
.tipbody {
	width: 100%;
}
.tipbody td {
	background: #efefef;
	font-size: 11px;
}
/*     Account Login */
.formBox {
	background: #efefef;
	font-size: 12px;
}
.formBox a {
	font-size: 12px;
}
.formBox b, .main b, .main {
	font-size: 12px;
	color:#55524D;
}
/*     Checkout Page*/
#page-nsc .text-shipping, .text-shipping {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page-nsc .text-bold, #checkoutstep2 .text-bold {
	font-size: 12px;
}
#page-nsc .main {
	font-size: 12px;
}
#page-nsc .text-shipping-row1 {
	background: #D5D8E1;
}
#page-nsc .text-shipping-row2 {
	background: #D5D8E1;
}
/*     CHECKOUT (not logged in yet) Page */
.checkoutform .formbox {
	background: #efefef;
}
.checkoutform .formbox td {
	font-size: 12px;
}
/*     Register new user Page */
.registerform #accountform .formBox {
	background: #efefef;
	font-size: 11px;
}
.registerform #accountform .text, .registerform #accountform b {
	font-size: 12px;
}
.registerform #accountform .text-small {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.registerform #accountform .inputRequirement {
	font-size: 12px;
}
.registerform {
}
.inputRequirement {
	color: red;
}
.registerform .text {
	width: 140px;
	font-size: 12px;
	text-align: right;
}
.registerform .textbox, .registerform .select {
	width: 180px;
}
/*     Password Retrieval */
.infoBox {
	background: #efefef;
}
.infoBox b {
	font-size: 12px;
}
/*     Edit/Create Shipping Address */
.shippingaddress .formBox {
	background: #efefef;
	font-size: 11px;
}
.shippingaddress .text, .shippingaddress b {
	font-size: 12px;
}
.shippingaddress .text-small {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.shippingaddress .inputRequirement {
	font-size: 12px;
}
.shippingaddress {
}
/*     Payment screen */
.tender-header, .tender-description, .tender-text {
	font-size: 12px;
}
/*     Tell a friend page */
.tellafriendpage {
	font-size: 12px;
}
.tellafriendpage b {
	font-size: 12px;
}
/*     Optional bottom links*/
#bottomlinks {
	text-align: center;
	color: #D5D8E1;
}
#bottomlinks a {
	color: #000;
}
td.mainbodycenter {
	vertical-align: top;
	width: 100%;
}
table.mainbody {
	vertical-align: top;
}
/*PURCHASE ORDER HISTORY STYLES*/
.history-search-page {
	padding: 7px 0px 10px 0px;
}
.history-page {
	padding: 0px 0px 10px 0px;
}
.history-search-page TABLE, .history-page TABLE {
	font-size: 11px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.history-page #payandship-details td, .history-page #history-details td {
	margin: 0;
	padding-left: 5px;
	font-size: 12px;
}
.history-page #history-details .history-details-label b, .history-page #payandship-details .history-details-label b {
	font-weight: bold;
	width: 120px;
	font-size: 12px;
}
.history-page #track-shipment-link {
	display: inline;
	padding: 0px 0px 3px 25px;
	clear: none;
	background: url('../../Gilen%20N/themes/images/icon-tracking.gif') no-repeat left top;
}
.history-page A {
	font-weight: bold;
}
.history-page #itemsordered-details .items-reorder-link {
	font-size: 10px;
	color: #B3B2AD;
	cursor: pointer;
}
.history-page #itemsordered-details {
	font-size: 12px;
}
.history-search-page .product-link {
	font-weight: normal;
}
.history-search-page #history-search.formbox {
	margin-top: 7px;
	padding: 5px 5px 5px 8px;
}
.history-search-page #history-search.formbox P {
	margin: 3px 0px 3px 0px;
}
.history-search-page #history-search {
	font-size: 12px;
}
.history-search-page #history-search.formbox #history-searchselect {
	width: 300px;
	margin-right: 10px;
}
.history-search-page #history-search.formbox LABEL {
	margin-right: 7px;
	display: block;
}
.history-search-page #history-search.formbox .history-input {
	width: 207px;
	margin-right: 8px;
}
.history-search-page #history-results td {
	margin: 0;
	padding: 5px;
}
.history-search-page .pagination {
	width: auto;
}
.history-page .heading-subcategory {
	padding: 6px 0px 6px 0px;
	margin: 0;
}
#table-navigation .heading-small {
	padding: 0;
	margin: 0;
}
.biography {
	width: 390px;
}
.newinsection {
	width: 200px;
}
.promotions {
	width: 500px;
}
#customcontent tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	vertical-align:top;
}
#customcontent tr td text, #customcontent tr td p {
	text-align: justify;
}
#customcontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #68655E;
}
#page-home #customcontent h1 {
	color: white;
}
#customcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
}
#customcontent .contenttop {
	margin-bottom: 75px;
}
.contenttext img {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.divider {
	background: url('images/bg.gif') top left white no-repeat;
	height: 5px;
	width: 100%;
	display: block;
}
.table-error {
	display: none;
}
.accountpanel {
	padding-left: 35px;
}
.squareimage {
	width: 510px;
}
.blurb {
	vertical-align: bottom;
	font-family: "Bradley Hand ITC";
	font-size: 18px;
	color: #B3B2AD;
}
.tab-loggedin {
	color: #B3B2AD;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	white-space: nowrap;
	width: 180px;
}
.tab-login, .tab-register {
	background: url('images/bannerbg.jpg');
	color: black;
	vertical-align: bottom;
	padding-bottom: 5px;
}
.tab-login {
	width: 80px;
}
.tab-register {
	width: 100px;
}
.portshadow {
	background: url(images/shadow.gif) bottom right;
	float: left;
	margin: 10px 0 0 5px;
}
.portshadow img {
	margin: -6px 6px 6px -6px;
	display: block;
	position: relative;
	background: #FDFDFD;
	border-left: 1px #F2F2F2 solid;
	border-top: 1px #F2F2F2 solid;
	background: white;
}
/* new */
.portshadow {
	background: url(images/shadow.gif) bottom right;
	float: left;
	margin-left: 7px;
	margin-right: 0px;
	margin-top: 7px;
}
.portshadow img {
	margin: -6px 6px 6px -6px;
	display: block;
	position: relative;
	background: #FDFDFD;
	border-top: 5px solid #FDFDFD;
	border-bottom: 5px solid #FDFDFD;
}
.container {
	background-attachment: scroll;
	background-color: #Ebebeb;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: block;
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 5;
	margin-top: 0;
	position: relative;
}
.homeshadow {
	background: url(images/darkshadow.gif) bottom right;
	margin: 10 0 0 5;
	float: left;
}
.homeshadow img {
	margin: -6px 6px 6px -6px !important;
	margin: -6px 6px 6px -6px;
	display: block;
	padding: 0 0 0 0 !important;
	position: relative;
	border-left: 1px #F2F2F2 solid;
	border-top: 1px #F2F2F2 solid;
	background: white;
}
.homevertshadow {
	background: url(images/darkshadow.gif) bottom right;
	float: left;
	margin: 10px 0 0 5px;
}
.homevertshadow img {
	margin: -6px 6px 6px -6px !important;
	display: block;
	border-left: 6px solid white;
	border-right: 6px solid white;
	position: relative;
	background: white;
}
#page-home .homeshadow img {
	border-bottom: 4px white solid;
	border-top: 3px white solid;
}
.innershadow {
	background: url(images/shadow.gif) bottom right;
	margin: 10 0 0 5;
	padding: 0 0 0 0 !important;
	padding: 0 4 6 0;
	display: block;
	float: left;
}
.innershadow img {
	position: relative;
	margin: -6 6 6 -6 !important;
	margin: -6 0 6 -6;
	padding: 0 0 0 0;
	border-bottom: 16px white solid;
	border-top: 15px white solid;
	background: white;
	text-align: center;
}
.listinnershadow {
	background: url(images/shadow.gif) bottom right;
	margin: 10px 0 0 5px;
	float: left;
}
.listinnershadow img {
	margin: -6px 6px 6px -6px !important;
	display: block;
	border-top: 6px solid white;
	border-bottom: 7px solid white;
	position: relative;
	border-left: 1px #F2F2F2 solid;
	background: white;
}
.vertshadow {
	background: url(images/shadow.gif) bottom right;
	margin: 10 0 0 5;
	padding: 0 0 0 0 !important;
	padding: 0 4 6 0;
	display: block;
	float: left;
}
.vertshadow img {
	position: relative;
	margin: -6 6 6 -6 !important;
	margin: -6 0 6 -6;
	padding: 0 0 0 0;
	padding: 0 11 0 11 !important;
	border-LEFT: 11px white solid;
	border-RIGHT: 11px white solid;
	position: relative;
	border-left: 11px white solid;
	border-right: 11px white solid;
	background: white;
}
.listvertshadow {
	background: url(images/shadow.gif) bottom right;
	float: left;
	margin: 10px 0 0 5px;
}
.listvertshadow img {
	margin: -6px 6px 6px -6px !important;
	display: block;
	border-left: 6px solid white;
	border-right: 6px solid white;
	position: relative;
	background: white;
}
.listlongshadow {
	background: url(images/shadow.gif) bottom right;
	float: left;
	margin: 10px 0 0 5px;
	padding: 0 0 0 0 !important;
}
.listlongshadow img {
	margin: -6px 6px 6px -6px !important;
	display: block;
	position: relative;
	border-left: 4px white solid;
	border-right: 4px white solid;
	background: white;
}
.longshadow {
	background: url(images/shadow.gif) bottom right;
	margin: 10 0 0 5;
	padding: 0 0 0 0 !important;
	padding: 0 4 6 0;
	display: block;
	float: left;
}
.longshadow img {
	margin: -6 6 6 -6 !important;
	margin: -6 0 6 -6;
	position: relative;
	padding: 0 0 0 0;
	border-LEFT: 11px white solid;
	border-RIGHT: 8px white solid;
	background: white;
	text-align: center;
}
.listlongvertshadow {
	background: url(images/shadow.gif) bottom right;
	float: left;
	margin: 10px 0 0 5px;
}
.listlongvertshadow img {
	margin: -6px 6px 6px -6px !important;
	display: block;
	position: relative;
	border-top: 3px white solid;
	border-bottom: 3px white solid;
	background: white;
}
.longvertshadow {
	background: url(images/shadow.gif) bottom right;
	margin: 10 0 0 5;
	padding: 0 0 0 0 !important;
	padding: 0 4 6 0;
	display: block;
	float: left;
}
.longvertshadow img {
	margin: -6 6 6 -6 !important;
	margin: -6 0 6 -6;
	position: relative;
	border-top: 10px white solid;
	border-bottom: 10px white solid;
	background: white;
	text-align: center;
}
.solidvertborder {
	display: block;
	float: left;
	position: relative;
	top: -6;
	left: -5;
	border-left: 24px solid black !important;
	border-top: 24px solid black !important;
	border-left: 30px solid black;
	border-top: 30px solid black;
	border: 24px solid black;
	margin: 0px 0px 0px 0px;
	float: left;
}
.solidvertborder div {
	background: white url(images/bordertopshadow.gif) top left;
	margin: 0px 0px 0px 0px;
	padding-top: 6px;
	padding-left: 6px;
	float: left;
}
.solidvertborder img {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	border-left: 10px solid white;
	border-right: 14px solid white;
	background: transparent;
}
.solidlongborder {
	display: block;
	float: left;
	position: relative;
	top: -6;
	left: -5;
	border-left: 24px solid black !important;
	border-top: 24px solid black !important;
	border-left: 30px solid black;
	border-top: 30px solid black;
	border: 24px solid black;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	float: left;
}
.solidlongborder div {
	background: white url(images/bordertopshadow.gif) top left;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	float: left;
}
.solidlongborder img {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	border-left: 10px solid white;
	border-right: 10px solid white;
}


.solidlongvertborder {
	display: block;
	float: left;
	position: relative;
	top: -6;
	left: -5;
	border-left: 24px solid black !important;
	border-top: 24px solid black !important;
	border-left: 30px solid black;
	border-top: 30px solid black;
	border: 24px solid black;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	float: left;
}
.solidlongvertborder div {
	background: white url(images/bordertopshadow.gif) top left;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	float: left;
}
.solidlongvertborder img {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	border-top: 4px solid white;
	border-bottom: 6px solid white;
	border-right:2px solid white;
}

.bordershadow {
	background: url(images/shadow.gif) bottom right;
	float: left;
	margin: 10 0 0 0;
	display: block;
}
#page-home .bordershadow {
	background: url(images/darkshadow.gif) bottom right;
	float: left;
	margin: 10 55 0 0;
	display: block;
}
.solidborder {
	display: block;
	float: left;
	position: relative;
	top: -6;
	left: -5;
	border-left: 24px solid black !important;
	border-top: 24px solid black !important;
	border-left: 30px solid black;
	border-top: 30px solid black;
	border: 24px solid black;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	float: left;
}
.solidborder div {
	background: url(images/bordertopshadow.gif) top left;
	margin: 0px 0px 0px 0px;
	float: left;
}
.solidborder img {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	border-top: 14px solid white;
	border-bottom: 14px solid white;
	background: transparent;
}
.thumbsolidvertborder {
	display: block;
	float: left;
	position: relative;
	top: -6;
	left: -5;
	border-left: 8px solid black !important;
	border-top: 8px solid black !important;
	border-left: 14px solid black;
	border-top: 14px solid black;
	border: 8px solid black;
	margin: 0px 0px 0px 0px;
	float: left;
}
.thumbsolidvertborder div {
	background: white url(images/bordertopshadow.gif) top left;
	margin: 0px 0px 0px 0px;
	padding-top: 0px !important;
	padding-left: 0px !important;
	float: left;
}
.thumbsolidvertborder img {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	border-left: 6px solid white;
	border-right: 6px solid white;
	background: white;
}
.thumbsolidborder {
	display: block;
	float: left;
	position: relative;
	top: -6;
	left: -5;
	border-left: 8px solid black !important;
	border-top: 8px solid black !important;
	border-left: 14px solid black;
	border-top: 14px solid black;
	border: 8px solid black;
	margin: 0px 0px 0px 0px;
	float: left;
}
.thumbsolidborder div {
	background: url(images/bordertopshadow.gif) top left;
	margin: 0px 0px 0px 0px;
	padding-top: 6px !important;
	padding-left: 6px !important;
	padding-top: 6px;
	padding-left: 0px;
	float: left;
}
.thumbsolidborder img {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	border-top: 3px solid white;
	border-bottom: 4px solid white;
	border-right: 5px solid white;
	margin: 0 0 0 0;
	background: white;
}
.thumbsolidlongborder {
	display: block;
	float: left;
	position: relative;
	top: -6;
	left: -5;
	border-left: 8px solid black !important;
	border-top: 8px solid black !important;
	border-left: 14px solid black;
	border-top: 14px solid black;
	border: 8px solid black;
	margin: 0px 0px 0px 0px;
	float: left;
}
.thumbsolidlongborder div {
	background: url(images/bordertopshadow.gif) top left;
	margin: 0px 0px 0px 0px;
	padding-top: 6px !important;
	padding-left: 6px !important;
	padding-top: 6px;
	padding-left: 0px;
	float: left;
}
.thumbsolidlongborder img {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	border-left: 1px solid white;
	border-right: 6px solid white;
	margin: 0 0 0 0;
	background: white;
}
.thumbsolidlongvertborder {
	display: block;
	float: left;
	position: relative;
	top: -6;
	left: -5;
	border-left: 8px solid black !important;
	border-top: 8px solid black !important;
	border-left: 14px solid black;
	border-top: 14px solid black;
	border: 8px solid black;
	margin: 0px 0px 0px 0px;
	float: left;
}
.thumbsolidlongvertborder div {
	background: url(images/bordertopshadow.gif) top left;
	margin: 0px 0px 0px 0px;
	padding-top: 6px !important;
	padding-left: 6px !important;
	padding-top: 6px;
	padding-left: 0px;
	float: left;
}
.thumbsolidlongvertborder img {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	border-right: 5px solid white;
	margin: 0 0 0 0;
	background: white;
}
.contenttext {
	padding-bottom: 10px;
	text-align: justify;
	color: #B3B2AD;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	width:165px;
}
.boxText {
	color: #B3B2AD;
}
.contentbottom table td {
	padding: 2 3 3 2;
}
.newcontentcell {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}
.Footertabs {
	background: #68655E;
	height: 68px;
	vertical-align: top;
	padding-top: 12px;
	padding-left: 215px;
}
.footertabs .tab-middle {
	width: 8%;
}
.footertabs .tab-text {
	width: 0px;
}
.footertabs .tab-right {
	width: 40px;
}
.newcontentcell, .bestcontentcell, .newcontentcellhead {
	padding-left: 15px;
}

.newcontentcellhead h1{
	padding-left:3px;
}
#customcontent {
	padding-left: 5px;
	padding-top: 24px;
}
.bestlinktext {
	padding-right: 12px;
}
/* CSS Buttons*/
.button-big, .button-small {
	display: block;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}
.button-big .button-text {
	width: 110px;
	padding: 0 0 0 0px;
	line-height: 16px;
	height: 16px;
	font-weight: bold;
}
.button-big .button-left {
	width: 9px;
	height: 16px;
}
.button-big .button-right {
	width: 9px;
	height: 16px;
}
.button-small .button-text {
	width: 40px;
	padding: 0 0 0 0px;
	height: 16px;
	line-height: 16px;
}
.button-small .button-left {
	width: 10px;
	height: 16px;
}
.button-small .button-right {
	width: 10px;
	height: 16px;
}
.button-right, .button-left {
	float: left;
	display: block;
	font-size: 0px;
}
.button-text {
	text-transform: lowercase;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	float: left;
	display: block;
	color: #68655E;
	text-decoration: none;
	text-align: center;
}
.button-small .button-text {
	font-size: 10px;
}
.pagination .button-text {
	width: auto;
}
.pagination .button-right {
	margin-right: 1px;
}
.pagination .button-small span {
	filter: alpha(opacity=55);
	-moz-opacity: .55;
	opacity: .55;
}
.pagination .button-small:HOVER span {
	filter: alpha(opacity=99);
	-moz-opacity: .99;
	opacity: .99;
}
.pagination .button-on span {
	filter: alpha(opacity=99);
	-moz-opacity: .99;
	opacity: .99;
}
.button-rightaligned {
	float: right;
}
.pagination p {
	display: none;
}
.pagination td {
	line-height: 0px;
}
.pagination {
	left: -15px !important;
	left: -18px;
	position: relative;
}
.listfooter td {
	width: 50%;
}
.pagination td {
	width: 0px;
}
.viewport {
	text-align: right;
}
.dhtmlselect {
	/*style of DHTML Select Menu, main box */
    width: 140px; /*default  width of main box */;
	border: 0px solid black;
	position: relative;
	text-indent: 0px;
	padding: 1px 0;
	cursor: pointer;
	background-color: #ebebeb;
	color: #55524D;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
.dhtmlselect .downimage {
	/*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
	right: -25px;
}
.dhtmlselect .dropdown {
	/*style of Drop Down Menu that appears onMouseover */
    position: absolute;
	left: 0;
	width: 180px; /*default width of drop down menu*/;
	border: 0px solid black;
	display: none;
	z-index: 5;
	font-weight: normal;
	background: #55524D;
}
.dhtmlselect .dropdown a {
	/*style of Drop Down Menu's links */
width: auto;
	display: block;
	background: #55524D;
	padding: 1px;
	padding-left: 15px;
	text-indent: 0px;
	text-decoration: none;
	color: #EBEBEB;
	background: #ADA79F;
}
* html .dhtmlselect .dropdown a {
	/*IE 6 (and below) hack */
width: 100%;
}
.dhtmlselect .dropdown a:hover {
	background: #ebebeb;
	color: #55524D;
}
.title {
	font-weight: bold;
}
#page-content-16 .contentpage table {
	margin-left: 80px;
}
#page-content-16 .contentpage table td {
	padding-bottom: 10px;
}
.button-rightaligned {
	float: right;
}
#keywordsearchfield, input.email {
	background: #F3F3F3;
	border: 0px solid white;
	height: 20px;
	text-align: center;
}
input.submitbutton {
	background: none;
	border: 0px;
	color: #B3B2AD;
	padding-right: 42px;
	cursor: pointer;
    cursor: hand; 
}
.submitbutton:hover{
	color:white;
}

.portfolioimages {
	padding-right: 100px;
}
#page-department #customcontent, #page-category #customcontent {
}
#page-department .productlisttable, #page-category .productlisttable {
}
#searchresult {
display:none;
visibility:hidden;
}
#matrixitemoptions p {
	padding-left: 0px;
}
.itemdata {
float:right;
padding-left:20px;
width:170px;
}

.codetext{
	font-size:16px;
	font-weight:normal;
}
.title {
	font-weight: bold;
}
.pagination p {
	padding-left: 10px;
	color: white;
}
.lefttext, .righttext {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: left;
	text-transform: lowercase;
}
.lefttext {
	color: #B3B2AD;
	font-style: italic;
}
.righttext {
	color: #B3B2AD;
}
#customcontent tr td.righttext {
	font-weight: bold;
	line-height: 22px;
}
.enlarge {
	clear: both;
}
.sigholder {
	width: 100%;
	vertical-align: top;
	padding-left: 25px;
}
.longimage {
	padding-top: 41px;
}
.footerdetails {
	color: #CFCCC5;
	font-size: 12px;
	white-space: nowrap;
	padding-left:15px;
}
.text-framing {
	color: #55524D;
	font-size: 12px;
	width: 140px;
	text-align: justify;
}
#page-content-10 h1 {
	margin-bottom: 25px;
}
.credits {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
	font-size:11px;
	padding-right:15px;
}
.credits a {
	padding-right: 10px;
}
.whatnew, .newlinktext {
	width: 180px;
}
.bestsellers {
	padding-right: 20px;
}
.bestlinktext {
	padding-right: 23px;
}
#page-content-78 h1 {
	margin-top: 45px;
}
#page-search #table-navigation, #advsearch-instructions, #form-advsearch {
	display: none;
	visibility: hidden;
}
#page-content-78 #customcontent {
	padding-top: 0px;
}
h1 a {
	color: #68655E;
}
#pagebody {
  min-height:650px;
  height:auto !important;
  height:650px;
}
#page-about #table-navigation{
	display:none;
	visibility:hidden;
}



#page-basket .button-text{
	font-size:13px;
	width:140px;
}
.addresslink{
background:#68655E none repeat scroll 0 0;
}
/* Added by NitroSell - do not remove! */
label { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #a09f9b; font-weight: bold; }