/*------------------------------------------------------------

General page layout and site wide settings modified for tbc.
Based on original Nitrosell css, trying to make sense of
this crazy table based layout, ahhh...

Paul Shand 06/12/09

------------------------------------------------------------*/

/* html tags */
html {
}
body {
	color: #333;
	font-size: 12px;
	line-height: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
	background:#000;
	margin:0;
	padding:0;
}
/* make the background of the admin editor white */
body.mceContentBody {
	background: #FFF !important;
}
body#editor {
	background: #FFF !important;
}
p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}
h1, h2, h3, h4 {
	color: #333;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 17px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
/* style h3's for custom content pages */
#customcontent h3 {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-right-color: #666;	
}
h4 {
	font-size: 12px;
}
a {
	color: #004869;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}
img, a img {
	border:0;
}
hr {
	clear: both;
	border-bottom:1px solid #999;
	border-top-width: 0px;
	margin-top:5px;
	margin-bottom:10px;
	height: 0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td {
	margin:0;
	padding:0;
}

/* wholepage is a class assigned to a DIV encompassing the entirepage after the body element, see .page id's for individual page config */
#wrapperMain {
	margin-left: auto;
	margin-right: auto;
	padding:0 15px 0 15px;
	width:970px;
	background-color: #2D819D;
	background-image: url(http://images.nitrosell.com/public_html/10/2285/themes/images/header1000.jpg);
	background-repeat: no-repeat;
}
#wrapperMain #logo, #wrapperMain #contact {
	float: left;
	height: 120px;
	width: 140px;
	margin-right: 650px;
	margin-bottom: 15px;
}
#wrapperMain #contact {
	width: 160px;
	margin-right: 0;
}
#wrapperMain #logo a, #wrapperMain #contact a {
	display: block;
	text-indent: -1000em;
	width: 140px;
	height: 120px;
}
#wrapperMain #contact a {
	display: block;
	text-indent: -1000em;
	width: 160px;
}
/* each page in the store also has a class associated with the .wholepage assigned DIVallowing you to style each page seperately if required. They each begin with #page */
.page-home, .page-product, .page-search, .page-register, .page-content, .page-basket {
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width:1000px;
	height: 50px;
	background-image: url(http://images.nitrosell.com/public_html/10/2285/themes/images/footer1000.jpg);
	background-repeat: no-repeat;
}
#footer p {
	color: #fff;
	font-size: 10px;
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
}
/* these header classes are used by the header image (left right and middle)and can be used to further modify uploaded store header images MODIFIED this is not used */
.headertable {
	width:100%;
	height: 135px;
}
.headerleft {
	padding:0;
}
.headercenter {
	width:100%;
}
.headerright {
	padding:0;
}
/* main horizontal tab menu  */
#tabs  {
	position: relative;
	width: 100%;
	height:33px;
}
#tabs ul  {
	height:33px;
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
}
#tabs ul li {
	float:left;
	height:33px;
	margin:0;
	padding:0;
	text-indent:0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
#tabs ul li a {
	float:left;
	height:23px;
	/*line-height:33px;*/
	color: #FFF;
	padding: 10px 7px 0 7px;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#tabs ul li a:hover, .page-home #tabs ul li#tab-1 a, .page-about #tabs ul li#tab-3 a, .page-contact #tabs ul li#tab-5 a, .page-content-9 #tabs ul li#tab-9 a, .page-content-11 #tabs ul li#tab-11 a, .page-content-12 #tabs ul li#tab-12 a, .page-content-16 #tabs ul li#tab-16 a, .page-content-26 #tabs ul li#tab-26 a, .page-content-18 #tabs ul li#tab-18 a, .page-content-20 #tabs ul li#tab-20 a {
	background-image: url(http://images.nitrosell.com/public_html/10/2285/themes/images/background_navHighlight.jpg);
	background-repeat: repeat-x;
	border: 0px;
	text-decoration: none;
}

/* Wrap all content below horizontal nav */
#wrapperMainContent {
	background-color: #FFF;
	padding: 15px 5px 0 5px;
	background-image: url(http://images.nitrosell.com/public_html/10/2285/themes/images/background_shadow.jpg);
	background-repeat: repeat-x;
}

/*HORIZONTAL SEARCH TABLE - at top of screen below header potentially containg brands and type*/
.search-table {
	width: 100%;
	background: #FFF;
	margin-bottom: 15px;
}
.search-table td {
	padding-left:0px;
}
.search-table table, .search-table table td {
	text-align: left;
	width: 100%;
}
td#branddropdowncell {
	width: 170px;
	padding-right: 18px;
}
.search-table select {
	width: 170px;
	font-size:12px;
}
.search-table input#keyword-search-box {
	font-size:12px;
	width: 123px;
}
/*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 table encapsulating left, center, right columns */
.mainbody {
	width: 100%;
}
/* left vertical panels */
#mainbodyleft, #mainbodyright {
	width: 170px;
	vertical-align: top;
	overflow: hidden;
}
#mainbodycenter {
	vertical-align: top;
	padding: 0 18px;
	width:580px;
}
#mainbodycentercontent {
	width: 100%;
}

#sitefooter p {
	padding: 0;
	margin: 5px 0;
}
#sitefooter p a {
	color:gray;
	text-align:center;
	font-size:10px;
}
#sitefooter .storecredits {
	text-align: center;
	background:#fff;
	height: 0;
	padding: 0;
	margin: 0;
	display: none !important;
	visibility: hidden !important;
	text-indent: -2000em;
}
/*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 hand column panels - these consist of all left and right panels e.g. store nav, prod search, new prodscart, account currency etc, etc...*/

.navpanelleft, .navpanelright {
	width: 170px;
	background-color: #FFF;
	margin-bottom: 10px;
	background-image: url(http://images.nitrosell.com/public_html/10/2285/themes/images/background_moduleBottomGrad.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.parent-navigation .navpanelleft {
	background-color: #4E504F;
	background-image: url(http://images.nitrosell.com/public_html/10/2285/themes/images/background_moduleBottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navpanelleftcell, .navpanelrightcell {
	padding: 0;
}
.navpanelleftheader, .navpanelrightheader {
	width: 100%;
	height: 35px;
	background-image: url(http://images.nitrosell.com/public_html/10/2285/themes/images/background_headers2.jpg);
	background-repeat: no-repeat;
}
.parent-recycled {
	margin: 10px 0 20px 0;
}
/* grey module backgrounds for these ones */
.parent-navigation .navpanelleftheader {
	background-image: url(http://images.nitrosell.com/public_html/10/2285/themes/images/background_headers.jpg);
}
.navpanelleftheaderleft, .navpanelrightheaderleft {
}
.navpanelleftheaderright, .navpanelrightheaderright {
}
#mainbodyleft .navpanelleftheadercenter, #mainbodyright .navpanelrightheadercenter {
	vertical-align: top;
	padding-top: 6px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-indent:12px;
}
.navpanelleftbody, .navpanelrightbody {
	width: 100%;
	margin-top: 0px;
}
.navpanelleftcontent, .navpanelrightcontent {
}
.feedpopup img {
	height: 10px;
	overflow: hidden;
}

/*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-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.navpanelbodyheader {
	width: 100%;
}
.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:12px;
	width:28px;
}
.navpanelbodyheadercenter {
	color: #c41307;
	font-weight: bold;
	text-align:left;
	font-size:15px;
	width:100%;
	vertical-align: middle;
}
.navpanelbodyheadercenter h1 {
	margin: 0;
}
.navpanelbodyheadercenter .feedpopup img {
	padding-right: 8px;
}
.navpanelbodycell {
	width: 100%;
	padding-bottom: 5px;
}
.navpanelheader {
}
.navpanelbodybody {
	width: 100%;
	padding:0;
}
.navpanelbodybody .smalltext, .infoBoxContents /*include for actual SOffers page */
{
}
.navpanelbodybody .smalltext .text-price, .infoBoxContents .text-price {
	font-weight:bold;
}
.text-pricespecial {
	color:#000;
	font-weight:bold;
}
/*span wrapping product old price*/
 .text-pricestrike {
	font-weight:bold;
	text-decoration: line-through;
}
.price-percentage {
	color: red;
	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 {
}
.parent-navigation .navpanelleftbody {
}
/* do this at specific level as bug in IE if attempt to cascade */
.parent-navigation .navpanelleftheaderleft {
	width:0;
}
.parent-navigation .navpanelleftcontent {
	padding-left:0;
}
/*span surrounding core contents of navigation*/
#panel-navigation {
	padding: 0 0 10px 0;
}
/* the general navlink - at same level as #panel-navigation */
.navlink {
	color: #0F384F;
	text-decoration: none;
	font-size:11px;
	white-space:normal;
}
/* 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*/
.parent-navigation a {
	color: #FFF;
	text-decoration: none;
}
.parent-navigation a:hover {
	color: #FFF;
	text-decoration: none;
}
.link-department, .link-department-select {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 5px 4px 12px;
	background-color: #4E504F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c6cfd6;
}
.link-department:hover, .link-department-select {
	background-image: url(http://images.nitrosell.com/public_html/10/2285/themes/images/background_navHighlight.jpg);
	background-repeat: repeat-x;
	background-color: #2f2f2f;
}
.link-category, .link-category-select {
	display: block;
	font-size: 1em;
	font-weight: normal;
	padding: 4px 5px 4px 12px;
	background-color: #2f2f2f;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c6cfd6;
}
.link-category:hover, .link-category-select {
	background-color: #064F6F;
}
.link-subcategory, .link-subcategory-select {
	display: block;
	font-size: 1em;
	font-weight: normal;
	padding: 4px 5px 4px 12px;
	background-color: #2f2f2f;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c6cfd6;
}
.link-subcategory:hover, .link-subcategory-select {
	background-color: #064F6F;
}
/* PRODUCT SEARCH*/
.parent-findprod .navpanelleft {
}
.parent-findprod .navpanelleftbody {
}
.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 {
}
.parent-newproduct .navpanelleft {
	background-image: none;
}
/* 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;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
/*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 {
	margin-bottom: 5px;
}

/* do this at specific level as bug in IE if attempt to cascade */
.parent-cart .navpanelrightheaderleft {
	width:0;
}
.parent-cart .navpanelrightcontent {
	height:35px;
	padding-left:10px;
}
.parent-cart a.small {
	font-weight:normal;
	font-size:12px;
	text-decoration: underline;
}

/* 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:15px;
}
#panel-account b {
	font-weight:normal;
	font-size:11px;
	color:#0F384F;
}
/* style the text when logged in */
#panel-account p {
}
#panel-account .small a {
	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 {
}
.parent-preorder .navpanelright {
	background-image: none;
}
/* 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-bottom:10px;
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
/*span wrapping product price*/
.parent-preorder .text-price {
	font-weight:bold;
}
#bookmarks {
	background-color:#fff;
}
.boxText p {
}
.boxText a {
}
.boxText a:hover {
}
.cart_link a {
	color:#fff;
	padding-left:10px;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

/* ALL BODY CONTENTS */
/*     Template: Classic Template*     
/*reset some values*/
#searchresult {
	margin-top: 10px;
	
}
table.productlisttable {
	width: 100%;
}
.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 */
.heading-main {
}
.heading-subcategory {
}
/* "you are here" heading */
.heading-small {
}
.heading-product {
}
/* Product Listings*/
.productlisttable {
}
.productlisttable td {
	margin:0;
	padding:5px 5px 5px 0;
}
tr.productlistheader {
	background-color: #666;
}
.productlistheader td {
	padding:5px 5px 2px 0;
	font-weight: bold;
	color: #fff;
}
.productlistheader a {
	color: #fff;
}
.productlist-row1 {
	background: #EEEDED;
}
.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 {
	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

#productbody div wraps product middle content, then we have the #specialoffers div and below that the #producttable table which wraps all the product info, buy now button etc

*/
#producttable {
	padding: 0;
	margin: 10px 0 0 0;
}
#specialoffers {
	clear: left;
	width: 580px;
}
#productphotoWrapper {
	float: left;
	margin: 0 15px 15px 0;
	display: inline;
	width: 300px;
	overflow: hidden;
}
#productphoto {
	margin: 0;
}
/* wrapper around header, pricing, availability, matrix*/
#productbuyinfo {
	float: left;
	display: inline;
	width:265px;
	margin: 0;
	padding: 0;
}
#productbuyinfo table {
	width:265px;
}
#productbuyinfo b {
}
#productbuyinfo .text-pricingdetails {
	margin: 0;
}
#productbuyinfo .text-price {
	font-weight: bold;
	color:#000;
}
#productbuyinfo .text-pricestrike {
	text-decoration: line-through;
	font-weight: bold;
}
#productbuyinfo .text-shipping {
	color: black;
}
#productbuyinfo .text-pricesave {
	color: red;
	font-weight: bold;
}
#productbuyinfo .text-availabilitytitle {
	color: Gray;
	font-size:11px;
	margin: 10px 5px 10px 0;
}
#productbuyinfo .text-availabilitytext {
	color: #333;
}
/* matrix items */
.page-product #frmMain {
	text-align:left;
}
#matrixitemoptions {
	width:265px;
	text-align:center;
	padding: 5px 0;
	background-color: #F2F2F2;
}
#matrixitemoptions table, #matrixitemoptions p {
	width:245px;
	padding-left:10px;
	padding-right:10px;
}
#matrixitemoptions td {
	width:40px;
}
#matrixitemoptions p {
	font-size:12px;
	margin: 0;
}
#matrixitemoptions .matrixtitle {
	font-size: 12px;
	width: 40px;
}
#matrixitemoptions .matrixoption {
	width: 170px;
	font-size: 12px
}
/* product extended description text*/
#layer_field0 {
	text-align: left;	
}
/* product description text*/
#layer_field1 {
	text-align: left;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #999999;
}
/* all product desc text*/
.text-product-desc {
	font-size:12px;
}
.smallProductLink {
	width: 265px;
	font-size:11px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
/* related products section */
#relatedproducts {
	margin-bottom: 10px;
}
#relatedproducts p {
}
#relateditemheading b {
	text-transform: capitalize;
	font-size:17px;
	color: #333;
	margin-bottom: 0;
}
#relateditemtable {
	margin-left:20px;
}
#relatedproducts .smallText a {
}
#relatedproducts .smallText .text-price {
	font-weight:bold;
}
/* the "you may also be interested in text" - for bullets display*/
.text-related {
	font-size:17px;
	color: #333;
	margin-top: 10px;
}
/* UL and bullets*/
.list-theme {
	margin-bottom: 10px;
	padding-bottom: 10px !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.list-theme-item {
	list-style: none;
}
a.related {
	padding: 0 5px;
	text-align: center;
}

/*     Department Page*/
#select-category-heading {
	margin-top: 0px;
	font-size: 17px;
}
.cattablebody {
	padding:0;
	border-bottom: solid 1px #999999;
}
.cattabletext a {
	font-size:12px;
	font-weight:bold;
	padding: 5px 0;
}
tr.cattablerowtext td {
	padding-bottom: 20px;
}
/*     Contact Us Page*/

/* DIV encompassing the contact form*/
.contactpage {
}
.contactpage p {
}

.contactpage .inputRequirement {
	padding-right: 3px;
}
.contactpage b {
}
.contactpage #addresstext {
}
.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:10px;
}
.baskettable input {
	border-left: solid 1px #595965;
	border-right: solid 1px #595965;
	border-top: solid 1px #595965;
	border-bottom: solid 1px #595965;
}
.baskettable td {
	margin:0;
	padding:5px 5px 5px 5px;
}
tr.basketheader {
	background-color: #666;
	width: 100%;
	color: #FFF;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
}
tr.basketheader td {
	padding:2px 5px 2px 5px;
}
.basketlist-row1 {
	background: #efefef;
	border-bottom: solid 3px #FFF;
}
.basketlist-row2 {
	background:#D5D8E1;
	border-bottom: solid 3px #FFF;
}
.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: 10px 0 0 10px;
	text-transform: capitalize;
}
.tipbody {
	width: 100%;
}
.tipbody td {
	padding: 5px 10px 10px 10px;
	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 {
}
.checkoutform .formbox {
	background: #efefef;
	padding: 10px;
}
.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 .formBox td {
	padding: 3px 3px;
}
.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 {
}
/*     Password Retrieval*/
.infoBox {
	background: #efefef;
	padding: 10px;
}
.infoBox b {
}
/*     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 {
}
#write-review-heading {
}
.review-useful-button {
	font-size: 10px;
}
#product-review-title {
	width: 250px;
}
#reviewrating {
	margin-bottom: 0px;
	border-bottom: solid 1px #999999;
}
#checkstocklink, table.specialtable TH {
	font-size: 14px;
	color: #EC8526;
	font-weight: bold;
	text-align:center
}
#baskettable {
	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-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-size: 10px;
	font-weight: normal;
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	text-align:center;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body div.clear, html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

