﻿/* LAYOUT OF SCREEN */
/* Description: general page layout and site wide settings */
/*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 {
	
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
b, p, label, div, td{
	
	color: #666666;
	line-height:16px;
	}
img {
	border: 0;
}

a:hover {
	text-decoration: underline;
}
#product-image-table a:hover {
	border-bottom: 0px solid #666666;
}
.departments a:hover, .headerleft a:hover, .departments a, .headerleft a {
	border-bottom: 0px;
}
/*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 {
	padding: 0;
	width: 760px;
	background: white;
	position: relative;
}
/*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: #666666;
}
#page-nsc .mainbodycenter a {
	color: #666666;
}
/*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 {
}
.headercenter {
	width: 100%;
}
.headerright {
}
/*HORIZONTAL SEARCH TABLE - at top of screen below header potentially containg brands and type*/
.search-table {
	width: 100%;
	background : #fff;
	border-bottom: #f0f0f0 2px solid;
	height: 40px;
	margin: auto;
}
.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: 11px;
	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: 11px;
}
#field_product_brand {
	padding: 2px;
	background: #feffdf;
}
#keyword-search-box {
	padding: 2px;
	background: #feffdf;
}
#theme_dropdown {
	padding: 2px;
	background: #feffdf;
}
/*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 {
	font-size: 11px;
	margin: auto;
	background-color: #fff;
	width: 100%;
	vertical-align: top;
	height:417px;
	min-height:417px;
}
#mainbody {
	width: 100%;
}
.mainbodycell {
	padding: 0px;
	vertical-align: top;
}
.pagecontainer {
	margin-left: auto;
	margin-right: auto;
}
/* body center - child of mainbody*/
#page-home .mainbodycenter {
	vertical-align: top;
	font-size: 11px;
	padding: 0px;
	width: 760px;
}

#page-account .mainbodycenter{
	width:505px;
}
.mainbodycenter {
	vertical-align: top;
	font-size: 11px;
	padding: 0px;

}


#page-department .mainbodycenter, #page-category .mainbodycenter, #page-product .mainbodycenter, #page-basket .mainbodycenter, #page-register .mainbodycenter, #page-payment .mainbodycenter, #page-checkoutstep2 .mainbodycenter, #page-checkoutstep1 .mainbodycenter{
	width: 505px;
}
/*.mainbodycenter { vertical-align: top; padding: 5 5 0 10px; font-size:11px; }
/*
/* left vertical panels */
.mainbodyleft {
	width: 255px;
	vertical-align: top;
	display: block;
}
/* right vertical panels */
.mainbodyright {
	padding-top: 35px;
	vertical-align: top;
	width: 165px;
}
.parent-cart {
	padding-bottom: 10px;
}

.parent-cart img{
	float:left;
}
.parent-findprod {
clear:both;
margin-top:10px;
}
/*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: 40px 10px 10px 10px;
}
.storecredits a {
	color: #959595;
	font-size: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 */
/* Description: all styles associated with left and right screen panels*/
/*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 {
}
/* child of navpanelleftcell representing the hedaer of a panel, e.g. "store naviagtion" or "product search" */
.navpanelleftheader {
	width: 100%;
	height: 31px;
	font-size: 18px;
	font-weight: bold;
}
/* 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 {
	font-family: Times, Arial, Helvetica, sans-serif;
	color: #600030;
}
/*  child of navpanelleftcell */
.navpanelleftbody {
	width: 100%;
}
/* 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: 18px;
	font-weight: bold;
}
/* child of navpanelrightheader - the right of the right header */
.navpanelrightheaderright {
}
/* child of navpanelrightheader - the left of the right header */
.navpanelrightheaderleft {
}
/* child of navpanelrightheader - the center of the right header */
.navpanelrightheadercenter {
	font-family: Times, Arial, Helvetica, sans-serif;
	color: #600030;
}
/*  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 #EBEBEB;
}
.navpanelbodyheader {
	width: 100%;
	height: 20px;
}
.navpanelbodyheaderleft {
}
.navpanelbodyheaderright {
}
.navpanelbodyheadercenter img {
	background: url(store_images/product-theme-right.gif) no-repeat;
}
#morespecials {
	height: 27px;
}
.navpanelbodyheadercenter {
	color: #600030;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	width: 100%;
	font-family: Times, Arial, Helvetica, sans-serif;
}
.navpanelbodycell {
	background: white;
	width: 100%;
	padding-bottom: 15px;
}
.navpanelheader {
}
.navpanelbodybody {
	width: 100%;
	padding: 0;
}
.navpanelbodybody .smalltext, .infoBoxContents {
	font-size: 11px;
}
.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;
}
.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: 5px;
}
.parent-navigation .navpanelleftcontent {
	padding-left: 10px;
}
/*span surrounding core contents of navigation*/
#panel-navigation {
	padding-left: 0px;
	width: 255px;
}
#panel-navigation span {
	display: none;
}
/* the general navlink - at same level as #panel-navigation */
.navlink {
	color: Black;
	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 {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	display: none;

	font-size: 18px;
	line-height: 28px;
	text-transform: lowercase;
	font-family: Times, Arial, Helvetica, sans-serif;
}
.link-department:hover {
	color: #666666;

	font-weight: normal;
	text-decoration: underline;
	display: none;
	font-size: 18px;
	line-height: 28px;
	text-transform: lowercase;
	font-family: Times, Arial, Helvetica, sans-serif;
}
.link-department-select {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	line-height: 28px;
	padding-bottom:4px;
	text-transform: lowercase;
	font-family: Times, Arial, Helvetica, sans-serif;
}
.link-department-select:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
	font-size: 18px;
	padding-bottom:4px;
	line-height: 28px;
	text-transform: lowercase;
	font-family: Times, Arial, Helvetica, sans-serif;
}
.link-category {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.link-category:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
.link-category-select {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	display: inline;
	line-height: 16px;
}
.link-category-select:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
.link-subcategory {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
        padding-left:10px;
}
.link-subcategory:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
        padding-left:10px;

}
.link-subcategory-select {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}
.link-subcategory-select:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
        padding-left:10px;

}
/* PRODUCT SEARCH*/
.parent-findprod .navpanelleft {
}
.parent-findprod .navpanelleftbody {
}
.parent-findprod .navpanelleftcell {
	padding-right: 10px;
}
.parent-findprod .navpanelleftheader {
}
/* do this at specific level as bug in IE if attempt to cascade */
.parent-findprod .navpanelleftheaderleft {
	width: 10px;
}
.parent-findprod .navpanelleftcontent {
	padding-left: 10px;
}
/*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;
}
/*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: 41px;
}
/* NEW PRODUCTS*/
/*span surrounding panel*/
.parent-newproduct {
}
/* do this at specific level as bug in IE if attempt to cascade */
.parent-newproduct .navpanelleftheaderleft {
	width: 10px;
}
/*span surrounding core contents of panel*/
#panel-newproduct {
}
.parent-newproduct .navpanelleftbody {
	margin-bottom: 8px;
}
.parent-newproduct .navpanelleftcell {
	padding-bottom: 15px;
	padding-right: 10px;
}
.parent-newproduct .navpanelleftheader {
	height: 40px;
	padding-top: 5px;
}
/*textual contents*/
.parent-newproduct .boxText {
	font-size: 11px;
	padding-bottom: 10px;
}
/*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: 18px;
	font-weight: bold;
}
.parent-cart .navpanelrightbody {
}
/*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: 15px;
}
.parent-cart .navpanelrightcontent {
	padding-left: 10px;
}
/* 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;
}
/* styles the number of items, i.e. "1 X" */
.text-shopping {
	font-size: 11px;
	font-weight: bold;
}
/* styles the cart product link */
.text-shopping-link {
	font-size: 11px;
}
/* ACCOUNT HOLDERS*/
/*span surrounding panel*/

.accountcontent{
	width:225px;
}

.parent-account {
	border-bottom: 1px solid #EBEBEB;
}
.parent-account .navpanelright {
	margin-bottom: 10px;
}
/* do this at specific level as bug in IE if attempt to cascade */
.parent-account .navpanelrightheaderleft {
	width: 15px;
}
/*span surrounding core contents of panel*/
#panel-account {
	margin-left: 20px;
}
#panel-account b {
	font-weight: normal;
	font-size: 11px;
}
/* style the text when logged in */
#panel-account p {
	margin-left: 20px;
	font-size: 11px;
}
#panel-account .small a {
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
/* wraps login button*/
.col2 {
	height: 25px;
}
#panel-account .col2 input {
	width: 100%;
}
/* size input boxes and register button */
#panel-account span.button-text {
	font-size: 11px;
	width: 47px;
}
form {
	margin: 0;
	padding: 0;
}
#panel-account {
	padding: 0;
	margin: 5;
}
#panel-account td.col1 {
	padding-left: 10px;
}
/* wraps input boxes and register button */
.col2 {
}
/* STORE CURRENCY*/
/*span surrounding panel*/
.parent-currency {
}
.parent-currency .navpanelright {
	margin-left: 10px;
}
/* do this at specific level as bug in IE if attempt to cascade */
.parent-currency .navpanelrightheaderleft {
	width: 8px;
}
.parent-currency .navpanelrightheader {
	height: 40px;
	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;
}
.parent-currency .boxText .select {
	font-size: 11px;
	display: block;
}
/*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: 10px;
}
/* do this at specific level as bug in IE if attempt to cascade */
.parent-preorder .navpanelrightheaderleft {
	width: 8px;
}
.parent-preorder .navpanelrightheader {
	height: 40px;
	padding-top: 5px;
}
.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: 11px;
}
/*span wrapping product price*/
.parent-preorder .text-price {
	font-weight: bold;
}
/* HORIZONTAL TAB-LIKE MENU  */
/* Description: Store Menus (Horizontal tabs)*/
/*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 {
	background: url(images/nav_bg.gif) black;
	width: 100%;
	margin: auto;
}
.tab-parenttable td {
	text-align: center;
}
/*the inner tab table*/
.tab-table {
	width: 617px;
	height: 51px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*all horizonta space to the left of menu*/
.tab-left {
	width: 15%;
}
/*all horizonta space to the right of menu*/
.tab-right {
	width: 25%;
}
/*individual tab text*/
.tab-text {
	width: 100px;
	text-align: left;
	font-size: 11px;
	white-space: nowrap;
	font-weight: bold;
	text-transform: capitalize;
	font-weight: bold;
}
/*tab link a*/
.tab-link {
	white-space: nowrap;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* cell between each tab*/
.tab-middle {
	width: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.tab-middle-width {
}
/* ALL BODY CONTENTS */
/*     Template: Classic Template*     
/*reset some values*/
.itemcol {
	width: 160px;
}
.imagebox {
	text-align: center;
	border: 1px solid #c9c4c6;
	margin-top: 16px;
	margin-bottom:4px;
}

#customcontent .imagebox{
	border:0px solid white;
}

#customcontent .imagebox .customimage{
	border:1px solid #c9c4c6;
}
.productlisttable td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.productlisttable {
	border-collapse: collapse;
	margin-top: 5px;
}
/*    all textareas and others (in FF only)*/
textarea {
	width: 100%;
height:100px;
}

#myForm input{width:100%;}
input[type="password"] {
	margin-top: 3px;
}
input[type="text"], input[type="textbox"], input[type="password"], input[name="quantity"], .textbox {
	border: 1px solid #c9c4c6;
	color: #666666;
}
#frmShipping .text, .registerform .text {
	width: 180px;
	text-align: right;
}

#titlerow table{width:100%;}

.registerform #accountform #titlerow .text{
width:100%;
}

.registerform #accountform #titlerow .text .text{
width:180px;
}

#frmShipping .textbox, #frmShipping .select, .registerform .textbox, .registerform .select {
	width: 180px;
	color: #666666;
	border: 1px solid #C9C4C6;
}
/*     General Page Headings */
/* header on all main product and search pages */
.heading-subcategory {
	color: #666666;
	font-weight: bold;
}
/* "you are here" heading */
.heading-small {
	width: 100%;
	text-align: center;
	color: Gray;
	font-weight: normal;
	margin-top: 10px;
	font-size: 11px;
}
.heading-product {
color:#666666;
font-family:Times,Georgia,Helvetica,sans-serif;
font-size:18px;
font-weight:normal;
line-height:28px;
margin-bottom:4px;}
/*     Product Listings*/
.productlisttable {
	font-size: 11px;
}
.productlisttable td {
	margin: 0;
	padding: 0px;
}
.productlistheader {
	background-color: #EEEDED;
	font-weight: bold;
	font-size: 11px;
}
.productlist-row1 {
	background: #EEEDED;
}
.productlist-row2 {
}
.productlist-col1 {
}
.productlist-col2 {
}
.productlist-col3 {
}
.productlist-col4 {
	font-size: 11px;
	font-weight: bold;
}
.productlist-col5 {
}
.productlist-hcol1 {
}
.productlist-hcol2 {
}
.productlist-hcol3 {
}
.productlist-hcol4 {
}
.product-info {
}
.product-link {
	color: #670133;
	font-size: 11px;
	font-weight: bold;
}
.image-thumb {
	margin: 0px;
}
.product-summary {
}
.cathead {
	font-weight: bold;
	font-size: 18px;
	color: #600030;
	margin-bottom: 10px;
}
/*     Product Page*/
#page-product .mainbodycenter {
	padding: 0;
	margin: 0;
}
#productbody p {
	margin-top: 12px;
	margin-bottom: 12px;
}
#prodcode {
	float: right;
}
.productinfo {
	font-size: 11px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
.productinfo td {
	padding: 0px;
}
.prodprice {
}
.prodcode {
	text-align: right;
	color: #999999;
}
/* product extended description text*/
#layer_field0 {
}
/* product description text*/
#layer_field1 {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* all product desc text*/
.text-product-desc {
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
	color: #666666;
FONT-WEIGHT:NORMAL;
}
#tell-a-friend-link {
	padding-top: 10px;
	display: block;
	height: 25px;
	margin-left: 20px;
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	width: 450px;
	clear: both; /* doesn't work in FF */;
	background: url('store_images/btn-quick-find.gif') no-repeat transparent 95 5;
}
/* wrapper around pricing, availability, matrix*/
#productbuyinfo {
	clear: both;
}
#productbuyinfo table {
	width: 100%;
}
#productbuyinfo b {
	font-size: 11px;
}
#productbuyinfo .text-pricingdetails {
	font-size: 11px;
}
#productbuyinfo .text-price {
	font-weight: bold;
	color: #2B357B;
	font-size: 11px;
}
#productbuyinfo .text-pricestrike {
	text-decoration: line-through;
	font-weight: bold;
	font-size: 11px;
}
#productbuyinfo .text-shipping {
	color: black;
	font-size: 11px;
}
#productbuyinfo .text-pricesave {
	color: red;
	font-size: 11px;
	font-weight: bold;
}
#productbuyinfo .text-availabilitytext {
	color: Gray;
	font-size: 11px;
}
#productbuyinfo .text-availabilitytitle {
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
	margin-right: 5px;
}
.quantitytd {
	color: #666666;
	font-size: 11px;
}

.quantitybox{
	width:72px;
}
.buypanel #quantity {
	border-bottom: #d9dbda 1px solid;
	border-left: 1px #d9dbda solid;
	border-top: 1px solid #717172;
	border-right: 1px solid #717172;
	height: 25px;
	line-height: 23px;
	text-align: center;
	width: 23px;
}

.buypanel{
	border-collapse:collapse;
	border-spacing:0px;
	
}
/* matrix items */
#page-product #frmMain {
	text-align: center;
	width: 100%;
height:150px;
}
div#productbody {
	position: relative;
	text-align: center;
}
#productbody .matrixdisplay {
	padding-top: 5px;
	padding-bottom: 5px;
	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: 11px;
	display: none;
}
#productbody #matrixoptions td p, #productbody p.matrixtitle {
	display: inline;
}
#productbody .matrixdisplay td {
	width: 50px;
}
/* related products section */
#relatedproducts {
	border-top: solid 1px #600030;
	margin-left: 20px;
	margin-right: 20px;
}
#relatedproducts p {
	height: 0px;
	margin: 0 0 5 0;
	padding: 0;
}
#relateditemheading b {
	color: #600030;
	text-transform: lowercase;
	font-size: 11px;
	padding-left: 5px;
}
#relateditemtable {
	margin-left: 20px;
}
#relatedproducts .smallText a {
	font-size: 11px;
}
#relatedproducts .smallText .text-price {
	font-size: 11px;
	font-weight: bold;
}
/* the "you may also be interested in text" - for bullets display*/
.text-related {
	border-top: solid 1px #600030;
	margin-left: 20px;
	font-size: 11px;
	color: #600030;
	font-weight: bold;
	font-size: 11px;
}
/* UL and bullets*/
.list-theme {
	font-size: 11px;
}
.list-theme-item {
	list-style: none;
	background: url("store_images/btn-bullet.gif") no-repeat left top;
	padding-left: 10px;
}
/* show me other... button */
.searchtheme {
	font-weight: bold;
	color: #600030;
	font-size: 11px;
}
/*     Department Page*/
#select-category-heading {
	color: #600030;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.cattablebody {
	padding: 0;
	border-bottom: solid 1px #600030;
}
.cattabletext a {
	font-size: 11px;
	font-weight: bold;
}
/*     Contact Us Page*/
/* DIV encompassing the contact form*/
.contactpage {
	font-size: 11px;
}
.contactpage b {
	font-size: 11px;
}
.contactpage #addresstext {
	font-size: 11px;
}
.contactpage input, .contactpage textarea {
	border-left: solid 1px #595965;
	border-right: solid 1px #595965;
	border-top: solid 1px #595965;
	border-bottom: solid 1px #595965;
}
.text-shipping {
	font-size: 11px;
}
/*     Basket/Cart Page*/

.baskettable {
border-spacing:0px;
	width: 100%;
	padding-top: 0px;
	font-size: 11px;
}
.baskettable input {
	border: solid 1px #C9C4C6;
}
.basketheader {
	width: 100%;
	font-weight: bold;
text-transform:uppercase;
	text-align: left;
}
.basketlist-row1 {
}
.basketlist-row2 {
}

.basketlist-hilight td{
	border-top:1px solid #C9C4C6;
	
}

td.basketlist-hcol1{
	width:100px;
}

td.basketlist-col2{
	width:185px;
}

td.basketlist-hcol6{
	width:60px;
}

td.basketlist-hcol7{
	width:75px;
}

td.basketlist-hcol3{
	width:25px;
}

td.basketlist-hcol5{
	width:50px;
}


td.basketlist-col0{
	width:60px;
	text-align:center;
}

td.basketlist-col5, td.basketlist-hcol5{
	width:60px;
	text-align:right;
}
.basketlist-col3 input{
	width:25px;
}

.basketlist-hilight {
	background: #FFFFFF;
	font-weight: bold;
}
.basketlist-lolight {
	font-weight: bold;
}
.basketlist-lolight b {
	font-size: 11px;
}
.basketcol {
	font-weight: bold;
}
.basketlist-col1 {
	font-weight: bold;
}
.basketlist-col2 {
	padding-left: 10px;
	font-weight: bold;
}
.basketlist-hcol2 {
	padding-left: 10px;
}
.basketlist-col1 .image-thumb {
	max-width: 80px;
	width: 80px;
}
.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;
	border: 1px solid #C9C4C6;
}
.tiptable img {
	display: none;
}
.tipheader td {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-left: 5px;
	text-transform: lowercase;
}
.tipbody {
	width: 100%;
}
.tipbody td {
	font-size: 11px;
}
/*     Account Login*/
.formBox {
	font-size: 11px;
}
.formBox a {
	font-size: 11px;
}
.formBox b, .main b {

}

.formbox h2{
	font-size:13px;
	border-bottom: 1px solid #c9c4c6;
	padding-bottom:10px;
}

.formheader{
	height:27px;
}

.buttonbox{
	padding-top:12px;
}

.formbox input{
}

.formtext{
	vertical-align:top;
	height:100%;
}
/*     Checkout Page*/
#page-nsc .text-shipping {
	font-size: 11px;
}

.text-bold{
	display:none;
}
#page-nsc .text-bold {
	font-size: 11px;
}
#page-nsc .main {
	font-size: 11px;
}
#page-nsc .text-shipping-row1 {
	background: #D5D8E1;
}
#page-nsc .text-shipping-row2 {
	background: #D5D8E1;
}
/*     CHECKOUT (not logged in yet) Page*/
.checkoutform {
}
.checkoutform .formbox {
	border-bottom: 1px solid #c9c4c6;
	margin-bottom:10px;
}
.checkoutform .formbox td {
	font-size: 11px;
}
.checkoutform .formbox .main a {
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}
/*     Register new user Page*/
.registerform #accountform .formBox {


}
.registerform #accountform .text, .registerform #accountform b {

}
 .registerform #accountform b, #shippingform b {
	
}

.registerform #accountform .text-small {

}
.registerform #accountform .inputRequirement {

}
.registerform {
}
/*     Password Retrieval*/
.infoBox {
	background: #efefef;
}
.infoBox b {
	font-size: 11px;
}
/*     Edit/Create Shipping Address*/
.shippingaddress .formBox {
	background: #efefef;
	font-size: 11px;
}
.shippingaddress .text, .shippingaddress b {
	font-size: 11px;
}
.shippingaddress .text-small {
	padding: 0;
	margin: 0;
	font-size: 11px;
}
.shippingaddress .inputRequirement {
	font-size: 11px;
}
.shippingaddress {
}


/*   Payment screen */
.tender-header, .tender-description, .tender-text {
	font-size: 11px;
}
/*  Tell a friend page */
.tellafriendpage {
	font-size: 11px;
}
.tellafriendpage b {
	font-size: 11px;
}
/*     Optional bottom links */
#bottomlinks {
	text-align: center;
	color: #D5D8E1;
}
#bottomlinks a {
	color: #000;
}
.search-label {
	font-size: 12px;
	font-weight: bold;
}
#advanced-search-button {
	font-size: 11px;
}
#page-search #form-advsearch select {
	width: 90%;
}
#keyword {
	width: 250px;
}
#product_code {
	width: 150px;
}
#customer-reviews-heading {
	padding-top: 10px;
	margin-bottom: 5px;
}
#write-review-heading {
	margin-bottom: 5px;
}
.review-useful-button {
	font-size: 11px;
}
#product-review-title {
	width: 250px;
}
#checkstocklink, table.specialtable TH {
	font-size: 11px;
	color: #EC8526;
	font-weight: bold;
	text-align: center;
}
.matrixtitle {
	font-weight: bold;
	font-size: 11px;
	min-width: 40px;
}
.matrixoption {
	width: 170px;
	font-size: 11px;
}
H4 {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
#productphoto {
	margin: 0px 0px 0px 0px;
}
#baskettable{
	padding-left: 7px;
	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: 11px;
}
.history-page #history-details .history-details-label b, .history-page #payandship-details .history-details-label b {
	font-weight: bold;
	width: 120px;
	font-size: 11px;
}
.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: 11px;
}
.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: 11px;
}
.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*/



#btn-make-payment .button-text{
	width:130px;
}
#btn-make-payment{
float:right;
}
#btn-change-address .button-text{
	width:130px;	
}


.button-rightaligned {
	float: right;
}
a#add-to-basket-button {
	text-decoration: none;
	padding-left:8px;
}
.headersection {
	width: 100%;
	border-collapse: collapse;
}
.headersection td {
	padding: 0px;
}
.headerdefault {
	width: 250px;
}
.headernav {
	width: 350px;
}
.headerinfo {
	width: 249px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
.departmentlist {
	width: 100%;
}
.footersection {
	background: white;
	width: 760px;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	margin-top: 30px;
}
.footersection td {
	vertical-align: top;
	padding: 0px;
}
.mailinglist, .giftcards table td {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}
.mailinglist, .giftcards, .menu {
	float: left;
	padding: 12px;
	width: 226px !important;
	width: 250px;
}
.menu {
	padding: 15 14 12 10;
	margin: 0 0 0 0 !important;
	margin: 0 0 0 12px;
}
.mailinglist {
	padding: 15 0 12 11;
	width: 226px !important;
     width: 230px;
}
.listsubtext {
	padding-bottom: 12px;
}
.footersection table {
	width: 100%;
	border-collapse: collapse;
}
.footersection td.giftcards {
	width: 250px;
	padding: 12 12 12 12;
}
.footersection td.menu {
	width: 250px;
	padding: 12 12 12 12;
}
.footersection td.mailinglist {
	width: 226px;
	padding: 12 12 12 12;
}
.footersection .blankcol {
	float: left;
	height: 20px;
}
#bookmarks, #sitefooter {
	background: white;
}
#bookmarks {
	clear: both;
}
td.topgifttext {
	vertical-align: bottom;
	
}

td.topgifttext img{
padding-bottom:5px;
}
#customcontent, #customcontent p, #customcontent td {
	color: #666666;
	font-size: 11px;
}
#page-home #customcontent td {
	font-size: 11px;
}
#page-reguirelogin h1, #customcontent h1, #table-navigation h1, .tabtableleft td.tabheader h1, .tabtableright td.tabheader h1{
	font-size: 18px;
	
	color: #666666;
	line-height: 18px;
	padding-bottom:4px;
	font-weight:normal;
}
#customcontent h2 {
	margin-top: 26px !important;
	margin-top: 33px;
	font-size: 11px;
	color: #999933;
	margin-bottom:8px;
}

#customcontent table {
	border-collapse: collapse;
}
#customcontent td.contentbox {
	border: 1px solid #c9c4c6;
}
.wrapper {
	padding: 12px;
	width: auto !important;
	width: 100%;
}


#customcontent table.contentinner {
	border-collapse: separate;
}
#customcontent td.quotebox {
	border: 1px solid #666666;
	background: #666666;
}
.tabtable {
	width: 224px;
}
.tabtable td {
	padding: 0 0 0 0;
}
.tabtableleft td.tabheader, .tabtable td.tabheader, .tabheader, #customcontent td.tabheader, #page-reguirelogin td.tabheader {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	line-height: 28px;
	padding-bottom:4px;
	text-transform: lowercase;
	font-family: Times, Arial;
}
#customcontent td.tabheader h1, #page-requirelogin td.tabheader h1{
	padding-bottom:0px;
}
#editor, body.mceContentBody {
	background: white;
	background-image: none;
}
.PopBoxImageSmall {
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge {
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink {
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink {
	cursor: pointer;
}
.PopBoxImageMove {
	border: none 0px #ffffff;
	cursor: pointer;
}
h2, h2 a {
	color: #999933;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
    border-bottom:	1px solid #C9C4C6;
    border-left:	1px solid #C9C4C6;
    border-right:	1px solid #C9C4C6;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
    border-top:	1px solid #C9C4C6;
        border-left:	1px solid #C9C4C6;
            border-right:	1px solid #C9C4C6;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.departments {
}
.departmentlinkboy a, .departmentlinkgirl a, .departmentlinkbaby a, .departmentlinkgifts a, .departmentlinksale a {
	height: 100px;
	vertical-align: bottom;
	font-variant: small-caps;
	text-align: center;
	display: inline-block;
	width: 55px;
	height: 100px;
	color: white;
}
#dept-10000 .departmentlinkboy a, .departmentlinkboy a:hover {
	background-image: url('images/boy.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#dept-20000 .departmentlinkgirl a, .departmentlinkgirl a:hover {
	background-image: url('images/girl.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#dept-30000 .departmentlinkbaby a, .departmentlinkbaby a:hover {
	background-image: url('images/baby.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#dept-70000 .departmentlinkgifts a, .departmentlinkgifts a:hover {
	background-image: url('images/gifts.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#dept-90000 .departmentlinksale a, .departmentlinksale a:hover {
	background-image: url('images/sale.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
.departmentlinkboy a {
	background-image: url('images/boytext.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
.departmentlinkgirl a {
	background-image: url('images/girltext.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
.departmentlinkbaby a {
	background-image: url('images/babytext.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
.departmentlinkgifts a {
	background-image: url('images/giftstext.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
.departmentlinksale a {
	background-image: url('images/saletext.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
.blog img {
	margin: 0px;
	padding: 0px;
}
#page-about #table-navigation {
	display: none;
	visibility: hidden;
}
.navheaderhidden {
	display: none;
	visibility: hidden;
}
#current-department, #current-category, #current-product, #current-subcategory {
	display: inline;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	text-transform: lowercase;
}
.headersection td.trail {
	padding-left: 0px;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

.trailcontainer{
	padding-left:238px;
	float:left;
}

.trailcontainer img{
	padding-left:15px;
}
#current-department {
	padding-left: 16px;
}
.blog {
	position: absolute;
	top: 186px;
	left: 760px !important;
	left: 757px;
}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
	overflow: visible;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxLoadedContent iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
    in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay {
}
#colorbox {
}
#cboxTopLeft {
	display:none;
}
#cboxTopRight {
	display:none;}
#cboxBottomLeft {
	display:none;
}
#cboxBottomRight {
	display:none;}
#cboxMiddleLeft {
		display:none;}
#cboxMiddleRight {
	display:none;
}
#cboxTopCenter {
	display:none;
	
}
#cboxBottomCenter {
		display:none;
}
#cboxContent {
	background: #fff;
}
#cboxLoadedContent {
	margin-bottom: 28px;
	border:1px solid #C9C4C6;
}
#cboxTitle {
	position: absolute;
	bottom: 3px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494;
}
#cboxCurrent {
	position: absolute;
	bottom: 3px;
	left: 58px;
	color: #949494;
}
#cboxSlideshow {
	position: absolute;
	bottom: 3px;
	right: 30px;
	color: #0092ef;
}
#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0px;
	background: url(images/controls.png) -75px 0px no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
#cboxPrevious.hover {
	background-position: -75px -25px;
}
#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(images/controls.png) -50px 0px no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
#cboxNext.hover {
	background-position: -50px -25px;
}
#cboxLoadingOverlay {
	background: url(images/loading_background.png) center center no-repeat;
}
#cboxLoadingGraphic {
	background: url(images/loading.gif) center center no-repeat;
}
#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(images/controls.png) -25px 0px no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
#cboxClose.hover {
	background-position: -25px -25px;
}
/* end colorbox */
#customcontent td.blankrow {
	height: 5px;
	border: 0px solid white;
	font-size: 0px;
}
#page-home .blankcol {
	width: 5px;
}
.blankcol {
	border: 0px solid white;
}
#searchresult {
	display: none;
	visibility: hidden;
}

.imagecol {
	width: 250px !important;
	padding-right: 20px;
margin:0px;
}

.datacol{width:235px;}
#product-image-table a:hover {
	text-decoration: none;
}
div.jqZoomTitle {
	z-index: 5000;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma;
	height: 16px;
	padding-top: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;
}
.jqZoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 10;
	border-color: #c4c4c4;
	border-style: solid;
	cursor: crosshair;
}
.jqZoomPup img {
	border: 0px;
}
.preload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	width: 90px; *;
	width: 100px;
	height: 43px; *;
	height: 55px;
	z-index: 10;
	position: absolute;
	top: 3px;
	left: 3px;
}
.jqZoomWindow {
	border: 1px solid #999;
	background-color: #FFF;
}
#matrixitemoptions {
	display: none;
}
#matrixselector td, #matrixselector th {
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}
#matrixselector img {
	cursor: hand;
	cursor: pointer;
	margin-right: 4px;
	border: 1px solid white;
}
#matrixselector .selected {

}
#matrixselector {
	float: left;
	border-spacing: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
.charttext {
	font-size: 11px;
	text-align: left;
}
.chart {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px !important;
	margin-top: 0px !important;
	margin-top: 3px;
	width:100px;
}
.chartimage {
	padding: 0px !important;
	padding-top: 3px;
}
#sizechart {
	padding-top: 0px;
z-index:2000;
 position: absolute;
}
.productimagediv {
	text-align: center;
}
.addthis_toolbox .custom_hover
{
    position: relative;
}

.addthis_toolbox .custom_hover .custom_button
{
    font-weight: bold;
}

.addthis_toolbox .custom_hover .custom_button.active
{
    background-color: #eee;
}

.addthis_toolbox .hover_menu 
{
    display: none;
    position: absolute;
    background: #fff;
}

.addthis_toolbox .custom_hover .tower
{
    -webkit-border-radius: 0 5px 0 0;   
    -moz-border-radius-topleft: 0;
    
}
.addthis_toolbox .hover_menu 
{
    width: 136px;
    padding: 10px 0 10px 0;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

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

.addthis_toolbox .hover_menu  a:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
}

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

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

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

.addthis_toolbox .hover_menu  .more span
{
    display: none;
}
.at300bs {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/widget07.png) no-repeat scroll left center;
display:block;
height:16px;
line-height:16px !important;
overflow:hidden;
width:16px;
}
.at15t_print {
background-position:0 -1840px;
}

.at15t_twitter {
background-position:0 -2320px;
}

.at15t_facebook {
background-position:0 -656px;
}
.at15t_email {
background-position:0 -592px;
}
.pagination a, .pagination : hover {
	border-bottom: 0px solid white;
}
#listpagination .button-left, #listpagination .button-right {
	display: none;
	visibility: hidden;
}

#listpagination .button-text {
	background: none;
	width: 14px;
	height: 16px;
	line-height: 16px;
	color:#666666;
}

#paginationheader {
	text-align: right;
	height: 22px;
	float:right;
}
.pagination td {
	text-align: right;
}
#paginationheader .button-left, #paginationheader .button-right {
	display: none;
	visibility: hidden;
}


#page-content-40 .headersection, #page-content-40 .footersection, #page-content-40 .sitefooter {
	display: none !important;
}
#page-content-43 .headersection, #page-content-43 .footersection, #page-content-43 .sitefooter {
	display: none !important;
}

#page-search iframe {
	width: 505px;
	border: 0px;
	height: 400px;
}

#page-content-7 p{
	margin-top:2px;
	margin-bottom:2px;
}

#page-content-7 h2.toph2location, #page-content-11 h2.toph2custcare{
margin-top:0px !important;}

#page-content-9 .productlisttable p{
	padding-left:4px;
	margin-top:3px;
	margin-bottom:3px;
}

.matrixcontainer{
	position:relative;
height:105px;
}


#mailingbox{
	width:171px !important;
	width:160px;
}

.resultframe{
	border:0px;
	width:100%;
	clear:both;
}

.estimateshippinglink{
font-style:italic;
font-weight:normal;
}

#total-shipping, #total-total, #total-tax, #total-merch{
text-align:right;
}

#page-content-43 #customcontent{width:505px;}

#page-basket #total-total, #page-basket #total-tax, #page-basket #total-shipping{
	display:none;
}


.backtoshopping .button-text, .updatebasket .button-text, .updatelist .button-text{
  width:130px;	
}
 .updatebasket .button-text, .checkoutbutton .button-text{
	width:130px
}

.backtoshopping, .updatebasket, .checkoutbutton, .updatelist{
	float:right;
	padding-top:15px;
}

.updatebasket,.backtoshopping, .updatelist  {
padding-right:8px;
}

.versign{
	float:right;
	margin-top:88px;
}

#page-list .basketlist-col6, #page-list .basketlist-col7, #page-list .basketlist-col8, #page-list .basketlist-hcol6, #page-list .basketlist-hcol7, #page-list .basketlist-hcol8{
	text-align:right;
}



#checkout-section-continue td{
	text-align:right;
}

#shippingform td{
	
	
}

#shippingform td#change-shipping-address{
	padding-right:10px;
}


#shippingform img{
	display:none;
	visibility:hidden;
}

#checkout-section-continue .main b{
	display:none;visibility:hidden;
}


#accepted-cards-text{
	margin-top:5px;
	margin-bottom:5px;
}

#accepted-card-logos{
	margin-top:12px;
	margin-bottom:5px;
}

#table-checkout select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

#page-category #customcontent p{
	margin:0px;
}

#table-checkout-parent input{
	display:none;
}

#table-checkout-parent img{
display:none;
}


#table-checkout{
	border-spacing:0px;
	border-collapse:collapse;
}
#table-checkout td{
	padding:0px;
}

#table-checkout input{
	display:inline-block;
}

#checkout-section-shipping .formbox input, #checkout_using_guest, #checkout_using_account{
border:0px solid white;
}

#table-navigation{text-transform:lowercase;}

#popcopysizechart{
	border:1px solid #c9c4c6;;
}

.contentinner a{
	display:inline;
}
.thawte{
margin-top:15px;
text-align:right;
}

#nitro_overlay{background:none !important;opacity:0 !important;}

#nitro_bg {display:none !important;}

#nitro_inner {border:1px solid #c9c4c6;}

#nitro_close {
background:transparent url(images/closelabel.gif) no-repeat scroll left top !important;
cursor:pointer;
display:none;
height:22px !important;
width:66px !important;
position:absolute;
z-index:181;
right:0px !important;
top:0px !important;
}

span#nitro_left_ico {
background:transparent url(images/prevlabel.gif) no-repeat scroll 0 0 !important;
width:63px !important;
height:32px !important;
}

span#nitro_right_ico {
background:transparent url(images/nextlabel.gif) no-repeat scroll 0 0 !important;
width:63px !important;
height:32px !important;
}

#offer_banner { margin-bottom:4px; margin-top:6px;}
#offer_banner img {border:1px solid #ccc;}