@import url(layout.css);        /* LAYOUT OF SCREEN */
@import url(panels.css);        /* LEFT AND RIGHT PANELS & THEIR CONTENT */
@import url(menu.css);          /* HORIZONTAL TAB-LIKE MENU  */
@import url(body.css);          /* ALL BODY CONTENTS */

/*** Hide panels for specific pages ***/

/* Home page */
#page-home #specialoffers,
#page-home .parent-navigation,
#page-home .search-table {
   display: none;
}

/* Press page */
#page-content-105 .parent-navigation,
#page-content-105 .search-table {
   display: none;
}

/* FAQ page */
#page-content-99 .parent-navigation,
#page-content-99 .search-table {
   display: none;
}

/* Contact page */
#page-content-89 .parent-navigation,
#page-content-89 .search-table {
   display: none;
}

/* Department page */
#page-department #specialoffers {
   display: none;
}

/* Category page */
#page-category #specialoffers {
   display: none;
}

/* create account page */
#page-register .parent-navigation,
#page-register .parent-findprod {
   display: none;
}

/* update account page */
#page-nsc .parent-navigation,
#page-nsc .parent-findprod {
   display: none;
}

/* hide nitrosell bookmarks */
#bookmarks {
display: none;
visibility: hidden;
}

#newbookmarks 
{
   padding: 4px 0px 0px 0px;
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #CCCCCC;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #CCCCCC;
}

#dearPageTitle {}

#dearCopyright {
   display: none;
   position: relative;
   top: 26px;
   float: right;
}

#contactformdiv {
   border: 0px;
}

/* CSS Buttons */
.button-big, .button-small { display: block; cursor: hand; cursor: pointer; text-decoration: none; }
.button-big .button-text { background: transparent url(store_images/buttons.gif) no-repeat scroll 0 -60px; padding:0; line-height:20px; height: 20px; }
.button-big .button-left { width: 17px; height: 20px; background: transparent url(store_images/buttons.gif) no-repeat scroll 0px 0px; }
.button-big .button-right { width: 17px; height: 20px; background: transparent url(store_images/buttons.gif) no-repeat scroll -17px 0px; }
.button-small .button-text { width:50px; background: transparent url(store_images/buttons.gif) no-repeat scroll 0 -40px; padding:0; height: 20px; line-height: 20px; }
.button-small .button-left { width: 11px; height: 20px; background: transparent url(store_images/buttons.gif) no-repeat scroll 0px -20px; }
.button-small .button-right { width: 11px; height: 20px; background: transparent url(store_images/buttons.gif) no-repeat scroll -11px -20px; }
.button-right,.button-left { float: left; display: block; font-size:0px; }
.button-text { text-transform:uppercase; font-family: Arial, sans-serif; font-size: 11px; font-weight: bold; float: left; display: block; color: #666666; 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; }

/* Shop Page - start */

.shopHeader {
	background-image: url(/images/headerBgLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #838383;
	font-size: 16px;
	padding: 4px 5px 5px 25px;
}
.shopHeaderBg {
	background-image: url(/images/headerBg.jpg);
	background-repeat: repeat-x;
}
.headerLink {
	background-image: url(/images/headerBgLeft_sale.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #838383;
	font-size: 16px;
	padding: 13px 5px 14px 25px;
	text-decoration: none;
}
.headerLinkBg {
	background-image: url(/images/headerBg_sale.jpg);
	background-repeat: repeat-x;
}

.thumbs {
  width: 99%;
  margin: 0,0,15,0;
  overflow: hidden;
  text-align: center;
}
.thumbs ul {
  margin: 0;
  padding: 0;
}
.thumbs li {
  height: 120px;
  width: 100px;
  float: left;
  overflow: hidden;
  text-align: center;
  font-family: inherit;
  margin: 3 5 5 0;
}
.thumbs img {
  display: block;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0;
}
.thumbs a {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/* Shop Page - end */
