/* LAYOUT OF SCREEN */
/*     Template: Classic Template*     CSS File: layout.css*     Description: general page layout and site wide settings*     Copyright (c) NitroSell Ltd 2009*     Creation Date: 15/05/2009*/
/*reset some values*/
.mainbodyleft, .mainbodyleft div, .mainbodyleft form, .mainbodyleft input, .mainbodyleft td, .mainbodyright, .mainbodyright div, .mainbodyright form, .mainbodyright input, .mainbodyright td, .search-table td {
	margin: 0;
	padding: 0;
}
.search-table, .search-table table, .mainbody, .mainbodyleft table, .mainbodyright table, .headertable {
	border-collapse: collapse;
	border-spacing: 0;
}
/* general store wide page properties*/
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	text-align: center;
	color: #000;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Verdana;
	background: url(images/bg.png) repeat-x #FFF;
	margin: 0;
	padding: 0;
}
b, p {
	font-size: 16px;
	text-align: left;
	color: #000;
	font-family: "Trebuchet MS", Arial, Verdana;
}
img {
	border: 0;
}
.navlink, a {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #5e6166;
	text-decoration: none;
}
#mainbody p a {
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
}
/*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 {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1000px;
	height: 100%;
}
/*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 ul li {
}
#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: 0 0 0 5px;
}
.headercenter {
	width: 100%;
}
.headerright {
	padding: 0 5px 0 0;
}
/*HORIZONTAL SEARCH TABLE - at top of screen below header potentially containg brands and type*/
.search-table {
	width: 100%;
	background: #f8f8f4;
	border-left: solid 5px #fff;
	border-right: solid 5px #fff;
	height: 30px;
}
.search-table td {
	padding-left: 0px;
}
.search-table table , .search-table table  td {
	text-align: left;
	width: 100%;
}
.search-table select {
	font-family: "Trebuchet MS", Arial, Verdana;
	width: 170px;
	font-weight: bold;
	font-size: 14px;
	border-left: solid 1px #595965;
	border-right: solid 1px #595965;
	border-top: solid 1px #595965;
	border-bottom: solid 1px #595965;
}
.search-table input {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
}
/*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*/
.mainbody {
	width: 100%;
	font-size: 12px;
}
/* body center - child of mainbody*/
.mainbodycenter {
	vertical-align: top;
	padding: 0 10px 0 10px;
	font-size: 11px;
	border-bottom: solid 5px #fff;
}
#mainbody {
	background-color: #FFFFFF;
	width: 99%;
}
#columncenter {
	padding: 0 8px 0 8px;
}
#specialoffers {
	margin-top: 0;
}
/* left vertical panels */
.mainbodyleft {
	width: 170px;
	vertical-align: top;
	background-color: #f8f8f4;
	border-left: solid 5px #fff;
	border-bottom: solid 5px #fff;
}
/* right vertical panels */
.mainbodyright {
	width: 190px;
	vertical-align: top;
	background-color: #f8f8f4;
	border-right: solid 5px #fff;
	border-bottom: solid 5px #fff;
}
.mainbody ul li a {
	font-size: 11px;
}
/*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;
}
/* LEFT AND RIGHT PANELS & THEIR CONTENT */
/*     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: 100%;
}
/* child of navpanelleft encompassing all of navpanelleft contents */
.navpanelleftcell {
	padding-bottom: 18px;
/*18*/
}
/* child of navpanelleftcell representing the hedaer of a panel, e.g. "store naviagtion" or "product search" */
.navpanelleftheader {
	width: 100%;
	height: 31px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	background-image: url(images/h2_bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	text-indent: 12px;
}
/* child of navpanelleftheader - the left of the left header */
.navpanelleftheaderleft {
}
/* child of navpanelleftheader - the right of the left header */
.navpanelleftheaderright {
}
/* child of navpanelleftheader - the center of the left header */
.navpanelleftheadercenter {
	background-color: #000;
	height: 31px;
	background-image: url(images/h2_bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	text-indent: 12px;
}
/*  child of navpanelleftcell */
.navpanelleftbody {
	width: 100%;
	margin-top: 10px;
}
/* child of navpanelleftbody containing actual contents of the panel */
.navpanelleftcontent {
}
/*RIGHT HAND SIDE NAVPANELS - these consist of all right panels e.g. cart, account currency etc, etc...*/
/* all right hand panels */
.navpanelright {
	width: 100%;
}
/* 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: 31px;
	font-size: 14px;
	font-weight: bold;
	background-color: #000;
	color: #FFFFFF;
}
/* child of navpanelrightheader - the right of the right header */
.navpanelrightheaderright {
	width: 5px;
	height: 31px;
	text-indent: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000;
	background-image: url(images/h2_bg_right.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
}
/* child of navpanelrightheader - the left of the right header */
.navpanelrightheaderleft {
}
/* child of navpanelrightheader - the center of the right header */
.navpanelrightheadercenter {

}
/*  child of navpanelrightcell */
.navpanelrightbody {
	width: 100%;
}
/* child of navpanelrightbody containing actual contents of the panel */
.navpanelrightcontent {
}
/*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 #c41307;
}
.navpanelbodyheader {
	width: 100%;
	height: 31px;
}
.navpanelbodyheaderleft {
}
.navpanelbodyheaderright {
}
.navpanelbodyheadercenter img {
	background-image: url(store_images/product-theme-right.gif);
	background-repeat: no-repeat;
}
#morespecials {
	background-image: url(store_images/specials_right.gif);
	height: 24px;
	width: 29px;
}
.navpanelbodyheadercenter {
	color: #c41307;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	width: 100%;
}
.navpanelbodycell {
	background: white;
	width: 100%;
	padding-bottom: 15px;
}
.navpanelheader {
}
.navpanelbodybody {
	width: 100%;
	padding: 0;
}
.navpanelbodybody .smalltext, .infoboxcontents
/*include for actual SOffers page */
 {
	font-size: 10px;
}
.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*/
.text-pricestrike {
	font-weight: bold;
	text-decoration: line-through;
}
.text-pricespecial {
	color: #2b357b;
	font-size: 14px;
	font-weight: bold;
}
.price-percentage {
	color: red;
	font-size: 14px;
	font-weight: bold;
}
.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;
}
.parent-navigation .navpanelleftbody {
	margin-bottom: 14px;
}
/* do this at specific level as bug in IE if attempt to cascade */
.parent-navigation .navpanelleftheaderleft {
	width: 0;
}
.parent-navigation .navpanelleftcontent {
	padding-left: 10px;
}
/*span surrounding core contents of navigation*/
#panel-navigation {
}
/* the general navlink - at same level as #panel-navigation */
.navlink {
	color: #0F384F;
	text-decoration: none;
	font-size: 11px;
	white-space: nowrap;
}
/* 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 {
	display: block;
	color: #454443;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	background-color: #f8f8f4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c6cfd6;
}
.link-department:hover {
	color: #fff;
	background-color: #c41307;
	text-decoration: none;
}
.link-department-select {
	display: block;
	color: #454443;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #fff;
	background-color: #c41307;
	text-decoration: none;
}
.link-category {
	color: #333333;
	text-decoration: none;
	padding: 4px 10px 4px 15px;
	display: block;
	background-color: #f8f8f4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c6cfd6;
}
.link-category:hover {
	color: #c6cfd6;
	text-decoration: none;
	padding: 4px 10px 4px 15px;
	display: block;
}
.link-category-select {
	color: #333333;
	text-decoration: none;
	padding: 4px 10px 4px 15px;
	display: block;
	color: #c41307;
	background-color: #f8f8f4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c6cfd6;
}
.link-subcategory {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background-color: #f8f8f4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c6cfd6;
}
.link-subcategory:hover {
	color: #c6cfd6;
	text-decoration: none;
	padding-left: 18px;
	display: block;
}
.link-subcategory-select {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	color: #c41307;
	background-color: #f8f8f4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c6cfd6;
}
.navlink span, .navlink br {
	display: none;
}
/* PRODUCT SEARCH*/
.parent-findprod .navpanelleft {
	margin-bottom: 5px;
}
.parent-findprod .navpanelleftbody {
	margin-bottom: 8px;
}
.parent-findprod .navpanelleftcell {
	padding-right: 0px;
}
.parent-findprod .navpanelleftheader {
	padding-top: 5px;
}
/* do this at specific level as bug in IE if attempt to cascade */
.parent-findprod .navpanelleftheaderleft {
	width: 0px;
}
.parent-findprod .navpanelleftcontent {
	padding-left: 15px;
}
/*span surrounding panel*/
.parent-findprod {
}
.parent-findprod input {
}
/* make checkbox smaller than above */
.parent-findprod .text-search .boxText .text-small input {
	height: 15px;
	padding-right: 5px;
	color: #FFFFFF;
}
/*span surrounding core contents of search panel*/
#panel-search {
}
/*contents text*/
.text-search {
}
/* input and search icon wrapper*/
.parent-findprod .boxText {
	text-align: left;
	font-size: 11px;
	padding-bottom: 10px;
	color: #0F384F;
}
/* NEW PRODUCTS*/
/*span surrounding panel*/
.parent-newproduct {
}
/* do this at specific level as bug in IE if attempt to cascade */
.parent-newproduct .navpanelleftheaderleft {
	width: 0px;
}
/*span surrounding core contents of panel*/
#panel-newproduct {
}
.parent-newproduct .navpanelleftbody {
	margin-bottom: 8px;
}
.parent-newproduct .navpanelleftcell {
	padding-bottom: 15px;
	padding-right: 0;
}
.parent-newproduct .navpanelleftheader {
	padding-top: 5px;
}
/*textual contents*/
.parent-newproduct .boxText {
	font-size: 12px;
	padding-bottom: 10px;
	color: #0F384F;
}
/*span wrapping product price*/
.parent-newproduct .text-price {
	font-weight: bold;
}
/*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 panel*/
.parent-cart .navpanelrightheadercenter {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.parent-cart .navpanelrightbody {
	margin-bottom: 14px;
}
/*span surrounding core contents of panel*/
#panel-shoppingcart {
}
/* do this at specific level as bug in IE if attempt to cascade */
.parent-cart .navpanelrightheaderleft {
	width: 0;
}
.parent-cart .navpanelrightcontent {
	height: 40px;
	padding-left: 20px;
	color: #ffffff;
}
/* mechanism to overwrite cart image*/
.parent-cart .navpanelrightheadercenter img {
	background-image: url(images/shopping_cart.gif);
	width: 50px;
	height: 31px;
	background-repeat: no-repeat;
	valign: top;
}
.parent-cart .navpanelrightheadercenter a {
	margin-right: 0px;
}
/* styles the number of items, i.e. "1 X" */
.text-shopping {
	font-size: 11px;
	font-weight: bold;
	color: #0F384F;
}
/* styles the cart product link */
.text-shopping-link {
	font-size: 11px;
}
/* ACCOUNT HOLDERS*/
/*span surrounding panel*/
.parent-account {
}
.parent-account .navpanelright {
	margin-bottom: 10px;
}
/* do this at specific level as bug in IE if attempt to cascade */
.parent-account .navpanelrightheaderleft {
	width: 0;
}
/*span surrounding core contents of panel*/
#panel-account {
	margin-left: 20px;
}
#panel-account b {
	font-weight: normal;
	font-size: 11px;
	color: #0F384F;
}
/* style the text when logged in */
#panel-account p {
	margin-left: 20px;
	font-size: 14px;
}
#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 {
}
.parent-currency .navpanelright {
	margin-left: 0;
}
/* do this at specific level as bug in IE if attempt to cascade */
.parent-currency .navpanelrightheaderleft {
	width: 0;
}
.parent-currency .navpanelrightheader {
	padding-top: 5px;
}
.parent-currency .navpanelrightbody {
	margin-bottom: 8px;
}
.parent-currency .navpanelrightcell {
	padding-bottom: 15px;
}
/*span surrounding core contents of panel*/
#panel-currency {
}
/*textual contents*/
.parent-currency .boxText {
	font-size: 11px;
	padding-left: 15px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
.parent-currency .boxText .select {
	font-size: 12px;
	display: block;
	color: #0F384F;
}
/*currency select element*/
.parent-currency .select {
}
/* PRE-ORDER*/
/*span surrounding panel*/
.parent-preorder {
}
/* do this at specific level as bug in IE if attempt to cascade */
.parent-preorder .navpanelrightheaderleft {
	width: 8px;
}
/*span surrounding core contents of panel*/
#panel-promotion {
}
.parent-preorder .navpanelright {
	margin-left: 0;
}
/* do this at specific level as bug in IE if attempt to cascade */
.parent-preorder .navpanelrightheaderleft {
	width: 0px;
}
.parent-preorder .navpanelrightheader {
	padding-top: 5px;
	background-repeat: repeat-x;
}
.parent-preorder .navpanelrightbody {
	margin-bottom: 8px;
}
.parent-preorder .navpanelrightcell {
	padding-bottom: 15px;
}
/*textual contents*/
.parent-preorder .boxText {
	text-align: center;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #0F384F;
}
/*span wrapping product price*/
.parent-preorder .text-price {
	font-weight: bold;
}
#bookmarks {
	background-color: #fff;
}
.boxText p {
	color: #0F384F;
}
.boxText a {
	color: #0F384F;
}
.boxText a:hover {
	color: #c41307;
}
.cart_link a {
	color: #fff;
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
/* HORIZONTAL TAB-LIKE MENU  */
/*     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;
	valign: top;
}
.tab-parenttable, .tab-parenttable table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Tab Bits */
.tab-table {
	border: 0px 0px 0px 0px;
	border-collapse: collapse;
	padding: 0;
	height: 29px;
	/* background: url(images/tab-bar-background.gif); */
	text-align: right;
}
.tab-left {
	/* background: url(images/tab-bar-left.gif);
	background-repeat: no-repeat; */
	width: 12px;
	height: 29px;
	padding: 0;
}
.tab-parenttable {
	border: 0px 0px 0px 0px;
	border-collapse: collapse;
	height: 49px;
	width: 100%;
	border-left: solid 5px #fff;
	border-right: solid 5px #fff;
	/* background-image: url('images/nav.gif'); */
}
.tab-text {
	line-height: 29px;
	width: 110px;
/* remove this for non-fixed/auto expanding tabs */
	text-align: center;
	border: 2px solid #000000;
	/* background-image: url(images/tab-bar-background.gif);
	background-position: left top;
	background-repeat: no-repeat; */
}
.tab-text:hover {
	color: #f0f0f0;
	background-position: left -29px;
}
.tab-text a:active {
	color: #c41307;
	background-position: left -29px;
}
.tab-link {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	border: 0px 0px 0px 0px;
	border-collapse: collapse;
	margin-top: 0pt;
	margin-right: 4px;
	margin-bottom: 0pt;
	margin-left: 4px;
	text-decoration: none;
	color: #000;
}
.tab-middle {
	/* background-image: url(images/tab-bar-middle.gif);
	background-repeat: no-repeat; */
	width: 10px;
	height: 29px;
	padding: 0;
}
.tab-right {
	width: 4px;
	height: 29px;
	/* background: url(images/tab-bar-right.gif);
	background-repeat: no-repeat; */
}
/* ALL BODY CONTENTS */
/*     template: classic template*
/*reset some values*/
table.productlisttable {
	width: 100%;
	text-align: center;
}
.productlisttable td {
	margin: 0;
	padding: 0;
}
.productlisttable {
	border-collapse: collapse;
	border-spacing: 0;
}
.button-rightaligned {
	float: right;
}
/*    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-left: solid 1px #595965;
	border-right: solid 1px #595965;
	border-top: solid 1px #595965;
	border-bottom: solid 1px #595965;
}
#select-shipping-prompt {
	font-size: 14px;
	text-align: left;
	color: #000;
}
#shippingform {
	font-size: 14px;
	text-align: left;
	color: #000;
}
.text-shipping {
	font-size: 14px;
	text-align: left;
	color: #000;
}
.registerform .text {
	width: 140px;
	text-align: left;
}
.registerform .textbox, .registerform .select {
	width: 180px;
}
/*     General Page Headings */
/* header on all main product and search pages */
h1, .heading-main {
	color: #999999;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	padding-left: 2px;
	padding-bottom: 10px;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Verdana;
}
/* header on all custom content pages */
#customcontent h1, .heading-main {
	margin-left: 12px;
	font-size: 16px;
}
.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: #616FA2;
	font-weight: bold;
	font-size: 21px;
}
/*     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: #cccccc;
}
.productlist-row2 {
}
.productlist-col1 {
}
.productlist-col2 {
}
.productlist-col3 {
}
.productlist-col4 {
	font-size: 12px;
	font-weight: bold;
}
.productlist-col5 {
}
.productlist-hcol1 {
}
.productlist-hcol2 {
}
.productlist-hcol3 {
}
.productlist-hcol4 {
}
.product-info {
}
.product-link {
	color: #616FA2;
	font-size: 14px;
	font-weight: bold;
}
.product-link .image-thumb {
	font-weight: bold;
}
.product-summary {
	font-size: 12px;
}
.cathead {
	font-weight: bold;
	font-size: 16px;
	color: #c41307;
	margin-bottom: 10px;
}
/*     Product Page*/
#page-product .mainbodycenter {
	margin: 0;
}
#productbody p {
	margin-top: 2px;
	margin-bottom: 8px;
}
/* product extended description text*/
#layer_field0 {
}
/* product description text*/
#layer_field1 {
}
/* all product desc text*/
.text-product-desc {
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
}
#tell-a-friend-link {
	padding-top: 10px;
	display: block;
	height: 25px;
	margin-left: 20px;
	font-weight: bold;
	color: #c41307;
	font-size: 14px;
	width: 450px;
/* doesn't work in FF */
	background: url('store_images/btn-quick-find.gif') no-repeat transparent 95 5;
}
/* wrapper around pricing, availability, matrix*/
#productbuyinfo {
}
#productbuyinfo table {
	padding-left: 5px;
	padding-right: 10px;
	width: 200px;
	float: right;
}
#productbuyinfo b {
	font-size: 14px;
}
#productbuyinfo .text-pricingdetails {
	font-size: 14px;
}
#productbuyinfo .text-price {
	font-weight: bold;
	color: #2B357B;
	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: Gray;
	font-size: 14px;
}
#productbuyinfo .text-availabilitytitle {
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	margin-right: 5px;
}
/* matrix items */
#page-product #frmMain {
	text-align: center;
}
div#productbody {
	position: relative;
	text-align: center;
}
#productbody .matrixdisplay {
	clear: both;
	background: #f8f8f4;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 335px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: SOLID #616FA2 1px;
	text-align: center;
}
#productbody .matrixdisplay table, #productbody .matrixdisplay p {
	padding-left: 10px;
	padding-right: 10px;
}
#productbody .matrixdisplay p {
	font-size: 12px;
}
#productbody .matrixdisplay td {
	width: 50px;
}
/* related products section */
#relatedproducts {
	border-top: solid 1px #999999;
	margin-left: 20px;
	margin-right: 20px;
}
#relatedproducts p {
	height: 0px;
	margin: 0 0 5 0;
	padding: 0;
}
#relateditemheading b {
	color: #c41307;
	text-transform: lowercase;
	font-size: 14px;
	padding-left: 5px;
}
#relateditemtable {
	margin-left: 20px;
}
#relatedproducts .smallText a {
	font-size: 14px;
}
#relatedproducts .smallText .text-price {
	font-size: 14px;
	font-weight: bold;
}
/* the "you may also be interested in text" - for bullets display*/
.text-related {
	border-top: solid 1px #999999;
	margin-left: 20px;
	font-size: 14px;
	color: #c41307;
	font-weight: bold;
	font-size: 14px;
}
/* UL and bullets*/
.list-theme {
	font-size: 14px;
}
.list-theme-item {
	list-style: none;
	padding-left: 10px;
}
/* show me other... button */
.searchtheme {
	font-weight: bold;
	color: #616fa2;
	font-size: 14px;
}
/*     Department Page*/
#select-category-heading {
	color: #999999;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.cattablebody {
	padding: 0;
	border-bottom: solid 1px #999999;
}
.cattabletext a {
	font-size: 14px;
	font-weight: bold;
}
/*     Contact Us Page*/
/* DIV encompassing the contact form*/
.contactpage {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
	border-bottom: solid 1px #999999;
}
.contactpage b {
	font-size: 14px;
}
.contactpage  #addresstext {
	font-size: 14px;
}
.contactpage input, .contactpage textarea {
	border-left: solid 1px #595965;
	border-right: solid 1px #595965;
	border-top: solid 1px #595965;
	border-bottom: solid 1px #595965;
}
/*     Basket/Cart Page*/
.baskettable {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 14px;
}
.baskettable input {
	border-left: solid 1px #595965;
	border-right: solid 1px #595965;
	border-top: solid 1px #595965;
	border-bottom: solid 1px #595965;
}
.basketheader {
	width: 100%;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
}
.basketlist-row1 {
	background: #efefef;
}
.basketlist-row2 {
	background: #D5D8E1;
}
.basketlist-hilight {
	background: #FFFFFF;
	font-weight: bold;
}
.basketlist-lolight {
	background-color: #D5D8E1;
	font-weight: bold;
}
.basketlist-lolight b {
	font-size: 14px;
}
.basketcol {
	font-weight: bold;
}
.basketlist-col1 {
	font-weight: bold;
}
.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: 14px;
}
.formBox a {
	font-size: 12px;
}
.formBox b, .main b {
	font-size: 14px;
}
/*     Checkout Page*/
#page-nsc .text-shipping {
	font-size: 14px;
}
#page-nsc .text-bold {
	font-size: 14px;
}
#page-nsc .main {
	font-size: 14px;
}
#page-nsc .text-shipping-row1 {
	background: #D5D8E1;
}
#page-nsc .text-shipping-row2 {
	background: #D5D8E1;
}
/*     CHECKOUT (not logged in yet) Page*/
.checkoutform {
	margin-left: 15px;
	margin-right: 15px;
}
.checkoutform .formbox {
	background: #efefef;
}
.checkoutform .formbox table {
	padding: 10px;
}
.checkoutform .formbox td {
	font-size: 14px;
}
.checkoutform .formbox .main a {
	color: black;
	font-size: 11px;
	text-decoration: underline;
}
/*     Register new user Page*/
.registerform #accountform .formBox {
	background: #efefef;
	font-size: 12px;
}
.registerform #accountform .text, .registerform #accountform b {
	font-size: 14px;
}
.registerform #accountform .text-small {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.registerform #accountform .inputRequirement {
	font-size: 14px;
}
.registerform {
}
/*     Password Retrieval*/
.infoBox {
	background: #efefef;
}
.infoBox b {
	font-size: 14px;
}
/*     Edit/Create Shipping Address*/
.shippingaddress  .formBox {
	background: #efefef;
	font-size: 12px;
}
.shippingaddress  .text, .shippingaddress  b {
	font-size: 12px;
}
.shippingaddress .text-small {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.shippingaddress .inputRequirement {
	font-size: 14px;
}
.shippingaddress {
}
#frmShipping .text , .registerform .text {
	width: 140px;
	text-align: left;
}
#frmShipping .textbox, #frmShipping .select, .registerform .textbox, .registerform .select {
	width: 180px;
}
/*   Payment screen */
.tender-header, .tender-description, .tender-text {
	font-size: 14px;
}
/*  Tell a friend page */
.tellafriendpage {
	font-size: 14px;
}
.tellafriendpage b {
	font-size: 14px;
}
/*     Optional bottom links */
#bottomlinks {
	text-align: center;
	color: #D5D8E1;
}
#bottomlinks a {
	color: #000;
}
.search-label {
	font-size: 14px;
	font-weight: bold;
}
#advanced-search-button {
	font-size: 14px;
}
#page-search #form-advsearch select {
	width: 90%;
}
#keyword {
	width: 250px;
}
#product_code {
	width: 150px;
}
#customer-reviews-heading {
	padding-top: 12px;
	margin-bottom: 5px;
}
#write-review-heading {
	margin-bottom: 5px;
}
.review-useful-button {
	font-size: 10px;
}
#product-review-title {
	width: 250px;
}
#checkstocklink, table.specialtable TH {
	font-size: 14px;
	color: #EC8526;
	font-weight: bold;
	text-align: center
}
.matrixtitle {
	font-weight: bold;
	font-size: 12px;
	min-width: 40px;
}
.matrixoption {
	width: 170px;
	font-size: 12px
}
H4 {
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
#productphoto {
	margin: 10px 0px 10px 0px;
}
#baskettable, #producttable {
	padding-left: 2px;
	padding-right: 7px;
}
/*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('images/icon-tracking.gif') no-repeat transparent top left;
}
.history-page A {
	font-weight: bold;
}
.history-page #itemsordered-details .items-reorder-link {
	font-size: 10px;
	color: #EA672A;
	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;
}
/* CSS Buttons*/
.button-big, .button-small {
	display: block;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}
.button-big .button-text {
	width: 90px;
	background: transparent url(store_images/buttons.gif) no-repeat scroll 0 -72px;
	padding: 0;
	line-height: 24px;
	height: 24px;
}
.button-big .button-left {
	width: 13px;
	height: 24px;
	background: transparent url(store_images/buttons.gif) no-repeat scroll 0px 0px;
}
.button-big .button-right {
	width: 13px;
	height: 24px;
	background: transparent url(store_images/buttons.gif) no-repeat scroll -13px 0px;
}
.button-small .button-text {
	width: 40px;
	background: transparent url(store_images/buttons.gif) no-repeat scroll 0 -48px;
	padding: 0;
	height: 24px;
	line-height: 24px;
}
.button-small .button-left {
	width: 6px;
	height: 24px;
	background: transparent url(store_images/buttons.gif) no-repeat scroll 0px -24px;
}
.button-small .button-right {
	width: 6px;
	height: 24px;
	background: transparent url(store_images/buttons.gif) no-repeat scroll -6px -24px;
}
.button-right, .button-left {
	float: left;
	display: block;
	font-size: 0px;
}
.button-text {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.button-small .button-text {
	font-size: 11px;
}
.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;
}
#page-basket span.button-text {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
}
/* qty text: */
#productbuyinfo b {
	padding-left: 5px;
}

/* CSS for shared site tabs */

#site-tabs{
  width: 100%;
  height: 95px;
  padding: 0px;
  margin: 0px;
}

#site-tab-dishes a{
  width: 400px;
  height: 95px;
  float: left;
  background: url("images/ddd-flip.jpg") no-repeat;
  background-position: 0px -95px;
  padding: 0px 0px 0px 0px;
  margin: 0px;  
}

#site-tab-dishes a:hover {
  background-position: 0px 0px
}

#site-tab-wholesale { 
  width: 382px;
  height: 95px;
  float: left;
  background: url("images/wholesale-tabs.gif");
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 15px;  
}

#site-tabs .parent-cart .navpanelrightheadercenter {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff; 
	padding:10px 0 0 15px;
}

#site-tabs .parent-cart {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#666666 none repeat scroll 0 0;
float:left;
height:93px;
margin:0 0 0 15px;
width:180px;
}

/* Nitrosell Styles */

#product-page-left {
float:left;
width:270px;
}

#product-page-right {
float:left;
padding-top:15px;
width:300px;
}
#layer_field2, #layer_field3 {
  display: none;
}
