* { 
    -moz-box-sizing: border-box; 
}

body{
	font-size:12px;
	text-align:center;
	margin:0px;
}

/* global styles */
a { color:#BB001D; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }

/* For use in shopthanksprint.asp */
body.printerfriendly {
	background:white;
	color:black;
	text-align:center;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width:100%;	/* change for different width, 100% will stretch site */
	margin:0px auto;
	text-align:left;
}

/* Logo header */
#header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#header td {
	text-align:left;
}

#header td td { /* reset for nested tables */
	padding:0px; 
	background:none;
}

#header .logo {	vertical-align:middle; }
#header .logo img { margin:0px 0px; }
#header .header_right {
	vertical-align:bottom;
	font-weight:bold;
	text-align:right;
}

#header a { color:#585858; text-decoration:none; padding:0px 3px; }
#header a:hover { text-decoration:underline; }
#header p { margin:0px; }

/* Top navigation bar */
#nav {
	clear:both;
	line-height:33px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	background:url(../images/template/shim_red2.jpg);
	text-align:center;
}

#nav table { 
	border-collapse:collapse;
	border:0px; 
	margin:0px auto; /* center align the menu */
	/* to left align the menu, add width:100%; */
}

#nav table td { padding:0px; }

/* Horizontal menu */
ul#horiz_nav {
	/* Do not change */
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:left;
	
	/* Styles */
	border:0px;
	text-align:center;
	line-height:33px;
}

#horiz_nav li {	/* all list items */
	/* Do not change */
	float:left;
	display:block;
	white-space:nowrap;
	
	/* Styles */
	font-size:12px;
	font-weight:bold;
}

#horiz_nav li a {	/* items link style */
	/* Do not change */
	position:relative; 
	display:block;
	
	/* Styles */
   background:url(../images/template/bttn_top.jpg);
   height:33px;	
   width:105px;
	padding:0px 0px;
	color:#FFF;
	text-decoration:none;
}

#horiz_nav li.first a { padding-left:0px; } /* style for first top menu item */
#horiz_nav li.last a { padding-right:0px; } /* style for last top menu item */
#horiz_nav li a:hover { color:#FFF; text-decoration:underline; !important; } /* style for menu item hover state */

#horiz_nav li ul { /* second-level lists */
	/* Do not change */
	position : absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;
	
	/* Styles */
	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	background:#EAEAEA;
}

#horiz_nav li ul li { /* second-level list items */
	/* Do not change */
	float:none;
	display:block;
	
	/* Styles */
	text-align:left;
	line-height:22px;
	text-transform:capitalize;
}

#horiz_nav li ul li a { /* second-level links */
	padding:0px 10px !important;
	width:120px;
	border-bottom:1px solid #CFCFCF;
}

/* Do not change the following 5 declarations */
#horiz_nav li ul ul { /* third-and-above-level lists */	left: -999em; }
#horiz_nav li:hover ul ul, #horiz_nav li:hover ul ul ul, #horiz_nav li.sfhover ul ul, #horiz_nav li.sfhover ul ul ul {
	left: -999em;
}
#horiz_nav li:hover ul, #horiz_nav li li:hover ul, #horiz_nav li li li:hover ul, #horiz_nav li.sfhover ul, #horiz_nav li li.sfhover ul, #horiz_nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

ul#horiz_nav iframe {
	position: absolute;
	/* account for the border */
	z-index: 0;
	visibility:hidden;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }
/* End */

/* Utility bar - account/language/search */
#utilbar {
	background:url(../images/template/shim_red2.jpg);
	text-align:left;
	padding:0px 0px 0px 0px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#utilbar a { color:#61657e; }

#utilbar form { display:inline; margin:0px; margin-left:10px; padding-left:10px; }
#utilbar input { vertical-align:middle; font-family:Verdana, Arial, Helvetica, sans-serif; }
#utilbar input.searchfield { font-size:11px; padding-left:3px; margin-right:5px; border:1px solid #61657e; }

/* left nav */
.leftnav {
	width:180px;
	padding-bottom:20px;
}

.leftnav table {
	border-collapse:collapse;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Navigation box */
table.box {
	border:1px solid #BB001D;
	margin-bottom:0px;
}

table.box td,table.box th {	padding:0px 10px; }
table.box th{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background:url(../images/template/bg_lefttitle.jpg);
	color: White;
	text-transform:uppercase;
	font-size : 13px;
	font-weight : bold;
	line-height:33px;
	text-align : left;
}
table.box td { background:#f9f9f9; }
table.box td a { display:block; width:100%; color:#666; }
table.box td a:hover { color:#BB001D; }

table.box td br {
	font-size:0px;
	line-height:0px;
}

table.box td.cartsubtotalminicart {
	padding:3px 5px;
	text-align:right;
}

table.box td.cartsubtotalminicart a { display:inline; }

/* Alternate category listing style */
table.categories table td {
	padding:0px 0px;
	line-height:25px;
	border-bottom:1px solid #BB001D;
}
table.categories a {
	color:#848889;
	text-decoration:none;
	text-transform:lowercase;
	font-weight:bold;
	font-size:10px;
	background:url(/nixon/images/techblue/bg-box-a.gif) no-repeat 0 50%;
	padding-left:15px;
	display:block;
}
table.categories a:hover {
	background:url(/nixon/images/techblue/bg-box-a-hover.gif) no-repeat 0 50%;
	color:#BB001D;
}

/* Minicart display */
table.minicart td {
	padding:5px;
	font-size:10px;
	text-align:center;
}

table.minicart td td {
	text-align:left;
	padding:2px !important;
}

table.minicart a { background:none !important; color:#666 !important; }
table.minicart a:hover { text-decoration:underline; }
table.minicart a.cartminilinks {  }  /* For product description in minicart */

/* Topseller display */
td.topseller {
	margin:0px;
}

td.topseller a {
	background:none !important;
	color:#000 !important;
	font-size:11px;
	text-decoration:none;
	
}
td.topseller a:hover {
	color:#000;
	text-decoration:underline;
}

/* Leftlinks display */
td.leftlinks {
	margin:0px;
}

td.leftlinks a {
	background:none !important;
	color:#000 !important;
	font-weight:normal; !important;
	font-size:11px;
	text-decoration:none;
}
td.leftlinks a:hover {
	color:#000;
	text-decoration:underline;
}

td.leftmenumain {
	line-height:25px;
	border-top:1px solid #D1D1D1;
}
table.box td.categories td.leftmenumain { border-top:0px !important; }

/* No hover styling */
table.box td.nohover a:hover {
	background:none !important;
	color:#000 !important;
	text-decoration:underline;
}

/* Form styles in left area */
.leftnav form { margin:10px 0px 0px 0px; }
.leftnav select,.leftnav option { font-size:10px; vertical-align:middle; font-family:Verdana, Arial, Helvetica, sans-serif; }

/* Main content area */
.main {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:4px;
}
/* hide from ie5 mac \*/
* html .main { height:1%; }
/* end hide */

.main table td { text-align:left; }
.main td { font-size:100%; }
.main td td { font-size:100%; }

/* Top content box on home page */
#homecontent {
	color:#000;
	margin-bottom:5px;
	text-align:left;
}

#homecontent h1 { color:#BB001D; }
#homecontent p { margin-right:180px; }
#homecontent img { margin-right:10px; }

/* Top Sellers */
/* Footer */
.topseller {
	font-size:11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:left;
	font-size:11px;
	color:#000;
}

.topseller  a {
	color:#000;
	text-decoration:none;
}

.topseller a:hover {
	color:#000;
	text-decoration:underline;
}

.prodtitle{
	color: #BB001D;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.bonusbucks{
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

/* Footer */
#footer {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
	color:#FFF;
	background:url(../images/template/shim_red2.jpg);
}

#footer p {
	margin:4px 0px;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}

/* Bread crumb */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:90%; 
	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#BB001D; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#175D7F; 
	text-decoration:underline;
}

/* Prices */
.pricesmall {
	color:#BB001D;
	font-size:10px;
}

.price {
	font-size:12px;
	color:#BB001D;
	font-weight:bold;
}

/* Random products (homepage) table styles */
table.randomprods {
	color:#848484;
	width:100%;
	border-collapse:collapse;
}

table.randomprods td, table.randomprods th {
	text-align:left;
	vertical-align:top;
	padding-bottom:10px;
}

table.randomprods th {
	font-size:12px;
	padding-bottom:15px;
}

table.randomprods a { color:#BB001D; text-decoration:none; }
table.randomprods a.moreinfo {
	background:#BB001D;
	color:white;
	padding:2px 15px;
	text-decoration:none;
	font-weight:bold;
	text-transform:lowercase;
	border:1px solid #BB001D;
}
table.randomprods a.moreinfo:hover {
	color:#BB001D;
	background:white;
}

table.randomprods h2 {
	color:#BB001D;
	border-bottom:1px solid #737277;
	padding-bottom:3px;
	font-size:12px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}

table.randomprods .price {
	font-size:13px;
	color:#BB001D;
	font-weight:bold;
}

table.randomprods tr.bottomrow td {
	border-top:5px solid #A3A3A3;
}

/* Style for tmp_categorytemplate.htm (shopdisplaycategorie.asp) */
#categorieslist {
	width:100%;
}

#categorieslist td {
	vertical-align:top;
	text-align:center;
	/* border:1px solid #BB001D;  */
	empty-cells:hide;
	padding:0px;
}

#categorieslist td td {
	height:auto;
	border:0px;
	padding:3px;
}

.categorybox {
	width:100%;
	border-collapse:collapse;
}

.categorybox td {
	text-align:center;
	vertical-align:middle;
	padding:2px;
}

td.categorylink {
	font-size:12px !important;
	background:#fff !important;
	padding:0px !important;
}

td.categorylink a {
	color:#BB001D;
	text-decoration:none;
	display:block;
	padding:1px;
}

td.categorylink a:hover {
	color:#BB001D;
	text-decoration:underline;
	/* background:#BB001D; */
}

td.categorymemo {
	border-top:1px solid #BB001D !important;
	background:#F9F9F9;
	vertical-align:middle;
}

.proddisptitle{
	color: #BB001D;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
}
.bonusbucks1{
	color: #BB001D;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

/* Style for tmp_product.htm and tmp_productinvent.htm (shopexd.asp) */
#extendedproduct {
	text-align:left;
}
/* hide from ie5 mac \*/
* html #extendedproduct { height:1%; }
/* end hide */

#extendedproduct table { width:100%; }
#extendedproduct td {
	vertical-align:top;
	padding:10px;
}

#extendedproduct td table {
	width:auto !important;
}

#extendedproduct td td {
	padding:3px 0px;
}

#extendedproduct hr {
	background:0px;
	border:0px;
	border-top:1px dotted #c8c8c8;
	height:1px;
	margin:5px 0px;
}

#extendedproduct p { margin:5px 0px; }

/* compare products styles */
table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* Global/Main styles */
a img { border:0px; }
a { color:#BB001D; }

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size :13px;
	font-weight : bold;
	margin:10px 0px;
	padding-bottom:10px;
	color:#BB001D;
	text-align:left;
}

.main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	margin:10px 0px;
	font-size:12px;
	text-align:left;
}

.main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

.main td {
	font-size:10px;
}

.main input {
	margin:0px;
}

.error {
	padding:5px;
	text-align:center;
	border:1px solid #BB001D;
	color:#BB001D;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	background:#F9F9F9;
}

/* standard table display used in Advanced Search, Contact Us and Customer Service pages */
table.std_table {
	width:100%;
	border-collapse:collapse;
	background:#F9F9F9;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}

table.std_table td {
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

table.std_table table { 
	border-collapse:collapse;
	margin:5px 0px;
}

table.std_table td td {	padding:0px 5px 0px 0px; }
table.std_table td th { vertical-align:top; padding:0px 10px 0px 0px; font-weight:bold; }

/* Other text styles */
.coloured {
	color:#BB001D;
}

.txtheader{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
}

.tempmenuhdr{
	background:url(../images/template/bg_lefttitle.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	padding-left:0px;
	font-weight: bold;
	text-align: left;
}


.menuhdr{
	background-color: #BB001D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:5px;
	font-weight: bold;
	text-align: left;
}
.menubdr{
	background-color : #BB001D;
}

.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

.hdrproduct{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

/*formats the display of the text boxes throughout the front end*/
.txtfield{
background-color: #FFFFFF;
border-bottom-color: #000000;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #000000;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #000000;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #000000;
border-top-style: solid;
border-top-width: 1px;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
}
.txtfielddropdown{
background-color: #FFFFFF;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
}

.submitbtn {
   color:#BB001D;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #fff;
   font-size:10px;
   font-weight: bold;
   border:1px solid #BB001D;
   text-transform:uppercase;
   cursor:pointer;
}

.submitbtn:hover {
	background:#BB001D;
	color:white;
}

select, option { font-size:10px; vertical-align:middle; border:1px solid #61657e; font-family:Verdana, Arial, Helvetica, sans-serif; }
option { border:0px; }

/* special search table display */ 
.std_table_search { 
   background:#F9F9F9; 
   border:1px solid #CCCCCC !important; 
   margin:0px; 
   padding:0px 5px 0px 0px; 
   text-align:left; 
   vertical-align:top; 
   line-height:30px; 
   font-size:11px; 
   vertical-align:top; 
} 

.std_table_search table { 
   border-collapse:collapse; 
   width:65%; 
} 

.std_table_search th { 
   vertical-align:top; 
   padding:0px; 
   width:35%; 
   font-weight:normal; 
} 
.std_table_search td {    padding:0px 5px 0px 0px; } 

/*formats the display of the text boxes on the special search */ 
.txtfield_search{ 
   background-color: #FFFFFF; 
   border-bottom-color: #ADC9F9; 
   border-bottom-style: solid; 
   border-bottom-width: 1px; 
   border-left-color: #ADC9F9; 
   border-left-style: solid; 
   border-left-width: 1px; 
   border-right-color: #ADC9F9; 
   border-right-style: solid; 
   border-right-width: 1px; 
   border-top-color: #ADC9F9; 
   border-top-style: solid; 
   border-top-width: 1px; 
   color: #333333; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   font-style: normal; 
   font-weight: normal; 
   height:14px; 
} 

/*formats the display of the text fields on the special search */ 
.txtfielddropdown_search{ 
   background-color: #FFFFFF; 
   color: #333333; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   font-style: normal; 
   font-weight: normal; 
   border:1px solid #ADC9F9; 
} 


/*adds lt blue border around special search images */ 
.blueborder{ 
   border: #C2D5FC 1px solid; 
} 

/* New ShopDisplayProducts Nav Bar Styles Addition 3-5-09 CDM-MA */
#pagenav a {
	border-width: 1px;
	border-style: solid;
	border-color: #BB001D;
	padding: 3px 3px 3px 3px;
	background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   font-style: normal; 
   font-weight: bold;
   color: #BB001D; 
   text-decoration:none;
   text-align: center
}

#pagenav a:hover {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding: 3px 3px 3px 3px;
	background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   font-style: normal; 
   font-weight: bold;
   color: black; 
   text-decoration: none;
   text-align: center
}
#pagenav a.current {
	border-width: 1px;
	border-style: solid;
	border-color: #000080;
	padding: 3px 3px 3px 3px;
	background-color: #000080;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   font-style: normal; 
   font-weight: bold;
   color: #ffffff;
   text-decoration:none;
   text-align: center  
}
.acurrentnav {
	border-width: 1px;
	border-style: solid;
	border-color: #BB001D;
	padding: 3px 3px 3px 3px;
	background-color: #BB001D;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   font-style: normal; 
   font-weight: bold;
   color: #ffffff;
   text-decoration:none;
   text-align: center  
}
/* NavBarStyles Addition End */

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }