@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	color:#333333;	
	background:#69665f url(images-new/bodyBG.png) repeat-x top;
}
.clear {
	display:block;
	clear:both;
	height:0 !important;
	overflow:hidden;
}
p, h1, h2, h3 {
	margin-bottom:10px;
}
a {
	text-decoration: none;
}
img {
	border:none;
}
#customcontent a {
	color:#68655E;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
}

#page-home #customcontent a{
	color:#222222;
}


td {
	text-transform: lowercase;
}

/* MAIN WRAPPERS 
===================================================================================*/

.pageWrapper {
	width:980px;
	height:auto;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}
#headerWrapper {
	width:980px;
	height:155px;
	background:#69665F;
	position:relative;
	z-index:1;
}
#centreWrapper {
	width:980px;
	height:auto;
	position:relative;
	padding:0 0 10px 0;
	background:url(images-new/centreBG_subpages.png) repeat-y; 
	overflow:hidden;
	z-index:0;
}
#page-home #centreWrapper {
	background:url(images-new/centreBG_home.png) repeat-y; 
}
#footerWrapper {
	width:980px;
	height:218px;
	position:relative;
	background:url(images-new/footerBG.jpg) repeat-x top;
}
#bannerWrapper {
	padding:25px 0 0 0;
	background:url(images-new/centreTopShadow.png) no-repeat #fff;
	width: 744px;
	margin: -60px 0 0 -40px;
}

/* END MAIN WRAPPERS
===================================================================================*/

/* HEADER
===================================================================================*/

#headerLeft {
	width:564px;
	height:122px;
	float:left;
	position:relative;
}
#headerRight {
	width:300px;
	height:122px;
	float:right;
	margin-right:20px;
	background:url(images-new/headerContact.png) no-repeat 57px 57px;
	position:relative;
}
#headerLogin {
	text-align:right;
	color:#fff;
	font-size:10px;
	padding-top:20px;
}
#headerLogin a {
	color:#fff;
	text-decoration:none;
}
#headerLogin a:hover {
	color:#edbb21;
}
#headerMenu {
	clear:both;
	width:980px;
	height:33px;
	background:#222;
	position:relative;
}

.headerSearch {
	float:right;
	padding:6px 12px 0 0;
	position:relative;
}

/* NAVIGATION */

ul#navmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	display: inline;
	position: relative;
	z-index:100;	
}

ul#navmenu ul {
	width: 175px; /* Sub Menu Width */
	margin: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: -40px;
}

ul#navmenu ul ul,ul#navmenu ul ul ul {
	top: 0;
	left: 100%; }

ul#navmenu li {
	float: left;
	display: inline;
	position: relative;
}
ul#navmenu ul li { 
	width: 100%;
	display: block;
}

/* Main Menu */
ul#navmenu a {
	padding:9px 29px;
	float: left;
	display: block;
	color: #ffffff;
	font: normal 12px Arial, sans-serif;
	text-decoration: none;
	border-right:1px solid #333333;
}
ul#navmenu a.selected {
	color:#fff;
	background: #f4b229;
	background-image: url(images-new/nav-active.png);
	background-repeat: repeat-x;
	background-position: left top;
}

ul#navmenu a:hover,ul#navmenu li:hover a,ul#navmenu li.iehover a {
	color: #ffffff;
	text-decoration:none;
	background: #f4b229;
	background-image: url(images-new/nav-active.png);
	background-repeat: repeat-x;
	background-position: left top;
}

/* 1st level dropdoown */
ul#navmenu li:hover li a,ul#navmenu li.iehover li a {
	float: none;
	padding:12px 10px;	
	background: #333333;
	text-decoration:none;
	border-bottom:1px solid #333333;
	z-index:600;		
}

ul#navmenu li:hover li a:hover,ul#navmenu li:hover li:hover a,ul#navmenu li.iehover li a:hover,ul#navmenu li.iehover li.iehover a {
	background: #222222;
	text-decoration:underline;	
}
ul#navmenu ul li a.selected {
	color:#ffffff;
	text-decoration:none;
	}

/* 2nd level dropdown */
ul#navmenu li:hover li:hover li a,ul#navmenu li.iehover li.iehover li a {
	background: #333333;
	border:1px solid #dcdcdc;
	border-left:none;	
}

ul#navmenu li:hover li:hover li a:hover,ul#navmenu li:hover li:hover li:hover a,ul#navmenu li.iehover li.iehover li a:hover,ul#navmenu li.iehover li.iehover li.iehover a {
	background: #222222;
}

/* Hover Function - Do Not Move */
ul#navmenu li:hover ul ul,ul#navmenu li:hover ul ul ul,ul#navmenu li.iehover ul ul,ul#navmenu li.iehover ul ul ul { display: none; }
ul#navmenu li:hover ul,ul#navmenu ul li:hover ul,ul#navmenu ul ul li:hover ul,ul#navmenu li.iehover ul,ul#navmenu ul li.iehover ul,ul#navmenu ul ul li.iehover ul { display: block; }


/* NAVIGATION END */

/* END HEADER
===================================================================================*/

/* CENTRE - MAIN PAGE CONTENT 
===================================================================================*/

.topShadow {
	width:auto;	
	height:14px;
	background:url(images-new/centreTopShadow.png) no-repeat;
	position:relative;
	margin-bottom:20px;
	display:block;
}
#page-home #rightColumn .topShadow {
	background:none;
}
#leftColumn {
	width:236px;
	position:relative;
	float:left;
}
#rightColumn {
	width:744px;
	position:relative;
	float:right;
}
#pagebody {
	padding:25px 40px;
}

/* LEFT COLUMN */

#leftColumn h3 {
	display:block;
	color:#fff;
	font-size:18px;
	border-bottom:4px double #c4ab7e;
	padding:0 0 7px;
	margin:0 20px 15px;
	
}
#leftColumn h3 a {
	color:#333;
	text-decoration:none;
}
#leftCart {
	background:#cfba94 url(images-new/leftCartBG.jpg) no-repeat bottom;
	padding:0 0 194px 0;	
	margin:0 0 20px 0;
}
#leftBasket {
	margin:0 20px 15px;	
}

/*Twitter*/

#twitter_update_list li {
	list-style-type: none;
	display:block;
	padding:5px 20px;
}

#twitter_update_list span {
	color: #ffffff;
}

#twitter_update_list span a {
	display: inline;
	color: #6a4f25;
}
#twitter_update_list span a:hover {
	text-decoration: underline;
	color: #edbb21;
}
/* END TWITTER */

/* END LEFT COLUMN */


/* END CENTRE - MAIN PAGE CONTENT 
===================================================================================*/

/* FOOTER 
===================================================================================*/

#footerInner {
	padding:20px;
}

.blocks {
	width: 188px;
	float: left;
}
#footerInner .last {
	width:168px;
	float:right;
}

.blocks h3 {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color:#d4aa16;
	padding:10px 0px 0px 5px;
}

.blocks h4 {
	font-size: 11px;
	margin-bottom: 2px;
	font-weight: normal;
}

.blocks li {
	margin: 3px 0 3px 0px;
	color:#f4f4f4;
	font-size: 11px;		
	list-style:none;
}
.blocks p {
	margin: 0px 5px 5px 5px;
	color:#f4f4f4;
	font-size: 11px;	
}

.blocks a {
	color: #f4f4f4;
	text-decoration: none;
}

.blocks a:hover {
	color: #ffc600;
}

ul#social {
	padding: 2px 0;
}

#social li {
	display: inline;
}

.blocks #social li {
	list-style: none;
	margin: 0;
}

#newsletter {
	position: relative;
}

/* END FOOTER
=====================================================================*/

/* FROM OLD STYLESHEET
=====================================================================*/

.parent-navigation {
	display:none;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right:4px;
	top:0;
	height: 100%;
	background: #aa8f5f;
	border-left:1px solid #c4ab7e;	
}
.jScrollPaneDrag {
	position: absolute;
	background: #c4ab7e;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

#calendar {
	width:196px;
	margin:10px 20px;
}
#left-column-cart-wrap a {
	color:#333333;
	text-decoration:none;
}
#left-column-cart-wrap a:hover {
	color:#edbb21;
}

#lc-editable {
	width:196px;
}

#lc-calendar {
	width:196px;
	height:auto !important;
}
#spacer {
	width:744px;
	position:relative;
	height:1px;
	margin:180px;
	display:block;
}
#checkout-btn {
	width:99px;
	height:19px;
	background-image: url(../themes/new-images/buttons/btn-bkg.png);	
	position:relative;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	padding:3px 12px 0 12px;
 	-moz-box-shadow: 0 2px 5px #444;
	-webkit-box-shadow: 0 2px 5px#444;
	box-shadow: 0 2px 5px #444;		
}
#checkout-btn:hover {
	color:#edbb21;
}

/*     GILES NORMAN  CSS File: layout.css*     Description: general page layout and site wide settings*     Copyright (c) NitroSell Ltd 2006*     Creation Date: 28/11/2006*/

.search-table, .search-table table, .mainbody, .mainbodyright table, .headertable {
	border-collapse: collapse;
	border-spacing: 0;
}
/* general store wide page properties */

td {
	text-transform: lowercase;
}
/*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;
}

#pagebodycontent-wrap {
	padding-top:20px;
}

#single-column-text {
	width:646;
	color:#222222;
	font-size:12px;
	line-height:14px;
}
.small-img {
	margin-right:35px;
	margin-bottom:35px;
	float:left;
	position:relative;
 	-moz-box-shadow: 0 5px 5px #5f503a;
	-webkit-box-shadow: 0 5px 5px#5f503a;
	box-shadow: 0 5px 5px #5f503a;	
}
.margin-top {
	margin-top:20px;
}

.clear {
	display:block;
	clear:both;
	height:0 !important;
	overflow:hidden;
	}

/*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: 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: #222222;
}
/* child of navpanelleftheader - the left of the left header */
.navpanelleftheaderleft {
	width: 42px;
}
.navpanelleftheadercenter, a {
	color: #333333;
}

/* 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: #333333;
	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: #222222;
}
/* 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: #333333;
	height: 29px;
}
.parent-cart {
	color: #333333;
	margin-top: 40px;
}
/* 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: #333333;
}
/* styles the cart product link */
.text-shopping-link {
	font-size: 12px;
	color:#333333;
}
/* 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;
}

/*     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: 0;
	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: 22px;
}
h1, .heading-main {
	/*margin: 0;*/
/* reset all margins */	color: #55524D;
	font-weight: bold;
	text-align: left;
	font-size: 22px;
}
.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;
	line-height: 22px;
}
/*     Product Listings */
.productlisttable {
	font-size: 11px;
}
.productlisttable td {
	margin: 0;
	padding: 5px 5px 5px 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;*/
	display:block;
	width:100px;
	text-align:center;
	padding:3px;
	background-image: url(../themes/new-images/buttons/btn-bkg.png);	
	position:relative;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
 	-moz-box-shadow: 0 2px 5px #444;
	-webkit-box-shadow: 0 2px 5px#444;
	box-shadow: 0 2px 5px #444;
	margin-bottom:10px;
}
#tell-a-friend-link:hover {
	color:#edbb21;
}
/* 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 5px 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 {
	display:block;
	width:100px;
	text-align:center;
	padding:3px;
	background-image: url(../themes/new-images/buttons/btn-bkg.png);	
	position:relative;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
 	-moz-box-shadow: 0 2px 5px #444;
	-webkit-box-shadow: 0 2px 5px#444;
	box-shadow: 0 2px 5px #444;
	margin-top:10px;		
}
a.addtobasket:hover {
	color:#edbb21;
}
	
.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;	
}
.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: 12px;
	line-height: 18px;
	text-align: left;
	vertical-align:top;
}
#customcontent tr td text, #customcontent tr td p {
	text-align: left;
}
#customcontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #222222;
}
#customcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #222222;
}
#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 0px 6px -6px; /* TEST */
	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 0 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: 5px;
	margin-top: 0;
	position: relative;
}
.homeshadow {
	background: url(images/darkshadow.gif) bottom right;
	margin: 10px 0 0 5px;
	float: left;
}
.homeshadow img {
	margin: -6px 6px 6px -6px !important;
	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: 10px 0 0 5px;
	padding: 0 0 0 0 !important;
	padding: 0 4px 6px 0;
	display: block;
	float: left;
}
.innershadow img {
	position: relative;
	margin: -6px 0 6px -6px !important;
	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 0px 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: 10px 0 0 5px;
	padding: 0 0 0 0 !important;
	padding: 0 4px 6px 0;
	display: block;
	float: left;
}
.vertshadow img {
	position: relative;
	margin: -6px 0 6px -6px !important;
	padding: 0 0 0 0;
	padding: 0 11px 0 11px !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 0 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 0 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: 10px 0 0 5px;
	padding: 0 0 0 0 !important;
	padding: 0 4px 6px 0;
	display: block;
	float: left;
}
.longshadow img {
	margin: -6px 0px 6px -6px !important;
	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 0 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: 10px 0 0 5px;
	padding: 0 0 0 0 !important;
	display: block;
	float: left;
}
.longvertshadow img {
	margin: -6px 0px 6px -6px !important;
	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: 10px 0 0 0;
	display: block;
}
#page-home .bordershadow {
	background: url(images/darkshadow.gif) bottom right;
	float: left;
	margin: 10px 55px 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;
	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;
	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: 2px 3px 3px 2px;
}
.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: 0px;
	padding-top: 0px;
}
.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:135px;
}

.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; }

	
/* ------------------------------------------
COIN SLIDER
-------------------------------------------*/	

#coin-slider-wrap {
	position:fixed;
	float:left;
	display:inline;
}

.coin-slider {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	left:0px;
	top:0px;
	background-color: #ffffff;
	width:744px;
	display:inline;	
/*	background:url(../../images/loader.gif) 50% 50% no-repeat;	*/
}
.coin-slider a{
	text-decoration: none;
	outline: none; 
	border: none;
}

.cs-buttons {
	font-size: 0px;
	padding: 0 10px 10px 10px;
	float: left;
	}
.cs-buttons a {
	margin-left: 5px;
	height: 10px;
	width: 10px;
	float: left;
	border: 1px solid #B8C4CF;
	color: #B8C4CF;
	text-indent: -1000px;
}
.cs-active {
	background-color: #B8C4CF;
	color: #FFFFFF;
	}

.cs-title {
	width: 545px;
	padding: 20px;
	background-color:none;
	font-size:9px;
	letter-spacing:+2;
	color: #444444;
	text-transform:uppercase;
}

.cs-prev, 
.cs-next {
	background-color: #ffffff;
	color: #555555;
	border:1px solid #dcdcdc;
	border-right:none;
	font-weight:bold;
	padding: 0px 10px;
	margin:25px;
}


div.hr {
  height: 1px;
  background: #fff url("../themes/new-images/hrline.gif") repeat-x scroll left;
}
div.hr hr {
  display: none;
}



.SliderBg		{
	width:744px;
	height:392px;
	overflow:hidden;
	padding:39px 144px 69px;
	position:absolute;
	top:42px;
	left:50%;
	margin-left:-620px;
	background:url(../../images/slider_bg.png) 0 0 no-repeat;
}

#calendar {
	width:196px;
	margin:10px 20px;
}

.calendar h2 {
	display:block;
	color:#ffffff;
	border-bottom:4px double #c4ab7e;
	padding:10px 0;
}

.cart-header h3 {
	display:block;
	color:#333333;
	font-size:18px;
	border-bottom:4px double #c4ab7e;
	padding:4px 0;
}
#blog {
	position: absolute;
	left:0px;
	top:0px;
	background-color: #000000;
	width:744px;
	height:1000px;
	overflow:hidden;
}

#inneriframe {
	position:absolute;
	top:-23px;
	left:-5px;
	width:744px;
	height:1000px;
	background-color: #000000;	
}

#basket-btn {
	/*padding-top: 10px;*/
	display:block;
	width:100px;
	text-align:center;
	padding:3px;
	background-image: url(../themes/new-images/buttons/btn-bkg.png);	
	position:relative;
	font-size:11px;
	font-weight:bold;
 	-moz-box-shadow: 0 2px 5px #444;
	-webkit-box-shadow: 0 2px 5px#444;
	box-shadow: 0 2px 5px #444;
	margin-bottom:10px;
}
#basket-btn a {
	color:#ffffff;
	}
#basket-btn a:hover {
	color:#edbb21;
}

#basket-btn-big {
	/*padding-top: 10px;*/
	display:block;
	width:150px;
	text-align:center;
	padding:3px;
	background-image: url(../themes/new-images/buttons/btn-bkg.png);	
	position:relative;
	font-size:11px;
	font-weight:bold;
 	-moz-box-shadow: 0 2px 5px #444;
	-webkit-box-shadow: 0 2px 5px#444;
	box-shadow: 0 2px 5px #444;
	margin-bottom:10px;
}
#basket-btn-big a {
	color:#ffffff;
	}
#basket-btn-big a:hover {
	color:#edbb21;
}

#btn-make-payment .button-text {
	/*padding-top: 10px;*/
	display:block;
	width:150px;
	text-align:center;
	padding:3px;
	margin-top:10px;
	background-image: url(../themes/new-images/buttons/btn-bkg.png);	
	position:relative;
	font-size:11px;
	color:#ffffff;	
	font-weight:bold;
 	-moz-box-shadow: 0 2px 5px #444;
	-webkit-box-shadow: 0 2px 5px#444;
	box-shadow: 0 2px 5px #444;
	margin-bottom:10px;
}
#btn-make-payment .button-text:hover {
	color:#edbb21;
}
#btn-make-payment .button-left {
	width:0;
}
#btn-make-payment .button-right {
	width:0;
}

#page-checkoutstep2 .formBox {
	display:none;
	visibility: hidden;	
}
