@charset "utf-8";
/* CSS Document */

/***************************/
/* RESET marginS & padding */
/***************************/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  background-color: white;
}

:focus {
  outline: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}


/************************/
/* GENERAL TAGS STYLING */
/************************/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
    color: #454545;
}

input, select, textarea {
	border: solid 1px #a0a0a0;
	padding: 2px 3px 2px 3px;
	color: #666;
	font-size: 11px;
}

select {
	height: 20px;
	line-height: 20px;
}

h1 {

}

h2 {
	font-size: 13px;
	font-weight: bold;
}

h3 {

}

p, ol, ul {
	line-height: 150%;
}

a {
}

a:hover {
	color: #454545;
}

a img {
	border: none;
}

a.button {
	background: url(images/button_bg.png) repeat-x 1px 2px;
	display: block;
	float: right;
	padding: 0 10px;
	margin-top: 8px;
	height: 18px;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #aaa;
}

/* Fixes */
.clearfloat {
	overflow: hidden;
	width: 100%;
}

/* layout divs */
#wrapper_out {
	width: 100%;
	position: relative;
	min-height: 100%;
}

* html #wrapper_out {
  height: 100%;
}

#header {
	height: 180px;
}

#nav_main {
	position: relative;
	top: 150px;
	height: 30px;
}

#header, #nav_main, #page, #footer {
	width: 960px;
	margin: 0 auto;
}

#footer_wrapper {
  position: relative;
  margin-top: -50px;
  height: 50px;
}

#footer {
	height: 40px;
	font-size: 11px;
	color: white;
	padding-top: 10px;
}


/* page content + sidebars */
#page {
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 50px;
}

#sidebar_left {
	width: 220px;
	margin: 0 10px;
	float: left;
}

#content_middle {
	width: 540px;
	margin: 0 10px;
	float: left;
}

#content_middle_wide {
	width: 700px;
	margin: 0 10px;
	float: left;
}

#sidebar_right {
	width: 140px;
	margin: 0 10px;
	float: left;
}


.npbutton {									/* JAX account main table */
	display: block;
	white-space: nowrap;
}

.npheader {									/* JAX header customer service table */
	background: #eee url(images/block_header.png) repeat-x;
	border: solid 1px #d2d2d2;
	height: 22px;
	text-indent: 10px;
	font-weight: bold;
}

.npheader img {
  vertical-align: middle;
}

.npheader input {
  border: none;
}	

.npsubheader {								/* JAX partlist table header */
	height: 22px;
	background: #eee url(images/block_header.png) repeat-x;
	border: solid 1px #d2d2d2;
    white-space: nowrap;
    text-indent: 10px;
    line-height: 22px;
}

.npsubheaderAttr {								/* Part Attributes only */
	height: 22px;
	border: solid 0px #d2d2d2;
    white-space: nowrap;
    text-indent: 10px;
    line-height: 22px;
}

#ctl00_ctl00_mainslot_partattributes_nppablock_AttributesPanel .nplabel {
	width: 50%;
}






#contactTable td {							/* Contact Us page table */
	padding-top: 8px;
}

#contactTable td.npheader {
	padding-top: 0px;
	padding-left: 5px;
	font-weight: bold;
}

.nplabel {
	vertical-align: top;
	padding-left: 5px;
}

#content_middle table.nptable {
	margin: 0px;
}

#content_middle table.nptable table.nptable {
	margin: 10px;
}

#content_middle table.nptable table.nptable td {
	padding: 4px;
}

table.srchTable th, table.srchTable td {		/* Search page result table*/
	padding: 4px;
	border: solid 1px #d2d2d2;
}

.npbody {

}

.npbodyalt {								/* shopping cart cells (totals etc) */
    background-color: #eee; 
}

.npempty {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
    background-color: #eee;
}

.npwarning {
    color: darkRed;
    font-weight: bold;
    font-size: 10px;
}

.nphighlight {
	background-color: red;
}

table.cartTable td,
table.cartTotal td {
	border: 1px solid #d2d2d2;
	border-collapse: collapse;
	padding: 5px;
}


table.cartTable td td {
	border: none;
}

#ctl00_rightslot_ctl01_cartrepeater br {
line-height: 3px;
}

/* Main navigation */
#nav_main ul {
	list-style-type: none;
	margin-left: -20px;
	height: 30px;
	width: 70%;
	float: left;
}

#nav_main ul li {
	background: url(images/nav_separator.png) no-repeat left 1px;
	float: left;
 }
 
 #nav_main ul li.first {
 	background: none;
 }
 
 #nav_main ul li a {
 	display: block;
 	padding: 0 30px 0 30px;
 	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#nav_main ul li a:hover {
}

/* Footer regions */
#footer #menu_footer {
	float: left;
}

#footer #copy_footer {
	float: right;
}

#footer a, #footer a:hover {
	color: white;
	text-decoration: none;
}

#footer #copy_footer A#copyLID {
	font-weight: bold;
	font-size: 10px;
}

/* Search */
#nav_main #searchblock {
	width: 220px;
	margin-right: 10px;
	float: right;
}

#nav_main #searchblock input {
	float: left;
	margin-top: 5px;
	width: 182px;
}

#nav_main #searchblock a {
	background: url(images/search_btn.png) no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: 100px;
}

/* Blocks */
div.block {
	border: solid 1px #d2d2d2;
	background: #ececec;
	margin-bottom: 20px;
	padding-bottom: 2px;
}

div.block h2 {
	background: url(images/block_header.png) repeat-x;
	height: 20px;
	line-height: 20px;
	text-indent: 10px;
}
div.block-inner {
	border: solid 1px #d2d2d2;
	background: white;
	padding: 10px;
	margin: 2px;
	overflow: hidden;
}

/* Login */
div#loginblock {
	line-height: 150%;
}

#sidebar_left input.username {
	background: url(images/username.png) no-repeat;
	width: 165px;
	margin-top: 8px;
	padding-left: 25px;
}

#sidebar_left input.password {
	background: url(images/password.png) no-repeat 0 -1px;
	width: 165px;
	margin-top: 8px;
	padding-left: 25px;
}
#welcomeMsg {
	margin-bottom: 5px;
}

/* Categories */
div#categoriesblock {
	margin-bottom: 20px;
	min-height: 85px;
}

div#categoriesblock ul {
	margin: 0px;
}

div#categoriesblock ul li {
	list-style-type: none;
	height: 22px;
	margin: 0px;
 }
 
div#categoriesblock ul li a {
 	display: block;
	background: url(images/block_header.png) repeat-x;
	border: solid 1px #d2d2d2;
	text-decoration: none;
	text-indent: 20px;
 	line-height: 22px;
 	height: 22px;
	font-weight: bold;
	margin: 3px 0;
}

/* Sub categories */
div#subcat_wrapper {
	border: solid 3px #d2d2d2;
	border-bottom: solid 4px #d2d2d2;
}

div#subcat_wrapper table.tableContent {
	border: solid 1px #d2d2d2;
	border-right: none;
	border-collapse: collapse;
}

div#subcat_wrapper table.tableContent div.subcat_desc {
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 10px;
}

/* Cart */
div#cartblock ul {
	list-style-type: none;
}

/* Sample Items */
div#sampleitemsblock div.block-inner {
	padding: 0px;
	border: none;
}

div#sampleitemsblock table.sampleTable td {
	border: solid 1px #d2d2d2;
	border-collapse: collapse;
}

div#sampleitemsblock table.sampleTable table.npbody td {
	border: none;
}

/* Popular Items slider */
div#popularblock {
	margin-bottom: 0;
}
div#popularblock div.block-inner {
	padding: 0px;
}
div.slider {
	overflow: hidden; position: relative;
}
div.slider ul.list {
	padding: 0px; margin: 0px; position: relative; list-type-style: none; line-height: 120%;
}
div.slider ul.list .item {
	padding: 0px; display: block; float: left; margin: 0px; overflow: hidden;
}
div.slider ul.list .item {
	float: none;
	border-bottom: 1px solid #d2d2d2;
}
div.slider ul.list .slide {
	overflow: hidden;
	height: 60px;
}
div.slider ul.list .slide .article {
	height: 135px;
}

div.slider ul.list .slide .article img {
	margin-top: 5px;
}


/****************/
/*    PAGES     */
/****************/

/* Product page */
table#productTable {
	border: 1px solid #d2d2d2;
}

table#productImgTable {
	width: 200px;
	height: 200px;
	margin: 20px;
}

table#productImgTable img {
	cursor: pointer;
}

table#productDetails {
	margin-top: 15px;
	margin-right: 20px;
}

div#ctl00_ctl00_mainslot_partattributes_nppablock_AttributesPanel {
	margin-right: 20px;
}

.note {
	font-size: 11px;
	display: block;
	margin: 4px 0;
}

/* Products list */
div#productList {
	border: 1px solid #d2d2d2;
}

div#productList table.parts_wrapper {
	border: 2px solid #d2d2d2;
}

div#productList table.parts_wrapper td {
	border: 1px solid #d2d2d2;
	border-collapse: collapse;
}

div#productList table.parts_wrapper td table.nppart td {
	border: none;
}

div#productList #pager {
	height: 22px;
	background: url(images/block_header.png) repeat-x;
	line-height: 20px;
	padding-right: 13px;
}

/* Agents Map */
div#tipDiv {
    width: 220px;
    padding: 10px;
    line-height: 125%;
    font-size: 12px;
    background-color: #eee;
    border: 1px solid #d2d2d2;
}

div#tipDiv h2 {
    float: left;
    padding-right: 4px;
    color: #454545;
    font-size: 14px;
}

div#tipDiv em {
    color: #757575;
    font-size: 11px;
}

/* Shopping Cart */
table#ctl00_ctl00_mainslot_cartslot_npcdlblock_gridOrderDetail input,
div#ctl00_ctl00_mainslot_cartslot_npcdlblock_pnl input {
	vertical-align: middle;
}

div#ctl00_ctl00_mainslot_cartslot_npcdlblock_pnl #Table1 .npadminheader {
	padding-bottom: 10px;
}

#ctl00_ctl00_mainslot_cartslot_npcdlblock_discount_btnApplyDiscount {
	margin-top: -5px;
}

input.noLeftPadding {
	padding-left: 0;
}

/* Admin control panel */
table#adminTable {}


/*********************/
/*  SLIMBOX STYLING  */
/*********************/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}